Skip to content

Tags: haarhoff-frs/BaGet

Tags

v0.4.0-preview2

Toggle v0.4.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove the release notes length limit (loic-sharma#687)

Kudos to @dncnkrs for the original implementation. 

This allows BaGet to index packages with large release notes, like https://www.nuget.org/packages/chocolatey/0.10.6.1

v0.4.0-preview1

Toggle v0.4.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Docker image as part of "Release" GitHub Action (loic-sharma#683

)

v0.3.0-preview5

Toggle v0.3.0-preview5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for NuGet V2 upstream package sources (loic-sharma#630)

To configure the mirror service to use the NuGet V2 client:

```json
"Mirror": {
  "Enabled": true,
  "PackageSource": "https://www.nuget.org/api/v2/",
  "Legacy": true
},
```

v0.3.0-preview4

Toggle v0.3.0-preview4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the bindings in docker quickstart (loic-sharma#539)

Co-authored-by: Lucas Michon <[email protected]>

v0.3.0-preview2

Toggle v0.3.0-preview2's commit message
Support embedded package icons (loic-sharma#469)

NuGet supports embedding the package's icon into the package itself. This adds the necessary logic to support embedded icons in BaGet. This was a community contribution by @iodes

v0.3.0-preview1

Toggle v0.3.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gracefully handle mirror failures for offline scenarios (loic-sharma#448

)

Addresses loic-sharma#432

v0.2.0-preview1

Toggle v0.2.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address feedback (loic-sharma#343)

Addresses loic-sharma#341

v0.1.77-prerelease

Toggle v0.1.77-prerelease's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[UI] Fix several bugs (loic-sharma#254)

v0.1.75-prerelease

Toggle v0.1.75-prerelease's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Protocol] Mirror nuget.org's undocumented protocols (loic-sharma#249)

NuGet.org uses RDF to generate its V3 API. This adds properties that aren't part of the official API, however, certain clients depend on these undocumented properties.

v0.1.71-prerelease

Toggle v0.1.71-prerelease's commit message
Add support for Google buckets storage (loic-sharma#233)