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

Prevent eager initialization of data sources #1042

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

fractalwrench
Copy link
Contributor

Goal

Prevents the eager initialization of data sources until the configGate is true and a session is under way.

@fractalwrench fractalwrench requested a review from a team as a code owner July 3, 2024 15:40
@fractalwrench fractalwrench force-pushed the data-source-registry branch from 0d3fedb to 9e231ca Compare July 3, 2024 16:02
@fractalwrench fractalwrench force-pushed the data-source-registry branch from 9e231ca to dbddf0a Compare July 3, 2024 16:32
Base automatically changed from data-source-registry to master July 3, 2024 16:58
Copy link
Contributor

github-actions bot commented Jul 5, 2024

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.70%. Comparing base (56bc5d7) to head (cb516cb).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1042      +/-   ##
==========================================
- Coverage   79.75%   79.70%   -0.06%     
==========================================
  Files         416      416              
  Lines       10775    10776       +1     
  Branches     1763     1764       +1     
==========================================
- Hits         8594     8589       -5     
- Misses       1399     1405       +6     
  Partials      782      782              
Files Coverage Δ
...roid/embracesdk/arch/datasource/DataSourceState.kt 90.90% <100.00%> (+0.43%) ⬆️

... and 1 file with indirect coverage changes

Copy link
Collaborator

@bidetofevil bidetofevil left a comment

Choose a reason for hiding this comment

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

LGTM

@fractalwrench fractalwrench merged commit b30685f into master Jul 9, 2024
5 checks passed
@fractalwrench fractalwrench deleted the avoid-eager-init branch July 9, 2024 09:00
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