- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 28 2022
rebase
doc string update
In D8522#221749, @vlorentz wrote:I think it would make sense to make it a list, to exclude multiple prefixes
Sep 27 2022
more fields
Sep 26 2022
rebase
flake8 fix
rebase
address review comment
Sep 22 2022
commit message change
connection resolver refactoring
doc updates
commit message update
type hints
Sep 21 2022
refactoring
missing functions
rebase
review comments
rebase
review comments
address review comment
In D8511#220865, @vlorentz wrote:Using .lower() on byte strings of unknown encoding is going to have surprising results.
What is the intended use of making this case-insensitive?
typo
add extra comment; update commit mesasge
change commit message
Sep 20 2022
revert generic filters
add generic filter for connections
Sep 14 2022
Sep 13 2022
In D8462#219754, @anlambert wrote:Looks good to me, just one missing return type to add.
Reading you code more deeply, I think it would be better to get rid of the resolvers_factory module
as it adds a not really needed indirection and makes code hard to follow.Returning the proper node object directly in the *_resolver functions seems simpler to me and
you can set a local mapping based on object type in them when returning an Union.
add missing return; from review comments
Sep 12 2022
improve tests from review comment
use a timestamp instead of seconds and microseconds
Add types and support for None date
removed a unit test
Sep 9 2022
commit message update
return None for snapshot instead of an Object