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

Fix handling of oauth_provider argument to panel.io.server.serve #3293

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

philippjfr
Copy link
Member

Fixes #2629

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #3293 (ee4cdaa) into master (51b8950) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #3293      +/-   ##
==========================================
- Coverage   83.34%   83.33%   -0.01%     
==========================================
  Files         195      195              
  Lines       26373    26367       -6     
==========================================
- Hits        21981    21974       -7     
- Misses       4392     4393       +1     
Impacted Files Coverage Δ
panel/io/server.py 78.36% <0.00%> (-0.05%) ⬇️
panel/tests/command/test_serve.py 83.54% <0.00%> (-1.46%) ⬇️
panel/config.py 59.65% <0.00%> (-0.58%) ⬇️
panel/io/state.py 69.11% <0.00%> (-0.23%) ⬇️
panel/pane/idom.py 27.40% <0.00%> (+0.20%) ⬆️
panel/tests/pane/test_plotly.py 98.77% <0.00%> (+0.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51b8950...ee4cdaa. Read the comment docs.

@philippjfr philippjfr merged commit 1559e72 into master Mar 31, 2022
@philippjfr philippjfr deleted the pn_serve_oauth branch March 31, 2022 22:09
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.

oauth_provider is ignored in pn.serve()
1 participant