-
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-2144: Fix Project Team Member interface + Amend system user GUID implementation #926
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #926 +/- ##
==========================================
+ Coverage 65.73% 65.75% +0.02%
==========================================
Files 351 349 -2
Lines 11319 11317 -2
Branches 1963 1961 -2
==========================================
+ Hits 7440 7441 +1
+ Misses 3475 3471 -4
- Partials 404 405 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Just curious regarding the set guid sql + set context sql: was there no way to do it in 1 call in the end? Because of the views, or the way functions work? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Looks great! ☄️
Overview
Links to Jira tickets
Description of relevant changes
user_guid
property in thesystem_users
table nullable;