-
Notifications
You must be signed in to change notification settings - Fork 2
ref: mapper api overhaul #147
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
38 commits
Select commit
Hold shift + click to select a range
16d303b
refactor: new paginate/order api
gazorby abf6ba0
test: add tests
gazorby 18ba6e5
fix: is_field_included logic
gazorby 5afbf12
test: add test for offset default config
gazorby 912c82e
refactor(config): make pagination setting global; add analogous order…
gazorby f972983
docs(readme): update pagination/ordering sections
gazorby 9fcd3ee
refactor: minor fixes
gazorby 01276e4
refactor: allow include field iterables for order and distinct_on
gazorby dff45dc
refactor: allow IncludeFields on order_by, distinct_on and pagination…
gazorby 701b55c
refactor: update
gazorby c7fe563
ref: next iteration
gazorby e5f7709
ref: encapsulate strawchemy object attributes
gazorby 771b8e4
ref: centralize field_map populate
gazorby 2dd8ccd
test(nox): reuse venv
gazorby ac4a4cc
buld(mise): remove python tool
gazorby 2d37d34
ci(test): use setup-uv action
gazorby d377419
ci: add setup-uv to other job needing it
gazorby 07a433b
test: adjust nox dependencies
gazorby 6122783
test: remove -t flag from nox command
gazorby 46d37a2
test: drop UV_PYTHON_PREFERENCE
gazorby 641305d
test(nox): only include test group in nox sessions
gazorby d5fbd1e
ci(test): do not install python when installing now
gazorby 184db04
ci(test): constraint dependencies in uv run phase
gazorby b035407
ci(test): restore setup-uv cache-python
gazorby ca619d7
build: update default groups
gazorby d5d145b
ci(nox): drop venv reuse
gazorby a8e87cf
Revert "ci(nox): drop venv reuse"
gazorby 5e30467
ci(nox): try setting uv link mode to copy
gazorby baff8c2
ci(nox): set UV_PYTHON_INSTALL_DIR and add python install dir to cach…
gazorby b3dc416
ci: fix lint job
gazorby 0010b8b
ci(lint): ignore .uv-python for pyright
gazorby 640756e
ci(test): remove python version from nox cache key
gazorby e66c5f0
ci(test): bring back UV_PYTHON_PREFERENCE=only-managed
gazorby 62338ee
ci(test): use --frozen when installing nox
gazorby c2c3c71
build(mise): arg format migration
gazorby 79a03cd
ref(factories): wrap kwargs in typed dicts to collapse long signatures
gazorby 01b2260
ref(factories): renaming
gazorby 227913a
ref: move some logic to StrawchemyDefinition
gazorby 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -196,7 +196,6 @@ mise.local.toml | |
| *.sqlite | ||
|
|
||
| .windsurf | ||
|
|
||
| CLAUDE.md | ||
|
|
||
| .serena | ||
| docs/superpowers | ||
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.
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.