e076d92798
build(deps): bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 ( #994 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 03:11:37 +01:00
7c18fa55e7
Add benchmarking test suite and greatly improve performance in a few cases ( #948 )
...
* Add benchmarking test suite
* Improve amortized time of model relation loads with a large number of rows
* Improve performance of loading models with many related models
* Improve performance of loading models with many related models to O(N)ish
* Fix bug where N model creation with shared related model would build in N^2 time
* Lower blocking time for queryset results
* Add docstrings and streamline hash code
Co-authored-by: haydeec1 <Eric.Haydel@jhuapl.edu >
2022-12-10 17:12:11 +01:00
ebf9df2c3d
build(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 ( #917 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 02:08:49 +00:00
6df83a8459
build(deps): bump hmarr/auto-approve-action from 3.0.0 to 3.1.0 ( #897 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 05:00:43 +02:00
8fca2efad7
build(deps): bump paambaati/codeclimate-action from 3.1.1 to 3.2.0 ( #898 )
...
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases )
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 02:48:59 +00:00
f94e507d70
build(deps): bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 ( #888 )
...
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases )
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 05:02:54 +02:00
1f57c0bd52
build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 ( #886 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 02:50:51 +00:00
92ef1597e4
build(deps): bump hmarr/auto-approve-action from 2.4.0 to 3.0.0 ( #884 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.4.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: collerek <collerek@gmail.com >
2022-10-18 12:50:42 +02:00
05ca809956
bump codecov version
2022-10-18 10:25:16 +02:00
6d75e908bc
build(deps): bump paambaati/codeclimate-action from 3.0.0 to 3.1.0 ( #883 )
...
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases )
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 02:38:24 +00:00
f33284ca62
build(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 ( #863 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 04:45:58 +02:00
978b6132e7
build(deps): bump hmarr/auto-approve-action from 2.2.1 to 2.4.0 ( #792 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 02:32:54 +00:00
7e6dd232e1
Bump hmarr/auto-approve-action from 2.0.0 to 2.2.1 ( #755 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 09:55:38 +02:00
2cc967ab2a
Merge branch 'master' of https://github.com/collerek/ormar
2022-07-19 10:23:38 +02:00
637d9a9ecc
add dependabot auto approve
2022-07-19 10:23:20 +02:00
d979151b3a
Bump actions/setup-python from 2 to 4.1.0 ( #740 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 09:37:51 +02:00
077401bc82
Bump dependabot/fetch-metadata from 1.3.2 to 1.3.3 ( #727 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04 12:46:30 +02:00
20cddde2f4
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 ( #723 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-01 03:46:30 +01:00
6af92aa893
Fix enum schema ( #715 )
...
* fix schema with enum fields - issue #699
* fix drivers dependencies - make them optional
* fix command
* provide extras
* add bolean field to related model
* add test with select related and boolean
* new test case based on issue
* fix bool issue in postgres limit queries - issue #704
* fix coverage
* bump version and add release info
2022-06-26 19:36:13 +02:00
05f3123fec
Bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 ( #637 )
...
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action ) from 2.7.5 to 3.0.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases )
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v2.7.5...v3.0.0 )
---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 12:58:09 +02:00
1a99a65eb4
Change docs provider ( #652 )
...
* switch to mkdocstrings
* update lock
2022-05-06 12:50:26 +02:00
66e198e48e
bump pydoc-markdow docs action
2022-05-04 15:28:13 +02:00
f47085cc5e
bump pydoc-markdow docs action
2022-05-04 15:26:05 +02:00
1d5ed40ea4
bump docs publish versions
2022-05-04 15:06:21 +02:00
43374f1b1a
bump docs publish versions
2022-05-04 14:59:25 +02:00
fe9eae41cc
Bump actions/checkout from 2 to 3 ( #640 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 11:59:34 +02:00
4dd2585733
Bump codecov/codecov-action from 1 to 3 ( #639 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 11:59:18 +02:00
449eb090a1
Bump snok/install-poetry from 1.2 to 1.3 ( #638 )
...
Bumps [snok/install-poetry](https://github.com/snok/install-poetry ) from 1.2 to 1.3.
- [Release notes](https://github.com/snok/install-poetry/releases )
- [Commits](https://github.com/snok/install-poetry/compare/v1.2...v1.3 )
---
updated-dependencies:
- dependency-name: snok/install-poetry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 09:16:55 +01:00
e9275a9b35
add auto merge to dpbot
2022-05-04 10:15:41 +02:00
90f78e2fa7
Draft 0.11.0 ( #594 )
...
* fix for #584
* fix for #580
* fix typing
* connect to db in test
* refactor test
* remove async mark
* connect client
* fix mypy
* fix mypy
* update deps
* check py3.10?
* remove py3.6, bump version
2022-03-28 18:47:35 +02:00
b197d4d3c7
update publish workflow
2021-10-13 14:05:39 +02:00
372dbd1304
Removed trailing whitespace.
...
Signed-off-by: Pavel <win10@list.ru >
2021-10-09 14:49:40 +04:00
bb2e0d1ddf
remove reference to mypy.ini in github workflow, fix some code smells
2021-10-08 20:30:27 +02:00
b2541bed1e
Added poetry integration.
...
Description:
* Fixed github actions;
* Removed requirements.txt;
* Fixed CONTRIBUTING.md;
* Fixed black and flake8.
Signed-off-by: Pavel <win10@list.ru >
2021-10-08 16:56:59 +04:00
04555957b5
pin pip version to run github workflows
2021-08-06 10:52:04 +02:00
f197df0ecd
add missing types stubs for deps
2021-06-09 12:23:22 +02:00
956116c59a
add missing types stubs for deps
2021-06-09 12:19:26 +02:00
9c2f822e1e
add missing types stubs for deps
2021-06-09 12:13:54 +02:00
4c95d23e6d
Create dependabot.yml
2021-06-09 10:21:52 +02:00
53163063aa
Update deploy-docs.yml
2021-06-08 17:15:02 +02:00
fecbdfdbc3
Update deploy-docs.yml
2021-06-08 17:12:45 +02:00
1442675ab0
Update deploy-docs.yml
2021-06-08 16:51:40 +02:00
0cc128edae
Update deploy-docs.yml
2021-06-08 16:42:15 +02:00
5c1b19bed6
Update deploy-docs.yml
2021-06-08 16:25:11 +02:00
1f0ceb3f48
change check for pydantic list in outer type
2021-05-02 15:03:02 +02:00
638af9ad4c
fix #173 and https://github.com/uriyyo/fastapi-pagination/issues/73
2021-04-23 15:45:35 +02:00
38a094baf7
modify workflow
2021-04-04 17:39:09 +02:00
e8329c0dcd
check orders
2021-03-07 14:10:35 +01:00
edafbc20fc
Create config.yml
2021-02-16 09:58:20 +01:00
ded50538e5
Update issue templates
2021-02-16 09:49:41 +01:00