Victoria Dye
Victoria Dye
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? - [x] Have you...
Provide tracing & logging options to provide users more visibility into the operation of the bundle server. This information can be useful when debugging, monitoring operation of the system, etc....
Depends on #41 For hosts like GitHub, GitLab, etc., we want to be able to validate users making requests to the bundle server against the associated host repo permissions. For...
This functionality is called out in `README.md`, but hasn't actually been implemented. Also, describe in detail how the bundle schedule works (mix of hourly bundles, daily bundles, and base bundle).
If a `cron` schedule can't be set during `git-bundle-server (init|set)`, the failure is not reported to users. Issues with the system scheduler should at least be reported to users; also,...
This is likely to be a long-running issue where we incrementally add unit tests for everything unit test-able in the repository (which will be almost everything). This should include: -...
If we want the bundle server to support very large Git repositories (which we do), we need to make sure it can accommodate repositories that large. To do that, we...
Following up on [this comment](https://github.com/git-ecosystem/git-bundle-server/pull/51#discussion_r1187478811): we require `fixed` auth to supply the SHA256 hash of the password to avoid saving it in plaintext on disk. To provide a slightly more...
Ideas for this command: - Per-repo status - Last sync - Latest bundle? Bundle count? - Any failures - Service health - State of the web server daemon - State...
Partial (i.e., blobless) bundles will need to be served from their own route, likely included in the bundle list with an identifier. The configuration for this in the bundle list...