-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add commands for exporting and importing app/fleet releases. #2779
Draft
cmfcruz
wants to merge
6
commits into
master
Choose a base branch
from
add-release-export-import
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
cmfcruz
force-pushed
the
add-release-export-import
branch
from
July 1, 2024 13:50
52a50d4
to
568238b
Compare
cmfcruz
force-pushed
the
add-release-export-import
branch
from
July 10, 2024 03:29
568238b
to
b351c44
Compare
cmfcruz
force-pushed
the
add-release-export-import
branch
3 times, most recently
from
August 5, 2024 03:38
58ad003
to
cf8cd60
Compare
otaviojacobi
reviewed
Aug 8, 2024
otaviojacobi
reviewed
Aug 8, 2024
otaviojacobi
reviewed
Aug 8, 2024
otaviojacobi
reviewed
Aug 8, 2024
cmfcruz
force-pushed
the
add-release-export-import
branch
8 times, most recently
from
August 19, 2024 06:35
63589cf
to
423255d
Compare
cmfcruz
force-pushed
the
add-release-export-import
branch
2 times, most recently
from
August 29, 2024 15:12
43efd09
to
3525278
Compare
cmfcruz
changed the title
Adds commands for exporting and importing app/fleet releases.
Add commands for exporting and importing app/fleet releases.
Aug 29, 2024
cmfcruz
force-pushed
the
add-release-export-import
branch
8 times, most recently
from
September 3, 2024 04:47
d3f9347
to
2368d9d
Compare
myarmolinsky
reviewed
Sep 3, 2024
cmfcruz
force-pushed
the
add-release-export-import
branch
from
September 17, 2024 14:34
b3f8105
to
a0cd1f1
Compare
auto-merge was automatically disabled
September 17, 2024 15:24
Pull request was converted to draft
myarmolinsky
approved these changes
Sep 17, 2024
Change-type: minor Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
cmfcruz
force-pushed
the
add-release-export-import
branch
from
September 19, 2024 07:32
a0cd1f1
to
7cc0d8b
Compare
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.
Change-type: minor
Please check the CONTRIBUTING.md file for relevant information and some
guidance. Keep in mind that the CLI is a cross-platform application that runs
on Windows, macOS and Linux. Tests will be automatically run by balena CI on
all three operating systems, but this will only help if you have added test
code that exercises the modified or added feature code.
Note that each commit message (currently only the first line) will be
automatically copied to the CHANGELOG.md file, so try writing it in a way
that describes the feature or fix for CLI users.
If there isn't a linked issue or if the linked issue doesn't quite match the
PR, please add a PR description to explain its purpose or the features that it
implements. Adding PR comments to blocks of code that aren't self explanatory
usually helps with the review process.
If the PR introduces security considerations or affects the development, build
or release process, please be sure to highlight this in the PR description.
Thank you very much for your contribution!