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: rs/zerolog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: golib/zerolog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 71 files changed
  • 2 contributors

Commits on Jan 19, 2020

  1. What: resolve #159

    Why:
    
      * support custom message field name for event
    
    How:
    
      * MsgWithFieldName("cost").Msgf("%v", time.Now())
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    5720d0e View commit details
    Browse the repository at this point in the history
  2. What: github.com/golib/zerolog

    Why:
    
      * for temp usage
    
    How:
    
      * nop
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    42ca344 View commit details
    Browse the repository at this point in the history
  3. What: fix xid pkg issue

    Why:
    
      * dependency on rs/xid pkg
    
    How:
    
      * nop
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    c2ea719 View commit details
    Browse the repository at this point in the history
  4. What: reset context of logger when building event

    Why:
    
      * reuse of logger without confusing
    
    How:
    
      * nop
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    dc0954b View commit details
    Browse the repository at this point in the history
  5. What: stack with runtime/debug

    Why:
    
      * gather stacks by runtime/debug without ErrorStackMarshaler
    
    How:
    
      * nop
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    67b30fd View commit details
    Browse the repository at this point in the history
  6. What: update hooks with context

    Why:
    
      * context should modify hooks
    
    How:
    
      * nop
    mcspring committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    e64acd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. What: bomb to v1.21.0

    Why:
    
      * upgrade with rs/zerolog
    
    How:
    
      * nop
    mcspring committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    e316440 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from golib/feature/go-mod

    What: bomb to v1.21.0
    mcspring authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    c6c2b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. What: restore bugfix

    Why:
    
      * fix event stack and context issues
    
    How:
    
      * nop
    mcspring committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    f626166 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from golib/feature/event-stack

    What: restore bugfix
    mcspring authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    f7b77a5 View commit details
    Browse the repository at this point in the history
Loading