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 Loading
base: v1.2.2
Choose a base ref
...
head repository: go-logr/logr Loading
compare: v1.2.3
Choose a head ref
  • 14 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 13, 2022

  1. Update README.md

    Add additional implementations.
    tonglil committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    8aa3af1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Merge pull request #129 from tonglil/patch-1

    Update README.md
    thockin committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    eb02c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. docs: describe handling of optional logger parameters

    At some point we discussed whether APIs where the logger is optional should use
    "Logger" and document that it might be the null logger or use "*Logger". We
    settled on the later, but don't seem to have that written down.
    pohly committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    68ef51c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from pohly/nil-logger

    docs: describe handling of optional logger parameters
    thockin committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e2fd555 View commit details
    Browse the repository at this point in the history
  3. Fix GH actions for Go versions, drop 1.14

    Also fix a lint-warning, which ensures the tests have something to test.
    thockin committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e438a74 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #135 from thockin/fix-actions-go-versions

    Fix lint error and tests for Go versions
    pohly committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ec7c16c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    af7b868 View commit details
    Browse the repository at this point in the history
  2. funcr: Handle panic in Stringer, Marshaler, error

    Produce a maybe-useful error rather than panic when we are in the middle
    of logging a value (similar to fmt.Printf).
    thockin committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    945d619 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge pull request #130 from thockin/nil-stringer

    funcr: Handle nil Stringer, Marshaler, error
    pohly committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    28755ae View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Reformat existing test cases

    thockin committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4610455 View commit details
    Browse the repository at this point in the history
  2. Add some test cases

    thockin committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d731630 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Move testing -> testr, deprecate, alias old names

    This avoids the pkg name overlap with standard "testing".
    thockin committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5377a98 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge pull request #140 from thockin/testing_testr

    Move testing -> testr, deprecate, alias old names
    pohly committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b359493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from thockin/format-test

    Format and add tests
    pohly committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    47e013c View commit details
    Browse the repository at this point in the history
Loading