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 arg to set oauth redirect host #340

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Add arg to set oauth redirect host #340

merged 1 commit into from
Apr 13, 2023

Conversation

worgarside-dev
Copy link
Collaborator

@worgarside-dev worgarside-dev commented Apr 13, 2023

Fixes #336

@github-actions github-actions bot added enhancement New feature or request python Pull requests that update Python code labels Apr 13, 2023
@worgarside worgarside marked this pull request as ready for review April 13, 2023 21:30
@worgarside worgarside added the minor New functionality, backward-compatible label Apr 13, 2023
@worgarside worgarside changed the title Add arg to set oauth redirect host (e.g. when run in Docker container) Add arg to set oauth redirect host Apr 13, 2023
@worgarside worgarside enabled auto-merge (squash) April 13, 2023 21:34
@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3c2340f) 96.73% compared to head (47b70ef) 96.73%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #340   +/-   ##
========================================
  Coverage    96.73%   96.73%           
========================================
  Files           99       99           
  Lines         8025     8026    +1     
========================================
+ Hits          7763     7764    +1     
  Misses         262      262           
Flag Coverage Δ
unittests 96.73% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wg_utilities/clients/_google.py 100.00% <ø> (ø)
wg_utilities/clients/google_calendar.py 100.00% <ø> (ø)
wg_utilities/clients/google_drive.py 100.00% <ø> (ø)
wg_utilities/clients/google_fit.py 100.00% <ø> (ø)
wg_utilities/clients/google_photos.py 100.00% <ø> (ø)
wg_utilities/clients/monzo.py 100.00% <ø> (ø)
wg_utilities/clients/spotify.py 100.00% <ø> (ø)
wg_utilities/clients/truelayer.py 100.00% <ø> (ø)
wg_utilities/clients/oauth_client.py 99.06% <100.00%> (+<0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@worgarside worgarside merged commit 3e9d8eb into develop Apr 13, 2023
@github-actions github-actions bot deleted the feature/WG-336 branch April 13, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor New functionality, backward-compatible python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to configure TempAuthServer redirect host
2 participants