Skip to content

UAT Release 6.2#5292

Merged
JamesPayer merged 60 commits intobcgov:testfrom
asanchezr:uat-release-6.2
Apr 23, 2026
Merged

UAT Release 6.2#5292
JamesPayer merged 60 commits intobcgov:testfrom
asanchezr:uat-release-6.2

Conversation

@asanchezr
Copy link
Copy Markdown
Collaborator

No description provided.

dfilteau and others added 30 commits April 7, 2026 15:39
PSP_PIMS | Development Sprint: S120.00 | Design Sprint: 119 | Date: 2026-Apr-07
- Altered tables:
  - PIMS_ACQUISITION_OWNER
  - PIMS_ACQUISITION_OWNER_HIST
- Altered seed scripts:
  - 057_DML_PIMS_LEASE_PROGRAM_TYPE
  - 093_DML_PIMS_ACQ_FL_TEAM_PROFILE_TYPE
  - 144_DML_PIMS_DSP_FL_TEAM_PROFILE_TYPE.sql
  - 164_DML_PIMS_LL_TEAM_PROFILE_TYPE.sql
  - 167_DML_PIMS_MANAGEMENT_FILE_PROFILE_TYPE
PSP-11360: Improving Waits on Selenium tests
eddherrera and others added 19 commits April 20, 2026 22:39
PSP-11373 Correct PIMS file/project access
PSP-11387 remove the notice of claim if the noc comment/date are not specified.
psp-11333 fix navigation in acq/research when a user override modal i…
PSP-11423 : FT:Reg-Wrong place of the Management File Number column i…
PSP-11443 : File/Project list views do not filter by the users regions for the initial search
initialValues: LeaseFilterModel;
pimsRegionsOptions: MultiSelectOption[];
leaseTeamOptions: MultiSelectOption[];
leaseStatusOptions: MultiSelectOption[];
/// <returns></returns>
public static short[] GetShortArrayValue(this IDictionary<string, Microsoft.Extensions.Primitives.StringValues> dict, string key, string separator = ",")
{
return dict.TryGetValue(key, out Microsoft.Extensions.Primitives.StringValues value) ? value.ToString().Split(separator).Select(v => { return short.TryParse(v, out short iv) ? (short?)iv : null; }).Where(v => v != null).Select(v => (short)v).ToArray() : Array.Empty<short>();
@github-actions
Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5292

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
80.3% Duplication on New Code (required ≤ 3%)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@github-actions
Copy link
Copy Markdown
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5292

Copy link
Copy Markdown
Collaborator

@JamesPayer JamesPayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UAT release 6.2

@JamesPayer JamesPayer merged commit cf3318e into bcgov:test Apr 23, 2026
18 of 19 checks passed
@asanchezr asanchezr deleted the uat-release-6.2 branch April 23, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants