All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Documentation updates
- Reading from ~/.snurc.yml or specified
- Initializing to ~/.snurc.yml or specified
- Exit codes introduced and full end to end tests
- Updated docs and various engineering improvements
- Removed HipChat as service (moved to proprietary system from statuspage.io)
- Updating path in tests to mock github path.
- Github service switched to using last-message over parsing message history. The message history API started returning '[]'.
- Added Heroku as service
- Capturing minor incidents for the first time!
- Split up spec into separate files
- Renderers are now outside of CLI context
- Indications less than Green now show message and url.
- Tests for renderers (render to console to visually verify)
- Travis CI support
- Fixed tests and built suite to test Github and Statuspage parsers
- Moving to explicit human readable Label
- Added some vscode/ms javascript config.
- Adding concept of Service, with allows specification of parsing
- Added
github
as service
npm test
is now just running the program until spec.js is in order- Cleaning up config/service interface
- README to better mirror instructions
- Support for command line calling in npm
- Changelog for last release
- Missing dependencies to package.json (node-fetch, invariant)
- Published to npm!
- Renamed project from
gua
tosnu
Reasoning was:gua
was taken on npm.snu
was freesnu
is easy to type, so easy to check- "What's that project called?" "Snu" "What's snu?" "I dunno what's snu with you"
- Added twilio as service
- Added basic functionality to fetch and parse Statuspage.io subscriber's status
- These include: aptible quay circleci vimeo travisci uservoice hipchat newrelic bitbucket disqus kickstarter kmstatus gotomeeting parse
- Removed project and installed node skeleton. Startup time cost of clojure was too expensive to be useful. Plus we gain npm's distrobution channles
- Added clojure command line util.