feat(storage-box): implement CRUD operations#1143
Merged
lukasmetzner merged 32 commits intostorage-boxesfrom Sep 8, 2025
Merged
feat(storage-box): implement CRUD operations#1143lukasmetzner merged 32 commits intostorage-boxesfrom
lukasmetzner merged 32 commits intostorage-boxesfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## storage-boxes #1143 +/- ##
=================================================
+ Coverage 63.94% 70.50% +6.56%
=================================================
Files 249 258 +9
Lines 10880 11284 +404
=================================================
+ Hits 6957 7956 +999
+ Misses 3178 2615 -563
+ Partials 745 713 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apricote
requested changes
Sep 3, 2025
apricote
requested changes
Sep 3, 2025
Member
apricote
left a comment
There was a problem hiding this comment.
change_protection is part of Actions and not CRUD
5bc6627 to
3ef93b4
Compare
f586e4e to
2d005a3
Compare
11 tasks
lukasmetzner
reviewed
Sep 8, 2025
lukasmetzner
approved these changes
Sep 8, 2025
phm07
added a commit
that referenced
this pull request
Sep 18, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
phm07
added a commit
that referenced
this pull request
Sep 18, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
phm07
added a commit
that referenced
this pull request
Sep 19, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
phm07
added a commit
that referenced
this pull request
Sep 22, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
phm07
added a commit
that referenced
this pull request
Oct 9, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
phm07
added a commit
that referenced
this pull request
Oct 10, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
jooola
pushed a commit
that referenced
this pull request
Oct 17, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
apricote
pushed a commit
that referenced
this pull request
Oct 21, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
apricote
pushed a commit
that referenced
this pull request
Oct 21, 2025
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes. --------- Co-authored-by: lukasmetzner <lukas.metzner@hetzner-cloud.de>
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.
This PR implements the CRUD (create, read, update, delete) operations for Storage Boxes.