Thanks to visit codestin.com
Credit goes to github.com

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: 0ec81e6
Choose a base ref
...
head repository: coder/slog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd77569
Choose a head ref
  • 16 commits
  • 28 files changed
  • 1 contributor

Commits on May 7, 2023

  1. Convert sloghuman to key=value pair format

    This format is consistent with Go's new official `slog`, `zerolog`
    and many others. It is also far more readable than JSON, and a growing
    number of libaries and tools are able to parse it.
    ammario committed May 7, 2023
    Configuration menu
    Copy the full SHA
    7ef97dd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Tests almost pass

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5435c27 View commit details
    Browse the repository at this point in the history
  2. Quote more aggressively

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e2270d8 View commit details
    Browse the repository at this point in the history
  3. Re-add message

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    cb74603 View commit details
    Browse the repository at this point in the history
  4. Tests pass!

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c2245fa View commit details
    Browse the repository at this point in the history
  5. bump actions checkout

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1f72346 View commit details
    Browse the repository at this point in the history
  6. consolidate CI

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0870e1a View commit details
    Browse the repository at this point in the history
  7. Try lowercase levels

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    95d3aec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf7a157 View commit details
    Browse the repository at this point in the history
  9. Lowercase, again

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0c5e097 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    041c0a5 View commit details
    Browse the repository at this point in the history
  11. Calm down colors

    ammario committed May 8, 2023
    Configuration menu
    Copy the full SHA
    08be77e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    677a5ae View commit details
    Browse the repository at this point in the history
  2. Format objects more nicely

    ammario committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fbe4576 View commit details
    Browse the repository at this point in the history
  3. play with logfmt

    ammario committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c007029 View commit details
    Browse the repository at this point in the history
  4. some docs

    ammario committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cd77569 View commit details
    Browse the repository at this point in the history
Loading