forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/159 allow circuit breaker disabled forced open (ReactiveX#194)
* ReactiveX#186 Feature: circuitBreaker reset * Revert "ReactiveX#186 Feature: circuitBreaker reset" This reverts commit 651dec6b176d52f1cdd3bdf32d7da34c81f80e2c. * ReactiveX#159 added new states, missing tests * ReactiveX#159 adding states missed add ReactiveX#159 adding states part 2 * ReactiveX#159 changes in names Changing method names, removing unnecessary events and listeners * ReactiveX#159 Testing State, Metrics and Event Publishing. Added mechanism for Event and State publishing check * ReactiveX#159 reverting gradle files committed as an error * ReactiveX#159 fixed CR from codacy * ReactiveX#159 fixed CR duplication from codacy * ReactiveX#159 started adding some ascii doc, fixed a missing Event in factory * ReactiveX#159 fixing/cleaning test * ReactiveX#159 Adding some documentation * ReactiveX#159 Adding some documentation * ReactiveX#159 CR changes * 159 Adding metrics in FORCED_CLOSED state
- Loading branch information
Showing
17 changed files
with
488 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.