-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat(containers): application upgrade interface #654
Merged
lusergit
merged 1 commit into
edgehog-device-manager:feature/application-management
from
noaccOS:feat/containers-interface-deployment_upgrade
Nov 8, 2024
Merged
feat(containers): application upgrade interface #654
lusergit
merged 1 commit into
edgehog-device-manager:feature/application-management
from
noaccOS:feat/containers-interface-deployment_upgrade
Nov 8, 2024
Conversation
This file contains 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
lusergit
reviewed
Oct 21, 2024
backend/lib/edgehog/devices/device/manual_actions/send_application_command.ex
Outdated
Show resolved
Hide resolved
noaccOS
force-pushed
the
feat/containers-interface-deployment_upgrade
branch
8 times, most recently
from
October 23, 2024 08:50
9fa73fc
to
c02bdf7
Compare
noaccOS
force-pushed
the
feat/containers-interface-deployment_upgrade
branch
from
October 23, 2024 13:37
c02bdf7
to
c06119f
Compare
lusergit
approved these changes
Oct 30, 2024
lusergit
requested changes
Nov 7, 2024
backend/lib/edgehog/astarte/device/deployment_update/request_data.ex
Outdated
Show resolved
Hide resolved
backend/lib/edgehog/devices/device/manual_actions/update_application.ex
Outdated
Show resolved
Hide resolved
backend/lib/edgehog/devices/device/manual_actions/update_application.ex
Outdated
Show resolved
Hide resolved
backend/priv/astarte_resources/interfaces/io.edgehog.devicemanager.apps.DeploymentUpdate.json
Outdated
Show resolved
Hide resolved
noaccOS
force-pushed
the
feat/containers-interface-deployment_upgrade
branch
5 times, most recently
from
November 7, 2024 17:24
4e33049
to
f084e76
Compare
lusergit
approved these changes
Nov 7, 2024
noaccOS
force-pushed
the
feat/containers-interface-deployment_upgrade
branch
from
November 7, 2024 17:45
f084e76
to
8ce5888
Compare
lusergit
approved these changes
Nov 8, 2024
expose a way to upgrade an application to a newer release . - does not allow downgrading - the releases must be of the same application Signed-off-by: Francesco Noacco <[email protected]>
noaccOS
force-pushed
the
feat/containers-interface-deployment_upgrade
branch
from
November 8, 2024 10:58
8ce5888
to
38ac6ea
Compare
lusergit
approved these changes
Nov 8, 2024
lusergit
merged commit Nov 8, 2024
a38b340
into
edgehog-device-manager:feature/application-management
8 checks passed
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.
expose a way to upgrade an application to a newer release.
depends on #653 and is drafted because the last commit (which must be removed before merging) depends on itcloses #619