 d3vyceandGitHub
|
c0c3b38054
|
fix: NameError in cli/config.py (#88)
|
2026-02-23 14:40:36 +01:00 |
|
 d3vyceandGitHub
|
6cf7df55ef
|
feat: add cursor based pagination in CrudFactory (#86)
|
2026-02-23 13:51:34 +01:00 |
|
 d3vyceandGitHub
|
7482bc5dad
|
feat: add schema parameter to CRUD methods for typed response serialization (#84)
|
2026-02-23 10:02:52 +01:00 |
|
 d3vyceandGitHub
|
9d07dfea85
|
feat: add opt-in default_load_options parameter in CrudFactory (#82)
* feat: add opt-in default_load_options parameter in CrudFactory
* docs: add Relationship loading in CRUD
|
2026-02-21 12:35:15 +01:00 |
|
 d3vyceandGitHub
|
31678935aa
|
Version 1.0.0 (#80)
* docs: fix typos
* chore: build docs only when release
* Version 1.0.0
|
2026-02-20 14:09:01 +01:00 |
|
 d3vyceandGitHub
|
823a0b3e36
|
docs: add analytics (#78)
|
2026-02-19 18:05:30 +01:00 |
|
 d3vyceandGitHub
|
6714ceeb92
|
chore: documentation (#76)
* chore: update docstring example to use python code block
* docs: add documentation
* feat: add docs build + fix other workdlows
* fix: add missing return type
|
2026-02-19 16:43:38 +01:00 |
|
 d3vyceandGitHub
|
73fae04333
|
chore: cleanup before v1 (#73)
* chore: move dependencies module to the project root
* chore:update README
* chore: clean conftest
* chore: remove old code + comment
* fix: uv.lock dependencies
|
2026-02-19 11:49:57 +01:00 |
|
 d3vyceandGitHub
|
32ed36e102
|
feat: add proper optional-dependencies for each modules (#75)
|
2026-02-19 11:08:18 +01:00 |
|
 d3vyceandGitHub
|
d5b22a72fd
|
feat: add a metrics module (#67)
|
2026-02-17 13:24:53 +01:00 |
|
 d3vyceandGitHub
|
c32f2e18be
|
feat: add many to many support in CrudFactory (#65)
|
2026-02-15 15:57:15 +01:00 |
|
 d3vyceandGitHub
|
74a54b7396
|
feat: add optional data field in ApiError (#63)
|
2026-02-14 20:37:50 +01:00 |
|
 d3vyceandGitHub
|
19805ab376
|
feat: add dependency_overrides parameter to create_async_client (#61)
|
2026-02-13 18:11:11 +01:00 |
|
 d3vyceandGitHub
|
d4498e2063
|
feat: add cleanup parameter to create_db_session (#60)
|
2026-02-13 18:03:28 +01:00 |
|
 d3vyceandGitHub
|
8825c772ce
|
doc: add missing docstring + add missing feature to README (#57)
|
2026-02-12 18:09:39 +01:00 |
|
 d3vyceandGitHub
|
c8c263ca8f
|
fix: don't use default DB if pytest-xdist is not present (#51)
|
2026-02-11 17:07:15 +01:00 |
|
 d3vyceandGitHub
|
1ea316bef4
|
feat: add wait_for_row_change db helper (#49)
|
2026-02-10 21:46:59 +01:00 |
|
 d3vyceandGitHub
|
ced1a655f2
|
feat: add support for pytest-xdist (#47)
|
2026-02-10 21:29:17 +01:00 |
|
 d3vyceandGitHub
|
290b2a06ec
|
feat: expose PydanticBase in fastapi_toolsets.schemas (#44)
|
2026-02-09 21:12:37 +01:00 |
|
 d3vyceandGitHub
|
baa9711665
|
feat: add detail if get_obj_by_attr raise StopIteration (#40)
|
2026-02-07 17:39:07 +01:00 |
|
 d3vyceandGitHub
|
e24153053e
|
fix: PydanticSchemaGenerationError on import: Response[ModelType] evaluated at class definition time (#42)
|
2026-02-06 15:04:41 +01:00 |
|
 d3vyceandGitHub
|
4404fb3df9
|
feat: add logger module (#37)
|
2026-02-06 13:22:40 +01:00 |
|
 d3vyceandGitHub
|
f68793fbdb
|
feat: use PaginatedResponse and Response into crud (#36)
* feat: return PaginatedResponse for paginate crud function
* feat: add as_response argument for get, create, update and delete crud functions
|
2026-02-05 22:54:07 +01:00 |
|
 d3vyceandGitHub
|
cb2cf572e0
|
fix/wrong path for manager project scripts (#32)
|
2026-02-04 17:58:15 +01:00 |
|
 d3vyceandGitHub
|
e0bc93096d
|
feat: allow custom CLI (#28)
|
2026-02-04 17:19:07 +01:00 |
|
 d3vyceandGitHub
|
97ab10edcd
|
feat/dependencies module (#30)
PathDependency and BodyDependency
|
2026-02-04 16:38:08 +01:00 |
|
 d3vyceandGitHub
|
3ff7ff18bb
|
tests: upload test results to codecov (#26)
|
2026-02-03 17:00:57 +01:00 |
|
 d3vyceandGitHub
|
691fb78fda
|
feat: add include_registry to FixtureRegistry + add context default to the registry (#25)
|
2026-02-03 14:59:36 +01:00 |
|
 d3vyceandGitHub
|
34ef4da317
|
feat: simplify CLI feature (#23)
* chore: cleanup + add tests
* chore: remove graph and show fixtures commands
* feat: add async_command wrapper
|
2026-02-03 14:35:15 +01:00 |
|
 d3vyceandGitHub
|
8c287b3ce7
|
feat: add join to crud functions (#21)
|
2026-02-01 15:01:10 +01:00 |
|
 d3vyceandGitHub
|
f467754df1
|
fix: cast to String non-text columns for crud search (#18)
fix: cast to String non-text columns for crud search
|
2026-01-29 19:44:48 +01:00 |
|
 d3vyceandGitHub
|
d14551781c
|
feat: add search to crud paginate function (#17)
* feat: add search to crud paginate function
* fixes: comments + tests import
|
2026-01-29 00:08:02 +01:00 |
|
 d3vyceandGitHub
|
577e087321
|
feat: add support for python 3.14 (#15)
|
2026-01-28 21:01:15 +01:00 |
|
 d3vyceandGitHub
|
1a98e36909
|
feat: add pytest helpers (#8)
|
2026-01-28 14:59:39 +01:00 |
|
 d3vyceandGitHub
|
c4a227f9fc
|
chore: add dependabot
|
2026-01-28 14:00:34 +01:00 |
|
 d3vyceandGitHub
|
9e7473fbf5
|
fix: pytest import when not using register_fixtures (#5)
|
2026-01-26 19:31:02 +01:00 |
|
 d3vyceandGitHub
|
d9d7f60e8e
|
feat: add get_obj_by_attr fixture helper function (#4)
* feat: add get_obj_by_attr fixture helper function
* tests: add fixture utils
|
2026-01-26 18:58:30 +01:00 |
|
 d3vyceandGitHub
|
c47c2d8d68
|
Merge pull request #1 from d3vyce/add_workflows
chore: add lint/test workflows
|
2026-01-25 16:33:10 +01:00 |
|