forked from arobson/rabbot
-
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.
Merge pull request #1 from arobson/master
update to 2.1.0
- Loading branch information
Showing
85 changed files
with
10,369 additions
and
8,457 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
node_modules/ | ||
.idea/ | ||
.DS_Store | ||
*npm-debug.log | ||
.nyc_output/ | ||
.vagrant/ | ||
coverage/ | ||
log/ | ||
node_modules/ | ||
plato/ | ||
tmp/ | ||
*npm-debug.log | ||
*.swp | ||
*.swo | ||
coverage/ | ||
plato/ | ||
.vagrant/ | ||
/Vagrantfile | ||
tmp/ | ||
package-lock.json | ||
debug.log |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
sudo: required | ||
services: | ||
- docker | ||
os: | ||
- linux | ||
|
||
language: node_js | ||
node_js: | ||
- "6" | ||
- "node" | ||
|
||
before_script: | ||
- npm run bootstrap-container | ||
- sleep 10 | ||
|
||
script: | ||
- nyc npm test && nyc report --reporter=text-lcov | coveralls | ||
|
||
after_script: | ||
- npm run remove-container |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Special Thanks To | ||
|
||
Several folks have contributed time, effort, ideas or small PRs to this project. It would not be what it is without them! | ||
|
||
* [Ryan Niemeyer](http://knockmeout.net) | ||
* [Nathan Graves](https://github.com/woolite64) | ||
* [Ben Whatley](https://github.com/darklordzw) | ||
* [Randy Groff](http://randygroff.com) | ||
* [Joseph Frazier](https://github.com/josephfrazier) | ||
* [Sean Corrales](https://github.com/droidenator) | ||
* [Matthew Martin](http://matmar10.com) | ||
* [Tom Kirkpatrick](https://github.com/mrfelton) | ||
* [Bill Matson](https://github.com/bmatson) | ||
* [Scott Walters](http://github.com/LeankitScott) | ||
* [Eric Satterwhite](http://codedependant.net/) | ||
* [Leonardo Bispo de Oliveira](http://blog.bispooliveira.de) | ||
* [Michael Tuttle](https://github.com/openam) | ||
* [Dj Walker-Morgan](http://www.codepope.com) | ||
* [Hugo Cortes](https://github.com/hugocortes) | ||
* [Mathias Lundell](https://github.com/luddd3) | ||
|
||
### In Memoriam | ||
|
||
Austin Young was an exceptionally bright software engineer that made material contributions to Wascally (the predecessor) which remain a big part of Rabbot today. Austin took on the challenging and somewhat tedious task of building the first pass at batch acknowledgements and the approach to testing them. | ||
|
||
I remain grateful to Austin for his enthusiastic contribution. |
Oops, something went wrong.