code-intelligence
code-intelligence copied to clipboard
ML-Powered Developer Tools, using Kubeflow
As part of #70 we deployed the workers on an update cluster which uses workload identity. I'm observing that after the workers have been up for a long time they...
See attached logs. Some of the worker pods for the label microservice are returning 500s when they first try to contact the metadata server. ``` google.auth.exceptions.TransportError: ("Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true...
From #70; I'm observing the following errors when running the inference model in pubsub workers. The first couple of predictions succeed but then it starts failing. This looks like a...
The issue triage action is failing because the import `pytz` can not be found. ``` Run kubeflow/code-intelligence/Issue_Triage/action@master /usr/bin/docker run --name kubeflowkubeflowtriage_81c626 --label 671ee6 --workdir /github/workspace --rm -e INPUT_ISSUE_NUMBER -e INPUT_GITHUB_PERSONAL_ACCESS_TOKEN...
Test for the new kf-label-bot-dev github app. Want to see if this issue gets processed by the devi instance
Follow on to #70 We should update the microservice that is the front end for the label bot (handles GitHub webhooks) so that 100% of issues for repositories in the...
The issue label bot is now divided into a front end and backend. * The frontend is the FlaskApp that handles the GitHub webhooks. * The code for the frontend...
We should delete the github-api-cluster in project: issue-label-bot-dev. This cluster was originally created to run the issue embedding microservice. However, after #80 the issue embedding service should be a microservice...
#59 defined a GitHub action to triage issues. As part of that we also defined a GitHub action to build and push the docker image for the action whenever the...
It looks like our repo_specific_model is using MLPClassifier. https://scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html The labels, however, are not stored in MLPClassifier's classes attribute. Instead the label's are stored in the YAML file describing the...