-
Notifications
You must be signed in to change notification settings - Fork 24
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
5.7 release to UAT #4565
5.7 release to UAT #4565
Conversation
* Bump version IS-96 * Lint fixes
PSP_PIMS | Development Sprint: S96.00 | Design Sprint: 95 | Date: 2024-Dec-17 - Added tables: - PIMS_ACQ_FILE_ACQ_FL_TAKE_TYP - PIMS_ACQ_FILE_ACQ_FL_TAKE_TYP_HIST - PIMS_ACQ_FILE_ACQ_PROGRESS - PIMS_ACQ_FILE_ACQ_PROGRESS_HIST - PIMS_ACQ_FILE_APPRAISAL_TYPE - PIMS_ACQ_FILE_EXPROP_RISK_TYPE - PIMS_ACQ_FILE_LGL_SRVY_TYPE - PIMS_ACQ_FILE_PROGESS_TYPE - PIMS_ACQ_FILE_TAKE_TYPE - Altered tables: - PIMS_ACQUISITION_FILE - PIMS_ACQUISITION_FILE_HIST - PIMS_ACQ_CHKLST_SECTION_TYPE - PIMS_DOCUMENT - PIMS_DOCUMENT_QUEUE - PIMS_DOCUMENT_QUEUE_HIST - PIMS_PROJECT_PERSON - PIMS_PROJECT_PERSON_HIST - PIMS_PROPERTY - Added seed scripts: - 159_DML_PIMS_ACQ_FILE_PROGESS_TYPE.sql - 160_DML_PIMS_ACQ_FILE_APPRAISAL_TYPE.sql - 161_DML_PIMS_ACQ_FILE_LGL_SRVY_TYPE.sql - 162_DML_PIMS_ACQ_FILE_TAKE_TYPE.sql - 163_DML_PIMS_ACQ_FILE_EXPROP_RISK_TYPE.sql - Requires additional metadata to meet standards Co-authored-by: Manuel Rodriguez <[email protected]>
PSP-9710, PSP-9313: UI/UX Cleanup - Make icons consistent across PIMS
PSP-9211 and PSP-9719: UI/UX Clean up: Map Icons Replacement and PIMS File header colors
Backmerge test into dev
* Address race condition where: 1) (thread #1) upload document action starts upload, sets document to processing 2) (thread #2) document poll starts executing with document in processing state 3) (thread #1) upload document action completes upload, sets document to sucess. 4) (thread #2) document poll throws concurrency exception. * correction. * test updates.
Co-authored-by: Herrera <[email protected]> Co-authored-by: devinleighsmith <[email protected]>
PSP-9471: UI UX Clean Up - Contact – Manage Contacts: Allow to save contacts that are set as Inactive without Contact Methods
* fix infinite render loop caused by hasClaim function. * formatting fixes.
* reduce round trips to database, add capability for database to retry transitive failures. * Correct job name in appsettings - to ensure correct scheduled interval. * test corrections.
… details after user adds the Project Team member (#4563) Co-authored-by: Herrera <[email protected]>
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
1 similar comment
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
…toral District (#4564) * Code cleanup * PSP-9683 Return compensation property locations in lat/long * Test updates
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
1 similar comment
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
1 similar comment
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4565 |
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.
UAT release 5.7
No description provided.