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

Commits on May 30, 2022

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

Commits on May 8, 2023

  1. Merge pull request #1 from niamster/dm/invld-watchers-on-conn-reset

    bugfix: invalidate current watchers if connections is being reset
    sgg authored May 8, 2023
    Configuration menu
    Copy the full SHA
    4caff16 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. adds leveled log methods to Logger

    The existing logging interface makes it difficult for consumers to
    differentiate between actual errors and informative messages.
    This diff updates the Logger interface with leveled log methods.
    sgg committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    44bdfb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c70a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from sgg/sgg/improve-logging

    Adds leveled logging
    sgg authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9493562 View commit details
    Browse the repository at this point in the history
Loading