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

Implement schedule stop for unix #9503

Merged
merged 25 commits into from
Nov 12, 2020

Commits on Oct 20, 2020

  1. Implement schedule stop for unix

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a54ea82 View commit details
    Browse the repository at this point in the history
  2. replace glog with klog

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    51b9f68 View commit details
    Browse the repository at this point in the history
  3. fix klog

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    fd425d6 View commit details
    Browse the repository at this point in the history
  4. improve integration test

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    202e9c5 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    682df50 View commit details
    Browse the repository at this point in the history
  6. Update docs

    Priya Wadhwa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    b9adc95 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Replace godaemon library with fork

    Priya Wadhwa committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    44f033d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Merge branch 'master' of https://github.com/kubernetes/minikube into …

    …schedule-stop-unix
    Priya Wadhwa committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    865d3a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

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

Commits on Oct 30, 2020

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

Commits on Nov 5, 2020

  1. fix merge conflict

    Priya Wadhwa committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    f869ca5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge branch 'master' of https://github.com/kubernetes/minikube into …

    …schedule-stop-unix
    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7788cb9 View commit details
    Browse the repository at this point in the history
  2. Use DurationVar instead of StringVar for flag

    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    a00b7a3 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    129f6d4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/kubernetes/minikube into …

    …schedule-stop-unix
    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e050e8c View commit details
    Browse the repository at this point in the history
  5. update docs

    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0ee5a38 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/kubernetes/minikube into …

    …schedule-stop-unix
    Priya Wadhwa committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c1be325 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Address review comments

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cf1ee6b View commit details
    Browse the repository at this point in the history
  2. fix lint

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    635f2a7 View commit details
    Browse the repository at this point in the history
  3. fix merge

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7570cbd View commit details
    Browse the repository at this point in the history
  4. fix docs

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    6c48c60 View commit details
    Browse the repository at this point in the history
  5. don't run scheduled stop test with none driver

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    bcf236f View commit details
    Browse the repository at this point in the history
  6. don't try to daemonize none driver

    Priya Wadhwa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9300331 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. fix merge conflict

    Priya Wadhwa committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    291e5b6 View commit details
    Browse the repository at this point in the history
  2. Address code review comments

    Priya Wadhwa committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5569817 View commit details
    Browse the repository at this point in the history