Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.36 KB

Changelog

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.

Table of releases

[0.3.x] - 2018-02-07

  1. Added Documentation
  2. Enabled forwarding to given url E2EMONITORING_URL for given service E2EMONITORING_SERVICE
  3. Displayed JSON export in GUI, along with time since alert received
  4. Added JSON export of events in format expected by E2EMonitoring

[0.2.x] - 2018-02-06

  1. Enable database storage with STORAGE_TYPE and DATABASE_URL
  2. Added support for sqlite3 & postgreSQL (through SQLAlchemy)
  3. Displayed JSON export in GUI, along with time since alert received

[0.1.x] - 2018-02-04

  1. Created python objects for events and storage
  2. Created endpoints and simple GUI
  3. Create Makefile to
    • display / use / set-up environment variables
    • run server in 3 modes: flask-dev, gunicorn, heroku-local
    • run tests & coverage
    • deploy

[0.1.0] - 2018-02-03

  • initial revision