-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Frontend] Check format in travis CI #2463
Conversation
/lgtm |
/test kubeflow-pipeline-sample-test |
/approve |
Is it possible to include some an IDE config, so that IDEs like VS Code automatically formatted the code? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy, IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Ark-kun Already checked in, see https://github.com/kubeflow/pipelines/blob/master/frontend/README.md#code-style |
* Fix grpc is not working with logger (kubeflow#2251) * Fix grpc inference request fails when used with logger. Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Added e2e for grpc with logger Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Fixed lint errors Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Added logs to debug failing grpc in workflow Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Made changes in e2e to use grpc with logger using torchserve Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> added grpc trace for debugging Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Made changes to move logger grpc test from torchserve to the custom model Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Fixed lint errors Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Cleanup debug changes Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Made changes to fix review suggestions Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Provides an error message like the following if test failed
/area front-end
/kind code-quality
This change is