.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.7 KB | 14f18de09820522d650d0409c9db2bd300adbdbb967b9bf3bd7600de665c789a |
Rakefile | 100644 | 0 | 0 | | | 414 Bytes | 5afbb5462bc06ee4e763610a4521667bcf86b9052b7a723b1a3cec6c5828212a |
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.5 KB | 7b5017a7d88698c3f524c8aa4fcf631c69002dd5d66197d92475abc0473b8736 |
lib/circuitbox/circuit_breaker.rb | 100644 | 0 | 0 | | | 7.3 KB | 5f117e5650dedafc7cd5c6906176a6a7b00ade7aeac87767b2a0473c5ef83c89 |
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/memcache_store.rb | 100644 | 0 | 0 | | | 585 Bytes | 186824d76c08c28240255e38354aab749cc6b53949e64a975c4af2dd4e316a7b |
lib/circuitbox/notifier.rb | 100644 | 0 | 0 | | | 954 Bytes | fab2aad6dc8154026396aedc96d6d1116eee8606c41891f73da461c48719f8db |
lib/circuitbox/version.rb | 100644 | 0 | 0 | | | 37 Bytes | 055c68bbeb547940239a6dba42ead474120e0ad8a06f19459ab16ee9228205eb |
test/circuit_breaker_test.rb | 100644 | 0 | 0 | | | 13.9 KB | 1c2be822a54c46c25fb07b377311f65e0b49dd8c45c54fa4a7c149ceebe9ec93 |
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 |