Commit Graph

6 Commits (91610a987e4c805a9305d4ee951963f80dbeb9ee)

Author SHA1 Message Date
KN4CK3R ecd51f710b
Fix NuGet search endpoints ()
Fixes 
Fixes 

- Api v2 search endpoint should return only the latest version matching
the query
- Api v3 search endpoint should return `take` packages not package
versions
KN4CK3R 2d7fe4cc1e
Fix handling of plenty Nuget package versions ()
Fixes 

- Do not load full version information (v3)
- Add pagination support (v2)
KN4CK3R 86ace4b5c2
Normalize NuGet package version on upload ()
Fixes 

After this change upload versions with different semver metadata are
treated as the same version and trigger a duplicated version error.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
KN4CK3R 11d3677818
Enforce grouped NuGet search results ()
Fixes 

Added tests to enforce this behaviour.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
KN4CK3R 0e58201d1a
Add support for Chocolatey/NuGet v2 API ()
Fixes 

This PR adds support for NuGet v2 API.

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>