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: 85693056c875dd195517b3e0430bb2e6ec6770cb
Choose a base ref
...
head repository: snyk/cli
compare: ccb9baa649ffed665a6fd2f3958a34047ed6f7b4
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 12, 2021

  1. feat: Run the IaC queries in validate & test in parallel

    Ilianna Papastefanou committed Jan 12, 2021
    Copy the full SHA
    70937e9 View commit details
    Browse the repository at this point in the history
  2. refactor: Use promise queue for rate limiting operations

    The promise-queue library is added for helping control the concurrent requests.
    
    CC-594
    Ilianna Papastefanou committed Jan 12, 2021
    Copy the full SHA
    898a208 View commit details
    Browse the repository at this point in the history
  3. refactor: Await all promises to resolve in queue

    Ilianna Papastefanou committed Jan 12, 2021
    Copy the full SHA
    48ee642 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. refactor: Add keepAlive=true on http/https agent

    test: Fix tests to check against a defined http.Agent
    
    CC-594
    Ilianna Papastefanou committed Jan 20, 2021
    Copy the full SHA
    799d672 View commit details
    Browse the repository at this point in the history
  2. refactor: Separate iac path logic, handle spinner issue.

    Ilianna Papastefanou committed Jan 20, 2021
    Copy the full SHA
    8ccd42f View commit details
    Browse the repository at this point in the history
  3. refactor: Use Promise.all to resolve all promises on detect

    Ilianna Papastefanou committed Jan 20, 2021
    Copy the full SHA
    544a793 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1576 from snyk/feat/test-iac-parallel-requests-cc…

    …-594
    
    Update snyk iac cli to issue parallel requests
    ipapast committed Jan 20, 2021
    Copy the full SHA
    ccb9baa View commit details
    Browse the repository at this point in the history