-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merge to main to release v5.3.0 #3567
Conversation
…TV-1845] includes enhanced tests and additional instructions for testing with docker containers
PyDeps Nov 2023
Removing some comments and an extraneous method; general tidying
DATAUP-765: add user and wsid to job output
Removing some comments and an extraneous method; general tidying
DATAUP-765: assertify tests
The existing one is not AMD, but I didn't want to update it and then have to potentially touch all the code that uses it. This was also a chance to make the kbasePrompt a bit more reasonable as a base for creating specific prompts, like the Confirmation Prompt used by the tabs.
I think it is critical to have this in the codebase; otherwise, how is one to "see" what the widgets do in each of their possible, or at least common, configurations?
Similar to the similar utility in testing library, it tries looking for a text within an element for a given period of time with a given frequency
makes testing easier, and does not interfere with real usage.
… for pre-commit [PTV-1845]
UIP-47: Updating clustergrammer widget to v2 and un-skip clustergrammer test
UIP-47: June Python updates
…ingleton directories with the different clients in them.
adding some python updates that didn't make it into the previous PR updating that accursed release notes file
UIP-47: update clients
…src/ folder for ease of updating, and updating the docs accordingly. also added some typing to some python files edited dockerfile to transfer over individual folders instead of copying the whole repo and creating an image with a load of unnecessary junk in it.
UIP-47: Misc tidying
UIP-47: Updating versions of github actions
WIP: UIP-47: update JS deps
UIP-47: Simplify narrative installation
UIP-45 - add regression test for download path from report
bump version to 5.3.0
Quality Gate passedIssues Measures |
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.
Merge away, my good fellow!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3567 +/- ##
==========================================
- Coverage 29.36% 25.71% -3.66%
==========================================
Files 497 461 -36
Lines 50580 46694 -3886
==========================================
- Hits 14855 12009 -2846
+ Misses 35725 34685 -1040
... and 42 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description of PR purpose/changes
As it says above! Check the release notes for changes.