- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: go-kit/kit
base: v0.9.0
head repository: go-kit/kit
compare: v0.10.0
- 20 commits
- 50 files changed
- 10 contributors
Commits on Aug 12, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for b3415e3 - Browse repository at this point
Copy the full SHA b3415e3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dc489b7 - Browse repository at this point
Copy the full SHA dc489b7View commit details
Commits on Oct 3, 2019
-
* 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
Configuration menu - View commit details
-
Copy full SHA for f72181f - Browse repository at this point
Copy the full SHA f72181fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fadbe9 - Browse repository at this point
Copy the full SHA 0fadbe9View commit details
Commits on Oct 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76396d1 - Browse repository at this point
Copy the full SHA 76396d1View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 913ff7d - Browse repository at this point
Copy the full SHA 913ff7dView commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 113702b - Browse repository at this point
Copy the full SHA 113702bView commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f5354e - Browse repository at this point
Copy the full SHA 9f5354eView commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0f8510 - Browse repository at this point
Copy the full SHA c0f8510View commit details
Commits on Jan 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88e8262 - Browse repository at this point
Copy the full SHA 88e8262View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7ddd1d2 - Browse repository at this point
Copy the full SHA 7ddd1d2View commit details
Commits on Jan 6, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for eed6ce2 - Browse repository at this point
Copy the full SHA eed6ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b85c013 - Browse repository at this point
Copy the full SHA b85c013View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 362dd5c - Browse repository at this point
Copy the full SHA 362dd5cView commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9f139f1 - Browse repository at this point
Copy the full SHA 9f139f1View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5d467ee - Browse repository at this point
Copy the full SHA 5d467eeView commit details
Commits on Feb 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ea682b - Browse repository at this point
Copy the full SHA 7ea682bView commit details
Commits on Feb 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b3ce387 - Browse repository at this point
Copy the full SHA b3ce387View commit details -
Merge pull request #956 from HCoban/fix-typo-in-level-example-test
Fix typo: "thte" -> "the"
Configuration menu - View commit details
-
Copy full SHA for 4f34beb - Browse repository at this point
Copy the full SHA 4f34bebView commit details
Commits on Feb 17, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for cc938d5 - Browse repository at this point
Copy the full SHA cc938d5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.0...v0.10.0