-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dfpl 2439 query collections #5582
base: master
Are you sure you want to change the base?
Conversation
updating image of xui-webapp for testing.
updating correct xui-mc image for QA
@@ -53,7 +53,7 @@ xui-webapp: | |||
imagePullPolicy: Always | |||
replicas: 1 | |||
releaseNameOverride: ${SERVICE_NAME}-xui-webapp | |||
image: hmctspublic.azurecr.io/xui/webapp:latest | |||
image: hmctspublic.azurecr.io/xui/webapp:pr-4140-dc9226f-20250113180116 |
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.
guess will need to remember to take this out when we're done testing
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.
all good, just a couple things that must be removed before deployment!
private void logQueryCollection(CaseDetails caseDetails, String collectionKey) { | ||
if (caseDetails.getData().containsKey(collectionKey)) { | ||
log.info("{} is present with value: {}", collectionKey, caseDetails.getData().get(collectionKey)); | ||
} else { | ||
log.info("{} is not present on case data.", collectionKey); | ||
} |
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.
logging will need to be removed before deployment, as field contents may contain PII.
@@ -156,7 +156,7 @@ def deployWADmns() { | |||
|
|||
def waStandaloneBranch = "master" | |||
// For testing DMNs, change this to the branch on the DMN repo, but ensure it is changed back to master before merging | |||
def dmnBranch = "master" | |||
def dmnBranch = "DFPL-2439-v2" |
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.
just a note to remove before deployment!
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/DFPL-2439
Change description
Adding query collections for case management.
Does this PR introduce a breaking change? (check one with "x")