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.9.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.10.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 5 contributors

Commits on Jun 2, 2021

  1. Update to newer golang versions

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    567ef13 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge pull request #245 from dims/update-go-versions-we-test

    Update to newer golang versions
    k8s-ci-robot authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6947259 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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

Commits on Jun 15, 2021

  1. Merge pull request #246 from DirectXMan12/infra/owners-directxman12

    Remove directxman12 from OWNERS
    k8s-ci-robot authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4c895e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. logcheck: add flag to allow unstructured logs

    By default, logcheck will check for use of unstructured logging
    and use of incorrect structured logging pattern, and
    report errors.
    
    allow-unstructured flag can be passed to logcheck to suppress
    errors when unstructured logging is used. It is usefull in
    cases when we want to test for correct use of structured
    logging patterns but not enfore it.
    
    Signed-off-by: Umanga Chapagain <chapagainumanga@gmail.com>
    umangachapagain committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0cd82b3 View commit details
    Browse the repository at this point in the history
  2. logcheck: add unit tests for different flags

    Signed-off-by: Umanga Chapagain <chapagainumanga@gmail.com>
    umangachapagain committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d6ef17a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #247 from umangachapagain/split-tests

    Logcheck: Separate correct usage and migration tests
    k8s-ci-robot authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    dfd1411 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 5, 2021

  1. Merge pull request #249 from yuzhiquan/add-kobjs

    Implement KObjs function to handle slice of KMetada
    k8s-ci-robot authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    79f9f6b View commit details
    Browse the repository at this point in the history
Loading