.gitignore | 100644 | 0 | 0 | | | 182 Bytes | b1302b6cd2726a495e0e01c058fa9832011a6202f6e941d2b72c1aa139954752 |
.ruby-version | 100644 | 0 | 0 | | | 6 Bytes | 91930425f31d5132e78e0ad7195620e435121a2fdf87cf655f8323aa45ae0468 |
.travis.yml | 100644 | 0 | 0 | | | 107 Bytes | 93514b96f02c0e30f6f77b4361eab03b25b70f08badf25e6bcc598f5bd111d93 |
Gemfile | 100644 | 0 | 0 | | | 106 Bytes | f114002723b5ebd14938e2801108e348572ff9e140d497eb69e60bf99937ddf1 |
LICENSE | 100644 | 0 | 0 | | | 673 Bytes | a325b1a28a8605c1f18c9a27defb6092cefb5293c11429bfb18ffdfca7533944 |
README.md | 100644 | 0 | 0 | | | 12.8 KB | c6c9b6d4f0dee85feb472d488e00261d66e1a7cb900152e939964f2b49f072e9 |
Rakefile | 100644 | 0 | 0 | | | 717 Bytes | 56c5a7b42d2c30f0bed547690da2989560c2e45501d87240428c647de33665d0 |
benchmark/circuit_store_benchmark.rb | 100644 | 0 | 0 | | | 2.5 KB | 3a19a003dc736a0beb4e1eefea32503806c38337f9818389eb296cd7d1acb0a6 |
circuitbox.gemspec | 100644 | 0 | 0 | | | 1.71 KB | 7ed6b33e13c95529f8f96dd5cd57fcf348a23af28ccafb85cfda2c7ebbcceea5 |
lib/circuitbox.rb | 100644 | 0 | 0 | | | 1.45 KB | c96558bd056889d84ac55ab1085e491341ea02a1e1691c309b76e5453f927b14 |
lib/circuitbox/circuit_breaker.rb | 100644 | 0 | 0 | | | 7.17 KB | eba4a2cd7f0ef130c10b2426ca53dbbd6892841ed5e6035db3caf595cda51438 |
lib/circuitbox/errors/error.rb | 100644 | 0 | 0 | | | 57 Bytes | 9a434779ff7bfdb9235c2577a285ff76cb6e05e9f943a044630e4a10c32aa9e1 |
lib/circuitbox/errors/open_circuit_error.rb | 100644 | 0 | 0 | | | 160 Bytes | c919fb43485d9994bfebe29e36155413bafefcd00cf38295c7638df42ff21f42 |
lib/circuitbox/errors/service_failure_error.rb | 100644 | 0 | 0 | | | 428 Bytes | a6a8951a9427c61c856f17962d2de7df3ee51d962fd94a386e4d2d9770686e34 |
lib/circuitbox/excon_middleware.rb | 100644 | 0 | 0 | | | 2.82 KB | 6ace87aee2334e546343f63212bb4a42f12cbdb7da75e062e8144d9d09e47f3e |
lib/circuitbox/faraday_middleware.rb | 100644 | 0 | 0 | | | 3.1 KB | d273f760ee5f57b5a0a0893ab74c03e9333d9e2d1ea63aff4011fe202938d372 |
lib/circuitbox/notifier.rb | 100644 | 0 | 0 | | | 954 Bytes | fab2aad6dc8154026396aedc96d6d1116eee8606c41891f73da461c48719f8db |
lib/circuitbox/version.rb | 100644 | 0 | 0 | | | 37 Bytes | 3b08ce43a50af2e7624328c52cf7874bb80ea3a73da8e7e66f31f7e9aaf3408e |
test/circuit_breaker_test.rb | 100644 | 0 | 0 | | | 14.2 KB | 29951df2c7ed307b1f57bb37f47c28905177be2fcabcae8e530c0214b0c2beb8 |
test/circuitbox_test.rb | 100644 | 0 | 0 | | | 1.31 KB | a658585b5a05d71c45edac4a5188133b6bb224561953cf27c25b6aac6411ef63 |
test/excon_middleware_test.rb | 100644 | 0 | 0 | | | 4.52 KB | 50ff8453a2e2e22d47184ecf03e3a1224a85e1430c421a66616249313a3db9d4 |
test/faraday_middleware_test.rb | 100644 | 0 | 0 | | | 6.18 KB | 86cd8b5352ce5bf0e6b353c6fb3ed9e568b6e2bc76dc5da831f7eed8c3a1580b |
test/integration/circuitbox_cross_process_open_test.rb | 100644 | 0 | 0 | | | 1.7 KB | 1ce79e4604141c918b7b1ff0993b89797479fa51890cff0d12772985da3521a2 |
test/integration/faraday_middleware_test.rb | 100644 | 0 | 0 | | | 2.2 KB | 232abd039164d7d6a3c18aae1878bd2a4baed2d21c187e85c4554f1a9962d361 |
test/integration_helper.rb | 100644 | 0 | 0 | | | 1.1 KB | 27f2e039223fd64f2190705fbd49d6b53dc3060d21ef3201dbc18ab40e0de546 |
test/notifier_test.rb | 100644 | 0 | 0 | | | 821 Bytes | 5176728b511a5adf0e79e556935742c17ae736e2b56d311cc3ba92dc935fe787 |
test/service_failure_error_test.rb | 100644 | 0 | 0 | | | 592 Bytes | fccba31cc46c26edab4c0776f1246bdcdbbcc2c0cac373be58a3665e737d0126 |
test/test_helper.rb | 100644 | 0 | 0 | | | 298 Bytes | 1449a394093ddade291504a1641565e9bb2406b6fc77d038a05e17f9e855d7d4 |