* updated to remove bazel
* rename@
* script to run in container
* update the generation
* updated docker image
* changed name
* updated the code
* regenerated API
* fix env variables
* updated version of go swagger
* rerun generate with updated package
* added healthz
* typo with folders fixed
* changed version
* set version of protoc compiler
* test if version is correct
* test version
* changed version
* updated version agian
* test version
* the latest test
* updated docker image
* fixed some stuff
* new test
* tested other version
* new tests
* changed swagger
* new test
* updated versions
* missed docker file
* updated files@
* change back
* updated after feedback@
* clean up
* remove license and install binary
* update and check differences
* completed rebase
* go mod tidy
* updated based upon work of boby
* remove code commited by misstake
* added by misstake
* updated after feedback
* futher updates after feedback
* final updates from feedback
* switch to Makefile
* update
* fix non-root execution
* clean up, fix release script
* fix swagger
* fix healthz endpoint & regenerate python client
* Delete sample.py.tar.gz
Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
Co-authored-by: Yuan (Bob) Gong <4957653+Bobgy@users.noreply.github.com>
* Update Development guide for KFP frontend: using proxy with GKE
* Link to the source of truth for deploying KFP instead of describing it again
* Reorganize instructions and their locations
* address comments
* Added developer_guide.md for Python based visualizations
* Changed md file name to be README and added link to documentation page
* Updated README.md to match syntax of #1878
* Added architecture and known limitations sections to documentation
* Addressed PR comments
* Address offline feedback from @SinaChavoshi
* Removed limitation
#1951 changes how arguments are passed from the API server to the Python service. This now allows for multi-line comment support.
* Addressed PR comments