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/js-ipfsd-ctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42.0
Choose a base ref
...
head repository: ipfs/js-ipfsd-ctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.42.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 21, 2019

  1. feat: add bundlesize check (#323)

    This PR adds a workaround to the windows secrets problem
    ```
    jobs:
      include:
        - os: windows
          filter_secrets: false
    ```
    because we need to give bundlesize a token but we **should be very careful with this**. 
    This disables the log secrets filtering making the token available if you echo the ENV var.
    In this case is acceptable because the token only has access to commit_status in this repo.
    
    needs:
    [ipfs/aegir#feat/bundle-size](ipfs/aegir#335)
    hugomrdias authored Feb 21, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc5cef8 View commit details

Commits on Mar 19, 2019

  1. chore: update deps (#324)

    achingbrain authored and hugomrdias committed Mar 19, 2019
    Copy the full SHA
    ef60b1d View commit details

Commits on Mar 20, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c42c960 View commit details
  2. chore: fix linter

    hugomrdias committed Mar 20, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    fe18a6c View commit details
  3. chore: update contributors

    hugomrdias committed Mar 20, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    313eeb1 View commit details
  4. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    8c7c165 View commit details
Loading