Skip to content
Permalink

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
Choose a base ref
...
head repository: kubeflow/katib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1-alpha
Choose a head ref
  • 18 commits
  • 2,782 files changed
  • 4 contributors

Commits on Apr 11, 2018

  1. New db log schema (#35)

    Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
    YujiOshima authored and gaocegege committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    e382783 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. docs: Update katib (#36)

    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    gaocegege authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    9bfd388 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Use alpine as base image (#37)

    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    gaocegege authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    20ec6a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Fix CI failures (#27)

    * 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>
    gaocegege authored and k8s-ci-robot committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    af2c2fa View commit details
    Browse the repository at this point in the history
  2. 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>
    YujiOshima authored and k8s-ci-robot committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    5733bd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. reviewers: Add @ddysher @jose5918 @mitake (#45)

    * reviewers: Add @ddysher and @jose5918
    
    Ref #40
    
    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    
    * reviewers: Add @mitake
    
    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    gaocegege authored and k8s-ci-robot committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    c045619 View commit details
    Browse the repository at this point in the history
  2. 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
    libbyandhelen authored and k8s-ci-robot committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    b5900f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. improve test script (#49)

    Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
    YujiOshima authored and k8s-ci-robot committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    6c8e257 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. 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>
    YujiOshima authored and k8s-ci-robot committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3ca2df0 View commit details
    Browse the repository at this point in the history
  2. refactor Model API (#51)

    * refactor Model API
    
    Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
    
    * fix ModelStore IF name
    
    Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
    YujiOshima authored and k8s-ci-robot committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    5b0929b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Fix modelsave (#52)

    * 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>
    YujiOshima authored and k8s-ci-robot committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    56e143a View commit details
    Browse the repository at this point in the history
  2. main.go: Fix style (#55)

    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    gaocegege authored Apr 19, 2018
    Configuration menu
    Copy the full SHA
    eb61c8e View commit details
    Browse the repository at this point in the history
  3. argo: Add unit test (#56)

    * 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>
    gaocegege authored and k8s-ci-robot committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    ab09110 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Replace kubeflow-images-staging with kubeflow-images-public (#61)

    Ankush Agarwal authored and gaocegege committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    637a4be View commit details
    Browse the repository at this point in the history
  2. improve frontend (#60)

    * 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>
    YujiOshima authored and gaocegege committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    dd6c87e View commit details
    Browse the repository at this point in the history
  3. *: Update name (#64)

    Signed-off-by: Ce Gao <gaoce@caicloud.io>
    gaocegege authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    895aaab View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. *: 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>
    gaocegege authored and k8s-ci-robot committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    3157a7a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Cobra cli (#69)

    * 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>
    YujiOshima authored and k8s-ci-robot committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    71a2bd3 View commit details
    Browse the repository at this point in the history
Loading