-
- Notifications
You must be signed in to change notification settings - Fork 23
Auto populate IDOM component registry #24
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
Archmonger merged 23 commits into reactive-python:main from Archmonger:populate-idom-components Nov 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits Select commit Hold shift + click to select a range
9b0f382
Auto populate IDOM registered components
Archmonger 7bf6842
fix styling
Archmonger e6e28ea
remove noqa
Archmonger 80e6bd8
use regex instead of render
Archmonger 419f5c1
string cleanup
Archmonger f3dbd6d
more robust matching
Archmonger 00b7323
remove unneeded escape slashes
Archmonger 7cf9aab
move _register_component to utils
Archmonger 3368eaa
use absolute django idom import path
Archmonger 30ad813
remove unused import
Archmonger 8b500cb
add logging to auto registration
Archmonger f2c6096
clean up docstring and comments
Archmonger 7c84ef3
remove unneeded sys.modules check
Archmonger daabf62
avoid multiple component registrations
Archmonger afe643e
use in instead of get
Archmonger 5b2e619
fix _get_components docstring
Archmonger bc1666e
add type hints
Archmonger fa46d50
fix appconfig name
Archmonger d030b86
add component regex tests
Archmonger b7ea800
move selenium tests to folder
Archmonger 7a9ba2d
precompile component regex
Archmonger 6142cce
use for loop for testing regex
Archmonger 9da3d52
Merge remote-tracking branch 'upstream/main' into populate-idom-compo…
Archmonger 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
add type hints
- Loading branch information
commit bc1666e4ed12d845136282f57b6c628a4bda89a6
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
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.