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

Tracking pull request to merge main-release-jan-2024 to master #2750

Merged
merged 253 commits into from
Jan 31, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2023

  1. chore: updated django backend image to newwer version to fix archive …

    …dependancy
    Your Name committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ba5feb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2702 from bcgov/chore/alex-django-image-bump

    chore: Backend Image Version Update
    AlexZorkin committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    105253b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2678 from bcgov/dependabot/pip/backend/urllib3-1.…

    …26.18
    
    Bump urllib3 from 1.26.12 to 1.26.18 in /backend
    AlexZorkin committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    eae15f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix: adjust credit transfer agreement date error message (#2469)

    Improve the error message shown when a user tries to propose a credit transfer with an empty Agreement Date field.
    
    Previous message: 'Error! Date has wrong format. Use one of these formats instead: YYYY-MM-DD.'
    New message: 'Error! Please enter a valid date in the Agreement Date field: YYYY-MM-DD.'
    hamed-valiollahi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    938b663 View commit details
    Browse the repository at this point in the history
  2. fix: adjust column widths in xls transactions sheet

    Reduce the width of the 'Effective Date' column and widen the 'Comments' column in Excel export for better data readability.
    
    Due to the previously added 'Category' column, adjust the numbers of all columns after column 7 by increasing them by one. (Column numbers start from 0)
    hamed-valiollahi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0cda1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4982840 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge pull request #2708 from bcgov/fix/hamed-adjust-xls-transactions…

    …-sheet-column-width-2684
    
    fix: adjust column widths in xls transactions sheet
    AlexZorkin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    555a819 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2706 from bcgov/fix/hamed-adjust-agreement-date-e…

    …rr-msg-2469
    
    fix: adjust credit transfer agreement date error message (#2469)
    AlexZorkin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    efdd0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    719630f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2709 from bcgov/fix/kevin-remove-2023-compliance-…

    …option-2553
    
    fix: removed 2023 option from compliance report dropdown
    AlexZorkin committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9e4276a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    0cadbf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369da7c View commit details
    Browse the repository at this point in the history
  3. fix: revert org status label changes on edit organization page

    This commit reverts unintended label changes on the 'Edit Organization' page to their original state, ensuring UI consistency for IDIR users.
    
    Closes #2704
    hamed-valiollahi committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b4a9157 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2714 from bcgov/fix/hamed-revert-org-status-label…

    …-changes-2704
    
    fix: revert org status label changes on edit organization page
    AlexZorkin committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    17c9916 View commit details
    Browse the repository at this point in the history
  5. Bump django from 3.2.20 to 3.2.23 in /backend

    Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23.
    - [Commits](django/django@3.2.20...3.2.23)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e75d215 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2713 from bcgov/fix/kevin-remove-2023-compliance-…

    …option-2553
    
    Fix/kevin remove 2023 compliance option 2553
    AlexZorkin committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a3781b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2715 from bcgov/dependabot/pip/backend/django-3.2.23

    Bump django from 3.2.20 to 3.2.23 in /backend
    AlexZorkin committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5e22530 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Compliance Report slow loading time fix

    Compliance Report Model changes to include latest_report and root_report information
    To migrate the data to these new columns
    Using select_related and prefetch_related wherever necessary
    Making use of the new columns in data retrieval
    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ab6b941 View commit details
    Browse the repository at this point in the history
  2. review comments fixes

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3a8acdf View commit details
    Browse the repository at this point in the history
  3. remove cache logic

    Since cache wasn't showing the updated details. have removed it for now.
    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6a58afc View commit details
    Browse the repository at this point in the history
  4. Exclusion Report not visible to IDIR users fix

    - Added cache for Compliance Report & Organizations
    - changes to ComplianceReport Query to retrieve latest reports
    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    992e708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a6c166 View commit details
    Browse the repository at this point in the history
  6. fix: updated cache_key to sanitize spaces

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d2eaa11 View commit details
    Browse the repository at this point in the history
  7. bug and failed test cases fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    05393ec View commit details
    Browse the repository at this point in the history
  8. revert unintended squash change

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d8a3886 View commit details
    Browse the repository at this point in the history
  9. WIP

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    eb5cd7f View commit details
    Browse the repository at this point in the history
  10. Unit test in progress

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    19ddf2d View commit details
    Browse the repository at this point in the history
  11. compliance units update

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8b36b76 View commit details
    Browse the repository at this point in the history
  12. Compliance Unit changes to compliance report spreadsheet

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8841474 View commit details
    Browse the repository at this point in the history
  13. add pr build template

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e20bc1b View commit details
    Browse the repository at this point in the history
  14. update

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4ea3030 View commit details
    Browse the repository at this point in the history
  15. add new pipeline

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    eed05f1 View commit details
    Browse the repository at this point in the history
  16. trigger build

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    41dd7bf View commit details
    Browse the repository at this point in the history
  17. update to use env

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b949a66 View commit details
    Browse the repository at this point in the history
  18. update parameters

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8933013 View commit details
    Browse the repository at this point in the history
  19. add brancj build

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a0b8263 View commit details
    Browse the repository at this point in the history
  20. get branch name

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dd6732e View commit details
    Browse the repository at this point in the history
  21. pass branch name

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    78fefb3 View commit details
    Browse the repository at this point in the history
  22. add frontend build

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6a5c996 View commit details
    Browse the repository at this point in the history
  23. correct frontend build

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    63d82d9 View commit details
    Browse the repository at this point in the history
  24. add test

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7a2b01f View commit details
    Browse the repository at this point in the history
  25. update version

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5b86ea1 View commit details
    Browse the repository at this point in the history
  26. Build frontend and backend for Jan pipeline (#2421)

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    48f9645 View commit details
    Browse the repository at this point in the history
  27. Update from 2.7.0 to 3.0.0

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f6991fc View commit details
    Browse the repository at this point in the history
  28. Update Jan pipeline (#2433)

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    952a7a2 View commit details
    Browse the repository at this point in the history
  29. Update frontend route.yaml

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    24f9857 View commit details
    Browse the repository at this point in the history
  30. update frontend host

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f41419a View commit details
    Browse the repository at this point in the history
  31. update frontend host remove dep

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8fae217 View commit details
    Browse the repository at this point in the history
  32. update frontend host name

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1c6ef9a View commit details
    Browse the repository at this point in the history
  33. open build

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2b7d0ac View commit details
    Browse the repository at this point in the history
  34. open deploy dep

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cb84623 View commit details
    Browse the repository at this point in the history
  35. Replace Credits and Debits with Compliance Units in Compliance Repor…

    …t Summary View
    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1983655 View commit details
    Browse the repository at this point in the history
  36. add for supplemental reports

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    172dd3c View commit details
    Browse the repository at this point in the history
  37. added backend changes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b512272 View commit details
    Browse the repository at this point in the history
  38. code enhancement

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    55a1432 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8d07d65 View commit details
    Browse the repository at this point in the history
  40. director acceptance

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    917e5ea View commit details
    Browse the repository at this point in the history
  41. initial

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0386313 View commit details
    Browse the repository at this point in the history
  42. permission changes with migration

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    84f6b74 View commit details
    Browse the repository at this point in the history
  43. director acceptance

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8eba9d5 View commit details
    Browse the repository at this point in the history
  44. spreadsheet changes to compliance report as per new act

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c438369 View commit details
    Browse the repository at this point in the history
  45. remove print lines

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e5f91e2 View commit details
    Browse the repository at this point in the history
  46. remove print lines

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    16fea19 View commit details
    Browse the repository at this point in the history
  47. remove unwanted changes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f4770d5 View commit details
    Browse the repository at this point in the history
  48. Add pull request build for Jan release (#2463)

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e7f3c1e View commit details
    Browse the repository at this point in the history
  49. fix defects

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    08987e7 View commit details
    Browse the repository at this point in the history
  50. update readme

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    816e628 View commit details
    Browse the repository at this point in the history
  51. WIP

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    24b1bd9 View commit details
    Browse the repository at this point in the history
  52. adding schedule B row add fix

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3461b7d View commit details
    Browse the repository at this point in the history
  53. removing consol.log statment

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    991543c View commit details
    Browse the repository at this point in the history
  54. Bug fix for the draft compliance unit

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5ccf31b View commit details
    Browse the repository at this point in the history
  55. Place compliance units in reserve when submitting a 2023 compliance r…

    …eport with a negative net balance
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1d88012 View commit details
    Browse the repository at this point in the history
  56. updating check for a year

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    db603bc View commit details
    Browse the repository at this point in the history
  57. Part 2 Summary not populating values from Schedule B/C fixes to 2507

    Part 2 Summary not populating values from Schedule B/C fixes to 2507
    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    55d4bc8 View commit details
    Browse the repository at this point in the history
  58. Update ScheduleSummaryContainer

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9b202e1 View commit details
    Browse the repository at this point in the history
  59. System converts credits to compliance units when accepting a complica…

    …nce report prior to 2023
    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bcab354 View commit details
    Browse the repository at this point in the history
  60. Revert "System converts credits to compliance units when accepting a …

    …complicance report prior to 2023"
    
    This reverts commit f78af66.
    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    368e5d8 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6e4dd6f View commit details
    Browse the repository at this point in the history
  62. Compliance unit bug fixes and test cases

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a3d87e3 View commit details
    Browse the repository at this point in the history
  63. minor fixes

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    13a52ff View commit details
    Browse the repository at this point in the history
  64. Line 28 comments fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5f70936 View commit details
    Browse the repository at this point in the history
  65. calculation error fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d9ac2a6 View commit details
    Browse the repository at this point in the history
  66. test scenarios

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0d505cb View commit details
    Browse the repository at this point in the history
  67. adding test cases for compliance units

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d45e2d1 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    ae3089e View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dad2f04 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    5ba450f View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    4ec1f56 View commit details
    Browse the repository at this point in the history
  72. System converting credits to compliance units for 2023 prior complian…

    …ce reports
    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5568c48 View commit details
    Browse the repository at this point in the history
  73. feat: new credit transaction type added to system administrative adju…

    …stment
    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c396503 View commit details
    Browse the repository at this point in the history
  74. fix: unit test updates

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    67655af View commit details
    Browse the repository at this point in the history
  75. fixed migration order

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b6fc295 View commit details
    Browse the repository at this point in the history
  76. fix: missing id

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    22ceeca View commit details
    Browse the repository at this point in the history
  77. fix: negative frontend validation

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d59d9c0 View commit details
    Browse the repository at this point in the history
  78. rebase fix

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b34f06f View commit details
    Browse the repository at this point in the history
  79. UI changes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a9192e6 View commit details
    Browse the repository at this point in the history
  80. delta changes fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    67e4574 View commit details
    Browse the repository at this point in the history
  81. minor UI fixes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fed8ccb View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    0f79a82 View commit details
    Browse the repository at this point in the history
  83. Compliance Unit Edge test cases for backend

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7fe6b58 View commit details
    Browse the repository at this point in the history
  84. comment change

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    da63062 View commit details
    Browse the repository at this point in the history
  85. include migration for test cases

    protonater authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    85da17a View commit details
    Browse the repository at this point in the history
  86. name conventions fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0cb4996 View commit details
    Browse the repository at this point in the history
  87. supplemntal bug fix for compliance units reporting

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1b81e17 View commit details
    Browse the repository at this point in the history
  88. chore: merged migrations from rebase

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9ad140a View commit details
    Browse the repository at this point in the history
  89. fix: get summary test fix

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    16c84f8 View commit details
    Browse the repository at this point in the history
  90. Remove Actions and Last Transaction column from Organizations table (#…

    …2580)
    
    * Remove Actions and Last Transaction column from Organizations table
    
    * backend change to include/exclude actin from xls
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    42db381 View commit details
    Browse the repository at this point in the history
  91. Report History section grouping status changes incorrectly -fix (#2582)

    Co-authored-by: Prashanth Venkateshappa <[email protected]>
    2 people authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e2a13f1 View commit details
    Browse the repository at this point in the history
  92. Feat: Label updates for Part 3 Awards, File Submissions - 2491 2492 (#…

    …2587)
    
    * feat: updated labels and nomenclature for part3 awards and file submissions
    
    * chore: linting, snapshots, unit test fixes
    
    ---------
    
    Co-authored-by: Your Name <[email protected]>
    AlexZorkin and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8d98914 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    e54b791 View commit details
    Browse the repository at this point in the history
  94. Bug for reserve compliance units when submitted.

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3d46ded View commit details
    Browse the repository at this point in the history
  95. connect to crunchydb (#2608)

    kuanfandevops authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96bdbf5 View commit details
    Browse the repository at this point in the history
  96. fix for Summary section of compliance units to show changes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0206044 View commit details
    Browse the repository at this point in the history
  97. minor fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6c26d16 View commit details
    Browse the repository at this point in the history
  98. fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    045b094 View commit details
    Browse the repository at this point in the history
  99. code optimization

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bddb70e View commit details
    Browse the repository at this point in the history
  100. comments for reference

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b8942b4 View commit details
    Browse the repository at this point in the history
  101. code optimize

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    71295c3 View commit details
    Browse the repository at this point in the history
  102. optimize

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b3d8a7f View commit details
    Browse the repository at this point in the history
  103. minor fixes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9f592a3 View commit details
    Browse the repository at this point in the history
  104. penalty miscalculation fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    af780c1 View commit details
    Browse the repository at this point in the history
  105. status fix revert

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    902e736 View commit details
    Browse the repository at this point in the history
  106. adding fix for routing issue of credit/debit

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b3ece19 View commit details
    Browse the repository at this point in the history
  107. File Submission tab label changes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    21b4865 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    5ae1c61 View commit details
    Browse the repository at this point in the history
  109. chore: linting, snapshots, test updates

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    286d443 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    d79cfc9 View commit details
    Browse the repository at this point in the history
  111. scenario 17 fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a35bc1b View commit details
    Browse the repository at this point in the history
  112. remove redundant code

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1207566 View commit details
    Browse the repository at this point in the history
  113. fix for TFRS - Scenario 10 not showing the correct math for calculati…

    …ng the penalty amount#2607
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    241585e View commit details
    Browse the repository at this point in the history
  114. scenario 8 fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2ff2d43 View commit details
    Browse the repository at this point in the history
  115. code optimize

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    62ad266 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    61767f7 View commit details
    Browse the repository at this point in the history
  117. fix for Analyst recommend transfer approval buttons not appearing in …

    …Jan release
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dcbcb3e View commit details
    Browse the repository at this point in the history
  118. feat: unit test for zero scenario 3

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2a34fcc View commit details
    Browse the repository at this point in the history
  119. fix for Inaccurate compliant non-compliant determination in the asses…

    …sment section for 2023 reporting
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    76975d4 View commit details
    Browse the repository at this point in the history
  120. Remove/hide balance change in Assessment Section

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e2793db View commit details
    Browse the repository at this point in the history
  121. feat: updated tooltip for compliance units

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6aa5e4c View commit details
    Browse the repository at this point in the history
  122. feat: check for zero balance on director acceptance

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    30c5ca9 View commit details
    Browse the repository at this point in the history
  123. fix: unit test update

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ef362f1 View commit details
    Browse the repository at this point in the history
  124. Feat: Part 3 Award Label updates 2603

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0934ffc View commit details
    Browse the repository at this point in the history
  125. feat: lables updated according to spec

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    76acc76 View commit details
    Browse the repository at this point in the history
  126. chore: linting fixes and snapshots

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c07e22e View commit details
    Browse the repository at this point in the history
  127. Feat: Dashboard Label updates 2474

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c1522a3 View commit details
    Browse the repository at this point in the history
  128. Adminstrative Adjustment changes 2431 2583

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    731a875 View commit details
    Browse the repository at this point in the history
  129. chore: updated snapshots and linting

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dd4869c View commit details
    Browse the repository at this point in the history
  130. chore: snapshots updated

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ac05395 View commit details
    Browse the repository at this point in the history
  131. bug fix for non compliance penalty issue

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9f3d390 View commit details
    Browse the repository at this point in the history
  132. code optimize

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    632733a View commit details
    Browse the repository at this point in the history
  133. minor fixes

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    222e069 View commit details
    Browse the repository at this point in the history
  134. minor fix

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    df84450 View commit details
    Browse the repository at this point in the history
  135. fix: formatting fix on react-markdown

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    87ed24e View commit details
    Browse the repository at this point in the history
  136. New Act Label Changes - Transactions view page using HDE - time based…

    …#2602
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c933a65 View commit details
    Browse the repository at this point in the history
  137. TFRS - Summary & Declaration page not loading for 2022 and prior comp…

    …liance reports#2647
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b881cfe View commit details
    Browse the repository at this point in the history
  138. chore: fixed unit tests for older cases

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f100b34 View commit details
    Browse the repository at this point in the history
  139. Updates and fixes for bugs found during testing

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7f276e0 View commit details
    Browse the repository at this point in the history
  140. label updates

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    996a9a8 View commit details
    Browse the repository at this point in the history
  141. fix: updated logic to prevent zero transactions

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4ee45df View commit details
    Browse the repository at this point in the history
  142. New Act labels - transaction status change based on time

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4c9627c View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    c7d9cd0 View commit details
    Browse the repository at this point in the history
  144. New act label changes - Transactions Page 2495

    prv-proton authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a4650e5 View commit details
    Browse the repository at this point in the history
  145. fix: label updates for varied views

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e96090a View commit details
    Browse the repository at this point in the history
  146. TFRS - Separate comment disclosure notice based on feature and commen…

    …t type#2652
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0e1a695 View commit details
    Browse the repository at this point in the history
  147. Update langEnUs.js

    AlexZorkin authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6f0e5eb View commit details
    Browse the repository at this point in the history
  148. TFRS - New Act Label Changes - Transactions view page using HDE - tim…

    …e based#2602
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5651a47 View commit details
    Browse the repository at this point in the history
  149. fix: logic fix on less than zero transactions

    Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1251aa9 View commit details
    Browse the repository at this point in the history
  150. TFRS - Remove credit market link from BCeID and IDIR dashboards in Ja…

    …nuary release#2661
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    239d959 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    accfabf View commit details
    Browse the repository at this point in the history
  152. fixing wrong comment

    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    997f5ce View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    35e02fd View commit details
    Browse the repository at this point in the history
  154. TFRS - File submission filtering from dashboard link not working - ID…

    …IR only #2664
    jig-patel authored and Your Name committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0cf5766 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix: updated transfer labels for BCeID users according to new Act

    This commit makes the following updates to the New Transfer page for BCeID users, ensuring alignment with the new Act:
    
    - Change the dropdown label from 'Select a Fuel Supplier' to 'Select an Organization'.
    
    - The signing authority declaration statement is now updated to: 'I confirm that records evidencing each matter reported under section 17 of the Low Carbon Fuel (General) Regulation are available on request.'
    
    Additionally, a database migration is added to apply the signing authority declaration statement label change within the existing record.
    
    Closes #2690
    hamed-valiollahi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    821cbb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #2722 from bcgov/fix/hamed-transfer-act-label-chan…

    …ges-2690
    
    fix: updated transfer labels for BCeID users according to new Act
    AlexZorkin committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f9b2039 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: merge master

    Your Name committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fae18a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529faa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    3bc2faa View commit details
    Browse the repository at this point in the history
  2. add test deploy

    kuanfandevops committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    69de409 View commit details
    Browse the repository at this point in the history
  3. add runs-on

    kuanfandevops committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    61a1659 View commit details
    Browse the repository at this point in the history
  4. add runs-on

    kuanfandevops committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    afb86a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d7088 View commit details
    Browse the repository at this point in the history
  6. chore: merge master release 2.13.0

    Your Name committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7778e98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ed55aa View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    234ad55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3d5c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    a83014b View commit details
    Browse the repository at this point in the history
  2. fix: rearranged migration order to match master

    Your Name committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b26124f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daaccff View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    1e99637 View commit details
    Browse the repository at this point in the history
  2. add notification sever

    kuanfandevops committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3a91373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0976f03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e23602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a4aea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40deb30 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 29, 2023

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

Commits on Dec 15, 2023

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

Commits on Dec 16, 2023

  1. chore: reverted year limit on compliance report

    Your Name committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    afc3ddd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2758 from bcgov/chore/alex-2023-crs-268

    chore: reverted year limit on compliance report
    AlexZorkin committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6dc6445 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    5e22b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826053c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2157923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    939b91d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #2757 from bcgov/fix/hamed-update-org-add-edit-pag…

    …e-labels-267
    
    Fix: Update labels and remove old features on add/edit organization - 267
    AlexZorkin committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6b589f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. fix: updated labels

    Your Name committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2994c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge pull request #2762 from bcgov/fix/alex-label-updates-275-276

    Fix: Label updates - 275 276
    AlexZorkin committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c822938 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    de64999 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2776 from bcgov/fix/alex-file-submissions-not-loa…

    …ding-2763
    
    FIX: Fixed non status related loading for file submissions page - TFRS 2763
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8605ff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2f8da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c24c6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f84f46 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2779 from bcgov/fix/hamed-update-transfer-labels-…

    …2766
    
    Fix: Fix wrong labels in transfer confirmation modal - 2766
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1d49146 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2778 from bcgov/fix/hamed-revise-transfer-error-m…

    …sg-2745
    
    Fix: Revise error message for insufficient compliance units - 2745
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7ca993f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64eb52e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7313966 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2777 from bcgov/fix/hamed-hide-lcfs-email-for-idi…

    …r-2677
    
    Fix: Hide LCFS email line on organizations details page for IDIR users - 2677
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d2bff15 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2780 from bcgov/fix/hamed-fix-broken-file-submiss…

    …ion-link-2764
    
    Fix: Fix broken file submission link on BCeID dashboard - 2764
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c19281d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2783 from bcgov/fix/prashanth-notification-desc-u…

    …pdate-2765
    
    fix: TFRS - Update Notification descriptions to align with new Act labels #2765
    AlexZorkin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2a07530 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    deb175c View commit details
    Browse the repository at this point in the history
  14. update char number

    kuanfandevops committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1e79b18 View commit details
    Browse the repository at this point in the history
  15. test workflow

    kuanfandevops committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b3ed70b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    772b62e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    1ca61ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec601f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c796da View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat: TFRS - Adjust 'Part 3 Award' label for transaction type in the …

    …Historical Data Entry feature #2773
    prv-proton committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    abc85bd View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    76a2fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee9d2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63cc54e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5afb944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b8dfdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2682f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Merge pull request #2788 from bcgov/feat/prashanth-label-update-histo…

    …rical-2773
    
    feat: TFRS - Adjust 'Part 3 Award' label for transaction type in the Historical Data Entry feature #2773
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bd72908 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2791 from bcgov/fix/hamed-initiative-agreement-la…

    …bel-issue-2772
    
    Fix: Fix incorrect labels in initiative agreement issuance transaction - 2772
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    25397e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2792 from bcgov/fix/hamed-notifications-labels-up…

    …date-2774
    
    Fix: Update labels in notifications settings as per new act - 2774
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    7364a4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2793 from bcgov/fix/hamed-update-user-guide-links…

    …-2785
    
    Fix: Update user guide links - 2785
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f9369f7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2794 from bcgov/fix/hamed-correct-labels-transfer…

    …-confirmation-2789
    
    Fix: Correct labels transfer confirmation - 2789
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c64962f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2796 from bcgov/fix/prashanth-hde-effective-dt-fi…

    …x-2769
    
    FIX: HDE Transactions effective date fix in spreadsheet 2769
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9cf00cd View commit details
    Browse the repository at this point in the history
  7. fix: fixes on label and compliance years

    Your Name committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c2b4891 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2797 from bcgov/fix/alex-label-fixes-240112

    fix: fixes on label and compliance years
    AlexZorkin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    40f5381 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Merge pull request #2795 from bcgov/fix/hamed-correct-effective-date-…

    …of-transfer-2095-2768
    
    Fix: Correct effective date of transfer 2095 - 2768
    AlexZorkin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e99930a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7a576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc307d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd21d6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2801 from bcgov/fix/prashanth-hde-part3-label-fix…

    …-2773
    
    fix part 3 label in the historical data entry table - 2773
    AlexZorkin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7e0cb6f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2802 from bcgov/fix/hamed-notifications-labels-up…

    …date-2774
    
    Fix: Update two notifications labels - 2774
    AlexZorkin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    57b84a1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2803 from bcgov/fix/hamed-correct-labels-transfer…

    …-confirmation-2789
    
    Fix: Update Modal ConfirmLabel Logic for Transaction Types - 2789
    AlexZorkin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    99fe06c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

  1. Merge pull request #2808 from bcgov/fix/hamed-correct-effective-date-…

    …of-transfer-2095-2768
    
    Fix: Fix compliance period year of transfer 2095 - 2768
    AlexZorkin committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4d80c71 View commit details
    Browse the repository at this point in the history