Skip to content

pulling updates from master#459

Closed
amlanc1 wants to merge 24 commits intofeature-jasper-lza-1from
master
Closed

pulling updates from master#459
amlanc1 wants to merge 24 commits intofeature-jasper-lza-1from
master

Conversation

@amlanc1
Copy link
Contributor

@amlanc1 amlanc1 commented Aug 28, 2025

Pull Request for JIRA Ticket: ----put ticket number here----

Issue ticket number and link

Include the JIRA ticket # and link here

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:
If applicable

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Documentation References

Put any doc references here

JTraill and others added 24 commits August 14, 2025 12:56
* feat: add api endpoint

* refactor: change flatten to iscriminal
refactor: cleanup request model

* refactor: address pr comments

* test: fix tests

* refactor: remove unneeded import

* feat: return bad request when no request objects provided
* - Add CourtCalendarDay to display each judge's schedule
- Adjust backend to return judge id and initials

* - small tweaks
- add unit test

* - Move sorting of court calendar data to the backend
- CourtCalendarDay implementation to render court calendar details

* Add overriding of selected judge

* Fix failing unit tests

* Replace GetValueOrDefault() by Value since the judgeId has a null checking already.

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
* Add new env variable - AWS_SECRET_PREFIX to be able to handle new landing zone variables

* Add new env variables to handle lz- prefix

* Add required variable

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
… than region name for simplicity. (#440)

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
Bumps [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) from 28.8.0 to 29.0.0.
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v28.8.0...v29.0.0)

---
updated-dependencies:
- dependency-name: unplugin-vue-components
  dependency-version: 29.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 9.31.0 to 9.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…up (#442)

Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-9.34.0

build(deps-dev): bump eslint from 9.31.0 to 9.34.0 in /web
…in-vue-components-29.0.0

build(deps-dev): bump unplugin-vue-components from 28.8.0 to 29.0.0 in /web
---
updated-dependencies:
- dependency-name: Hangfire
  dependency-version: 1.8.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
updated-dependencies:
- dependency-name: GdPicture.API
  dependency-version: 14.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…erive the PCSS user details (PART 1) (#449)

* Updates in preparation for for switching ti DIAM instance of keycloak

* Revert changes to use block scope namespace

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
Bumps [@nutrient-sdk/viewer](https://www.nutrient.io/sdk/web) from 1.5.0 to 1.6.0.

---
updated-dependencies:
- dependency-name: "@nutrient-sdk/viewer"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
JASPER 465: Open Judicial-Binder in Nutrient
* Handle judicial binder endpoint error to avoid the generic toaster

* Fix failing unit tests

* Log error to fix sonar cloud issue

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
* Add new env variable - AWS_SECRET_PREFIX to be able to handle new landing zone variables

* Add new env variables to handle lz- prefix

* Add required variable

* Fix bug so that new keys are saved on the appropriate secret env

* Fix missing brackets

* Fix typo

* Add missing env variable

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
* Updates in preparation for for switching ti DIAM instance of keycloak

* Revert changes to use block scope namespace

* Remove checking for UserGuid as it was found unnecessary.

---------

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
…nt-sdk/viewer-1.6.0

build(deps): bump @nutrient-sdk/viewer from 1.5.0 to 1.6.0 in /web
…which causes duplicate API calls. (#455)

Co-authored-by: Ronaldo Macapobre <rmacapob@gov.bc.ca>
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-14.3.13

Bump GdPicture.API from 14.3.10 to 14.3.13
@sonarqubecloud
Copy link

@amlanc1 amlanc1 closed this Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants