All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added Documentation
- Enabled forwarding to given url E2EMONITORING_URL for given service E2EMONITORING_SERVICE
- Displayed JSON export in GUI, along with time since alert received
- Added JSON export of events in format expected by E2EMonitoring
- Enable database storage with STORAGE_TYPE and DATABASE_URL
- Added support for sqlite3 & postgreSQL (through SQLAlchemy)
- Displayed JSON export in GUI, along with time since alert received
- Created python objects for events and storage
- Created endpoints and simple GUI
- Create Makefile to
- display / use / set-up environment variables
- run server in 3 modes: flask-dev, gunicorn, heroku-local
- run tests & coverage
- deploy
- initial revision