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

Pipeline scaling: In progress #1051

Draft
wants to merge 44 commits into
base: master
Choose a base branch
from
Draft

Conversation

jakubadamek
Copy link
Collaborator

Description of what I changed

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the
automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@jakubadamek jakubadamek marked this pull request as draft May 7, 2024 14:57
else:
raise Exception(f"Unknown DB type {DB_TYPE}")
with open(config_path, "w") as f:
f.write(json.dumps(json_config, indent=4))

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2024

Codecov Report

Attention: Patch coverage is 37.50000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 51.98%. Comparing base (9bfd5d9) to head (510e4e5).
Report is 17 commits behind head on master.

Files Patch % Lines
...c/main/java/com/google/fhir/analytics/FhirEtl.java 0.00% 2 Missing ⚠️
...le/fhir/analytics/model/DatabaseConfiguration.java 0.00% 2 Missing ⚠️
...a/com/google/fhir/analytics/FetchSearchPageFn.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1051      +/-   ##
============================================
+ Coverage     50.49%   51.98%   +1.48%     
+ Complexity      674      654      -20     
============================================
  Files            91       89       -2     
  Lines          5519     5396     -123     
  Branches        709      708       -1     
============================================
+ Hits           2787     2805      +18     
+ Misses         2470     2328     -142     
- Partials        262      263       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jakubadamek jakubadamek force-pushed the master branch 3 times, most recently from 88bcd0f to d0483e0 Compare May 9, 2024 11:39
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.

None yet

2 participants