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

wip #2

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1d2a3c3
wip
debdutdeb May 15, 2024
8322f3d
wip add test healthchecks
debdutdeb May 16, 2024
cff24ed
wip healthz endpoints
debdutdeb May 16, 2024
6f62b7c
centralize configs for task-executor
debdutdeb May 16, 2024
c89cdd8
vectordb changes
debdutdeb May 16, 2024
ba2fedb
fix ordering of unpacking stupid
debdutdeb May 16, 2024
0773853
remove cache
debdutdeb May 19, 2024
e3cfd12
make it so we connect to milvus before any actions
debdutdeb May 19, 2024
4a31840
health endpoint for vectordb api
debdutdeb May 19, 2024
63887f8
status codes for healthz
debdutdeb May 19, 2024
0ed071f
run workflow for this branch
debdutdeb May 20, 2024
48390df
trigger workflow
debdutdeb May 20, 2024
d009cde
temp
debdutdeb May 20, 2024
5589458
what i forgot
debdutdeb May 20, 2024
8a98fa4
main-release
debdutdeb May 20, 2024
e2b437d
dont run this workflow
debdutdeb May 20, 2024
81210ea
change to new branch name
debdutdeb May 20, 2024
3d34d60
...
debdutdeb May 21, 2024
fe4f84b
don't build for arm
debdutdeb May 21, 2024
546c926
run for this branch
debdutdeb May 21, 2024
a1d3e84
things you foget to port over
debdutdeb May 21, 2024
acd3358
...
debdutdeb May 21, 2024
e4e6ce2
run workflow
debdutdeb May 21, 2024
77edbba
?
debdutdeb May 21, 2024
f95c9a5
?
debdutdeb May 21, 2024
d7876b8
...Z
debdutdeb May 21, 2024
2a273a8
now revert the force and reduce stress
debdutdeb May 21, 2024
8c8b3cb
fix lower case
Dnouv May 22, 2024
349b54e
..
debdutdeb May 23, 2024
6ff667b
remove older code
debdutdeb May 27, 2024
a0c6be5
?
debdutdeb Jun 5, 2024
b8f289f
Merge branch 'fork-modifications' into modifications
debdutdeb Jun 5, 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
Prev Previous commit
Next Next commit
temp
debdutdeb committed May 20, 2024
commit d009cde7f3beafe89cb3d61f395cd36a12b379e0
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:

- name: get release version
id: get_release_version
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: echo "TAG=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV

- name: get release id
id: get_release_id