-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose repo include through API #751
Conversation
bdf073b
to
80bcbed
Compare
Codecov Report
@@ Coverage Diff @@
## master #751 +/- ##
==========================================
+ Coverage 59.19% 60.64% +1.45%
==========================================
Files 50 50
Lines 6190 6276 +86
==========================================
+ Hits 3664 3806 +142
+ Misses 2125 2033 -92
- Partials 401 437 +36
Continue to review full report at Codecov.
|
7a7cd76
to
bcd747c
Compare
I've added milestone link so that it's easier to compile release notes :) |
Woah, what a great timing. I am currently looking for a repository management tool for https://auto.debian.net/ (which is also written in Go btw). I'd love to see this merged. If I understand, this is what I need to create repositories and add packages via the rest API? From what I can see the API cannot currently do that. I'd love to be one of the first users and provide feedback, if you are interested. |
2b0e3c9
to
b61d48c
Compare
b61d48c
to
b5d1f6d
Compare
b5d1f6d
to
9509629
Compare
@aviau Aptly already has support to create local repositories through API (https://www.aptly.info/doc/api/repos/). This PR is simply expanding the API to support If you have other questions feel free to contact us on aptly-discuss |
Description of the Change
Expose repo include through API.
See aptly-dev/www.aptly.info#72 for documentation.
Checklist
AUTHORS