|
|
3299a439fe
|
Version 0.10.0
|
2026-02-17 07:28:10 -05:00 |
|
d3vyce
|
d5b22a72fd
|
feat: add a metrics module (#67)
|
2026-02-17 13:24:53 +01:00 |
|
d3vyce
|
c32f2e18be
|
feat: add many to many support in CrudFactory (#65)
|
2026-02-15 15:57:15 +01:00 |
|
|
|
d971261f98
|
Version 0.9.0
|
2026-02-14 14:38:58 -05:00 |
|
d3vyce
|
74a54b7396
|
feat: add optional data field in ApiError (#63)
|
2026-02-14 20:37:50 +01:00 |
|
d3vyce
|
19805ab376
|
feat: add dependency_overrides parameter to create_async_client (#61)
|
2026-02-13 18:11:11 +01:00 |
|
d3vyce
|
d4498e2063
|
feat: add cleanup parameter to create_db_session (#60)
|
2026-02-13 18:03:28 +01:00 |
|
|
|
f59c1a17e2
|
Version 0.8.1
|
2026-02-12 18:18:37 +01:00 |
|
d3vyce
|
8825c772ce
|
doc: add missing docstring + add missing feature to README (#57)
|
2026-02-12 18:09:39 +01:00 |
|
d3vyce
|
c8c263ca8f
|
fix: don't use default DB if pytest-xdist is not present (#51)
|
2026-02-11 17:07:15 +01:00 |
|
|
|
2020fa2f92
|
Version 0.8.0
|
2026-02-10 15:53:13 -05:00 |
|
d3vyce
|
1ea316bef4
|
feat: add wait_for_row_change db helper (#49)
|
2026-02-10 21:46:59 +01:00 |
|
d3vyce
|
ced1a655f2
|
feat: add support for pytest-xdist (#47)
|
2026-02-10 21:29:17 +01:00 |
|
d3vyce
|
290b2a06ec
|
feat: expose PydanticBase in fastapi_toolsets.schemas (#44)
|
2026-02-09 21:12:37 +01:00 |
|
d3vyce
|
baa9711665
|
feat: add detail if get_obj_by_attr raise StopIteration (#40)
|
2026-02-07 17:39:07 +01:00 |
|
|
|
d526969d0e
|
Version 0.7.1
|
2026-02-06 09:05:28 -05:00 |
|
d3vyce
|
e24153053e
|
fix: PydanticSchemaGenerationError on import: Response[ModelType] evaluated at class definition time (#42)
|
2026-02-06 15:04:41 +01:00 |
|
|
|
348ed4c148
|
Version 0.7.0
|
2026-02-06 07:27:48 -05:00 |
|
d3vyce
|
4404fb3df9
|
feat: add logger module (#37)
|
2026-02-06 13:22:40 +01:00 |
|
d3vyce
|
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 |
|
|
|
e861a0a49a
|
Version 0.6.1
|
2026-02-04 11:58:55 -05:00 |
|
|
|
494869a172
|
Version 0.6.0
|
2026-02-04 11:29:41 -05:00 |
|
d3vyce
|
e0bc93096d
|
feat: allow custom CLI (#28)
|
2026-02-04 17:19:07 +01:00 |
|
d3vyce
|
97ab10edcd
|
feat/dependencies module (#30)
PathDependency and BodyDependency
|
2026-02-04 16:38:08 +01:00 |
|
|
|
0f50c8a0f0
|
Version 0.5.0
|
2026-02-03 09:12:20 -05:00 |
|
d3vyce
|
691fb78fda
|
feat: add include_registry to FixtureRegistry + add context default to the registry (#25)
|
2026-02-03 14:59:36 +01:00 |
|
d3vyce
|
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 |
|
d3vyce
|
8c287b3ce7
|
feat: add join to crud functions (#21)
|
2026-02-01 15:01:10 +01:00 |
|
|
|
54f5479c24
|
Version 0.4.1
|
2026-01-29 14:15:55 -05:00 |
|
|
|
5264631550
|
fix: cast to String non-text columns for crud search
|
2026-01-29 13:35:20 -05:00 |
|
|
|
a76f7c439d
|
Version 0.4.0
|
2026-01-29 09:15:33 -05:00 |
|
d3vyce
|
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 |
|
|
|
aa72dc2eb5
|
Version 0.3.0
|
2026-01-28 09:01:30 -05:00 |
|
|
|
ba5180a73b
|
feat: add create_async_client and create_db_session pytest utils
function
|
2026-01-28 08:57:17 -05:00 |
|
|
|
53e80cd0d5
|
chore: move pytest fixture plugin + update fixture module structure
|
2026-01-28 08:57:17 -05:00 |
|
|
|
fe1ccabdd8
|
Version 0.2.0
|
2026-01-26 23:25:26 +01:00 |
|
d3vyce
|
9e7473fbf5
|
fix: pytest import when not using register_fixtures (#5)
|
2026-01-26 19:31:02 +01:00 |
|
d3vyce
|
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 |
|
|
|
8a46a12d15
|
chore: add lint/test workflows
|
2026-01-25 16:32:16 +01:00 |
|
|
|
762ed35341
|
Initial commit
|
2026-01-25 16:11:44 +01:00 |
|