Skip to content

Commit

Permalink
Calls fallback function for context command failures (#38)
Browse files Browse the repository at this point in the history
* Updates documentation

* Calls fallback when context function throws error

* Minor updates to readme

* Removes return type from signature and improves tests

* Fixes readme issues

* minor updates

* minor updates

* Removes command api - speeds up tests

* Fixes sleep on linux

* Uses alternative error handling

* updates

* updats

* fixes for possible race conditions

* Minor changes to readme

* Lints

* Updates jazzy and comments
  • Loading branch information
Aaron Liberatore authored and rolivieri committed Dec 12, 2017
1 parent 831478a commit 7d64799
Show file tree
Hide file tree
Showing 67 changed files with 10,342 additions and 1,543 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Packages
.build/*
.build-ubuntu/*
build/
*.xcodeproj
*.DS_Store
Package.resolved
14 changes: 14 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module: CircuitBreaker
author: IBM
github_url: https://github.com/IBM-Swift/CircuitBreaker

theme: fullwidth
clean: true
exclude: [Packages]

readme: README.md

skip_undocumented: false
hide_documentation_coverage: false

xcodebuild_arguments: [-project, CircuitBreaker.xcodeproj, -target, CircuitBreaker, LIBRARY_SEARCH_PATHS=.build/debug]
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ matrix:
- os: linux
dist: trusty
sudo: required
- os: linux
dist: trusty
sudo: required
- os: osx
osx_image: xcode8.3
sudo: required
- os: osx
osx_image: xcode9.1
sudo: required
Expand Down
2 changes: 1 addition & 1 deletion Docs/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Docs/circuitBreakerDiagram.png
Binary file not shown.
Loading

0 comments on commit 7d64799

Please sign in to comment.