-
Notifications
You must be signed in to change notification settings - Fork 1
Create v2.0.0a1 release #706
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
Changes from 64 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
37707e3
Added offline user alert set status test
wk9874 5cc27c0
Added offline events test
wk9874 860232e
Added offline metrics test
wk9874 b717d99
Added small sleep to fix test
wk9874 2b03ed1
Fixed missing start and end times
wk9874 1531497
Fixed offline file artifact path
wk9874 c1ab236
Loosen numpy requirement
wk9874 9f8ba81
Make timestamp validation in utilities consistent
wk9874 8e31759
Added missing runtime attribute to Run
wk9874 d176787
Use time not datetime
wk9874 21d0f0c
Improved get_artifacts_as_files test
wk9874 cd80cda
Added new from_run method to Artifact and fixed client
wk9874 6f7c16c
Add docstrings to new artifact methods
wk9874 5a69cb1
Fix hierarchical artifact download
wk9874 5315252
Add params option to post and put
wk9874 0fb38ea
Add optional attach to run
wk9874 8ba756f
Added params correctly in new of each alert
wk9874 e2669b4
Fixed post in artifacts
wk9874 5470a08
Merge branch 'wk9874/alert_deduplication' into wk9874/offline_fixes
wk9874 2d0af8d
Drop requirement for initialized run for creating alerts and move to …
wk9874 71c157e
Drop requirement for initialized run for creating alerts and move to …
wk9874 95f5845
Change .alerts to return a list and fix add_alerts
wk9874 8d3d547
Merge branch 'wk9874/alert_deduplication' into wk9874/offline_fixes
wk9874 607fb9f
Removed logger.setLevel from dispatch
wk9874 65dfac4
Added deepmerge to dependencies and extra tests
wk9874 683c6f4
Remove attach_to_run as it isnt required, replace with add_alerts
wk9874 58a623b
Added custom merge strategy to override lists
wk9874 a83f149
Merge branch 'wk9874/update_metadata_tags_offline' into wk9874/offlin…
wk9874 261453a
Merge branch 'wk9874/alert_deduplication' into wk9874/offline_fixes
wk9874 e4ac228
Add initial sv_obj.alert as an empty list in init
wk9874 161d625
Merge branch 'wk9874/alert_deduplication' into wk9874/offline_fixes
wk9874 030f854
Fixed alert retrieval in offline
wk9874 51fb0a4
Fixing add alerts wip
wk9874 6407544
Still fixing add_alert
wk9874 475cb92
Create add_alerts test
wk9874 f884daa
Moved get status to under sleep in test
wk9874 48ad8ee
Merge branch 'wk9874/alert_deduplication' into wk9874/offline_fixes
wk9874 28b84b2
Remove artifact changes which shouldnt be in this PR£
wk9874 f1a1e69
Fix alerts setter
wk9874 8e30ffc
Fix alerts setter
wk9874 777a443
Remove existing folder check and rely on 409 from server
wk9874 cb02213
Add randomname generator if run mode is offline
wk9874 8912d8a
Add randomname generator if run mode is offline
wk9874 6d77bde
Removed server url and token validation checks if mode is offline
wk9874 e916238
Added created to simvue run
wk9874 7a82c87
Removed api from url printed to screen on run start
wk9874 8f53b2b
Suppressed runtime error in log_event for tracebacks
wk9874 7f48657
Fixed toml file finder
wk9874 1a28c76
Parameterized log_metrics tests to include timestamp
wk9874 56cead2
Correct format of notifications getter and setter
wk9874 01c20ca
Add notification option to run init
wk9874 01c9b9d
Only change status to running in _start if not already set to that
wk9874 d25345a
Merge pull request #701 from simvue-io/wk9874/680_toml_finding
kzscisoft 9531b62
Merge pull request #705 from simvue-io/wk9874/run_notifications
kzscisoft 9b209fc
Merge pull request #692 from simvue-io/wk9874/update_metadata_tags_of…
kzscisoft a0966a0
Merge pull request #679 from simvue-io/wk9874/user_alert_test
kzscisoft 2f9882f
Respond to MR comments
wk9874 b608c5e
Merge pull request #700 from simvue-io/wk9874/folder_409
wk9874 1fac4cb
Merge branch 'v2.0' into wk9874/alert_deduplication
wk9874 3639a4f
Merge pull request #688 from simvue-io/wk9874/alert_deduplication
wk9874 9de939c
Merge branch 'v2.0' into wk9874/offline_fixes
wk9874 45be82f
Simplify conversion from alert names to ids
wk9874 be7fa45
Merge pull request #703 from simvue-io/wk9874/offline_fixes
wk9874 12046af
Update pyproject, citation and changelog for a1 release
wk9874 f4a9e21
Update citation and changelog
wk9874 7ba6d06
Fix missing start time
wk9874 124b299
Reduce redundant commit calls
wk9874 010abe5
Update citation
wk9874 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.