-
Notifications
You must be signed in to change notification settings - Fork 0
Add .packit.yml #2
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
Conversation
Signed-off-by: Ed Santiago <[email protected]>
|
There was an error while creating SRPM. You can re-trigger build by adding a comment ( Output: |
|
The file you link in the packit config - If you have a command that generates the file, actions are a preferred way to do it: |
As I've mentioned once or twice, hand-maintained swagger docs
are evil. This commit attempts to fix:
* Inconsistent methods (swagger says POST but code signature
says GET)
* Inconsistent capitalization
* Typos ("Mounter", "pood")
* Completely wrong paths (/inspect vs /json)
* Missing .Method() registrations
* Missing /libpod in some /volumes paths
* Incorrect method declaration: /libpod/containers/.../kill
was correct (POST) in swagger but wrong in the code itself
(http.MethodGet). Correct the latter to MethodPost
This is two hours' work, even with a script I have that
tries to cross-check everything.
Swagger docs should not be human-maintained.
Signed-off-by: Ed Santiago <[email protected]>
Add API review comments to correct documentation and endpoints. Also, add a libpode prune method to reduce code duplication. Only used right now for the API but when the remote client is wired, we will switch over there too. Signed-off-by: Brent Baude <[email protected]>
Review corrections pass #2
Swagger: fix inconsistencies (try #2)
|
A friendly reminder that this PR had no activity for 30 days. |
Friendly amendment for pr 6751
Fix #2 for compat commit handling of --changes
* Use vfkit command line assembly * Inject ignition file into guest using http over vsock * Ready notification through use of vsock [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <[email protected]>
AppleHV enablement pass #2
Signed-off-by: Ed Santiago [email protected]