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: go-logr/logr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: go-logr/logr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 5, 2021

  1. Add missing header comments

    thockin committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    6a4674c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eabc2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from thockin/godoc-and-headers

    Godoc and headers
    thockin authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a9c9b25 View commit details
    Browse the repository at this point in the history
  4. Add tests for context funcs

    thockin committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7efc461 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from thockin/test-context

    Add tests for context funcs
    thockin authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3dceec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Effectively EOL testing.NullLogger

    It remains as a type, but is just an alias to DiscardLogger.
    thockin committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    85b0f8d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Add optional CallDepth support

    This adds an optional extension interface which log implementations may
    implement, plus a helper function to use this interface if it is
    supported.
    
    Discussed in #31 and specifically
    #31 (comment)
    thockin committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    52a0608 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Merge pull request #31 from thockin/with-call-depth

    WIP: Add logr.WithCallDepth()
    thockin authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9721152 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from thockin/eol-null-logger

    Effectively EOL testing.NullLogger
    thockin authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8fc6c73 View commit details
    Browse the repository at this point in the history
Loading