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

Ensure changes on ReactiveData source are scheduled correctly #2134

Merged
merged 5 commits into from
Mar 31, 2021

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Mar 31, 2021

Should never have applied model changes directly. This PR ensures all model changes are correctly scheduled.

Fixes #2116

@philippjfr philippjfr force-pushed the reactive_data_apply_changes branch from fb15248 to ede085c Compare March 31, 2021 14:48
@philippjfr philippjfr force-pushed the reactive_data_apply_changes branch from 628d196 to 16094b0 Compare March 31, 2021 15:34
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #2134 (2e9b59e) into master (7a74470) will decrease coverage by 0.03%.
The diff coverage is 76.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2134      +/-   ##
==========================================
- Coverage   83.81%   83.77%   -0.04%     
==========================================
  Files         182      182              
  Lines       21643    21646       +3     
==========================================
- Hits        18139    18135       -4     
- Misses       3504     3511       +7     
Impacted Files Coverage Δ
panel/widgets/tables.py 84.18% <66.66%> (+0.32%) ⬆️
panel/reactive.py 75.67% <78.26%> (+0.60%) ⬆️
panel/tests/pane/test_base.py 88.23% <0.00%> (-11.77%) ⬇️
panel/io/reload.py 64.36% <0.00%> (-2.30%) ⬇️
panel/io/notebook.py 55.19% <0.00%> (-2.19%) ⬇️
panel/pane/base.py 87.89% <0.00%> (-0.90%) ⬇️

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 7a74470...2e9b59e. Read the comment docs.

@philippjfr philippjfr merged commit c66df83 into master Mar 31, 2021
@philippjfr philippjfr deleted the reactive_data_apply_changes branch March 31, 2021 16:43
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.

Streaming to Tabulator table inside Template raises ValueError
1 participant