mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-14 12:20:31 +02:00
feat: add todo
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: lint
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
@@ -60,7 +61,5 @@ jobs:
|
|||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
run: git tag -a ${{ steps.git_version.outputs.version }} -m "${{ steps.git_version.outputs.version }}"
|
run: git tag -a ${{ steps.git_version.outputs.version }} -m "${{ steps.git_version.outputs.version }}"
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- name: Push Tag
|
||||||
with:
|
run: git push origin ${{ steps.git_version.outputs.version }}
|
||||||
commit_message: Adjusted files for isort & autopep
|
|
||||||
push_options: --tags
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ T = TypeVar("T")
|
|||||||
|
|
||||||
|
|
||||||
# TODO: Add complete fastapi-pagination proxy here
|
# TODO: Add complete fastapi-pagination proxy here
|
||||||
|
# TODO: Add pagination off functionality
|
||||||
# SkipJsonSchema is used to avoid generating invalid JSON schema in FastAPI
|
# SkipJsonSchema is used to avoid generating invalid JSON schema in FastAPI
|
||||||
class Page(AbstractPage[T], Generic[T]):
|
class Page(AbstractPage[T], Generic[T]):
|
||||||
results: Sequence[T]
|
results: Sequence[T]
|
||||||
|
|||||||
Reference in New Issue
Block a user