8000 Comparing v0.9.16...v0.9.18 · snyk-labs/pysnyk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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-labs/pysnyk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.16
Choose a base ref
...
head repository: snyk-labs/pysnyk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.18
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    5211efd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from snyk-labs/feat/projects-pagination-100

    feat: increase projects limit to 100
    lili2311 authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dc75bc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix issue with limit duplication leading to errors

    [this
    commit](dc75bc9)
    introduced a default limit in the client. However, the limit is also
    present in the URL. That leads to the 2nd and subsequent pages failing
    due to passing `limit=X&limit=X`. That is interpreted as an array by the
    server, and will fail with a client error.
    
    The fix checks the URL for the limit, and avoids the duplication if
    present.
    garethr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c415757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from snyk-labs/fix-limit-duplication

    Fix issue with limit duplication leading to errors
    lili2311 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9ec5552 View commit details
    Browse the repository at this point in the history
  3. Bump the version for release

    garethr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    03e5216 View commit details
    Browse the repository at this point in the history
Loading
0