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: coder/slog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: coder/slog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 15 commits
  • 16 files changed
  • 3 contributors

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    2b49514 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from cdr/ctx-log

    Refactor for Context only logging
    ammario authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    95bc0f1 View commit details
    Browse the repository at this point in the history
  3. Revert "Make SinkContext a struct"

    It's better as an interface so users don't have to call the `Sink`
    method on the struct during Make.
    
    - Move SinkContext into context.go
    ammario committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6a41f9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from cdr/sink-context-iface

    Sink context iface
    ammario authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e88ff39 View commit details
    Browse the repository at this point in the history
  5. Add /v2 to import path

    ammario committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0d99925 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Revert "Add /v2 to import path"

    This reverts commit 0d99925.
    nhooyr committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    fa507d2 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #86 from cdr/sink-context-iface"

    This reverts commit e88ff39, reversing
    changes made to 95bc0f1.
    nhooyr committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    958f7eb View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #85 from cdr/ctx-log"

    This reverts commit 95bc0f1, reversing
    changes made to f7a90d8.
    nhooyr committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b1eadde View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89 from cdr/v1

    Revert master to v1.3.0
    nhooyr authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    180f0e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    086c539 View commit details
    Browse the repository at this point in the history
  2. Fix slogstackdriver test

    Needs project in path now.
    nhooyr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5519752 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

Commits on Mar 4, 2021

  1. feat: modify slog.Logger to *not* implement slog.Sink (#95)

    The prior implementation allowed slog.Logger instances
    to themselves be passes as slog.Sink targets. This enabled
    many usage patterns that introduced extremely counter-intuitive
    behavior.
    cmoog authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    552693c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b50c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751ddae View commit details
    Browse the repository at this point in the history
Loading