-
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-2130: Merge Dev to Test #914
Merged
Conversation
This file contains 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
Incorporate New Template Transformation Engine
* BHBC-2068: Migrate Keycloak to Standard Realm * Added User GUID as a required field when filling out the Add System User form. * API endpoints now distinguish users by GUID rather than user identifier * Added new Keycloak utils for parsing Keycloak tokens and determining GUIDs, identifiers * New User Service method to maintain system user records * Added user_guid to the system users table. * Removed IDIR test users from the users table seeder; Added user GUIDs to active developer IDIR accounts. * Distinguished BCeID basic and business identity sources
* Added a new endpoint and API hook for retreiving S3 files through the backend; * Removed hardcoded links to S3 from the Resources page; * Added helper functions for retrieving lists of files for a given S3 folder * Replaced globally-scoped variables in the file utils module with appropriate getters
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## test #914 +/- ##
==========================================
- Coverage 66.48% 65.64% -0.84%
==========================================
Files 339 353 +14
Lines 10877 11304 +427
Branches 1908 1966 +58
==========================================
+ Hits 7232 7421 +189
- Misses 3243 3488 +245
+ Partials 402 395 -7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…912) * Update api route annotations to disable sticky sessions * Update pipeline files from latest biohub improvements * Update git workflows from latest biohub workflows * Disable codecov annotations
* Misc pipeline updates
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
NickPhura
requested review from
anissa-agahchen,
KjartanE,
curtisupshall and
cgarrettjones
January 19, 2023 22:56
anissa-agahchen
approved these changes
Jan 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Links to Jira tickets
https://quartech.atlassian.net/browse/BHBC-2130
Description of relevant changes
Promote Dev to Test.
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