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

Respect Resources.root_url #1830

Merged
merged 7 commits into from
Dec 13, 2020
Merged

Respect Resources.root_url #1830

merged 7 commits into from
Dec 13, 2020

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Dec 11, 2020

Fixes #1821

  • Fix bundled Template resources

@codecov
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #1830 (162e85d) into master (4f5ca38) will decrease coverage by 0.05%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1830      +/-   ##
==========================================
- Coverage   85.13%   85.08%   -0.06%     
==========================================
  Files         152      152              
  Lines       18697    18721      +24     
==========================================
+ Hits        15917    15928      +11     
- Misses       2780     2793      +13     
Impacted Files Coverage Δ
panel/command/serve.py 17.64% <28.57%> (+0.80%) ⬆️
panel/io/state.py 51.53% <44.44%> (-0.35%) ⬇️
panel/io/resources.py 70.88% <60.00%> (-0.74%) ⬇️
panel/template/base.py 72.70% <75.00%> (-0.05%) ⬇️

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 4f5ca38...162e85d. Read the comment docs.

@philippjfr philippjfr merged commit 7cb7108 into master Dec 13, 2020
@philippjfr philippjfr deleted the resources_root_url branch December 13, 2020 15:28
philippjfr added a commit that referenced this pull request Jan 14, 2021
* Respect Resources.root_url

* Fix flake

* Expose state.base_url

* Fix bug

* Fix flake

* Make base_url readonly

* Fix bug
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.

Template assets not loaded when running panel application via jupyter-server-proxy
1 participant