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: kubernetes/klog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: kubernetes/klog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 7, 2021

  1. fix err is nil,ErrorS does not change the log level

    use severity instead isError
    yuzhiquan committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    30ac266 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from yuzhiquan/fix-erros-loglevel

    Fix err is nil,ErrorS should not change the log level
    k8s-ci-robot authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c1fc6e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    80a291b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from ehashman/safer-nils

    KObj should be able to handle nil objects
    k8s-ci-robot authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0f69eb5 View commit details
    Browse the repository at this point in the history
Loading