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 JSON pane depth and rerendering #1431

Merged
merged 3 commits into from
Jun 20, 2020
Merged

Conversation

philippjfr
Copy link
Member

Fix #1415

@codecov
Copy link

codecov bot commented Jun 20, 2020

Codecov Report

Merging #1431 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1431   +/-   ##
=======================================
  Coverage   87.89%   87.90%           
=======================================
  Files         135      135           
  Lines       14848    14854    +6     
=======================================
+ Hits        13051    13057    +6     
  Misses       1797     1797           
Impacted Files Coverage Δ
panel/pane/markup.py 97.07% <100.00%> (+0.01%) ⬆️
panel/tests/pane/test_markup.py 99.23% <100.00%> (+0.03%) ⬆️

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 35a370f...dae9367. Read the comment docs.

@philippjfr philippjfr merged commit c5d72bb into master Jun 20, 2020
@philippjfr philippjfr deleted the json_depth_and_rerender branch June 20, 2020 13:01
philippjfr added a commit that referenced this pull request Jun 21, 2020
* Ensure JSON pane rerenders on parameter changes and respects negative depth

* Add test

* Fixed formatting
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.

JSON Pane doesn't respect depth=-1
1 participant