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-kit/log
base: v0.2.0
Choose a base ref
...
head repository: go-kit/log
compare: v0.2.1
Choose a head ref
  • 3 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 20, 2022

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

Commits on Mar 30, 2022

  1. Update CI and add badges to README (#21)

    * Update CI and add badges to README
    
    CI updates:
    
    - Update Go versions (1.17.x and 1.18.x)
    - Update actions versions
    - Use actions for staticcheck
    - Drop golint (deprecated)
    - Report test coverage
    
    * Update README.md
    
    Co-authored-by: Peter Bourgon <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Peter Bourgon <[email protected]>
    
    * Add staticcheck configuration file
    
    * Add package doc comment to syslog package
    
    Co-authored-by: Peter Bourgon <[email protected]>
    ChrisHines and peterbourgon committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    3752ef7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Allow to configure allowed levels by string value (#22)

    * feat: allow to configure level from string
    
    * fix staticcheck violation
    
    * fix UTs
    
    * fix: apply suggested changes
    
    * fix: apply some of the suggested changes
    
    * fix: more idiomatic code
    
    * Update level/level.go
    
    Co-authored-by: Márk Sági-Kazár <[email protected]>
    
    Co-authored-by: Márk Sági-Kazár <[email protected]>
    mcosta74 and sagikazarmark committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0b69c70 View commit details
    Browse the repository at this point in the history