Skip to content
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

v5.3 release #4141

Merged
merged 360 commits into from
Jun 27, 2024
Merged

v5.3 release #4141

merged 360 commits into from
Jun 27, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    6f45d1b View commit details
    Browse the repository at this point in the history
  2. Fixed looking for property in the property listview (#3964)

    Co-authored-by: Alejandro Sanchez <[email protected]>
    FuriousLlama and asanchezr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    186d1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b5ecd View commit details
    Browse the repository at this point in the history
  4. Psp 7883 - remove acquisition completion date. (#3962)

    * psp-7883 remove acquisition complete date.
    
    * psp-7883 lint correction.
    
    * test fixes.
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    devinleighsmith and asanchezr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3cea4b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bad6943 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #3971 from devinleighsmith/test

    IS78 release fallback
    JamesPayer authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e134b23 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Vitest (#3950)

    * vitest - config and packages.
    
    * vitest tests with trivial changes - no review required.
    
    * non-test file changes - do not need review.
    
    * snapshots - do not require review.
    
    * These changes should be reviewed.
    
    * merge corrections.
    
    * test corrections.
    
    * update coverage configuration
    
    * coverage corrections.
    
    * test changes
    
    * re-enable tests.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2aeae93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eeda47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b54cc38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d9a3ce View commit details
    Browse the repository at this point in the history
  5. psp-7999 close button styling (#3973)

    Co-authored-by: Alejandro Sanchez <[email protected]>
    devinleighsmith and asanchezr authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    39533ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd0291a View commit details
    Browse the repository at this point in the history
  7. IS-79.00 Database Schema (#3969)

    * IS-79.00 Database Schema
    
    PSP_PIMS | Development Sprint: S79.00 | Design Sprint: 78 | Date: 2024-Apr-23
    - Altered tables:
      - PIMS_ACQUISITION_FILE
      - PIMS_PROPERTY
    - Added seed scripts:
      - 007_PSP_PIMS_ACQUISITION_FILE_HIST_Add.sql
      - 151_DML_PIMS_FILE_NUMBER_TYPE.sql
    - Altered seed scripts:
      - 116_DML_PIMS_TAKE_TYPE.sql
    - Altered test scripts:
      - 031_PIMS_ACQUISITION_FILE.sql
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
      - 043_PIMS_ACQUISITION_FILE.sql
      - 058_PIMS_TAKE.sql
    - Added test scripts:
      - 075_PIMS_FILE_NUMBER.sql
    - Requires additional metadata to meet standards
    
    * Updated Lease Purpose Codes
    
    Late addition to the release.
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    dfilteau and FuriousLlama authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d8305b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d63cd44 View commit details
    Browse the repository at this point in the history
  9. Scaffold/s79 (#3975)

    * Generated scaffold
    
    * Compilation fixes
    FuriousLlama authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9c75187 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5971154 View commit details
    Browse the repository at this point in the history
  11. PSP-8182: Automation update based on last changes on TST Environment (#…

    …3976)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    3 people authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4095466 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76d2bf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    788e77e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415021e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. vitest corrections (#3978)

    * vitest fixes.
    
    * re-install moment-timezone.
    
    * remove only modifier
    
    * snapshot update.
    
    * skip failing test.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * acquisition file owners.
    devinleighsmith authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    649aa4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d2a0d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. PSP-8022 : Disposition file states - Hold (#3979)

    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 1, 2024
    Configuration menu
    Copy the full SHA
    e414d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d9656 View commit details
    Browse the repository at this point in the history
  3. Psp 8109 - color palette refactor (#3951)

    * psp-8109 app color updates.
    
    * fix
    
    * test corrections.
    
    * merge correction.
    
    * psp-8109 cleanup, PR feedback.
    
    * corrections.
    
    * formatting.
    
    * snapshots.
    devinleighsmith authored May 1, 2024
    Configuration menu
    Copy the full SHA
    7c06093 View commit details
    Browse the repository at this point in the history
  4. psp-7909 take ui refactor. (#3980)

    * psp-7909 take ui refactor.
    
    * psp-8145
    
    * correct invalid type.
    
    * code review corrections.
    
    * merge corrections.
    devinleighsmith authored May 1, 2024
    Configuration menu
    Copy the full SHA
    5a15dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d8186f View commit details
    Browse the repository at this point in the history
  6. unit test stability corrections (#3982)

    * vitest fixes.
    
    * re-install moment-timezone.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * update msw, make some corrections to aid with test instability.
    
    * increase maxworkers now that test stability increased.
    
    * package updates.
    devinleighsmith authored May 1, 2024
    Configuration menu
    Copy the full SHA
    7246ebd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40d8a14 View commit details
    Browse the repository at this point in the history
  8. 5.3 updates from dev (#3983)

    * Bump DEV version - IS79 (#3974)
    
    * CI: Bump version to v5.2.0-79.1
    
    * psp-7999 close button styling (#3973)
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.2.0-79.2
    
    * IS-79.00 Database Schema (#3969)
    
    * IS-79.00 Database Schema
    
    PSP_PIMS | Development Sprint: S79.00 | Design Sprint: 78 | Date: 2024-Apr-23
    - Altered tables:
      - PIMS_ACQUISITION_FILE
      - PIMS_PROPERTY
    - Added seed scripts:
      - 007_PSP_PIMS_ACQUISITION_FILE_HIST_Add.sql
      - 151_DML_PIMS_FILE_NUMBER_TYPE.sql
    - Altered seed scripts:
      - 116_DML_PIMS_TAKE_TYPE.sql
    - Altered test scripts:
      - 031_PIMS_ACQUISITION_FILE.sql
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
      - 043_PIMS_ACQUISITION_FILE.sql
      - 058_PIMS_TAKE.sql
    - Added test scripts:
      - 075_PIMS_FILE_NUMBER.sql
    - Requires additional metadata to meet standards
    
    * Updated Lease Purpose Codes
    
    Late addition to the release.
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    
    * CI: Bump version to v5.2.0-79.3
    
    * Scaffold/s79 (#3975)
    
    * Generated scaffold
    
    * Compilation fixes
    
    * CI: Bump version to v5.2.0-79.4
    
    * PSP-8182: Automation update based on last changes on TST Environment (#3976)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    
    * CI: Bump version to v5.2.0-79.5
    
    * snapshot updates. (#3977)
    
    * CI: Bump version to v5.2.0-79.6
    
    * vitest corrections (#3978)
    
    * vitest fixes.
    
    * re-install moment-timezone.
    
    * remove only modifier
    
    * snapshot update.
    
    * skip failing test.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * acquisition file owners.
    
    * CI: Bump version to v5.2.0-79.7
    
    * PSP-8022 : Disposition file states - Hold (#3979)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.2.0-79.8
    
    * psp-7909 take ui refactor. (#3980)
    
    * psp-7909 take ui refactor.
    
    * psp-8145
    
    * correct invalid type.
    
    * code review corrections.
    
    * merge corrections.
    
    * CI: Bump version to v5.2.0-79.9
    
    * unit test stability corrections (#3982)
    
    * vitest fixes.
    
    * re-install moment-timezone.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * update msw, make some corrections to aid with test instability.
    
    * increase maxworkers now that test stability increased.
    
    * package updates.
    
    * CI: Bump version to v5.2.0-79.10
    
    * snapshots
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Doug Filteau <[email protected]>
    Co-authored-by: Manuel Rodriguez <[email protected]>
    Co-authored-by: Sue Tairaku <[email protected]>
    Co-authored-by: Eduardo <[email protected]>
    Co-authored-by: Herrera <[email protected]>
    8 people authored May 1, 2024
    Configuration menu
    Copy the full SHA
    f836b83 View commit details
    Browse the repository at this point in the history
  9. PSP-8324 Update area convertor in Lease and License (#3981)

    * Code cleanup
    
    * Show common area component on lease view
    
    * Update property-lease repository to return area unit type-code
    
    * Use common area component to update lease property areas
    
    * Test updates
    
    * Increase spacing as per UI/UX review
    
    * Update snapshots
    asanchezr authored May 1, 2024
    Configuration menu
    Copy the full SHA
    d28be7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b136c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff97380 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3b0d71 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c8b3ade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9183c79 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. PSP-8366 : Enforce character limit on file names in document list (#3991

    )
    
    * PSP-8366 : Enforce character limit on file names in document list
    
    * - updates
    
    ---------
    
    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 3, 2024
    Configuration menu
    Copy the full SHA
    c24438a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade22bc View commit details
    Browse the repository at this point in the history
  3. PSP-8361: Automation updates based on IS79 build on Test Environment (#…

    …3985)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    * Changes on automation based on IS79 changes
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    3 people authored May 3, 2024
    Configuration menu
    Copy the full SHA
    f7c5bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d590348 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1866182 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3992 from FuriousLlama/dev_sync_5.3

    Dev sync 5.3
    asanchezr authored May 3, 2024
    Configuration menu
    Copy the full SHA
    7541e64 View commit details
    Browse the repository at this point in the history
  7. IS-79.00 Property View Updates (#3989)

    Co-authored-by: Manuel Rodriguez <[email protected]>
    dfilteau and FuriousLlama authored May 3, 2024
    Configuration menu
    Copy the full SHA
    02bf8f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89ba1c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f66004 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d47707 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48dc7e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07002a1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    4866b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba70e02 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. PSP-8186 : Property File Change Log Update (#3995)

    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6808c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db08f0 View commit details
    Browse the repository at this point in the history
  3. IS-79.00 Added PIMS_PROPERTY_VW View (#3997)

    * IS-79.00 Property View Updates
    
    * IS-79.00 Added PIMS_PROPERTY_VW View
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    dfilteau and FuriousLlama authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bc52495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c30664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e631f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2380992 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. directly replace address search bar with selected result. (#3996)

    Correctly handle either comma or pipe delimeted pids.
    Add error message for multiple pid responses.
    devinleighsmith authored May 7, 2024
    Configuration menu
    Copy the full SHA
    49122ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db9a3b View commit details
    Browse the repository at this point in the history
  3. psp-5489 | Lease header historical numbers (#3990)

    * added backend and frontend components
    
    * Regenerated snaps
    FuriousLlama authored May 7, 2024
    Configuration menu
    Copy the full SHA
    321a968 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. psp-7861 Historical file numbers on Acquisition file and Research file (

    #4000)
    
    * added backend and frontend components
    
    * Regenerated snaps
    
    * Addes historical numbers to the acq and research headers
    
    * Updated snaps
    
    * Manual merge
    FuriousLlama authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ff01040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7ace83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9810daf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e3058 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a5d0b9 View commit details
    Browse the repository at this point in the history
  6. PSP-8241 | Updated take calculation to use incoming take if being upd…

    …ated (#4002)
    
    * Updated take calculation to use incoming take if being updated
    
    * PR fixes
    FuriousLlama authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9013e64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd92dc6 View commit details
    Browse the repository at this point in the history
  8. PIMS Property and Address Merge ETL (#4003)

    PIMS Property and Address Merge ETL
    ap-quartech authored May 8, 2024
    Configuration menu
    Copy the full SHA
    7560480 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58350ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81775aa View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4005 from asanchezr/uat_release_is79

    UAT Release IS-79
    asanchezr authored May 8, 2024
    Configuration menu
    Copy the full SHA
    8d94297 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. 5.3 test fixes (#4007)

    asanchezr authored May 10, 2024
    Configuration menu
    Copy the full SHA
    4ef2425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    461141d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4006 from bcgov/5.3

    Merge 5.3 branch into DEV
    asanchezr authored May 10, 2024
    Configuration menu
    Copy the full SHA
    5d8fb54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d46ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2761261 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11a0c83 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. PSP-8444: Update on Automated Takes (#4011)

    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    * Changes on automation based on IS79 changes
    
    * Takes update
    
    * Takes update
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    3 people authored May 11, 2024
    Configuration menu
    Copy the full SHA
    58ed047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f8a8d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. IS-80.00 Database Schema (#3999)

    * IS-80.00 Database Schema
    
    PSP_PIMS | Development Sprint: S80.00 | Design Sprint: 79 | Date: 2024-May-07
    - Added tables:
      - PIMS_HISTORICAL_FILE_NUMBER
      - PIMS_HISTORICAL_FILE_NUMBER_HIST
      - PIMS_HISTORICAL_FILE_NUMBER_TYPE
    - Altered tables:
      - PIMS_INSURANCE
      - PIMS_LEASE
      - PIMS_LEASE_HIST
      - PIMS_PROPERTY
    - Dropped tables:
      - PIMS_FILE_NUMBER
      - PIMS_FILE_NUMBER_HIST
      - PIMS_FILE_NUMBER_TYPE
    - Added views:
      - PIMS_HISTORICAL_FILE_NUMBER_VW
      - PIMS_PROPERTY_VW
    - Altered views:
      - PIMS_PROPERTY_BOUNDARY_VW
      - PIMS_PROPERTY_LOCATION_VW
    - Added seed scripts:
      - 151_DML_PIMS_HISTORICAL_FILE_NUMBER_TYPE.sql
    - Altered seed scripts:
      - 072_DML_PIMS_INSURANCE_TYPE.sql
      - 073_DML_PIMS_LEASE_STATUS_TYPE.sql
      - 083_DML_PIMS_RESEARCH_FILE_STATUS_TYPE.sql
      - 138_DML_PIMS_DISPOSITION_FILE_STATUS_TYPE.sql
    - Added test scripts:
      - 075_HISTORICAL_PIMS_FILE_NUMBER.sql
    - Altered test scripts:
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
      - 031_PIMS_ACQUISITION_FILE.sql
      - 043_PIMS_ACQUISITION_FILE.sql
      - 060_PIMS_DISPOSITION_FILE.sql
    - Requires additional metadata to meet standards
    
    * Deleted 151_DML_PIMS_FILE_NUMBER_TYPE.sql
    
    * Deleted Schema Compare from LATEST Alter Down
    
    * Deleted Non-Historical File Number Test Data Script
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    dfilteau and FuriousLlama authored May 13, 2024
    Configuration menu
    Copy the full SHA
    5a2c38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239a039 View commit details
    Browse the repository at this point in the history
  3. Scaffold for s80 and compilation fixes (#4017)

    * Generated scaffold
    
    * Fixed compilation issues
    FuriousLlama authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2299ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05a5c0a View commit details
    Browse the repository at this point in the history
  5. correct modal close icon, text. (#4015)

    * correct modal close icon, text.
    
    * snapshot updates.
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    devinleighsmith and asanchezr authored May 13, 2024
    Configuration menu
    Copy the full SHA
    0f90d28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f60eeba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fa6e5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ea80cf View commit details
    Browse the repository at this point in the history
  9. PSP-8256 : Remove PS and LIS number from lease/area (#4013)

    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 13, 2024
    Configuration menu
    Copy the full SHA
    10ff2f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f90962 View commit details
    Browse the repository at this point in the history
  11. PSP-8225 : Adjust "historical file number" on the lease/license searc…

    …h to search across all Historical Numbers (#4010)
    
    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 13, 2024
    Configuration menu
    Copy the full SHA
    1746843 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e5108f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    33aa85e View commit details
    Browse the repository at this point in the history
  2. Psp 8313 - display lease file association updates. (#4014)

    * psp-8313 Display lease file associations.
    
    * Update based on question in story - certain tenant types need not be displayed.
    devinleighsmith authored May 14, 2024
    Configuration menu
    Copy the full SHA
    18424aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd69a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c707ee View commit details
    Browse the repository at this point in the history
  5. PSP-5492 Update Historical # and Type on Property Details (Property A…

    …ttributes) (#4016)
    
    * Update frontend service calls to API
    
    * Add new type code dropdown
    
    * Update historical numbers - frontend
    
    * Save the list of historical file numbers
    
    * Clear associated fields when historical file number type is changed
    
    * Controller, service and repository changes for updating historical numbers
    
    * Test updates
    
    * Update form validation rules
    
    * Test corrections
    
    * Fix merge conflicts
    
    * Lint fixes
    
    * CR feedback
    
    * Fix model mappings
    
    * Fix lookup table key
    asanchezr authored May 14, 2024
    Configuration menu
    Copy the full SHA
    5b76e6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce2c5bb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    48c6bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa3c4a View commit details
    Browse the repository at this point in the history
  3. Updated property header

    FuriousLlama committed May 15, 2024
    Configuration menu
    Copy the full SHA
    968f2d5 View commit details
    Browse the repository at this point in the history
  4. PSP-6900

    stairaku committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f41dc95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843221c View commit details
    Browse the repository at this point in the history
  6. snapshots update

    stairaku committed May 15, 2024
    Configuration menu
    Copy the full SHA
    12042ac View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request #4022 from stairaku/dev

    PSP-6900: Enhance L/L insurance options
    stairaku authored May 16, 2024
    Configuration menu
    Copy the full SHA
    4bd1546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae882a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9c23eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d6dbb View commit details
    Browse the repository at this point in the history
  3. PSP-7493 lease insurance UI cleanup (#4024)

    * Lease insurance UI/IX cleanup
    
    * Test corrections
    
    * Update lease insurance view based on BA feedback
    
    * Test corrections
    
    * Fix merge conflicts
    
    * CR feedback
    asanchezr authored May 17, 2024
    Configuration menu
    Copy the full SHA
    c67a33b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecfe8b5 View commit details
    Browse the repository at this point in the history
  5. psp-5511 display mayan document previews. (#4009)

    * psp-5511 display mayan document previews.
    
    * code review updates.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored May 17, 2024
    Configuration menu
    Copy the full SHA
    91b38f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e29c6f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a67c02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e378b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ac2f89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec8f5d0 View commit details
    Browse the repository at this point in the history
  11. psp-7417 add health checks for Major pims services. (#4025)

    * psp-7417 add health checks for Major pims services.
    
    * remove mocked auth code.
    devinleighsmith authored May 17, 2024
    Configuration menu
    Copy the full SHA
    9fae9e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d779a59 View commit details
    Browse the repository at this point in the history
  13. PSP-8314 : Record reason for rejecting or terminating a lease (#4023)

    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ab6353f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0bb6ba9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    925c663 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d24cb09 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a423dca View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4020 from FuriousLlama/features/psp-8438

    psp-8438 | Complementary UI for file headers + zoom to property fix
    FuriousLlama authored May 17, 2024
    Configuration menu
    Copy the full SHA
    aa351b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c7012c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1b2c34d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0eb4b30 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #4021 from FuriousLlama/features/psp-8208

    PSP-8208 | Updated property header
    FuriousLlama authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ef5c7b3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0fcd7ea View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. psp-8228 | Updated header status display (#4028)

    * Added generic status component for headers
    
    * Updated tests
    FuriousLlama authored May 18, 2024
    Configuration menu
    Copy the full SHA
    0651db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b071b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    8953e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e0c9f View commit details
    Browse the repository at this point in the history
  3. psp-8185 remove closebutton generic modal prop - show custom pims clo… (

    #4026)
    
    * psp-8185 remove closebutton generic modal prop - show custom pims close button by default.
    
    * fix notes spacing.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    3 people authored May 21, 2024
    Configuration menu
    Copy the full SHA
    d2b561f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0efb7d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0678000 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4029 from devinleighsmith/backmerge_test_to_dev

    Backmerge test to dev
    asanchezr authored May 21, 2024
    Configuration menu
    Copy the full SHA
    405b0f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bf643e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. PSP-4089 FT-REG: Property Info - When getting a Land Parcel Type that…

    … is not defined by PIMS, on edit mode, should display the default option as "Unknown" (#4032)
    
    * Update api models
    
    * Lint fixes
    
    * Set property type to UNKNOWN for disabled code values
    asanchezr authored May 22, 2024
    Configuration menu
    Copy the full SHA
    616cd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b082f53 View commit details
    Browse the repository at this point in the history
  3. Psp-8424 download animation correction - also unrelated eslint fix. (#…

    …4030)
    
    * correct download loading animation.
    
    * style corrections psp-8424
    
    * snapshot updates.
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    devinleighsmith and asanchezr authored May 22, 2024
    Configuration menu
    Copy the full SHA
    a9180ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6a852e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a880bc7 View commit details
    Browse the repository at this point in the history
  6. Psp 8486 ensure organizations are displayed in file association tenan…

    …ts for leases. (#4031)
    
    * psp-8486 ensure orgs display in file associations.
    
    * correct display of error icon, ensure that re-loading an errored page removes the error.
    
    * snapshot updates.
    devinleighsmith authored May 22, 2024
    Configuration menu
    Copy the full SHA
    dd8fc8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba787b9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. PSP-8474 | Fixed property updates removing is-owned (#4037)

    * Fixed property updates removing is-owned
    
    * Updated version
    FuriousLlama authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a94c3a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776d3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac88e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    877dc6d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4040 from devinleighsmith/backmerge_test_to_dev

    Backmerge test to dev
    asanchezr authored May 23, 2024
    Configuration menu
    Copy the full SHA
    fa164b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b88793b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b94de6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38574a8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. hotfix - consolidation/subdivision button display (#4042)

    * psp-8441 correct missing subdivision icon.
    
    * bump hotfix version.
    
    * snapshot updates.
    devinleighsmith authored May 24, 2024
    Configuration menu
    Copy the full SHA
    866d310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19df4ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5383cbf View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. UI/improvements (#4036)

    * Removed repeated styles and improved padding
    
    * Updated input to match styled mocups and icons
    
    * Updated Styling for multiselect and contact input
    
    * linting
    
    * Regenerated snaps
    
    * Updated remove button alignment on project subform
    FuriousLlama authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f5cefdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c098e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209f8be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    646a416 View commit details
    Browse the repository at this point in the history
  5. IS-81.00 Database Schema (#4034)

    * IS-81.00 Database Schema
    
    PSP_PIMS | Development Sprint: S81.00 | Design Sprint: 80 | Date: 2024-May-22
    - Added tables:
      - PIMS_LEASE_CHECKLIST_ITEM
      - PIMS_LEASE_CHECKLIST_ITEM_HIST
      - PIMS_LEASE_CHKLST_ITEM_STATUS_TYPE
      - PIMS_LEASE_CHKLST_ITEM_TYPE
    - Altered tables:
      - PIMS_LEASE
    - Added seed scripts:
      - 152_DML_PIMS_LEASE_CHKLST_SECTION_TYPE.sql
      - 153_DML_PIMS_LEASE_CHKLST_ITEM_TYPE.sql
      - 154_DML_PIMS_LEASE_CHKLST_ITEM_STATUS_TYPE.sql
    - Altered seed scripts:
      - 072_DML_PIMS_INSURANCE_TYPE.sql
      - 049_DML_PIMS_DATA_SOURCE_TYPE.sql
    - Added test scripts:
      - 076_PIMS_PIMS_LEASE_CHECKLIST_ITEM.sql
    - Altered test scripts:
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
    - Requires additional metadata to meet standards
    
    * Updated IS-81 Database Schema
    
    * Updated build. Removed Historical file number # from LIS and PS
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    dfilteau and FuriousLlama authored May 27, 2024
    Configuration menu
    Copy the full SHA
    d82387a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe690d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a8bfa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1512c7a View commit details
    Browse the repository at this point in the history
  9. PSP-8501

    stairaku committed May 27, 2024
    Configuration menu
    Copy the full SHA
    719a3c7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    cfb8920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e99bc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468a802 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d011fc View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' into dev

    stairaku authored May 28, 2024
    Configuration menu
    Copy the full SHA
    30c8fd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    293e7b4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    e64fd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d4ddc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into dev

    stairaku authored May 29, 2024
    Configuration menu
    Copy the full SHA
    fbc588d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4045 from stairaku/dev

    PSP-8444: Automation test cases update based on IS80 changes
    stairaku authored May 29, 2024
    Configuration menu
    Copy the full SHA
    422d753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93bf07c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5be1b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8347f2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4049 from stairaku/PSP-6900

    PSP-8501: L/L - Insurance in Place Field
    stairaku authored May 29, 2024
    Configuration menu
    Copy the full SHA
    34d253d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d8add3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fde59fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    909691b View commit details
    Browse the repository at this point in the history
  12. PSP-8543 : update appsettings files so that a default is provided for…

    … Mayan__ExposeErrors (#4053)
    
    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored May 29, 2024
    Configuration menu
    Copy the full SHA
    b143cab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a52df76 View commit details
    Browse the repository at this point in the history
  14. snapshots update

    stairaku committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3db968c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a675c7a View commit details
    Browse the repository at this point in the history
  16. updating unit test cases

    stairaku committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5a71dab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5c31cd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. psp-8531 correct the disposition header icon (#4056)

    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored May 30, 2024
    Configuration menu
    Copy the full SHA
    706aa53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a566f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4720ede View commit details
    Browse the repository at this point in the history
  4. Test case update

    stairaku committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e2d84bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d61f0db View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4055 from stairaku/PSP-6546

    PSP-6546: Area component across the application should be displayed with at most 4 decimals
    stairaku authored May 30, 2024
    Configuration menu
    Copy the full SHA
    a92bcc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2cdcd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f19f74d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97d6760 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    264e32d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b44884 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    e1f4dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b39d74 View commit details
    Browse the repository at this point in the history
  3. psp-8534 add 'file:' in front of status on file headers. (#4057)

    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    3 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    8570089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe5e7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf4c095 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    021473b View commit details
    Browse the repository at this point in the history
  7. psp-8545 property ownership filter fixes. (#4054)

    * prevent automatic refresh of secondary ownership filter.
    
    * test fixes
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    3 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    2034767 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af9c68f View commit details
    Browse the repository at this point in the history
  9. psp-5576 update select all button behaviour, ensure paged selections …

    …are not lost. (#4059)
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    3 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    4a5fdd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d229f6 View commit details
    Browse the repository at this point in the history
  11. psp-8477 - use fully attributed parcel map. (#4046)

    * psp-8477 - use fully attributed parcel map.
    
    * display a warning if the siteminder session expires.
    
    * snapshot updates.
    
    * snapshot updates.
    
    * code review corrections.
    devinleighsmith authored May 31, 2024
    Configuration menu
    Copy the full SHA
    147fb95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f59a418 View commit details
    Browse the repository at this point in the history
  13. PSP-8555: Update .NET sonarscanner in GitHub actions to support .NET 8 (

    #4064)
    
    * Update sonar-scanner to support .NET 8
    
    * Linting
    asanchezr authored May 31, 2024
    Configuration menu
    Copy the full SHA
    e2c19c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    774bf7f View commit details
    Browse the repository at this point in the history
  15. psp-8108 style changes for improvements page. (#4066)

    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored May 31, 2024
    Configuration menu
    Copy the full SHA
    bf2c2ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da098a2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1fa7579 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a9db141 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a5e897a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    be9971a View commit details
    Browse the repository at this point in the history
  21. modify tooltip render direction to avoid clipping. (#4069)

    * modify tooltip render direction to avoid clipping.
    
    * also correct remarks section.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored May 31, 2024
    Configuration menu
    Copy the full SHA
    513f7bc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    37170e9 View commit details
    Browse the repository at this point in the history
  23. psp-8499 | Updated historical number rendering for leases (#4050)

    * Updated historical number rendering for leases
    
    * Fixed tests
    
    * Updated placeholder and duplicate logic for Historical File #
    FuriousLlama authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3eb73a3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    48e7a8c View commit details
    Browse the repository at this point in the history
  25. Features/psp 7494 (#4068)

    * Updated the deposts page
    
    * Fixed stylings for buttons and margin for collapsable section
    
    * updated snaps
    
    * PR comment updates.
    
    ---------
    
    Co-authored-by: FuriousLlama <[email protected]>
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    4 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3a59370 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    29129d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. PSP-8315 : Add Lease and License Checklist (#4062)

    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    078f185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ad000 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. psp-8585 display either retired or disposed status in property header… (

    #4075)
    
    * psp-8585 display either retired or disposed status in property header if relevant
    
    Signed-off-by: devinleighsmith <[email protected]>
    
    * psp-8585 code review corrections
    
    ---------
    
    Signed-off-by: devinleighsmith <[email protected]>
    devinleighsmith authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cd2d3ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958b42f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    e523b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c738a97 View commit details
    Browse the repository at this point in the history
  3. PSP-8587 table pagination visual bug (#4078)

    * PSP-8587 Fix table pagination visual bug
    
    * Update snapshots
    asanchezr authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2ae6580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baaabd0 View commit details
    Browse the repository at this point in the history
  5. PSP-8586 : FT-REG: Subdivision/ Consolidation - Menu icon enlarges wh…

    …en user clicks on expand the left menu section (#4077)
    
    
    Co-authored-by: Herrera <[email protected]>
    eddherrera and Herrera authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9030103 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe813a5 View commit details
    Browse the repository at this point in the history
  7. PSP-8536: Property Information Details - Historical File, Headers. (#…

    …4071)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    * Changes on automation based on IS79 changes
    
    * Takes update
    
    * Takes update
    
    * Changes in Property Details - Historical File and Headers
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    3 people authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a8647f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5724415 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72b89f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2dd2e38 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    dd36cbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4083 from asanchezr/backmerge_test_to_dev

    Backmerge test to dev
    asanchezr authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1802486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d47431 View commit details
    Browse the repository at this point in the history
  4. UAT Release IS81 (#4084)

    * Psp 8109 - color palette refactor (#3951)
    
    * psp-8109 app color updates.
    
    * fix
    
    * test corrections.
    
    * merge correction.
    
    * psp-8109 cleanup, PR feedback.
    
    * corrections.
    
    * formatting.
    
    * snapshots.
    
    * 5.3 updates from dev (#3983)
    
    * Bump DEV version - IS79 (#3974)
    
    * CI: Bump version to v5.2.0-79.1
    
    * psp-7999 close button styling (#3973)
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.2.0-79.2
    
    * IS-79.00 Database Schema (#3969)
    
    * IS-79.00 Database Schema
    
    PSP_PIMS | Development Sprint: S79.00 | Design Sprint: 78 | Date: 2024-Apr-23
    - Altered tables:
      - PIMS_ACQUISITION_FILE
      - PIMS_PROPERTY
    - Added seed scripts:
      - 007_PSP_PIMS_ACQUISITION_FILE_HIST_Add.sql
      - 151_DML_PIMS_FILE_NUMBER_TYPE.sql
    - Altered seed scripts:
      - 116_DML_PIMS_TAKE_TYPE.sql
    - Altered test scripts:
      - 031_PIMS_ACQUISITION_FILE.sql
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
      - 043_PIMS_ACQUISITION_FILE.sql
      - 058_PIMS_TAKE.sql
    - Added test scripts:
      - 075_PIMS_FILE_NUMBER.sql
    - Requires additional metadata to meet standards
    
    * Updated Lease Purpose Codes
    
    Late addition to the release.
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    
    * CI: Bump version to v5.2.0-79.3
    
    * Scaffold/s79 (#3975)
    
    * Generated scaffold
    
    * Compilation fixes
    
    * CI: Bump version to v5.2.0-79.4
    
    * PSP-8182: Automation update based on last changes on TST Environment (#3976)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    
    * CI: Bump version to v5.2.0-79.5
    
    * snapshot updates. (#3977)
    
    * CI: Bump version to v5.2.0-79.6
    
    * vitest corrections (#3978)
    
    * vitest fixes.
    
    * re-install moment-timezone.
    
    * remove only modifier
    
    * snapshot update.
    
    * skip failing test.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * acquisition file owners.
    
    * CI: Bump version to v5.2.0-79.7
    
    * PSP-8022 : Disposition file states - Hold (#3979)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.2.0-79.8
    
    * psp-7909 take ui refactor. (#3980)
    
    * psp-7909 take ui refactor.
    
    * psp-8145
    
    * correct invalid type.
    
    * code review corrections.
    
    * merge corrections.
    
    * CI: Bump version to v5.2.0-79.9
    
    * unit test stability corrections (#3982)
    
    * vitest fixes.
    
    * re-install moment-timezone.
    
    * vitest performance and mocking corrections.
    
    * ensure console warnings are treated as failures.
    
    * try skipping troublesome test.
    
    * update msw, make some corrections to aid with test instability.
    
    * increase maxworkers now that test stability increased.
    
    * package updates.
    
    * CI: Bump version to v5.2.0-79.10
    
    * snapshots
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Doug Filteau <[email protected]>
    Co-authored-by: Manuel Rodriguez <[email protected]>
    Co-authored-by: Sue Tairaku <[email protected]>
    Co-authored-by: Eduardo <[email protected]>
    Co-authored-by: Herrera <[email protected]>
    
    * psp-5489 | Lease header historical numbers (#3990)
    
    * added backend and frontend components
    
    * Regenerated snaps
    
    * psp-7861 Historical file numbers on Acquisition file and Research file (#4000)
    
    * added backend and frontend components
    
    * Regenerated snaps
    
    * Addes historical numbers to the acq and research headers
    
    * Updated snaps
    
    * Manual merge
    
    * 5.3 test fixes (#4007)
    
    * CI: Bump version to v5.2.0-79.27
    
    * Bump DEV version to 5.3 (#4008)
    
    * CI: Bump version to v5.3.0-80.1
    
    * PSP-8444: Update on Automated Takes (#4011)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    * Changes on automation based on IS79 changes
    
    * Takes update
    
    * Takes update
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    
    * CI: Bump version to v5.3.0-80.2
    
    * IS-80.00 Database Schema (#3999)
    
    * IS-80.00 Database Schema
    
    PSP_PIMS | Development Sprint: S80.00 | Design Sprint: 79 | Date: 2024-May-07
    - Added tables:
      - PIMS_HISTORICAL_FILE_NUMBER
      - PIMS_HISTORICAL_FILE_NUMBER_HIST
      - PIMS_HISTORICAL_FILE_NUMBER_TYPE
    - Altered tables:
      - PIMS_INSURANCE
      - PIMS_LEASE
      - PIMS_LEASE_HIST
      - PIMS_PROPERTY
    - Dropped tables:
      - PIMS_FILE_NUMBER
      - PIMS_FILE_NUMBER_HIST
      - PIMS_FILE_NUMBER_TYPE
    - Added views:
      - PIMS_HISTORICAL_FILE_NUMBER_VW
      - PIMS_PROPERTY_VW
    - Altered views:
      - PIMS_PROPERTY_BOUNDARY_VW
      - PIMS_PROPERTY_LOCATION_VW
    - Added seed scripts:
      - 151_DML_PIMS_HISTORICAL_FILE_NUMBER_TYPE.sql
    - Altered seed scripts:
      - 072_DML_PIMS_INSURANCE_TYPE.sql
      - 073_DML_PIMS_LEASE_STATUS_TYPE.sql
      - 083_DML_PIMS_RESEARCH_FILE_STATUS_TYPE.sql
      - 138_DML_PIMS_DISPOSITION_FILE_STATUS_TYPE.sql
    - Added test scripts:
      - 075_HISTORICAL_PIMS_FILE_NUMBER.sql
    - Altered test scripts:
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
      - 031_PIMS_ACQUISITION_FILE.sql
      - 043_PIMS_ACQUISITION_FILE.sql
      - 060_PIMS_DISPOSITION_FILE.sql
    - Requires additional metadata to meet standards
    
    * Deleted 151_DML_PIMS_FILE_NUMBER_TYPE.sql
    
    * Deleted Schema Compare from LATEST Alter Down
    
    * Deleted Non-Historical File Number Test Data Script
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    
    * CI: Bump version to v5.3.0-80.3
    
    * Scaffold for s80 and compilation fixes (#4017)
    
    * Generated scaffold
    
    * Fixed compilation issues
    
    * CI: Bump version to v5.3.0-80.4
    
    * correct modal close icon, text. (#4015)
    
    * correct modal close icon, text.
    
    * snapshot updates.
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-80.5
    
    * Added historical file numbers to the disposition header (#4012)
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-80.6
    
    * PSP-8256 : Remove PS and LIS number from lease/area (#4013)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-80.7
    
    * PSP-8225 : Adjust "historical file number" on the lease/license search to search across all Historical Numbers (#4010)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-80.8
    
    * Updated lease header files and initial work on other file headers
    
    * Psp 8313 - display lease file association updates. (#4014)
    
    * psp-8313 Display lease file associations.
    
    * Update based on question in story - certain tenant types need not be displayed.
    
    * CI: Bump version to v5.3.0-80.9
    
    * PSP-5492 Update Historical # and Type on Property Details (Property Attributes) (#4016)
    
    * Update frontend service calls to API
    
    * Add new type code dropdown
    
    * Update historical numbers - frontend
    
    * Save the list of historical file numbers
    
    * Clear associated fields when historical file number type is changed
    
    * Controller, service and repository changes for updating historical numbers
    
    * Test updates
    
    * Update form validation rules
    
    * Test corrections
    
    * Fix merge conflicts
    
    * Lint fixes
    
    * CR feedback
    
    * Fix model mappings
    
    * Fix lookup table key
    
    * CI: Bump version to v5.3.0-80.10
    
    * Initial changes to fruther improve headers
    
    * Fixed property zoom on property header
    
    * Updated property header
    
    * PSP-6900
    
    * snapshots update
    
    * CI: Bump version to v5.3.0-80.11
    
    * PSP-7493 lease insurance UI cleanup (#4024)
    
    * Lease insurance UI/IX cleanup
    
    * Test corrections
    
    * Update lease insurance view based on BA feedback
    
    * Test corrections
    
    * Fix merge conflicts
    
    * CR feedback
    
    * CI: Bump version to v5.3.0-80.12
    
    * psp-5511 display mayan document previews. (#4009)
    
    * psp-5511 display mayan document previews.
    
    * code review updates.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-80.13
    
    * Updated lease header files and initial work on other file headers (#4018)
    
    * CI: Bump version to v5.3.0-80.14
    
    * Manual merge and renegerated snaps
    
    * psp-7417 add health checks for Major pims services. (#4025)
    
    * psp-7417 add health checks for Major pims services.
    
    * remove mocked auth code.
    
    * CI: Bump version to v5.3.0-80.15
    
    * PSP-8314 : Record reason for rejecting or terminating a lease (#4023)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-80.16
    
    * proposal - styled modal that warns the user is leaving a form. (#3966)
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-80.17
    
    * CI: Bump version to v5.3.0-80.18
    
    * CI: Bump version to v5.3.0-80.19
    
    * psp-8228 | Updated header status display (#4028)
    
    * Added generic status component for headers
    
    * Updated tests
    
    * CI: Bump version to v5.3.0-80.20
    
    * psp-8415 correct permissions on insurance controller. (#4027)
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-80.21
    
    * psp-8185 remove closebutton generic modal prop - show custom pims clo… (#4026)
    
    * psp-8185 remove closebutton generic modal prop - show custom pims close button by default.
    
    * fix notes spacing.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-80.22
    
    * CI: Bump version to v5.3.0-80.23
    
    * PSP-4089 FT-REG: Property Info - When getting a Land Parcel Type that is not defined by PIMS, on edit mode, should display the default option as "Unknown" (#4032)
    
    * Update api models
    
    * Lint fixes
    
    * Set property type to UNKNOWN for disabled code values
    
    * CI: Bump version to v5.3.0-80.24
    
    * Psp-8424 download animation correction - also unrelated eslint fix. (#4030)
    
    * correct download loading animation.
    
    * style corrections psp-8424
    
    * snapshot updates.
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-80.25
    
    * Psp 8486 ensure organizations are displayed in file association tenants for leases. (#4031)
    
    * psp-8486 ensure orgs display in file associations.
    
    * correct display of error icon, ensure that re-loading an errored page removes the error.
    
    * snapshot updates.
    
    * CI: Bump version to v5.3.0-80.26
    
    * Fixed lease warning not showing (#4038)
    
    * CI: Bump version to v5.3.0-80.27
    
    * CI: Bump version to v5.3.0-80.28
    
    * Bump DEV version - IS81 (#4041)
    
    * CI: Bump version to v5.3.0-81.1
    
    * PSP-8114 : Expose Mayan errors to frontend (temporarily) (#3972)
    
    * CI: Bump version to v5.3.0-81.2
    
    * UI/improvements (#4036)
    
    * Removed repeated styles and improved padding
    
    * Updated input to match styled mocups and icons
    
    * Updated Styling for multiselect and contact input
    
    * linting
    
    * Regenerated snaps
    
    * Updated remove button alignment on project subform
    
    * CI: Bump version to v5.3.0-81.3
    
    * Automation test cases update based on IS80
    
    * IS-81.00 Database Schema (#4034)
    
    * IS-81.00 Database Schema
    
    PSP_PIMS | Development Sprint: S81.00 | Design Sprint: 80 | Date: 2024-May-22
    - Added tables:
      - PIMS_LEASE_CHECKLIST_ITEM
      - PIMS_LEASE_CHECKLIST_ITEM_HIST
      - PIMS_LEASE_CHKLST_ITEM_STATUS_TYPE
      - PIMS_LEASE_CHKLST_ITEM_TYPE
    - Altered tables:
      - PIMS_LEASE
    - Added seed scripts:
      - 152_DML_PIMS_LEASE_CHKLST_SECTION_TYPE.sql
      - 153_DML_PIMS_LEASE_CHKLST_ITEM_TYPE.sql
      - 154_DML_PIMS_LEASE_CHKLST_ITEM_STATUS_TYPE.sql
    - Altered seed scripts:
      - 072_DML_PIMS_INSURANCE_TYPE.sql
      - 049_DML_PIMS_DATA_SOURCE_TYPE.sql
    - Added test scripts:
      - 076_PIMS_PIMS_LEASE_CHECKLIST_ITEM.sql
    - Altered test scripts:
      - 033_PIMS_PROPERTY_ACQUISITION_FILE.sql
    - Requires additional metadata to meet standards
    
    * Updated IS-81 Database Schema
    
    * Updated build. Removed Historical file number # from LIS and PS
    
    ---------
    
    Co-authored-by: Manuel Rodriguez <[email protected]>
    
    * CI: Bump version to v5.3.0-81.4
    
    * Automation test cases update based on IS80
    
    * PSP-8501
    
    * Generated scaffold for s81 (#4047)
    
    * CI: Bump version to v5.3.0-81.5
    
    * PSP-8227 : Add search for "historical file number" on the property se… (#4033)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-81.6
    
    * updated lease tenant page (#4044)
    
    * CI: Bump version to v5.3.0-81.7
    
    * CI: Bump version to v5.3.0-81.8
    
    * CI: Bump version to v5.3.0-81.9
    
    * Areas fields displaying at most 4 decimals
    
    * PSP-8543 : update appsettings files so that a default is provided for Mayan__ExposeErrors (#4053)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-81.10
    
    * snapshots update
    
    * updating unit test cases
    
    * psp-8531 correct the disposition header icon (#4056)
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.11
    
    * Test case update
    
    * CI: Bump version to v5.3.0-81.12
    
    * pims document preview - stability. (#4039)
    
    * CI: Bump version to v5.3.0-81.13
    
    * psp-8549 correct property header retired status styling. (#4060)
    
    * CI: Bump version to v5.3.0-81.14
    
    * psp-8470 tooltip for lease statuses. (#4058)
    
    * CI: Bump version to v5.3.0-81.15
    
    * psp-8534 add 'file:' in front of status on file headers. (#4057)
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-81.16
    
    * Psp 8099 - allow special instruction whitespace to display. (#4043)
    
    * CI: Bump version to v5.3.0-81.17
    
    * psp-8545 property ownership filter fixes. (#4054)
    
    * prevent automatic refresh of secondary ownership filter.
    
    * test fixes
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-81.18
    
    * psp-5576 update select all button behaviour, ensure paged selections are not lost. (#4059)
    
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-81.19
    
    * psp-8477 - use fully attributed parcel map. (#4046)
    
    * psp-8477 - use fully attributed parcel map.
    
    * display a warning if the siteminder session expires.
    
    * snapshot updates.
    
    * snapshot updates.
    
    * code review corrections.
    
    * CI: Bump version to v5.3.0-81.20
    
    * PSP-8555: Update .NET sonarscanner in GitHub actions to support .NET 8 (#4064)
    
    * Update sonar-scanner to support .NET 8
    
    * Linting
    
    * CI: Bump version to v5.3.0-81.21
    
    * psp-8108 style changes for improvements page. (#4066)
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.22
    
    * make the file pretext on file headers in front of file status bold. (#4067)
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.23
    
    * PSP-8552 : FT: Map View- Historical file number search is not working… (#4065)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-81.24
    
    * modify tooltip render direction to avoid clipping. (#4069)
    
    * modify tooltip render direction to avoid clipping.
    
    * also correct remarks section.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.25
    
    * psp-8499 | Updated historical number rendering for leases (#4050)
    
    * Updated historical number rendering for leases
    
    * Fixed tests
    
    * Updated placeholder and duplicate logic for Historical File #
    
    * CI: Bump version to v5.3.0-81.26
    
    * Features/psp 7494 (#4068)
    
    * Updated the deposts page
    
    * Fixed stylings for buttons and margin for collapsable section
    
    * updated snaps
    
    * PR comment updates.
    
    ---------
    
    Co-authored-by: FuriousLlama <[email protected]>
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: Alejandro Sanchez <[email protected]>
    
    * CI: Bump version to v5.3.0-81.27
    
    * PSP-8315 : Add Lease and License Checklist (#4062)
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-81.28
    
    * psp-8585 display either retired or disposed status in property header… (#4075)
    
    * psp-8585 display either retired or disposed status in property header if relevant
    
    Signed-off-by: devinleighsmith <[email protected]>
    
    * psp-8585 code review corrections
    
    ---------
    
    Signed-off-by: devinleighsmith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.29
    
    * psp-8568 fix database scripts such that the draft disposition status is actually disabled. (#4076)
    
    * CI: Bump version to v5.3.0-81.30
    
    * PSP-8587 table pagination visual bug (#4078)
    
    * PSP-8587 Fix table pagination visual bug
    
    * Update snapshots
    
    * CI: Bump version to v5.3.0-81.31
    
    * PSP-8586 : FT-REG: Subdivision/ Consolidation - Menu icon enlarges when user clicks on expand the left menu section (#4077)
    
    
    Co-authored-by: Herrera <[email protected]>
    
    * CI: Bump version to v5.3.0-81.32
    
    * PSP-8536: Property Information Details - Historical File, Headers. (#4071)
    
    * Adding or improving list views and pagination
    
    * Automation - changes based on Build updates
    
    * Deleting unnecessary comments
    
    * Subdivision/ Consolidation - Alternative testing paths
    
    * Updates based on last deployment to TST environment
    
    * Changes on automation based on IS79 changes
    
    * Takes update
    
    * Takes update
    
    * Changes in Property Details - Historical File and Headers
    
    ---------
    
    Co-authored-by: Alejandro Sanchez <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    
    * CI: Bump version to v5.3.0-81.33
    
    * psp-8586 auto-format corrections. (#4082)
    
    * CI: Bump version to v5.3.0-81.34
    
    * CI: Bump version to v5.3.0-81.35
    
    ---------
    
    Signed-off-by: devinleighsmith <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Doug Filteau <[email protected]>
    Co-authored-by: Manuel Rodriguez <[email protected]>
    Co-authored-by: Sue Tairaku <[email protected]>
    Co-authored-by: Eduardo <[email protected]>
    Co-authored-by: Herrera <[email protected]>
    Co-authored-by: Sue Tairaku <[email protected]>
    Co-authored-by: Smith <[email protected]>
    Co-authored-by: devinleighsmith <[email protected]>
    11 people authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    329e31e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Psp 8624 - allow api startup without external services. (#4095)

    * psp-8624 reclassify health checks run as part of readiness check
    
    * PSP-8624 prevent psp health checks from preventing startup.
    devinleighsmith authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9429943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3c28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34fcef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Psp 8635, psp-8636, psp-8638 (#4104)

    * psp-8636 limiting drafts to 4 decimal places no longer accurate to actual marker.
    
    * psp-8636 ensure local geoserver mimics deployed geoserver decimal accuracy.
    
    * psp-8638 ensure parcel map layer displays immediately.
    
    * psp-8635 do not block loading the property when other tabs are loading in a file.
    
    ---------
    
    Co-authored-by: Smith <[email protected]>
    devinleighsmith and Smith authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f7feda2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    2239ac9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    2361f9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4139 from devinleighsmith/test

    update github action name based on correction in dev.
    devinleighsmith authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a9af50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f04b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9660455 View commit details
    Browse the repository at this point in the history