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

Add Missing Timezone to RS #17037

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

oslynn
Copy link
Collaborator

@oslynn oslynn commented Jan 9, 2025

This PR adds missing timezone to RS.

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

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 added the onboarding-ops Work related to onboarding with a partner. Addressed by the Onboarding & Operations team in RS. label Jan 9, 2025
@oslynn oslynn self-assigned this Jan 9, 2025
@oslynn oslynn requested a review from a team as a code owner January 9, 2025 22:35
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@@ -62,15 +62,22 @@ enum USTimeZone {
ARIZONA = "ARIZONA",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need more research for Zone Name.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Test Results

1 272 tests  +7   1 268 ✅ +7   7m 30s ⏱️ -8s
  164 suites ±0       4 💤 ±0 
  164 files   ±0       0 ❌ ±0 

Results for commit 9a3fc79. ± Comparison against base commit c942a9a.

This pull request removes 1 and adds 8 tests. Note that renamed tests count towards both.
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test mojuroTimezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test ChuukTimezone for Micronesia timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test KosraeTimezone for Micronesia timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test MajuroTimezone for Marshall Island timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test Northern_Mariana_IslandsTimezone for Northern Mariana Islands timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test PauluTimezone for Palau timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test PohnpeiTimezone for Micronesia timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test Puerto_RicoTimezone for Puerto Rico timezone with convertDateTimeToHL7()
gov.cdc.prime.router.fhirengine.engine.CustomTranslationFunctionsTest ‑ test US_Virgin_IslandsTimezone for US Virgin Island timezone with convertDateTimeToHL7()

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Integration Test Results

 60 files   60 suites   44m 15s ⏱️
428 tests 418 ✅ 10 💤 0 ❌
431 runs  421 ✅ 10 💤 0 ❌

Results for commit 9a3fc79.

♻️ This comment has been updated with latest results.

Copy link
Contributor

Branch deployed to Chromatic 🚀.

  • ⚠️ Detected 0 tests with visual changes.
  • ✅ All tests passed.

View via:

Copy link
Contributor

⚠️ Broken Links ⚠️

https://www.hhs.gov/vulnerability-disclosure-policy/index.html

Error: Request failed with status code 403


❌ /assets/xlsm/20241204_ReportStream-Mapping-Template.xlsm

Error: Internal link: Page error


https://www.cdc.gov/poxvirus/mpox/lab-personnel/report-results.html

Error: Request failed with status code 404


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
onboarding-ops Work related to onboarding with a partner. Addressed by the Onboarding & Operations team in RS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants