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

Move OK PHD UP move to production #15290

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

oslynn
Copy link
Collaborator

@oslynn oslynn commented Jul 22, 2024

This PR moves OK to production.

Test Steps:

  1. Include steps to test these changes

Changes

  • Include a comprehensive list of changes in this PR
  • (For web UI changes) Include screenshots/video of changes

Checklist

Testing

  • Tested locally?
  • Ran ./prime test or ./gradlew testSmoke against local Docker ReportStream container?
  • (For Changes to /frontend-react/...) Ran npm run lint:write?
  • Added tests?

Process

  • Are there licensing issues with any new dependencies introduced?
  • Includes a summary of what a code reviewer should test/verify?
  • Updated the release notes?
  • Database changes are submitted as a separate PR?
  • DevOps team has been notified if PR requires ops support?

Linked Issues

  • Fixes #issue

To Be Done

Create GitHub issues to track the work remaining, if any

  • #issue

Specific Security-related subjects a reviewer should pay specific attention to

  • Does this PR introduce new endpoints?
    • new endpoint A
    • new endpoint B
  • Does this PR include changes in authentication and/or authorization of existing endpoints?
  • Does this change introduce new dependencies that need vetting?
  • Does this change require changes to our infrastructure?
  • Does logging contain sensitive data?
  • Does this PR include or remove any sensitive information itself?

If you answered 'yes' to any of the questions above, conduct a detailed Review that addresses at least:

  • What are the potential security threats and mitigations? Please list the STRIDE threats and how they are mitigated
    • Spoofing (faking authenticity)
      • Threat T, which could be achieved by A, is mitigated by M
    • Tampering (influence or sabotage the integrity of information, data, or system)
    • Repudiation (the ability to dispute the origin or originator of an action)
    • Information disclosure (data made available to entities who should not have it)
    • Denial of service (make a resource unavailable)
    • Elevation of Privilege (reduce restrictions that apply or gain privileges one should not have)
  • Have you ensured logging does not contain sensitive data?
  • Have you received any additional approvals needed for this change?

@oslynn oslynn self-assigned this Jul 22, 2024
@oslynn oslynn requested a review from a team as a code owner July 22, 2024 16:30
Copy link

github-actions bot commented Jul 22, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

github-actions bot commented Jul 22, 2024

Test Results

1 279 tests  ±0   1 275 ✅ ±0   7m 19s ⏱️ -14s
  160 suites ±0       4 💤 ±0 
  160 files   ±0       0 ❌ ±0 

Results for commit fff0073. ± Comparison against base commit 49a6b7b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 22, 2024

Integration Test Results

 63 files   63 suites   29m 11s ⏱️
416 tests 407 ✅ 9 💤 0 ❌
419 runs  410 ✅ 9 💤 0 ❌

Results for commit fff0073.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@GilmoreA6 GilmoreA6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving contingent on removing the MPOX logic in condition filter

@oslynn oslynn enabled auto-merge (squash) July 22, 2024 19:52
Copy link

sonarcloud bot commented Jul 22, 2024

@oslynn oslynn merged commit 9522b21 into master Jul 22, 2024
23 checks passed
@oslynn oslynn deleted the oo/oslynn/15033/OK_UP_Move_To_Production branch July 22, 2024 23:24
mkalish added a commit that referenced this pull request Jul 23, 2024
* Initial commit MS receiver UP migration

* Update element's names in receiver transform

* Rename the setting file

* Remove order from receiver transform

* Relocate the setting

* Updated the PR

* Renamed files:
- metadata/fhir_transforms/senders/Flexion/TILabOrder.yml => ti-sender-transform.yml
- metadata/hl7_mapping/receivers/Flexion/TILabOrder.yml => ti-oml-receiver-transform.yml

* NM migration pre work (#15005)

* NM migration pre work

* Added dummy filters to avoid routing all ETOR ORUs to these receivers

* Updated receiver name

* Update names to replace 'ti' with 'etor' for clarity

* Version statement deprecated (#14702)

* source sftp image from local registry

* Integrate new routing functions (#14904)

* Integrate new routing functions; split + refactor routing integration tests

* Reworked some common helper methods

* Implemented LocalAzureEventServiceImpl for testing

* Added AzureEvent assertions; more test cleanup

* receiver-filter edition: Added AzureEvent assertions; more test cleanup

* Fix legacy test cases

* Return root report if its uuid is provided

* Remove unnecessary lineage from int. tests

* Adjust legacy test for updated rootReport logic

* Adjust docs to reflect new route steps

* Implement new tests for condition filter edge cases

* Lots of cleanup

* Complete Events sections; address feedback; rework logging section

* Address feedback

* Adjust submission history tests

* Adjust submission integration tests

* Test adjustments

* Use default sftp

* Engagement/jessica/14871 Vermont migration pre work (#15170)


* Fixing VT enrichments

* Bump gradle/actions from 3.4.2 to 3.5.0 (#15199)

Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@dbbdc27...d9c87d4)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump gradle/actions in /.github/actions/build-backend (#15198)

Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@dbbdc27...d9c87d4)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update setting

* Fixed the setting

* IL UP Receiver migration Pre-Work (#14555)

* IL UP Receiver migration Pre-Work

* ---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* getting all public routes via xml

* link validity checker

* remove manual link checks

* PR comments

* Bump @types/lodash from 4.17.1 to 4.17.4 in /frontend-react

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.1 to 4.17.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @okta/okta-signin-widget in /frontend-react in the okta group

Bumps the okta group in /frontend-react with 1 update: [@okta/okta-signin-widget](https://github.com/okta/okta-signin-widget).


Updates `@okta/okta-signin-widget` from 7.18.0 to 7.18.1
- [Release notes](https://github.com/okta/okta-signin-widget/releases)
- [Changelog](https://github.com/okta/okta-signin-widget/blob/master/webpack.release.config.js)
- [Commits](okta/okta-signin-widget@okta-signin-widget-7.18.0...okta-signin-widget-7.18.1)

---
updated-dependencies:
- dependency-name: "@okta/okta-signin-widget"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: okta
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump otpauth from 9.2.3 to 9.2.4 in /frontend-react

Bumps [otpauth](https://github.com/hectorm/otpauth) from 9.2.3 to 9.2.4.
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.2.3...v9.2.4)

---
updated-dependencies:
- dependency-name: otpauth
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump the applicationinsights group in /frontend-react with 2 updates

Bumps the applicationinsights group in /frontend-react with 2 updates: [@microsoft/applicationinsights-react-js](https://github.com/microsoft/applicationinsights-react-js) and [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS).


Updates `@microsoft/applicationinsights-react-js` from 17.1.2 to 17.2.0
- [Release notes](https://github.com/microsoft/applicationinsights-react-js/releases)
- [Changelog](https://github.com/microsoft/applicationinsights-react-js/blob/main/RELEASES.md)
- [Commits](microsoft/applicationinsights-react-js@17.1.2...17.2.0)

Updates `@microsoft/applicationinsights-web` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-react-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: applicationinsights
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: applicationinsights
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump react-helmet-async from 2.0.4 to 2.0.5 in /frontend-react

Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/staylor/react-helmet-async/releases)
- [Commits](https://github.com/staylor/react-helmet-async/commits)

---
updated-dependencies:
- dependency-name: react-helmet-async
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump the react-router group in /frontend-react with 2 updates

Bumps the react-router group in /frontend-react with 2 updates: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `react-router` from 6.23.0 to 6.23.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `react-router-dom` from 6.23.0 to 6.23.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-router
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-router
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump msw from 2.2.14 to 2.3.0 in /frontend-react in the msw group

Bumps the msw group in /frontend-react with 1 update: [msw](https://github.com/mswjs/msw).


Updates `msw` from 2.2.14 to 2.3.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.14...v2.3.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: msw
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @testing-library/react

Bumps the testing-library group in /frontend-react with 1 update: [@testing-library/react](https://github.com/testing-library/react-testing-library).


Updates `@testing-library/react` from 15.0.6 to 15.0.7
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.6...v15.0.7)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing-library
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump bridgecrewio/checkov-action from 12.2760.0 to 12.2762.0 (#14557)

Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2760.0 to 12.2762.0.
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@85a668b...cbef505)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* 14457: only use bundle identifier for tracking element id (#14553)

* 14457: only use bundle identifier for tracking element id

* fixup! 14457: only use bundle identifier for tracking element id

* Bump tj-actions/changed-files from 44.5.1 to 44.5.2 (#14565)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@03334d0...d6babd6)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump bridgecrewio/checkov-action from 12.2762.0 to 12.2765.0 (#14566)

Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2762.0 to 12.2765.0.
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@cbef505...329e2bb)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update FHIRRouter Azure Events to Store messageID (#14541)

* Updating related docs

* Add bundle identifier to azure custom events

* Fixing invalid fhir syntax

* Adding new logging to FHIRDestinationFilter

* code review feedback

* 14249 add fhir inventory java class (#14355)

* update hl7reader to use fhirinventory java class

* update OBX, ORC, NTE mappings

* test updates

* message class updates

* update end to end tests

* update mapping inventory notes

* Update HL7v2-FHIR-Inventory.md

* Bump braces (#14491)

* Bump lint-staged from 15.2.2 to 15.2.5 in /frontend-react

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.2 to 15.2.5.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.5)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump the playwright group across 1 directory with 2 updates

Bumps the playwright group with 2 updates in the /frontend-react directory: [@playwright/test](https://github.com/microsoft/playwright) and [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright).


Updates `@playwright/test` from 1.43.1 to 1.44.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.43.1...v1.44.1)

Updates `eslint-plugin-playwright` from 1.6.0 to 1.6.2
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](playwright-community/eslint-plugin-playwright@v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: playwright
- dependency-name: eslint-plugin-playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: playwright
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/react from 18.3.1 to 18.3.3 in /frontend-react

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.1 to 18.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump axios from 1.6.8 to 1.7.2 in /frontend-react

Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* validated init module ignore changes

* validate insights module ignore changes

* validate endpoint module ignore changes

* validate database module ignore changes

* ignore changes validation

* validate ignore_changes

* remove front door ignore_changes

* tf format

* remove function app ignore_changes

* update storage ignore_changes

* update storage ignore_changes

* update metabase tf

* update ignore_changes

* add checkov exceptions

* hook scaffolding (#14340)

* AdminTools remediations (#14607)

* Admin remediations

* Bump glob from 7.2.3 to 9.3.5 in /frontend-react (#14516)

* manipulate lock instead of forcing resolution which allows 9.x.x and 10.x.x (but not 7.x.x)

* remove stray requirements.txt (#14610)

* 13124 - Updates to Nav bar to create auth sub nav. (#14558)

* 13124 - Updates to Nav bar to create auth sub nav.

* css updates

* Updates to unit tests

* Updates to e2e tests

* Added bold class to daily data and submission menu items

* When signed in as a receiver, send them to Daily Data

* Fix mobile menu.

* Added data-testid to auth header.

* refactor code to remove unneeded event listeners

* Added data-testid to auth header.

* Fixed e2e test

* Fixed import

---------

Co-authored-by: etanb <[email protected]>

* Point schema to azure

* Update setting.

* Relocate the setting

* Removed the nd-phd.yml from STLTs

* Moved settings and added match result status F, C, P to transform

* Updated the PR

* Initial commit FL receiver UP migration (#14453)

* Initial commit FL receiver UP migration

* Update of change receive transfor element names

* Updated Transform

* Relocate the setting file

* Relocate the setting

* Experience/14762/get deliveries history api (#14909)

* 14762 - Added new getDeliveriesHistory endpoint to use instead of the getDeliveries endpoint for Daily Data.

* 14762 - Added unit tests

* 14762 - Fixed lint errors

* 14762 - Updates to unit tests.
Removed orgService/receivingOrgSvc param since it's not needed since we pass it in as part of the organization.

* 14762 - Updated fileName per PR #14649

* 14762 - added back receivingOrgSvc param

* 14762 - Updates to unit tests
Reverted ktlint formatting from files not associated with this PR

* 14721: verify action params and SQL param escaping (#14889)

* 14721: add more validation around sender ip and payloadname

* Update cleanslate for new gradlew executable location

* fixup! 14721: add more validation around sender ip and payloadname

* fixup! 14721: add more validation around sender ip and payloadname

* fixup! 14721: add more validation around sender ip and payloadname

* fixup! 14721: add more validation around sender ip and payloadname

* MA UP migration pre-work updated (#14916)

* Bump postcss from 8.4.38 to 8.4.39 in /frontend-react

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.39.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.39)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @types/lodash from 4.17.5 to 4.17.6 in /frontend-react

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.5 to 4.17.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump @okta/okta-signin-widget in /frontend-react in the okta group

Bumps the okta group in /frontend-react with 1 update: [@okta/okta-signin-widget](https://github.com/okta/okta-signin-widget).


Updates `@okta/okta-signin-widget` from 7.19.4 to 7.19.6
- [Release notes](https://github.com/okta/okta-signin-widget/releases)
- [Changelog](https://github.com/okta/okta-signin-widget/blob/master/webpack.release.config.js)
- [Commits](okta/okta-signin-widget@okta-signin-widget-7.19.4...okta-signin-widget-7.19.6)

---
updated-dependencies:
- dependency-name: "@okta/okta-signin-widget"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: okta
...

Signed-off-by: dependabot[bot] <[email protected]>

* detect root backend/frontend changes

* North Dakota UP Receiver Migration Pre-Work (#14661)

* North Dakota UP Receiver Migration Pre-Work

* Correct the setting and move it to staging/setting

* Rename the setting file

* Move setting and add county code to the transform

* Removed county code from transform

* Updated the PR

* Bump undici from 6.19.0 to 6.19.2 in /frontend-react

Bumps [undici](https://github.com/nodejs/undici) from 6.19.0 to 6.19.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.19.0...v6.19.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump sass from 1.77.5 to 1.77.6 in /frontend-react

Bumps [sass](https://github.com/sass/dart-sass) from 1.77.5 to 1.77.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.5...1.77.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Ignore linting/testing steps in build-frontend when in trialfrontend env (#14976)

* Ignore linting/testing steps in build-frontend when in trialfrontend env
Fixes #14975

* Added SuppressNonNPI to the PR

* Use default SFTP

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: etanb <[email protected]>
Co-authored-by: Michael Kalish <[email protected]>
Co-authored-by: Josh Fisk <[email protected]>
Co-authored-by: Jack Wang <[email protected]>
Co-authored-by: Stephen Nesman <[email protected]>
Co-authored-by: Josiah Siegel <[email protected]>
Co-authored-by: Joseph Andersen <[email protected]>
Co-authored-by: Penelope Lischer <[email protected]>

* Bump bridgecrewio/checkov-action from 12.2824.0 to 12.2826.0 (#15253)

Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2824.0 to 12.2826.0.
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@fa45bce...18feed4)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* update repo atmoz/sftp image

* migrate to github repo for sftp image

* Bump tj-actions/changed-files from 44.5.5 to 44.5.6 (#15266)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.5 to 44.5.6.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@cc73385...6b2903b)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* fix broken support link

* Experience/15057/e2e smoke tests (#15207)

* 14210 - spike to show how to switch b/w mock and server data for e2e tests.

* BasePage tests

* simplify BasePage lifecycle

* 14210 - updates

* fix org setting POM

* 14210 - Updated README.md

* merge fixes

* merge fixes

* add mfa select logic for e2e auth

* 14654 - fixed duplicate nav entries

* 14210 - Added smoke test attribute to tests

* 14210 - Removed smoke test attribute from daily data details since we will create a smoke user flow instead.

* 14210 - Added logic to only run smoke tests against Chrome browser.

* 14210 - Reverted submissions-history-page.spec

* fix isPageLoadExpected on receiver status

* remove now localestring comparison

* 14794 - Added comments to BasePage.ts.
Moved smoke attribute to tests that don't require user flow.

* 15057 - Updated smoke tests

---------

Co-authored-by: Joseph Andersen <[email protected]>

* 14794 - Added Managing Your Connection e2e. (#15259)

* 14794 - Added Managing Your Connection e2e.
Updates to other e2e spec files.

* 14794 - fixed bug and irrelevant eslint disable comment

* OK UP Migration Validate Test Data (#15261)

* OK UP Migration Validate Test Data

* Update integration test

* Spring Submissions API (#15187)

* add SubmissionController with validateHeaders function

* add CreationResponse

* add IEvent and QueueAccess to shared module

* fix toTaskAction usages

* update package name

* add azure storage config

* add azure table insert

* remove IEvent and QueueAccess from share project

* add azure table upload

* add SubmissionControllerTest

* update gradle to exclude some logging

* fix lint failures

* test commit

* attempt custom message convert

* first test working without custom content-type

* fix tests

* tests are working!

* import UUID

* get app insights event working

* connection string

* remove app insight conn string

* remove instrumentation key

* add logging

* add clientID to the ReportReceivedEvent

* add documentation to functions and a default connection string

* remove file

* undo formatting changes

* change the config Bean to BlobContainerClient, QueueClient, and TableClient

* review fixup

* convert from offsetdatetime to instant

* more fix ups

* add access to azure table

* convert from telemetry client to telemetry service

* add integration test

* add io exception handler and move queue message upload to end of processing

* migrate to github repo for sftp alpine image

* 15059 - added github action workflow for frontend smoke tests to be run against live data (#15235)

* 15059 - added github action workflow for frontend smoke tests to be run against live data

* 15059 - removed env param

* Bump bridgecrewio/checkov-action from 12.2826.0 to 12.2829.0 (#15289)

Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2826.0 to 12.2829.0.
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@18feed4...8b98284)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump operations/slack-boltjs-app from `da24bed` to `f2fdbae` (#15286)

Bumps [operations/slack-boltjs-app](https://github.com/JosiahSiegel/slack-boltjs-app) from `da24bed` to `f2fdbae`.
- [Release notes](https://github.com/JosiahSiegel/slack-boltjs-app/releases)
- [Commits](JosiahSiegel/slack-boltjs-app@da24bed...f2fdbae)

---
updated-dependencies:
- dependency-name: operations/slack-boltjs-app
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephen Nesman <[email protected]>

* Bump docker/login-action from 3.2.0 to 3.3.0 (#15287)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@0d4c9c5...9780b0c)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* migrate staging legacy sftp to local repo image to avoid docker auth issues

* prettier errors (#15297)

Fixes #15296

* e2e test for refer healthcare

* Update playwright linting rules (#15299)

* Update playwright linting rules
Fixes #15298

* Move OK PHD UP move to production (#15290)

* Move OK PHD UP move to production

* Remove MPOX for now

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ott Sathngam <[email protected]>
Co-authored-by: Basilio Bogado <[email protected]>
Co-authored-by: JessicaWNava <[email protected]>
Co-authored-by: Stephen Nesman <[email protected]>
Co-authored-by: Josiah Siegel <[email protected]>
Co-authored-by: Gabriel Dorsch <[email protected]>
Co-authored-by: Josiah Siegel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: etanb <[email protected]>
Co-authored-by: Michael Kalish <[email protected]>
Co-authored-by: Josh Fisk <[email protected]>
Co-authored-by: Jack Wang <[email protected]>
Co-authored-by: Joseph Andersen <[email protected]>
Co-authored-by: Penelope Lischer <[email protected]>
Co-authored-by: etanb <[email protected]>
Co-authored-by: Brick Green <[email protected]>
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.

2 participants