-
Notifications
You must be signed in to change notification settings - Fork 7
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
enhancement: parent id cols for list --all #482
Merged
Merged
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
avirtopeanu-ionos
approved these changes
Jan 20, 2025
* refactor: replace imports * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * change: print nothing if column prefix missing
* refactor: replace imports * refactor: get rid of pointers * refactor: get rid of pointers * fix: breaking change
* infer template when playground edition is used * add info comment * add mongo tests * final touches * remove commented code
* test: fix volume test * fix: allow usage of snapshots as image-id for volume create * test: add snapshot test to volume * doc: add doc to changelog * feat: add snapshot IDs to completion * test: create cube from snapshot * fix: snapshots for cube as --image-id * test: move test to new file
* refactor: rename imports * refactor: replace imports * refactor: shared * refactor: remove pointers * fix: mocks
* fix: mark wait as hidden, make flag not do anything * test: re-add wait to test * test: update tests * doc: fix docs * doc: changelog * test: expect no error
* refactor: rename imports * refactor: replace import * refactor: remove pointers * refactor: create cluster dont use allocate * doc: update docs * fix: conflicts
0f8f16a
to
32a627f
Compare
|
avirtopeanu-ionos
added a commit
that referenced
this pull request
Feb 13, 2025
* extract parent id from href * avoid reverse * fix cols flag for vmautoscaling server * make docs * make fmt * refactor: vpn to bundle (#484) * refactor: replace imports * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * refactor: get rid of pointers * change: print nothing if column prefix missing * refactor: use sdk-go-bundle for logging (#485) * refactor: replace imports * refactor: get rid of pointers * refactor: get rid of pointers * fix: breaking change * Fix: infer template from edition (#486) * infer template when playground edition is used * add info comment * add mongo tests * final touches * remove commented code * Fix: allow usage of snapshots for volumes as --image-id (#479) * test: fix volume test * fix: allow usage of snapshots as image-id for volume create * test: add snapshot test to volume * doc: add doc to changelog * feat: add snapshot IDs to completion * test: create cube from snapshot * fix: snapshots for cube as --image-id * test: move test to new file * refactor: registry to bundle (#491) * refactor: rename imports * refactor: replace imports * refactor: shared * refactor: remove pointers * fix: mocks * fix: 404 on backupunit wait (#487) * fix: mark wait as hidden, make flag not do anything * test: re-add wait to test * test: update tests * doc: fix docs * doc: changelog * test: expect no error * refactor: dataplatform to bundle (#490) * refactor: rename imports * refactor: replace import * refactor: remove pointers * refactor: create cluster dont use allocate * doc: update docs * fix: conflicts * update changelog --------- Co-authored-by: Alexandru-Claudius Virtopeanu <[email protected]>
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.
What does this fix or implement?
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)