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: snyk/cli
base: v1.623.0
Choose a base ref
...
head repository: snyk/cli
compare: v1.624.0
Choose a head ref
  • 15 commits
  • 71 files changed
  • 6 contributors

Commits on Jun 3, 2021

  1. chore: let npm fetch the npm_token for us

    Jahed Ahmed committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    12052e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. chore: upgrade to uuid@8

    Jahed Ahmed committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1c65dd9 View commit details
    Browse the repository at this point in the history
  2. chore: migrate to tempfile to tempy

    tempfile uses a deprecated version of uuid.
    tempy has the same maintainer with a new API.
    Jahed Ahmed committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5af6fdb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Merge pull request #2005 from snyk/chore/upgrade-uuid-8

    chore: upgrade to uuid@8
    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    54e4d3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2007 from snyk/chore/migrate-tempfile-to-tempy

    chore: migrate to tempfile to tempy
    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5c261dd View commit details
    Browse the repository at this point in the history
  3. chore: enforce eslint across entire project

    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d2aa5f5 View commit details
    Browse the repository at this point in the history
  4. chore: enforce prettier across entire project

    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6cb8953 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1999 from snyk/chore/enforce-linters

    chore: enforce eslint and prettier across entire project
    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5dc5039 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1974 from snyk/chore/npmrc-token

    chore: let npm fetch the npm_token for us
    Jahed Ahmed committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ed0e45d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. chore: get npm to grab token directly from env

    Avishag Israeli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    dcac487 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2010 from snyk/smoke/fix-broken-smoke-tests

    [WIP] chore: get npm to grab token directly from env
    JackuB committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0bc79ea View commit details
    Browse the repository at this point in the history
  3. chore: get rid of changes from #1974 to fix broken test

    Avishag Israeli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    217d1fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2013 from snyk/smoke/fix-broken-smoke-tests

    smoke: get rid of changes from #1974 to fix broken test
    Avishagp committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e862aed View commit details
    Browse the repository at this point in the history
  5. fix: Skip specific errors when parsing yaml IaC files

    The new yaml parser library does some validations that we do not do in Policy Engine, so we return less results in the CLI. These are not critical errors, so we decided to skip them and return the parsed file for consistency with the Policy Engine.
    Ilianna Papastefanou committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    49c184d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2003 from snyk/fix/ignore-yaml-semantic-errors-iac

    fix: Skip specific errors when parsing yaml IaC files
    ipapast committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0236fa8 View commit details
    Browse the repository at this point in the history