The Wayback Machine - http://web.archive.org/web/20211120040659/https://github.com/github/licensed/commits/master
Skip to content
Permalink
master
Loading

Commits on Nov 7, 2021

  1. Merge pull request #416 from chibicco/docs-commands-typo-fixes

    Fixed typo in docs/commands
    jonabc committed Nov 7, 2021

Commits on Oct 31, 2021

  1. Fixed typo in docs/commands

    chibicco committed Oct 31, 2021

Commits on Oct 18, 2021

  1. Merge pull request #414 from dzunk/fix_ruby_23

    Replace Array#sum with Array#reduce
    jonabc committed Oct 18, 2021

Commits on Oct 15, 2021

Commits on Oct 7, 2021

  1. Merge pull request #412 from github/release-3.3.1

    Release 3.3.1
    jonabc committed Oct 7, 2021
  2. release 3.3.1

    ## 3.3.1
    
    2021-10-07
    
    ### Fixed
    
    - Fix evaluation of peer dependencies with npm 7 (🎉 @manuelpuyol #411)
    
    ### Changed
    
    - Manifest source evaluation performance improvements (#407)
    jonabc committed Oct 7, 2021

Commits on Oct 4, 2021

  1. Merge pull request #411 from github/npm-7-missing-peer-dependencies

    Don't error when an indirect peerDependency is missing in npm 7+
    jonabc committed Oct 4, 2021
  2. Update lib/licensed/sources/npm.rb

    Co-authored-by: Jon Ruskin <jonabc@github.com>
    manuelpuyol and jonabc committed Oct 4, 2021
  3. Apply suggestions from code review

    Co-authored-by: Jon Ruskin <jonabc@github.com>
    manuelpuyol and jonabc committed Oct 4, 2021

Commits on Sep 30, 2021

  1. unify package.json

    manuelpuyol committed Sep 30, 2021
  2. Apply suggestions from code review

    Co-authored-by: Jon Ruskin <jonabc@github.com>
    manuelpuyol and jonabc committed Sep 30, 2021

Commits on Sep 27, 2021

  1. Merge pull request #410 from github/dependabot/github_actions/actions…

    …/github-script-5
    
    Bump actions/github-script from 4.1 to 5
    jonabc committed Sep 27, 2021
  2. Bump actions/github-script from 4.1 to 5

    Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v4.1...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot committed Sep 27, 2021

Commits on Sep 20, 2021

  1. Merge pull request #407 from github/faster-manifests

    Speed up manifest source for large repos
    jonabc committed Sep 20, 2021
  2. speed up manifest source for large repos

    1. use set intersection instead of checking file existence
    2. modify a single set, avoiding object allocation/copy
    jonabc committed Sep 20, 2021

Commits on Sep 19, 2021

  1. Merge pull request #406 from github/release-3.3.0

    Release 3.3.0
    jonabc committed Sep 19, 2021
  2. release 3.3.0

    2021-09-18
    
    ### Added
    
    - New cargo source enumerates rust dependencies (#404)
    
    ### Changed
    
    - Removed non-functional files from gem builds (#405)
    jonabc committed Sep 19, 2021
  3. Merge pull request #405 from github/limit-gem-files

    Don't include miscellaneous files in released gem
    jonabc committed Sep 19, 2021
  4. don't include miscellaneous files in released gem

    metadata files, scripts, docker files
    jonabc committed Sep 19, 2021
  5. Merge pull request #404 from github/rusty

    Add support for rust via cargo
    jonabc committed Sep 19, 2021
  6. linting

    jonabc committed Sep 19, 2021
  7. add support for rust via cargo

    jonabc committed Sep 19, 2021

Commits on Sep 14, 2021

  1. Merge pull request #403 from github/release-3.2.3

    release 3.2.3
    jonabc committed Sep 14, 2021
  2. release 3.2.3

    ## 3.2.3
    
    2021-09-14
    
    ### Fixed
    
    - Bundler source will no longer infinitely recurse when enumerating specifications (#402)
    - Using the `--sources` command line option will no longer delete skipped sources' cached files (#401)
    jonabc committed Sep 14, 2021
  3. Merge pull request #400 from mmorel-35/patch-1

    ci(workflow): run core first
    jonabc committed Sep 14, 2021
  4. Merge pull request #402 from github/resolve-infinite-recursion

    Prepend overwrite of materialize to handle missing bundler specs
    jonabc committed Sep 14, 2021
  5. Merge pull request #401 from github/sources-option-deleting-files

    Do not delete skipped sources' cache
    jonabc committed Sep 14, 2021

Commits on Sep 13, 2021

Commits on Sep 12, 2021

  1. Update test.yml

    mmorel-35 committed Sep 12, 2021

Commits on Sep 10, 2021

  1. Merge pull request #398 from github/release-3.2.2

    Release 3.2.2
    jonabc committed Sep 10, 2021
  2. Release 3.2.2

    ## 3.2.2
    
    2021-09-09
    
    ### Fixed
    
    - Bundler source works properly again when used outside of `bundle exec` (#397)
    jonabc committed Sep 10, 2021
Older