Skip to content
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

[Backend]Initial execution cache #3036

Merged
merged 54 commits into from
Mar 4, 2020
Merged

Commits on Feb 10, 2020

  1. Initial execution cache

    This commit adds initial execution cache service. Including http service
    and execution key generation.
    rui5i committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6994984 View commit details
    Browse the repository at this point in the history
  2. Add initial server logic

    rui5i committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    19a61e7 View commit details
    Browse the repository at this point in the history
  3. Add const

    rui5i committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0448a12 View commit details
    Browse the repository at this point in the history
  4. Change folder name

    rui5i committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d2fad48 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Change execution key name

    rui5i committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    c561ca4 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    rui5i committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    55ee8a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Add Dockerfile and OWNERS file

    This commit adds Dockerfile for building source code and OWNERS file for
    easy review. This commit also renames some functions.
    rui5i committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    0f83144 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. fix go.sum

    This PR fixes changes on go.sum
    rui5i authored Feb 15, 2020
    Configuration menu
    Copy the full SHA
    1ecc855 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Add local deployment scripts

    This commit adds local deployment scripts which can deploy cache service
    to an existing cluster with KFP installed.
    rui5i committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    1b5b681 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'execution_cache' of https://github.com/rui5i/pipelines

    …into execution_cache
    rui5i committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    83126c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. refactor src code

    rui5i committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    ae472d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Add standalone deployment scripts and yamls

    This commit adds execution cache deployment scripts and yaml files in
    KFP standalone deployment. Including a deployer which will generate the
    certification and mutatingwebhookconfiguration and execution cache
    deployment.
    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    8c0cac8 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cb075b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0831a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1bedf7 View commit details
    Browse the repository at this point in the history
  5. fix test cloudbuild

    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ed1aa0e View commit details
    Browse the repository at this point in the history
  6. Fix cloudbuild

    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3b1323c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da3eb42 View commit details
    Browse the repository at this point in the history
  8. Add copyright

    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    37521ec View commit details
    Browse the repository at this point in the history
  9. Fix deployer build

    rui5i committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    5efe589 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add license for execution cache and cloudbuild for execution cache

    images
    
    This commit adds licenses for execution cache source code. Also adds
    cloud build step for building cache image and cache deployer image.
    Change the manifest name based on changed image.
    rui5i committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    fa12c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c302af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f714e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e4711 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    a16335c View commit details
    Browse the repository at this point in the history
  2. minor fix

    rui5i committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    bb796c1 View commit details
    Browse the repository at this point in the history
  3. fix arg

    rui5i committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    db797b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    57523c0 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    rui5i committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    893e8b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    851ce25 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    1720ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Fix variable names

    rui5i committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f482c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6523570 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. resolve merge conflict

    rui5i committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5c5298e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914d9fd View commit details
    Browse the repository at this point in the history
  3. revice readme

    rui5i committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    4e7e3a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    ad560f4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    rui5i committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ba26e48 View commit details
    Browse the repository at this point in the history
  3. fix tests

    rui5i committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    065af7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8aa15c View commit details
    Browse the repository at this point in the history
  5. mysql set up

    rui5i committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e7aefad View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    5cebf4e View commit details
    Browse the repository at this point in the history
  2. fix

    rui5i committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2ccf3b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b65988 View commit details
    Browse the repository at this point in the history
  4. fix presubmit tests

    rui5i committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2175fb8 View commit details
    Browse the repository at this point in the history
  5. fix

    rui5i committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    65c4f53 View commit details
    Browse the repository at this point in the history
  6. fix

    rui5i committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    a147e19 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    b282938 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'execution_cache' of https://github.com/rui5i/pipelines

    …into execution_cache
    rui5i committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    75b0c0a View commit details
    Browse the repository at this point in the history
  3. revert unnecessary change

    rui5i committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a13c318 View commit details
    Browse the repository at this point in the history
  4. fix cache image tag

    rui5i committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    86ebe17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7ba5dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60972bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e33cef8 View commit details
    Browse the repository at this point in the history