-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add capacity reservation #1205
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
276473a
add models
wesjdj cc9f460
add db.py
wesjdj 910b7d8
add rest of component
wesjdj 283b851
fix: correct orm and repository
wesjdj 7229e64
fix: wire capacity reservation component into migrations and blueprint
wesjdj 03d7afd
add migration and style checks
wesjdj 2528e86
make end_date required and generate occurrences on create
wesjdj 0192af3
wire up occurrenceadapter
wesjdj 4d4d063
add active_at_timestamp to occurrences
wesjdj b93b773
add tasks
wesjdj 1773a32
add task defs, wire in
wesjdj 54553c6
fix: get k8s namespace from cluster connection
wesjdj e136c09
delete orphaned placeholder deployments
wesjdj f7df1f5
remove unused API endpoints
wesjdj c818cad
fix: name is on object
wesjdj 73127cf
add K8s client wrapper for capacity reservations
wesjdj 85b0780
use resource_class_id as focus for capacity reservations
wesjdj 606a067
fix: regenerate schemas
wesjdj 351de96
fix: schemathesis test fixes
wesjdj aa08b98
fix: style checks
wesjdj 0c2b9bd
refactor: standardise naming across components
wesjdj fbe5d9c
generate appropriate placeholder deployment name
wesjdj ed66364
support node affinities
wesjdj d43f260
read default tolerations from env var
wesjdj 095bf5d
read default node selectors and affinities from env var
wesjdj 4b2590b
chore: add resource class id to cr deployment name
wesjdj 2b4a0dd
use helm chart provided priorityclass, if it exists
wesjdj a6a3f15
chore: add jsonb versioning
wesjdj 4ca32cc
addressing some review comments
wesjdj 637b493
addressing remaining PR feedback
wesjdj 3bfec47
fix: style checks
wesjdj dd7f84b
filter out hibernated AM sessions
wesjdj f024d5f
Merge branch 'main' into add-capacity-reservation-system
wesjdj 89fa8b7
fix: stale import
wesjdj 943be39
fix target migration head
wesjdj 494d5ab
Merge branch 'main' into add-capacity-reservation-system
olevski e51b695
squashme: minor fix
olevski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
1 change: 1 addition & 0 deletions
1
components/renku_data_services/capacity_reservation/__init__.py
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| """Blueprints for capacity reservations.""" |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.