Skip to content

Latest commit

 

History

History
115 lines (70 loc) · 8 KB

CHANGELOG.md

File metadata and controls

115 lines (70 loc) · 8 KB

1.1.0 (2020-04-16)

Features

  • cron: add the possibility to use Kernel crontab (2f7af46)

1.0.5 (2020-04-03)

Bug Fixes

  • worker: fix Worker Issue (Clean+Cache not started) (ce939dc)

1.0.4 (2020-04-03)

Bug Fixes

  • dashboard: fix issues in page (bcdd921)

Features

Performance Improvements

  • dashboard: add Caching System (16f3b63)
  • dashboard: improve Dashboard Page Performance (f6a873a)
  • dashboard: improve dashboard service (939214a)
  • dashboard: remove Unuse field (a6a61ea)

1.0.3 (2020-03-03)

Bug Fixes

1.0.2 (2020-03-02)

Bug Fixes

  • server: wait Mongoose Connection + Fix Domain Error with Axios (0e588ca)

1.0.1 (2020-03-01)

Bug Fixes

  • server.ts: fix Docker Build (2fdf6f3)

1.0.0 (2020-02-26)

Bug Fixes

  • authservice: fix issues + Add FastifyInstanceAuth (8d296f2)
  • checkers: fix Schema validation (to access to group information) (8b88439)
  • dashboard: fix React Error (9112e69)
  • dashboard: take only last metric for renderStatusChecker (43ecce8)
  • http service: export Methods (19454e3)
  • httphandlingservice: fix issue due to Boom migration (150a887)
  • language: fix Language in Export + Fix Latency on start (9a895bf)
  • metrics: fix Colors Metrics Index Page (380221e)
  • metrics: fix Display (a489190)
  • metrics: fix Metrics Export + Metrics page (5a17fb8)
  • metrics: fix Some issues when we have no metrics (63f1f28)
  • metrics: fix Webhook (3ebb06b)
  • prometheus: fix Issue when metric is not found (4e62286)
  • renderchecker: fix React issue (60be17d)
  • web: fix issues (4e00777)
  • web: fix Token Error (12e56dd)
  • worker: fix Issue regarding pingCall + Finish Test for worker (ea1dcf0)
  • worker: fix Main Thread in Worker process (2a03118)

Features

  • metrics: add Metrics Routes/Controller/Service (1902a4a)
  • 🎸 Init Architecture Next Fastify (e03fbfd)
  • add groups routes: add Groups Routes/Controller/Service + Edit Worker + Edit Group Sche/Serv (7e0a802)
  • auth: add Authentication Routes (65f0947)
  • authservice: implement Auth Service by Token + Add authToken Decoration in Fastify Instance (dd39c2c)
  • authstore: store token in cookies storage (f5454e6)
  • autoclean: add the possibility to clean metrics data every 8 days (e31b317)
  • checker: able to Start/Stop Checker + Autoload Checker on start (8b3a38a)
  • checker: add Checker Web Pages (7df4b92)
  • dashboard: add Dashboard page + Routes/Services/Tests (880555a)
  • group: add Group Routes/Controller/Service (7fd6389)
  • groups: able to edit Groups from Web Interface (8149aed)
  • http: add Http Service to have standard in API Response (9011e6f)
  • metrics: add Export Metrics and fix issue on metrics date (17a821a)
  • metrics: add Metrics Index Page (9ad7fd4)
  • metrics: add Metrics Page on Setup (901302b)
  • prometheus: add Prometheus support (683f0c9)
  • routes: add Ping Route (d26a0a9)
  • server: add Mongooose Connector (MongoDB) (4eae377)
  • server: add Swagger Generation + Helmet (ed1aab7)
  • server: edit CORS (b45a783)
  • web: add Web Client + Bulma + Auth Page (f483def)
  • webhook: have the possibility to be notify when status code change (12caeb4)
  • worker: v1 Worker + Call HTTP / Ping (38a99ef)