-
-
Notifications
You must be signed in to change notification settings - Fork 23
use_query and use_mutation #86
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 all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
c01152a
wip use_query and use_mutation
rmorshea 86b6575
fetch deferred attrs
rmorshea 780251c
update comment
rmorshea e465055
use dataclass instead of namedtuple
rmorshea adc69b6
sort imports
rmorshea 84f8332
move undefined to types module
Archmonger e618868
formatting
Archmonger 2d8d9e9
attempt fix for checkout warning
Archmonger 70e3c91
fix docs typo
Archmonger f3b1d9e
add to changelog
Archmonger f920ae6
change event function name
Archmonger 2c2e4e1
separate query/mutation docs
Archmonger 725995b
enable link checking
Archmonger 196c7ba
verbose link checking
Archmonger 6180719
bump setup python version
Archmonger ae7c754
bump setup node
Archmonger b1b1552
fix task name
Archmonger 01c427f
Update src/django_idom/hooks.py
Archmonger 5c81104
Merge branch 'use_database' of https://github.com/idom-team/django-id…
Archmonger da9f4ce
Can `use_mutation` trigger refetch of a `use_query`
Archmonger 08950d9
wordsmith
Archmonger d67f9b4
event["target"]["value"]
Archmonger 6cb01fa
Ignore some type hints
Archmonger 1317701
add ORM clarification
Archmonger 308b5d1
misc fixes + remove fetch_deferred_fields
rmorshea 7327106
remove unused code
Archmonger 668ffc3
More typehint cleanup
Archmonger 4c3de35
put deferred fetch back
rmorshea 8f73020
switch from selenium to playwright
rmorshea 7b6ced3
add basic test
rmorshea 0b5c1fd
fix style
rmorshea 02936e3
headless by default
rmorshea f437106
increase DB timeout
Archmonger acfe4e5
add todo item to admin site
Archmonger aa6139a
fix item done toggle
Archmonger e56255e
format
Archmonger 8595c4e
attempt using onChange as devtools suggests
Archmonger a007566
remove accidental sleep
Archmonger 093fc36
try to fix tests
rmorshea 83b2d01
fix setup.py for deprecated distutils
rmorshea 6a754cf
use propper skip error
rmorshea 3d336b3
bump idom dep
rmorshea 38de554
Fix context type hint
Archmonger 5203f0d
bump idom
Archmonger 1f2ed01
remove unused import
rmorshea ab07327
Merge branch 'main' into use_database
rmorshea 0b8013c
no mypy on tests
rmorshea fd09362
bump idom-client-react
Archmonger 1e1d979
bump idom version
rmorshea a53ece4
add delay to typing
rmorshea ca289d0
revert idom.html changes in tests
Archmonger 281c5af
clean up noxfile
Archmonger 949e815
bump idom client
Archmonger 80b1471
Merge branch 'use_database' of https://github.com/idom-team/django-id…
Archmonger ba42a8b
Move mutation and query to types.py
Archmonger b174a80
Python < 3.10 compatibility
Archmonger 0324b06
Revert "Python < 3.10 compatibility"
Archmonger 19806cb
from __future__ import annotations
Archmonger f672798
remove TransactionTestCase
Archmonger 81928fb
revert channels login changes
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mkdocs | ||
mkdocs-git-revision-date-localized-plugin | ||
mkdocs-material | ||
mkdocs-include-markdown-plugin | ||
mkdocs-include-markdown-plugin | ||
linkcheckmd |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
channels >=3.0.0 | ||
idom >=0.39.0, <0.40.0 | ||
idom >=0.40.2, <0.41.0 | ||
aiofile >=3.0 | ||
typing_extensions |
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.