-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Config cleanup #761
Merged
Merged
Config cleanup #761
Changes from 22 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
64dc0c9
remove old misspelled supress->suppress fallback
alexcjohnson 3be5dc6
remove Dash `**kwargs`, unused except to warn about csrf removal
alexcjohnson e48b12c
remove static_folder kwarg - assets_folder is better
alexcjohnson 50527e1
remove components_cache_max_age kwarg - we have cache-busting urls
alexcjohnson f0282f8
remove unused resources.config.infer_from_layout
alexcjohnson ae685ee
new Dash kwarg serve_locally - sets Scripts and Css config
alexcjohnson 7c76583
helpful errors if old kwargs are used in Dash constructor
alexcjohnson 37cf546
remove leading '/' from default assets_url_path
alexcjohnson b4185e2
docstring for Dash class
alexcjohnson 1ef7046
set default debug=True if enable_dev_tools is called directly
alexcjohnson 2f737cd
change hot_reload_interval from msec to sec to match watch_interval
alexcjohnson e32914e
update docstrings for enable_dev_tools and run_server
alexcjohnson 77d42a4
simplify and DRY dev_tools setup
alexcjohnson e579d34
simpler AttributeDict usage, and typo fix
alexcjohnson 2eab141
include all constructor args in app.config
alexcjohnson 3d749f1
fix some callback deps validation edge cases
alexcjohnson d4a09ba
linting / style improvements
alexcjohnson a4146d3
linting, encapsulate hot reload state & helpers in AttributeDict, and…
alexcjohnson e75de81
prevent changing some config keys or adding any new ones
alexcjohnson d898546
oops, who knew, reload is a builtin
alexcjohnson 080ac2b
test_utils import order fix
alexcjohnson 0056298
changelog for dash.Dash API changes PR
alexcjohnson cbd48b0
docstring updates as suggested by @byronz
alexcjohnson 02b31cd
self-documenting **obsolete
alexcjohnson 519fdc9
boom in changelog
alexcjohnson bc50899
Merge branch 'master' into config-cleanup
alexcjohnson 9f20298
re-remove supress fallback after merging test refactor
alexcjohnson b7b71af
improve testing messages for default timeout
alexcjohnson dbc1981
re-convert hot_reload_interval to seconds in tests
alexcjohnson 7fe4b52
try to robustify callbacks_generating_children
alexcjohnson 55274be
collapse _time intermediate
alexcjohnson 6c93e60
evaluate wait_cond before any wait in until(_not)
alexcjohnson 4052507
convert test_integration.py to pytest
alexcjohnson 571a710
Merge branch 'master' into config-cleanup
alexcjohnson 62a18d3
add some tcids
alexcjohnson b389bfb
BZ-proof test_integration
alexcjohnson 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a 💥 here?