-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add implementation for create index job #2223
Conversation
Deploying with Cloudflare Pages
|
[WARNING:INTCFG] Changes in |
[CHATOPS:HELP] ChatOps commands.
|
ENV APP_NAME index-creation | ||
|
||
# skipcq: DOK-DL3008 | ||
RUN apt-get update && apt-get install -y --no-install-recommends \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Codecov ReportAttention:
... and 3 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
* feat: add index creation job implementation Signed-off-by: hlts2 <[email protected]> * feat: make format Signed-off-by: hlts2 <[email protected]> * fix: deepsource warning Signed-off-by: hlts2 <[email protected]> * fix: reviewdog warning and rename config file Signed-off-by: hlts2 <[email protected]> * feat: add mock for testing Signed-off-by: hlts2 <[email protected]> * feat: generate test code Signed-off-by: hlts2 <[email protected]> * fix: make format Signed-off-by: hlts2 <[email protected]> * feat: add test for indexing service Signed-off-by: hlts2 <[email protected]> * fix: improve grpc status handling Signed-off-by: hlts2 <[email protected]> * fix: docker build error Signed-off-by: hlts2 <[email protected]> * fix: deepsource warning Signed-off-by: hlts2 <[email protected]> * fix: start discoverer client before the logic is executed Signed-off-by: hlts2 <[email protected]> * fix: log message and sample data Signed-off-by: hlts2 <[email protected]> * fix: generate test and format Signed-off-by: hlts2 <[email protected]> --------- Signed-off-by: hlts2 <[email protected]>
Description:
I added a component to execute the
createIndex
requests to agents.This component will run as a k8s job in the future.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: