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

[ChatQnA] Support K8S Python Client to export ChatQnA E2E manifests #634

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6be185d
initialize the exporter
Zhenzhong1 Sep 6, 2024
30ac770
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 6, 2024
4b6741d
update manifests_exporter
Zhenzhong1 Sep 10, 2024
4f387a0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 10, 2024
44643e0
update manifests_exporter
Zhenzhong1 Sep 10, 2024
49d2582
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 10, 2024
5652b1d
baseline
Zhenzhong1 Sep 10, 2024
d78e18f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 10, 2024
1b3e1a2
refactor
Zhenzhong1 Sep 10, 2024
542ca8d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 10, 2024
e3e7d42
remove HF_TOKEN
Zhenzhong1 Sep 10, 2024
f0c38a9
E2E pass
Zhenzhong1 Sep 11, 2024
2cea0da
gloden manifests & remove duplicated configs
Zhenzhong1 Sep 11, 2024
ed22f9a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
bf165b7
gloden manifests & remove duplicated configs
Zhenzhong1 Sep 11, 2024
535d110
golden scripts
Zhenzhong1 Sep 11, 2024
70e894d
Merge branch 'main' into zhenzhong/manifest_creation_tool
Zhenzhong1 Sep 11, 2024
549227e
rename
Zhenzhong1 Sep 11, 2024
cac8893
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
617e6f4
added replicas and removed useless6008 6009
Zhenzhong1 Sep 11, 2024
56c1b43
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
a95c71e
add the yaml load func
Zhenzhong1 Sep 11, 2024
7a19e6b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
849fbdf
added UT
Zhenzhong1 Sep 11, 2024
7c0452a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
42d3c34
Merge branch 'main' into zhenzhong/manifest_creation_tool
chensuyue Sep 11, 2024
f4bfc7f
cleancode
Zhenzhong1 Sep 11, 2024
4b07202
added kubernetes
Zhenzhong1 Sep 11, 2024
f30c75c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
34924f1
added UT
Zhenzhong1 Sep 11, 2024
98d2cb1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 11, 2024
4c68806
Merge branch 'main' into zhenzhong/manifest_creation_tool
Zhenzhong1 Sep 11, 2024
fc3a97b
Merge branch 'main' into zhenzhong/manifest_creation_tool
chensuyue Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
files: (.*\.(py|md|rst|yaml|yml|json|ts|js|html|svelte|sh))$
- id: check-json
- id: check-yaml
args: [--allow-multiple-documents]
- id: debug-statements
- id: mixed-line-ending
args: [--fix=lf]
Expand Down
Loading