-
Notifications
You must be signed in to change notification settings - Fork 455
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kubeflow/katib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-alpha
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kubeflow/katib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1-alpha
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 2,782 files changed
- 4 contributors
Commits on Apr 11, 2018
-
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e382783 - Browse repository at this point
Copy the full SHA e382783View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9bfd388 - Browse repository at this point
Copy the full SHA 9bfd388View commit details -
Dockerfile: Use alpine as base image (#37)
Signed-off-by: Ce Gao <gaoce@caicloud.io>
Configuration menu - View commit details
-
Copy full SHA for 20ec6a0 - Browse repository at this point
Copy the full SHA 20ec6a0View commit details
Commits on Apr 13, 2018
-
* prow_config: Add Signed-off-by: Ce Gao <gaoce@caicloud.io> * prow_config: Update Signed-off-by: Ce Gao <gaoce@caicloud.io> * scripts: Rename Signed-off-by: Ce Gao <gaoce@caicloud.io> * run-tests: Fix path bugs Signed-off-by: Ce Gao <gaoce@caicloud.io> * run-tests: Fix bugs about too many slashes Ref https://stackoverflow.com/questions/9366816/sed-unknown-option-to-s Signed-off-by: Ce Gao <gaoce@caicloud.io> * run-tests: Add serviceaccount in GKE Signed-off-by: Ce Gao <gaoce@caicloud.io> * run-tests: Add namespace Signed-off-by: Ce Gao <gaoce@caicloud.io> * run-tests: Fix issues in GKE Signed-off-by: Ce Gao <gaoce@caicloud.io>
Configuration menu - View commit details
-
Copy full SHA for af2c2fa - Browse repository at this point
Copy the full SHA af2c2faView commit details -
add early stoppping service (#41)
* add early stoppping service Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * delete debug message Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * add medianstopping to test script Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5733bd8 - Browse repository at this point
Copy the full SHA 5733bd8View commit details
Commits on Apr 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c045619 - Browse repository at this point
Copy the full SHA c045619View commit details -
bayesian optimization draft (#38)
* bayesian optimization draft * add matern kernel and two other acquisition functions * modify the code structure and add Dockerfile and k8s manifest * fix typos in manifest files * add build and deploy test * fix errors in run-tests
Configuration menu - View commit details
-
Copy full SHA for b5900f0 - Browse repository at this point
Copy the full SHA b5900f0View commit details
Commits on Apr 17, 2018
-
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c8e257 - Browse repository at this point
Copy the full SHA 6c8e257View commit details
Commits on Apr 18, 2018
-
Add Model Management API (#48)
* update vendor Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * add ModelStore API Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * refactor Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * refactor Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ca2df0 - Browse repository at this point
Copy the full SHA 3ca2df0View commit details -
* refactor Model API Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix ModelStore IF name Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5b0929b - Browse repository at this point
Copy the full SHA 5b0929bView commit details
Commits on Apr 19, 2018
-
* refactor Model API Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix ModelStore IF name Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix model save bugs Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * avoid nil pointer Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56e143a - Browse repository at this point
Copy the full SHA 56e143aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb61c8e - Browse repository at this point
Copy the full SHA eb61c8eView commit details -
* argo: Add unit test Signed-off-by: Ce Gao <gaoce@caicloud.io> * mock: Fix Signed-off-by: Ce Gao <gaoce@caicloud.io> * unit: Fix permission Signed-off-by: Ce Gao <gaoce@caicloud.io> * db: Fix test cases Signed-off-by: Ce Gao <gaoce@caicloud.io> * mock: Regenerate Signed-off-by: Ce Gao <gaoce@caicloud.io> * mockgen: Add Signed-off-by: Ce Gao <gaoce@caicloud.io> * main_test: Replace mock interface Signed-off-by: Ce Gao <gaoce@caicloud.io> * main_test: Mock modelstore Signed-off-by: Ce Gao <gaoce@caicloud.io> * bash: Add copyright header Signed-off-by: Ce Gao <gaoce@caicloud.io> * scripts: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * unit-test: Add ln -s Signed-off-by: Ce Gao <gaoce@caicloud.io> * test: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io>
Configuration menu - View commit details
-
Copy full SHA for ab09110 - Browse repository at this point
Copy the full SHA ab09110View commit details
Commits on Apr 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 637a4be - Browse repository at this point
Copy the full SHA 637a4beView commit details -
* improve frontend Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * add sample config for TFBoard ingress host Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd6c87e - Browse repository at this point
Copy the full SHA dd6c87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 895aaab - Browse repository at this point
Copy the full SHA 895aaabView commit details
Commits on Apr 22, 2018
-
*: Refactor the structure (#65)
* cmd: Add CLI Signed-off-by: Ce Gao <gaoce@caicloud.io> * scripts: Move the scripts to the directory Signed-off-by: Ce Gao <gaoce@caicloud.io> * manager: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * mock: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * earlystopping: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * build.sh: Fix Signed-off-by: Ce Gao <gaoce@caicloud.io> * kubernetes: Remove Signed-off-by: Ce Gao <gaoce@caicloud.io> * suggestion: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * examples: Rename conf to examples Signed-off-by: Ce Gao <gaoce@caicloud.io> * api: Refactor Signed-off-by: Ce Gao <gaoce@caicloud.io> * *: Fix Signed-off-by: Ce Gao <gaoce@caicloud.io> * build.sh: Remove comments Signed-off-by: Ce Gao <gaoce@caicloud.io>
Configuration menu - View commit details
-
Copy full SHA for 3157a7a - Browse repository at this point
Copy the full SHA 3157a7aView commit details
Commits on Apr 24, 2018
-
* add cobra to cli Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * add doc Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix comment Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com> * fix Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71a2bd3 - Browse repository at this point
Copy the full SHA 71a2bd3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0-alpha...v0.1.1-alpha