-
-
Notifications
You must be signed in to change notification settings - Fork 23
Support for non-serializable component parameters #120
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 57 commits into
reactive-python:main
from
Archmonger:database-backed-kwargs
Feb 2, 2023
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
48ef41d
fix use_location bug
Archmonger 89a59d6
add missing migration
Archmonger 2247a18
enable django mypy plugin
Archmonger f2b5a3a
Functional DB-backed component params
Archmonger 0b11cf7
remove broken django stubs
Archmonger 587cfa3
fix type hints
Archmonger e93253c
skip migrations
Archmonger 8a84f1d
bump idom version
Archmonger 3760dde
Use idom 0.43.0 hooks
Archmonger e686894
don't render component if args/kwargs are wrong
Archmonger 4b7676c
docs and changelog
Archmonger 0f57702
Add object in templatetag tests
Archmonger 9432349
fix styling errors
Archmonger a87a7b5
type hints for user
Archmonger 4f41975
validate function signature
Archmonger ec46469
use lowercase tuple
Archmonger 5e75488
functioning eviction strategy
Archmonger 7344a97
don't clean DB on startup if running django tests
Archmonger d2d4573
switch sys check to contextlib suppress
Archmonger ace4a34
view_to_component uses del_html_head_body_transform
Archmonger 8cf2884
update docs
Archmonger d985e14
add serializable to dictionary
Archmonger 3011e75
fix #35
Archmonger e9a1364
fix #29
Archmonger e0fcbd9
Make some utils public if they're harmless
Archmonger 2adb676
Make DATE_FORMAT a global
Archmonger 319dda2
validate params_query expiration within fetch queries
Archmonger 00e3c85
refactor db_cleanup
Archmonger 43f4a32
more deprivatization
Archmonger f79f936
document django_query_postprocessor
Archmonger 83730cd
comment for _register_component
Archmonger 5dd8d16
add postprocessor to dictionary
Archmonger 9f6b757
docs revision
Archmonger 5d56d23
misc docs updates
Archmonger 827adf3
move hooks back into `django_idom.hooks`
Archmonger 6a08531
Merge remote-tracking branch 'upstream/main' into database-backed-kwargs
Archmonger 03f315b
v3.0.0
Archmonger 8f83c1b
docs formatting
Archmonger be07851
better link for keys
Archmonger 6209c07
subclass core's Connection
Archmonger 04a2efc
Complete types list
Archmonger 196c756
remove unused ignore
Archmonger ac415dd
tests for ComponentParams expiration
Archmonger 6447885
use tuple for ComponentParamData
Archmonger 1a9b06e
better type hints for ComponentParamData
Archmonger cb0bd4f
Better type hints for postprocessor_kwargs
Archmonger 648d3a2
type hint fixes
Archmonger 54b9840
type hint for ComponentPreloader
Archmonger 976f10f
timezone might not always be available, so don't rely on it.
Archmonger 3f6069c
more robust ComponentParams tests
Archmonger abc3439
always lazy load config
Archmonger d7809f9
remove defaults.py
Archmonger a2a2c8c
remove version bump
Archmonger 468d52f
fix type hint issues
Archmonger 0d9d4a9
change mypy to incremental
Archmonger a0194c0
format using new black version
Archmonger f5cc229
log when idom database is not ready at startup
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ idom | |
asgi | ||
postfixed | ||
postprocessing | ||
serializable | ||
postprocessor | ||
preprocessor |
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.