-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Improve/documentation #1359
Improve/documentation #1359
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1359 +/- ##
==========================================
- Coverage 75.12% 75.02% -0.10%
==========================================
Files 157 157
Lines 18172 18146 -26
==========================================
- Hits 13651 13614 -37
- Misses 3404 3409 +5
- Partials 1117 1123 +6 ☔ View full report in Codecov by Sentry. |
80c1b51
to
5156aa0
Compare
df8a358
to
236e0d6
Compare
236e0d6
to
092e088
Compare
f7903cb
to
af56e15
Compare
af56e15
to
e673378
Compare
e673378
to
cafd7d0
Compare
70e13f6
to
2567dba
Compare
Working on filling in TODO stubs, starting with api/task |
2567dba
to
c8cf59c
Compare
thank you so much in advance ! |
I pushed a fix for lint, please |
85a9d73
to
c7b7567
Compare
Believe I took care of all the API stubs |
ac76097
to
1f3c9a8
Compare
1f3c9a8
to
4052973
Compare
and make sure make lint has the VERSION generated
and fix lint
and fix etcd data dir
make descrptions consistent
067e2a1
to
e319f3c
Compare
Fixes: #181
Description of the Change
Document all APIs with swagger
Replace and automate the API documentation on https://www.aptly.info/doc/api document API calls with swagger.
Run swagger
See Swagger doc: http://localhost:3142/docs
Note: as the dev server has live reload, changes to the code will be recompiled, then the page can be reloaded.
Document aptly.conf
Found that aptly uses
github.com/DisposaBoy/JsonConfigReader
already, turns out it supports comments in json,so we can have a inline documented config file :)
Checklist