-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: Respect display.progress_bar=None in background threads #16715
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
d887714
fix: Respect display.progress_bar=None in background threads
shuoweil 42e4a50
refactor: Refactor BQ event progress bar config
shuoweil d6757bc
Refactor BQ event progress bar config and add system test
shuoweil 3e8ddde
refactor: refactor code
shuoweil be825b5
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 96aaff3
docs: add ignore
shuoweil bfba719
format file
shuoweil 4ffd647
format file
shuoweil ffbc397
Roll back .pre-commit-config.yaml changes
shuoweil 27010d3
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil a6c42af
chore: format files
shuoweil 9742165
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil cdcbf0c
rename _FALLBACK_TO_GLOBAL to _DEFAULT
shuoweil c20751b
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil a139c65
format: format code
shuoweil 85bf48f
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 67c16c6
Apply review comments in events.py
shuoweil 13b75e7
format code
shuoweil 7b9f249
format code
shuoweil dd69a8d
fix mypy
shuoweil a3e4ac5
update code for lint
shuoweil f393a0d
format code
shuoweil 193d33c
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil d001a9b
refactor: remove progress_bar from events
shuoweil 6377840
refactor: use EventEnvelope for progress_bar context
shuoweil 5584531
style: fix line length lints in formatting_helpers and __init__
shuoweil a7d0171
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil d372472
format file
shuoweil 8879473
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 457cf84
fix lint
shuoweil 2339d17
format code
shuoweil 44dd6de
format code
shuoweil 5e4dcd8
reformat stubs and fix flake8 E704
shuoweil 26420bf
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil e46c163
chore: add clarifying comment for on_event envelope check
shuoweil 27bba29
chore: add clarifying comment for formatting_helpers envelope check
shuoweil 7f8d621
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil aa911cc
Refactor Publisher to automatically wrap Event in EventEnvelope
shuoweil b9726f4
style: remove flake8 noqa comments
shuoweil 8a42ceb
style: remove flake8 noqa and wrap long lines in metrics.py
shuoweil 20dd16e
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 6d8b079
fix tests
shuoweil 929c053
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 33a7298
test: fix test_formatting_helpers after async executor merge
shuoweil 402b88f
refactor: align Executor base class and TestExecutor with async subcl…
shuoweil a5dbf82
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 4b536fd
style: format codebase with ruff
shuoweil 4356c59
refactor: restore Executor.execute to synchronous def to match public…
shuoweil 40d241e
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil 49f3243
Merge branch 'main' into shuowei-anywidget-extraneous-output
shuoweil acfcedf
fix: respect thread-local display options in background events
shuoweil 7400097
format code
shuoweil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.