Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/aegir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.6.1
Choose a base ref
...
head repository: ipfs/aegir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.2.0
Choose a head ref
  • 15 commits
  • 31 files changed
  • 2 contributors

Commits on Feb 14, 2020

  1. fix: cleanup, update deps, remove deps (#512)

    This PR tried to reduce the aegir node_modules weight but failed completely :(
    
    On the bright side all deps are up to date, some logic was simplified and direct deps number was reduced.
    
    Contributors feature now uses git-authors-cli which is faster, orders contributors, dedupes authors and removes bots.
    
    BREAKING CHANGE: hooks no longer support callbacks, eslint packages were updated so errors maybe appear and contributors list feature will change a bit.
    hugomrdias authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    6d4d25a View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    hugomrdias committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2d008d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc1071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a7f21d View commit details
    Browse the repository at this point in the history
  5. chore: update contributors

    hugomrdias committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    03b33fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ec5da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b911ec View commit details
    Browse the repository at this point in the history
  8. chore: update contributors

    hugomrdias committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    1d4d605 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    385ecb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. feat: test dependants (#525)

    Generalises the `test-external` command to replace arbitrary modules
    in third party repos and run their tests.
    
    Run it like this:
    
    ```console
    $ aegir test-dependant git@github.com:org/project.git --deps=foo@1.0.0,bar@2.0.0
    ```
    
    `git@github.com:org/project.git` will be cloned to a temporary folder,
    dependencies installed and tests run.  Then the dependencies specified
    in the `--deps` arg will be upgraded and the tests run again.
    
    `--deps` should contain the project you want to test, and can be anything npm
    can resolve as a version number, for example github URLs:
    `--deps=foo@github:org/project.git#$TRAVIS_COMMIT`
    
    Lerna based monorepos are supported.
    achingbrain authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4f42860 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    hugomrdias committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    ebb7dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73fdff4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. feat: allow enabling/disabling each part of the release process (#526)

    Also splits commit/tagging into two separate commands and checks
    for file modifications before committing updated contributor lists.
    achingbrain authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    9c44626 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    hugomrdias committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    22c8b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1042e View commit details
    Browse the repository at this point in the history
Loading