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/kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: go-kit/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 20 commits
  • 50 files changed
  • 10 contributors

Commits on Aug 12, 2019

  1. Small fixes to fight entropy and bit-rot (#901)

    * .build.yml: update and fix
    
    * auth/casbin: update to accommodate change in dep
    
    * .travis.yml: 1.x and tip
    peterbourgon authored Aug 12, 2019
    Copy the full SHA
    b3415e3 View commit details
  2. Consider SRV records with port 0 as an error (#900)

    * sd/dnssrv: fix Instancer method receivers
    
    * sd/dnssrv: SRV record with port 0 is an error
    
    * sd/dnssrv: test for SRV port zero issue
    
    * .build.yml: update and fix
    peterbourgon authored Aug 12, 2019
    Copy the full SHA
    dc489b7 View commit details

Commits on Oct 3, 2019

  1. Fix build (#917)

    * make go vet happy (renamed example function for syslog)
    
    * adjust Zipkin OpenTracing example to use the new bridge version of zipkin-go-opentracing
    
    * fix expected output from kit-gen due to change in gofmt handling of imports
    peterbourgon authored Oct 3, 2019
    Copy the full SHA
    f72181f View commit details
  2. Introduce ErrorHandlerFunc (#915)

    maratori authored and peterbourgon committed Oct 3, 2019
    Copy the full SHA
    0fadbe9 View commit details

Commits on Oct 6, 2019

  1. Copy the full SHA
    76396d1 View commit details

Commits on Oct 7, 2019

  1. Copy the full SHA
    913ff7d View commit details

Commits on Oct 9, 2019

  1. Create FUNDING.yml

    peterbourgon authored Oct 9, 2019
    Copy the full SHA
    113702b View commit details

Commits on Oct 18, 2019

  1. Copy the full SHA
    9f5354e View commit details

Commits on Nov 14, 2019

  1. Copy the full SHA
    c0f8510 View commit details

Commits on Jan 1, 2020

  1. Copy the full SHA
    88e8262 View commit details
  2. Clarify rate limiter expressions in addsvc example (#943)

    Rate limiting examples might be a bit confusing when Every
    method is used #698.
    One could expect to see throttling expressed as
    a number of requests per unit of time whereas another would see it
    as an interval between requests.
    marselester authored and peterbourgon committed Jan 1, 2020
    Copy the full SHA
    7ddd1d2 View commit details

Commits on Jan 6, 2020

  1. Add initial go.mod file

    The go.mod file was generated with the following sequence of commands:
    
    go mod init
    go mod tidy
    
    The first try resulted in two problems.
    
    - One problem was fixed by updating the import path of nats-server to
      use semantic import v2 in transport/nats/subscriber_test.go.
    - The other problem was fixed by changing the required version of
      go.etcd.io/etcd to v0.0.0-20191023171146-3cf2f69b5738 which
      corresponds to v3.4.3. We cannot use the v3.4.3 tag directly because
      of problems within the etcd repo itself described in
      etcd-io/etcd#11154
    
    After those two changes a second go mod tidy succeeds and produces the
    go.mod file included in this commit.
    ChrisHines committed Jan 6, 2020
    Copy the full SHA
    eed6ce2 View commit details
  2. Copy the full SHA
    b85c013 View commit details
  3. Remove unnecessary indirect required modules

    Performed by deleteding all lines marked // indirect in the go.mod file
    and running go mod tidy to restore the required entries.
    
    The entries ultimately removed were probably a remnant of a prior state
    of the go.mod file in this sequence.
    ChrisHines committed Jan 6, 2020
    Copy the full SHA
    362dd5c View commit details

Commits on Jan 11, 2020

  1. Merge pull request #945 from go-kit/go-mod

    Add go.mod file
    ChrisHines authored Jan 11, 2020
    Copy the full SHA
    9f139f1 View commit details

Commits on Jan 12, 2020

  1. README: updates

    peterbourgon committed Jan 12, 2020
    Copy the full SHA
    5d467ee View commit details

Commits on Feb 1, 2020

  1. Copy the full SHA
    7ea682b View commit details

Commits on Feb 14, 2020

  1. Fix typo: "thte" -> "the"

    HCoban committed Feb 14, 2020
    Copy the full SHA
    b3ce387 View commit details
  2. Merge pull request #956 from HCoban/fix-typo-in-level-example-test

    Fix typo: "thte" -> "the"
    ChrisHines authored Feb 14, 2020
    Copy the full SHA
    4f34beb View commit details

Commits on Feb 17, 2020

  1. Add a span name getter to opencensus endpoint options (#948)

    * Add a span name getter to opencensus endpoint options
    
    * Add GetSpanDetails option
    
    * Split GetSpanDetails function
    
    * Simplify getting the name
    
    * Improve documentation
    
    * Simplify attributes
    
    * Update documentation
    
    * Update tracing/opencensus/endpoint_options.go
    
    Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
    sagikazarmark and peterbourgon authored Feb 17, 2020
    Copy the full SHA
    cc938d5 View commit details
Loading