-
Notifications
You must be signed in to change notification settings - Fork 9
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
BHBC-2140: Release to Prod #941
Conversation
* Small test script and seeding changes * Remove Shreyas from the seed * Details for ZAP * Subtitute hardcoded PW with GHA- Secret
One page project/survey layout
* Test Script update, login and some other details * Add delay to login * Remove file * Pointing to the right authurl * Path confusion * And again * It is all in the timing * Update readme as per Nick's comment
- System admin users can delete other system users.
Update snackbar to accept ReactNode as message
* [BHBC-950] UI Cleanup * [BHBC-950] Updating UI * Trigger Build * Update to test script to deal with changed id for report upload * [BHBC-950] Fixing Request Access Table Co-authored-by: Roland Stens <[email protected]> Co-authored-by: Anissa Agahchen <[email protected]>
- Add project users page - Add project users "add project participant" form - Add delete project user functionality - Update some api project role authorization checks - Update some frontend role check functionality - misc fixes/updates
* First test * Update path * - update older node versions to 14 - Increase tsconfig versions - Increase a few package.json versions - Update a few git actions to latest versions * Revert accidental backup file change * Set back to es2015 otherwise the test framework will fail Co-authored-by: Nick Phura <[email protected]>
* BHBC-948: Allow users to change existing system user roles. * BHBC-1491: Allow users to change existing project participant's roles.
* Wrap `true` value in annotation in quotes * Fix sims svc client number * Update entitlement names * Update postgres dockerfile
* Clamav Updates/Fixes * Update readme
BHBC-2162: Release Dev To Test
… implementation (#926) * Fixed a bug with adding participants to a project; * Removed the User GUID text field from the Add System User form; * Made the user_guid property in the system_users table nullable; * Added a service method for finding users by user identifier + identity source; * Added a function which patches the user's GUID entry whenever their user context is set during a database connection.
* BHBC-2145: Fix bug re: validation completion flag
BHBC-2162-2: Release Dev To Test
* Minor UI Updates/Fixes for Production Launch
BHBC-2162-3: Release Dev To Test
* BHBC-2183: Fix/enable required column validator
* Add Splash Dialog component.
BHBC-2140: Release to Test
BHBC-2140: Release to Test
Openshift URLs for the PR Deployment: |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## prod #941 +/- ##
=======================================
Coverage ? 65.78%
=======================================
Files ? 350
Lines ? 11308
Branches ? 1959
=======================================
Hits ? 7439
Misses ? 3471
Partials ? 398 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
🍨
Overview
Links to Jira tickets
https://quartech.atlassian.net/browse/BHBC-2140
Description of relevant changes
Release Test to Prod.
PR Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud