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

feat: setup initial support for local login (#48) #82

Merged

Conversation

holtgrewe
Copy link
Member

No description provided.

@holtgrewe holtgrewe linked an issue Sep 29, 2023 that may be closed by this pull request
@holtgrewe holtgrewe enabled auto-merge (squash) September 29, 2023 06:32
@holtgrewe holtgrewe disabled auto-merge September 29, 2023 06:34
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #82 (8581b5c) into main (863c046) will decrease coverage by 2.47%.
The diff coverage is 61.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #82      +/-   ##
==========================================
- Coverage   78.81%   76.35%   -2.47%     
==========================================
  Files          74       82       +8     
  Lines        2011     2182     +171     
  Branches      528      546      +18     
==========================================
+ Hits         1585     1666      +81     
- Misses        394      467      +73     
- Partials       32       49      +17     
Files Coverage Δ
backend/app/api/api_v1/api.py 100.00% <100.00%> (ø)
backend/app/api/api_v1/endpoints/adminmsgs.py 88.88% <100.00%> (-11.12%) ⬇️
backend/app/api/internal/api.py 100.00% <100.00%> (ø)
backend/app/api/internal/endpoints/proxy.py 100.00% <100.00%> (ø)
backend/app/core/config.py 98.27% <100.00%> (+0.19%) ⬆️
backend/app/db/base.py 100.00% <ø> (ø)
backend/app/db/session.py 100.00% <100.00%> (ø)
backend/app/main.py 95.65% <100.00%> (+0.91%) ⬆️
backend/app/models/__init__.py 100.00% <100.00%> (ø)
backend/app/models/adminmsg.py 100.00% <100.00%> (ø)
... and 45 more

@holtgrewe holtgrewe merged commit afead65 into main Sep 29, 2023
6 checks passed
@holtgrewe holtgrewe deleted the 48-setup-initial-support-for-authentication-for-local-logins branch September 29, 2023 06:39
@gromdimon gromdimon restored the 48-setup-initial-support-for-authentication-for-local-logins branch September 29, 2023 06:54
@gromdimon gromdimon deleted the 48-setup-initial-support-for-authentication-for-local-logins branch September 29, 2023 06:55
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.

Setup initial support for authentication for local logins
1 participant