Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate-to-utils #291

Merged
merged 256 commits into from
May 11, 2024
Merged

Migrate-to-utils #291

merged 256 commits into from
May 11, 2024

Conversation

yuval9313
Copy link
Collaborator

No description provided.

dependabot bot and others added 17 commits October 9, 2023 09:35
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.0 to 0.103.2.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.101.0...0.103.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit fixes the style issues introduced in e957135 according to the output
from Black and isort.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* docs: remove references to inferring router as it was replaced by APIRouter

* docs/src: fix missing import

---------

Co-authored-by: Yuval Levi <[email protected]>
This commit fixes the style issues introduced in 8527803 according to the output
from Black and isort.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* Await loop function instead of calling ensure_future on it

* Ensure max_repetition is enforced even when an exception occurs

* Install pytest-mock

* Improve test

* Reformat file

* Pin version for flake8

* Fix missing type annotations

* Add fixtures

* Organize test cases in classes

* Use unittest mock instead of pytest-mock

* Run isort

* Remove unused imports

* Run black

* Define test base class

* Format code with black and isort

* style: Format code with black and isort

* Update poetry lock

* Fix formatting and imports

* Fix typehints issue

* Ignore mypy bug

* Fix test testing the wrong parameters

* Add changelog

* Add mock as backport for unittest

* Add conditional import for python3.7

* Change asyncmock to mock

* Restore test to use AsyncMock

* Move all mock objects to be under Mock for python<3.8

* style: format code with Black and isort

This commit fixes the style issues introduced in bd50c49 according to the output
from Black and isort.

Details: #142

* Format files

* Remove breakpoints

* Fix conflicts with mypy

* Add mock stubs

* Add the import for mypy

---------

Co-authored-by: Yuval Levi <[email protected]>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* Bump actions/setup-python from 4 to 5 (#250)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/configure-pages from 3 to 4 (#249)

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/deploy-pages from 2 to 3 (#248)

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v2...v3)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 1 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add new line to changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add spearation between classes while building urls

* Add test to check new behaviour

* Add changelog line

* Remove additional import
* Add new version to changelog

* Update pyproject to 0.6.0
This commit fixes the style issues introduced in f4a6e47 according to the output
from Black and isort.

Details: #287
@yuval9313 yuval9313 force-pushed the migrate-to-utils branch from 65e9dee to 18c8d7f Compare May 9, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.