generated from PrivateAIM/python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to Hub v0.8.25 #100
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
33 commits
Select commit
Hold shift + click to select a range
e78b07b
fix(storage): make `actor_id` and `actor_type` for buckets optional
pbrassel e7eb50f
fix(core): make `robot_id` on nodes optional since it is deprecated
pbrassel 75715b5
fix(test): use `virtual_path` to filter for `master_image` fixture
pbrassel c081963
feat(core): `build_status` and `build_progress` attributes for master…
pbrassel 5cc296e
fix(core): update analysis model
pbrassel 8536383
fix(core): validate `build_progress` in master images as an integer
pbrassel 9130c25
fix: `AnalysisNodeApprovalStatus` and `AnalysisNodeRunStatus` are no …
pbrassel 77e6568
fix(core): update analysis node model
pbrassel 0549187
test(core): update analysis node models
pbrassel fc876ac
feat: make `AnalysisBucketType` an enum to remove hard-coded bucket t…
pbrassel d52088a
fix: set higher read timeout since creating registry projects takes a…
pbrassel b6b9b99
feat(auth): client resource
pbrassel 82bcf07
refactor(auth): let `User` inherit from `CreateUser`
pbrassel 698f21a
feat(auth): client authentication
pbrassel 0ac79e0
feat(auth): show a deprecation warning for `RobotAuth`
pbrassel b8145b3
feat: show deprecation warnings per default
pbrassel 7018a3c
fix(core): update `Log` model
pbrassel 0a96613
fix(core): add `client_id` attribute for nodes
pbrassel 7799cd5
feat: make expected code for Hub responses variable in `BaseClient` m…
pbrassel a4cbc22
refactor(core): creating analysis nodes logs now uses the intended `B…
pbrassel 25021f9
test(refactor): improve test for analysis node logs
pbrassel 18e4909
fix(test): use `nginx.conf` from `hub-deployment` repository
pbrassel 5cb307f
docs: update readme
pbrassel b6b085c
chore: update hub version
pbrassel a5672f9
test: test for deprecation warnings
pbrassel 6f69e27
docs: reason for read timeout
pbrassel 9c8586a
feat(storage): add `realm_id` attribute for `BucketFile`
pbrassel 0b19281
fix(core): adapt analysis bucket and analysis bucket file models
pbrassel e2b6ee0
fix: correct return type for `delete_analysis_bucket_file()` method
pbrassel 8ea3258
fix(core): update analysis commands
pbrassel 13b459b
docs: update section about deploying a hub instance
pbrassel def7378
fix(test): check for integers in `next_random_number()` helper function
pbrassel 921eded
fix(test): pin `nginx.conf` to specific commit
pbrassel 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix dotenv-linter key order warning.
Line 10 is flagged by dotenv-linter for key ordering. Move
PYTEST_HUB_VERSIONabovePYTEST_STORAGE_BASE_URL.🔧 Suggested reorder
📝 Committable suggestion
🧰 Tools
🪛 dotenv-linter (4.0.0)
[warning] 10-10: [UnorderedKey] The PYTEST_HUB_VERSION key should go before the PYTEST_STORAGE_BASE_URL key
(UnorderedKey)
🤖 Prompt for AI Agents