Closed
Conversation
* 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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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.
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 Configuration:
If applicable
Checklist:
Documentation References
Put any doc references here