Commit Graph

29 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
04bbe13c09 test cascade 2021-02-01 11:30:59 +01:00
84d67f4745 update workflow for code climate coverage 2021-01-29 15:33:36 +01:00
842e303bc1 add test for python 3.9 and update setup.py file for 3.9. 2021-01-29 14:29:27 +01:00
3438928608 change tests to run on all branches except docs 2020-11-25 21:18:27 +01:00
29c364675f switch badge to github action - rename the action workflow 2020-11-20 13:32:47 +01:00
d61c7b4b1a remove travis, switch to github actions 2020-11-20 13:02:59 +01:00
9cf19fe228 remove travis, switch to github actions 2020-11-20 12:55:56 +01:00
39e7deb249 remove travis, switch to github actions 2020-11-20 12:35:36 +01:00
36a5ef8ad4 remove travis, switch to github actions 2020-11-20 11:49:15 +01:00
69137da2d5 remove travis, switch to github actions 2020-11-20 11:47:58 +01:00
86e638ab18 remove travis, switch to github actions 2020-11-20 11:40:43 +01:00
82cdadfe1a Create test-package.yml 2020-11-20 11:37:15 +01:00