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

DM-40462: Move DbAuth class from daf_butler to utils #885

Merged
merged 2 commits into from Aug 22, 2023

Conversation

andy-slac
Copy link
Contributor

@andy-slac andy-slac commented Aug 21, 2023

DbAuth is generally useful to other packages that do not have dependency on daf_butler. Simply moved the whole module and unit tests from here to utils.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

`DbAuth` is generally useful to other packages that do not have dependency
on `daf_butler`. Simply moved the whole module and unit tests from here to `utils`.
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.07% ⚠️

Comparison is base (6b871c2) 87.70% compared to head (05e3c86) 87.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #885      +/-   ##
==========================================
- Coverage   87.70%   87.64%   -0.07%     
==========================================
  Files         274      272       -2     
  Lines       36219    36005     -214     
  Branches     7578     7529      -49     
==========================================
- Hits        31767    31557     -210     
+ Misses       3274     3272       -2     
+ Partials     1178     1176       -2     
Files Changed Coverage Δ
python/lsst/daf/butler/registry/__init__.py 100.00% <ø> (ø)
...ython/lsst/daf/butler/registry/connectionString.py 93.33% <100.00%> (ø)
tests/test_connectionString.py 100.00% <100.00%> (ø)

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

@andy-slac andy-slac merged commit 7c9a229 into main Aug 22, 2023
16 checks passed
@andy-slac andy-slac deleted the tickets/DM-40462 branch August 22, 2023 16:24
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