-
Notifications
You must be signed in to change notification settings - Fork 0
feat: create queue #332
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
feat: create queue #332
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
80e0549
feat: initial queue implementation
danielboloc 8bae61d
docs: update version
danielboloc 200ff1f
feat: create queues from scratch
danielboloc 0bdaf58
refactor: update ux
danielboloc 5381769
refactor: update queue
danielboloc 5de372a
refactor: add message for azure
danielboloc 6d5535a
refactor: add default option
danielboloc 742b969
review: initial ai review
danielboloc 587f8f6
pytest: fix
danielboloc 69f7689
docs: update changelog
danielboloc ba62050
Apply suggestions from code review
danielboloc 7c5e3e0
Apply suggestions from code review
danielboloc 812a3f7
Apply suggestions from code review
danielboloc 8955d16
Apply suggestions from code review
danielboloc 8e8ecb7
Apply suggestions from code review
danielboloc b8e6670
Potential fix for pull request finding
danielboloc bc94381
Apply suggestions from code review
danielboloc 08c49ec
Add test for NoJobQueuesAvailableException in fetch_job_queue_id
Copilot 824eb48
Potential fix for pull request finding
danielboloc 345d4e8
docs: update README with queue generation
danielboloc c7aee29
refactor: remove unused method and its tests
danielboloc 6a74d60
style: move import at the top
danielboloc 668a62d
refactor: remove --add-compute-env
danielboloc 1a8bc77
Merge branch 'main' into create-queue
danielboloc 03d1cbb
feat: add all instances
danielboloc 549905f
revert: disable --from-scratch until api is open
danielboloc 2f629ef
test: disable --from-scratch tests
danielboloc 4b92200
refactor: remove --from-scratch helpers
danielboloc 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = '2.93.1' | ||
| __version__ = '2.94.0' |
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 |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ | |
| from .queue import Queue | ||
|
|
||
|
|
||
| __all__ = ['queue'] | ||
| __all__ = ['Queue'] | ||
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
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.