Skip to content

Commit

Permalink
RIA-TASK - Merge master changes to DLRM - ia-home-office-integration-…
Browse files Browse the repository at this point in the history
…api (#375)

* base branch for dlrm

* RIA-8101 DLRM judge refactor (#376)

* RIA-8101 DLRM judge rework

* RIA-8101 DLRM judge rework - renaming classes

---------

Co-authored-by: JamieClarkeV1 <[email protected]>

* Revert "RIA-8101 DLRM judge refactor" (#378)

* RIA-8101 judge rework ho-integration (#380)

* RIA-8101 DLRM judge rework

* RIA-8101 DLRM judge rework - jenkins fix

* RIA-8101 DLRM judge rework - jenkins fix

* RIA-8101 DLRM judge rework - jenkins fix

* RIA-8101 DLRM judge rework - addressing comments

* RIA-8101 DLRM judge rework - renaming functional tests

---------

Co-authored-by: JamieClarkeV1 <[email protected]>

* RIA-8104 Fix sonnar issue (#382)

* Empty-Commit

* RIA-8104 Fix build

* RIA-8104 fix linting

* update suppressions.xml (#385)

* update suppressions.xml (#387)

* RIA-8758 DLRM rebase from master for CcdScenarioRunnerTest (#388)

* RIA-8888 updated suppressions.xml (#392)

* updated suppressions.xml

* updated suppressions.xml

* RIA-8860 Merge with master (#398)

* RIA-8934 Fix configuration files before merging

* RIA-8934 Fix configuration files before merging

---------

Co-authored-by: JamieClarkeV1 <[email protected]>
Co-authored-by: Miguel Martin <[email protected]>
Co-authored-by: ThomasKKC <[email protected]>
Co-authored-by: Ryan-Nesbitt <[email protected]>
  • Loading branch information
5 people authored May 10, 2024
1 parent e861874 commit c757d12
Show file tree
Hide file tree
Showing 23 changed files with 794 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - granted",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaDecided",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "granted"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "granted",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - partially granted",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - refused",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaDecided",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "refused"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "refused",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification:FTPA appellant decision - reheard Rule 32",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "reheardRule32"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "reheardRule32",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - reheard Rule 35",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "reheardRule35"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "reheardRule35",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - remade Rule 32 (Allowed)",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32",
"ftpaAppellantDecisionRemadeRule32": "allowed"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32",
"ftpaAppellantDecisionRemadeRule32": "allowed",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"description": "RIA-3307 Home Office notification: FTPA appellant decision - remade Rule 32 (Dismissed)",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32",
"ftpaAppellantDecisionRemadeRule32": "dismissed"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "appellant",
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32",
"ftpaAppellantDecisionRemadeRule32": "dismissed",
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA respondent decision - granted",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaDecided",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "granted"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "granted",
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA respondent decision - partially granted",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted",
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA respondent decision - refused",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaDecided",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "refused"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "refused",
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"description": "RIA-3307 Home Office notification: FTPA respondent decision - reheard Rule 32",
"launchDarklyKey": "dlrm-setaside-feature-flag:true",
"request": {
"uri": "/asylum/ccdAboutToSubmit",
"credentials": "Judge",
"input": {
"id": 1234,
"eventId": "decideFtpaApplication",
"state": "ftpaSubmitted",
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "reheardRule32"
}
}
}
},
"expectation": {
"status": 200,
"errors": [],
"caseData": {
"template": "minimal-appeal-submitted.json",
"replacements": {
"homeOfficeReferenceNumber": "1212-0099-0062-8083",
"ftpaApplicantType": "respondent",
"ftpaRespondentRjDecisionOutcomeType": "reheardRule32",
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK"
}
}
}
}
Loading

0 comments on commit c757d12

Please sign in to comment.