Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kserve private endpoint tests (#22)
* Add kserve private endpoint tests Signed-off-by: lugi0 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix typing annotations Signed-off-by: lugi0 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix pre-commit checks, add mypy ini file for vscode extension integration, specify in README that pre-commit shoulb be run and needs NPM installed Signed-off-by: lugi0 <[email protected]> * Fix typo in function signature Signed-off-by: lugi0 <[email protected]> * Update renovate.json (#26) * Lock file maintenance (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#29) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/renovatebot/pre-commit-hooks: 38.129.0 → 38.133.1](renovatebot/pre-commit-hooks@38.129.0...38.133.1) - [github.com/gitleaks/gitleaks: v8.21.1 → v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#32) updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/renovatebot/pre-commit-hooks: 38.133.1 → 39.0.0](renovatebot/pre-commit-hooks@38.133.1...39.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Lock file maintenance (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * add CONTRIBUTING and update README (#25) * Move to Python 3.9 (#33) * move aws creds and buckets config to pytest_addoption (#34) * Add kserve private endpoint tests Signed-off-by: lugi0 <[email protected]> * Fix pre-commit checks, add mypy ini file for vscode extension integration, specify in README that pre-commit shoulb be run and needs NPM installed Signed-off-by: lugi0 <[email protected]> * Address PR comments Signed-off-by: lugi0 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix failures, pre-commit Signed-off-by: lugi0 <[email protected]> * Fix typo in gitignore Signed-off-by: lugi0 <[email protected]> * Remove duplicated lines Signed-off-by: lugi0 <[email protected]> * Address review comments Signed-off-by: lugi0 <[email protected]> * fix broken import Signed-off-by: lugi0 <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Address PR comments, improve typing, remove mypy.ini, update CONTRIBUTING.MD Signed-off-by: lugi0 <[email protected]> * add typing to storage_check func Signed-off-by: lugi0 <[email protected]> * update deployment readiness check Signed-off-by: lugi0 <[email protected]> * Address PR comments Signed-off-by: lugi0 <[email protected]> * Address PR comments Signed-off-by: lugi0 <[email protected]> * Address new comments Signed-off-by: lugi0 <[email protected]> * Remove Enum inheritance Signed-off-by: lugi0 <[email protected]> --------- Signed-off-by: lugi0 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ruth Netser <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information