Skip to content

Tags: cep21/circuit

Tags

v4.0.0

Toggle v4.0.0's commit message
ci: Add circuit test

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AfterFunc configuration option to hystrix.ConfigureCloser (#111)

* Add AfterFunc configuration option to hystrix.ConfigureCloser

* Add AfterFunc field to ConfigureCloser Merge function

* Add json tag to omit AfterFunc from json encoding

Signed-off-by: Chris Guiney <[email protected]>

Co-authored-by: Chris Guiney <[email protected]>

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[trivial] remove benchmark dependencies from v3 (#109)

* remove benchmark dependencies from v3

* add replace directive

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Zuzmic treat deadline expired as failure (#95)

* treat DeadlineExceeded as failure

* remove comment: typo alrady fixed

* add IsErrInterrupt config option

* remove mutex

* fix ordering

* circle/circuit

Co-authored-by: Kolokhanin Roman <[email protected]>

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add license to v3 directory (#91)

* Add license to v3 directory

I think pkg.go.dev is not detecting
the license because it is in the ROOT and not in v3
directory.  Add a copy to the v3 directory as well.

* go mod only requires 1.11

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from cep21/pr

Error: add Error type.

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from cep21/modules

modules: tidy and fix some module corner cases

v3.0.0

Toggle v3.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix misspells

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to 1.12 and golangci-lint (#61)

* Upgrade to 1.12 and golangci-lint

* Unused gometalinter install script

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pr53 with unit tests (#54)

* SetConfigThreadSafe should set notThreadSafeConfig to new config first

Change-Id: Ib8cde17faa1054e511d64ad23199ef519dc7e307

* Add unit test for setting circuit config

* Expand config unit test

Check the before and after state to make sure it changed