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

🏃 ff release-0.2 branch to master HEAD #512

Merged
merged 8 commits into from
Jul 2, 2019
Merged

🏃 ff release-0.2 branch to master HEAD #512

merged 8 commits into from
Jul 2, 2019

Commits on Jun 13, 2019

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

Commits on Jun 19, 2019

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

Commits on Jun 28, 2019

  1. Merge pull request #487 from adohe/fix_runnable_twice

    🐛 fix runnable run twice issue
    k8s-ci-robot committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    28262f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #489 from sbueringer/add-getconfig-with-context

    ✨ add GetConfigWithContext to retrieve a config with a specific context
    k8s-ci-robot committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    4c81828 View commit details
    Browse the repository at this point in the history
  3. 🐛 IsConvertible should not error on uninitialized struct.

    IsConvertible used to use obj.GetObjectKind().GroupVersionKind() to get
    GVK which will not work if apiVersion and kind fields are not set. Now
    it uses scheme.ObjectKinds(obj).
    Mengqi Yu committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    9f5b249 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #508 from mengqiy/fixIsConvetible

    🐛 IsConvertible should not error on uninitialized struct.
    k8s-ci-robot committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    da24e0f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. ⚠️ metrics are now on by default

    Mengqi Yu committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    410863e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #510 from mengqiy/metricsdefault

    ⚠️ metrics are now on by default
    k8s-ci-robot committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2495fdd View commit details
    Browse the repository at this point in the history