Commit Graph

46 Commits

Author SHA1 Message Date
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
f6f4a46776 fix docs deploy2 2021-02-03 15:25:12 +01:00
8c2ddfcb82 fix docs deploy 2021-02-03 15:06:36 +01:00
867d480728 bump version, update realease, convert enums to vals 2021-02-03 14:26:40 +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
9eca23ef74 force docs 2020-11-09 14:35:56 +01:00
3315899e6d fix docs deploy to only push on master 2020-11-09 14:13:59 +01:00
b9040c5105 fix docs deploy to only push on master 2020-11-09 14:13:05 +01:00
1fe16f7b2e fix docs deploy to only push on master 2020-11-09 14:11:55 +01:00
bbce2a6959 Update and rename main.yml to deploy-docs.yml
Fix actions
2020-11-04 12:00:27 +07:00
29e95664d6 Create main.yml
Publish docs on push or merge GitHub action
2020-11-04 11:50:55 +07:00
41c38a5bd6 Create python-publish.yml 2020-09-25 11:00:35 +02:00