feat(api): Service Application Management API#9249
Open
muslimanim wants to merge 3 commits intocoollabsio:nextfrom
Open
feat(api): Service Application Management API#9249muslimanim wants to merge 3 commits intocoollabsio:nextfrom
muslimanim wants to merge 3 commits intocoollabsio:nextfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
The existing
/api/v1/applications/{uuid}API targets Application resources (standalone apps and the main service app). For a Service with multiple compose applications (ServiceApplication rows), there was no API to Stream or fetch logs for a single service application, Restart or deploy (start) one compose service without treating the whole stack like a generic application UUID (which does not map cleanly to per-service containers).Issues
Category
Preview
Allowed fields in PATCH body:
url,human_name,description,image,exclude_from_status,is_log_drain_enabled,is_gzip_enabled,is_stripprefix_enabledAI Assistance
If AI was used:
Testing
docker exec coolify php artisan test tests/Feature/ServiceApplicationsApiTest.php
Contributor Agreement
Important