Updates in build system only:
- move from IDE to Dojo
- use ops scripts from kudulab
Changed default log level to Warning
.
- added option to change default listen port
- fix returning metadata of packages with no dependencies #8
- remove not supported cache endpoints from index #9
Merge BaGet fork into LiGet.
- Adds V3 implementation
- Added simple SPA UI
- Now using sqlite for indexing private packages
- Provides easy migration from pre-1.0 and baget
Cherry-pick of upstream changes
- improve database search
- package deletion service with different behaviors
- refactoring of storage services and tests
Fix not returning unlisted packages in caching proxy.
- Fixed missing dependencies in V3 endpoints #12
- Added V2 implementation from LiGet
- Added compatibility mode with LiGet to keep the same endpoints
- V2 includes dependencies in package query results
- Switch production base image to slim stretch
- added importer to complete migration from LiGet
- fix/adjust for deployments with root-owned volumes
First release with a changelog.
- added unit, integration tests and e2e tests with paket and nuget cli.
- added release cycle and testing of docker image using continuous delivery practices.
- implements read-through cache, which does not work upstream
- uses paket and FAKE for build system.
- uses Carter for routing rather than bare Asp routing.
- adds ability to log to graylog
- builds SPA as part of pipeline
- fixes handling package upload by older clients and paket
- added flag to run database migrations only when enabled
- fix #1 - do not cache catalog pages on disk
- minor fix to not save scan date on failure
- fix forwarding requests when response is not successfull #12154
- fix cache never invalidating due to case mismatch #11699
- Add caching proxy with v3 API, including
- DBreeze backend
- Periodic cache invalidation based on upstream changes
- Adds stress tests
- Tweaked kestrel options to get better performance
- cleanup unused code and tests
- add paket end case with version constraint
- client usage readme
Fix release scripts
Initial release.