-
Notifications
You must be signed in to change notification settings - Fork 179
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
Save racks installed locally through the CLI #3631
Conversation
Codecov ReportBase: 36.04% // Head: 36.01% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3631 +/- ##
==========================================
- Coverage 36.04% 36.01% -0.04%
==========================================
Files 168 168
Lines 18536 18585 +49
==========================================
+ Hits 6682 6694 +12
- Misses 10717 10751 +34
- Partials 1137 1140 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Depends on convox/stdcli#4 |
I'm waiting for the stdcli PR to be merge so I can update this PR to include the changes. |
stdcli package is updated |
3ec02be
to
78303b8
Compare
### What is the feature/fix? When a rack is installed using the CLI locally, not through the console or local rack, the installation finishes but don't keep the rack host anywhere. The CLI now will store the racks installed through it in the `self-managed` file. ### Does it has a breaking change? No, however past racks installed using the CLI won't be recoverable, only if the user creates the rack entry on `self-managed`. ### How to use/test it? 1. Login into a console (e.g. console.convox.com) 2. Install the rack through the RC CLI (to be created). 3. Check if the rack is listed on `convox racks` 4. Switch to the new rack 5. Uninstall it 6. Run `convox racks` and the rack should not be on the list ### Checklist - [x] New coverage tests - [x] Unit tests passing - [ ] E2E tests passing - [ ] E2E downgrade/update test passing - [ ] Documentation updated - [ ] No warnings or errors on Deepsource/Codecov
### What is the feature/fix? When a rack is installed using the CLI locally, not through the console or local rack, the installation finishes but don't keep the rack host anywhere. The CLI now will store the racks installed through it in the `self-managed` file. ### Does it has a breaking change? No, however past racks installed using the CLI won't be recoverable, only if the user creates the rack entry on `self-managed`. ### How to use/test it? 1. Login into a console (e.g. console.convox.com) 2. Install the rack through the RC CLI (to be created). 3. Check if the rack is listed on `convox racks` 4. Switch to the new rack 5. Uninstall it 6. Run `convox racks` and the rack should not be on the list ### Checklist - [x] New coverage tests - [x] Unit tests passing - [ ] E2E tests passing - [ ] E2E downgrade/update test passing - [ ] Documentation updated - [ ] No warnings or errors on Deepsource/Codecov
### What is the feature/fix? When a rack is installed using the CLI locally, not through the console or local rack, the installation finishes but don't keep the rack host anywhere. The CLI now will store the racks installed through it in the `self-managed` file. ### Does it has a breaking change? No, however past racks installed using the CLI won't be recoverable, only if the user creates the rack entry on `self-managed`. ### How to use/test it? 1. Login into a console (e.g. console.convox.com) 2. Install the rack through the RC CLI (to be created). 3. Check if the rack is listed on `convox racks` 4. Switch to the new rack 5. Uninstall it 6. Run `convox racks` and the rack should not be on the list ### Checklist - [x] New coverage tests - [x] Unit tests passing - [ ] E2E tests passing - [ ] E2E downgrade/update test passing - [ ] Documentation updated - [ ] No warnings or errors on Deepsource/Codecov
What is the feature/fix?
When a rack is installed using the CLI locally, not through the console or local rack, the installation finishes but don't keep the rack host anywhere. The CLI now will store the racks installed through it in the
self-managed
file.Does it has a breaking change?
No, however past racks installed using the CLI won't be recoverable, only if the user creates the rack entry on
self-managed
.How to use/test it?
convox racks
convox racks
and the rack should not be on the listChecklist