Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(checksums): add integrity field with sha512 authentication to yarn.lock #5042

Merged
merged 68 commits into from
Aug 1, 2018

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    a8c1fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e8ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    640c8cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7fb8d View commit details
    Browse the repository at this point in the history
  5. chore(deps): add ssri module

    imsnif committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    b8208e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cccf5b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    142fbd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f57798 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0ec613 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab3edf7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d54937 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b6052d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a037ec8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9e7ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Configuration menu
    Copy the full SHA
    6d168d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    3e1aeee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d487b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f40b2d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    529ec6e View commit details
    Browse the repository at this point in the history
  2. Upgrade ssri

    BYK committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    67afa9b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Merge branch 'master' into sha512

    BYK committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    71539c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Merge branch 'master' into sha512

    BYK committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    6618e36 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    fc521d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    7e72e80 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    eecfedd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sha512

    BYK committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    8d24160 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    5fcaf26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b3dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fcf610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1f3ec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    2f32c2d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency eslint-config-fb-strict to ^22.0.0 (ya…

    …rnpkg#5570)
    
    **Summary**
    
    This Pull Request updates dependency eslint-config-fb-strict from ^20.1.0-delta.3 to ^22.0.0
    
    **Test plan**
    
    `yarn lint` should pass.
    renovate[bot] authored and BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    2189fbe View commit details
    Browse the repository at this point in the history
  3. chore(jest): Upgrade Jest flow types (yarnpkg#5573)

    **Summary**
    
    Follow up to yarnpkg#5569.
    
    **Test plan**
    
    `yarn lint` should pass without errors.
    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    e46ddcf View commit details
    Browse the repository at this point in the history
  4. ci(appveyor): Fix AppVeyor tests (yarnpkg#5574)

    * ci(appveyor): Fix AppVeyor tests
    
    **Summary**
    
    Jest 22.4.x mocks the process object without a proper stub for `process.mainModule`. In our
    lifecycle code, we try to set `env.npm_execpath` when it is not defined by using
    `process.mainModule.filename`. When running tests on AppVeyor, we run Jest directly, thus we don't
    have `env.npm_execpath` set, triggering the `process.mainModule` code path which is also not set,
    causing tests to fail.
    
    **Test plan**
    
    AppVeyor builds should pass.
    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    2aa1f9f View commit details
    Browse the repository at this point in the history
  5. Fix tests

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    dd3e65e View commit details
    Browse the repository at this point in the history
  6. Add missing package cache

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    fefc462 View commit details
    Browse the repository at this point in the history
  7. Bring --update-checksums back

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    38d1ca2 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    4c8b6dd View commit details
    Browse the repository at this point in the history
  9. Bring --update-checksums back

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    ffd14a7 View commit details
    Browse the repository at this point in the history
  10. Fix Flow error

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    1cd0f8b View commit details
    Browse the repository at this point in the history
  11. Fix error w/ updateChecksums

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    fc3621c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into sha512

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    ef22207 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d0d972 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    376e17c View commit details
    Browse the repository at this point in the history
  15. Moar test fixes

    BYK committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    089013c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f35bd24 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    64bc77b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Revert unrelated change

     ahead of 'imsnif/master' by 1 commit.
    BYK committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    9540637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f91a0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into sha512

    BYK committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    15959ad View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    93c6786 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sha512

    BYK committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    a6ab8e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    821a766 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    8fb6ae8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sha512

    BYK committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    da2877a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into sha512

    BYK committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    18d138c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    5e8b680 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8a9e756 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Merge branch 'master' into sha512

    BYK committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    c52f3fd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Merge branch 'master' into sha512

    BYK committed May 23, 2018
    Configuration menu
    Copy the full SHA
    028b5ef View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    a833726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88aa54 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Merge branch 'master' into sha512

    BYK committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    cb4a812 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    6646e32 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Fixes error reporting

    Maël Nison committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7da27ab View commit details
    Browse the repository at this point in the history
  2. Fixes error reporting

    Maël Nison committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d38712d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Fixes tests

    Maël Nison committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8ca0f87 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Merge branch 'master' into pr-5042

    Maël Nison committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    5b70d73 View commit details
    Browse the repository at this point in the history