Skip to content

Releases: amanjpro/greenish

Default Settings and more

17 Jul 02:41
Compare
Choose a tag to compare

This version comes with the following:

  • Default settings is now provided #31
    • Global-level default settings
    • Group-level default settings
    • Prometheus IDs can now be derived from Group and Job name combination
    • Prometheus IDs are now sanity checked
    • Provide a good default setting for refresh-dispatcher
  • Show UTC time in the dashboard #32

Prometheus integration

16 Jul 05:21
Compare
Choose a tag to compare

Two new and exciting features:

  • A new endpoint for prometheus exporters #26
  • A new endpoint for checking the health of the system #27

First stable version

15 Jul 04:37
Compare
Choose a tag to compare

This version is bit by bit equivalent to version 1.0.0-beta

For the set of features, please refer to README

First beta version

14 Jul 13:36
Compare
Choose a tag to compare
First beta version Pre-release
Pre-release

This one has all the capabilities of 0.0.1-alpha-9 version, plus:

  • Issue #19 is fixed
  • Issue #22 is fixed
  • JSX files are pre-compiled, which should lead for faster dashboard load/reload

Release 0.0.1-alpha-9

09 Jul 16:15
Compare
Choose a tag to compare
Release 0.0.1-alpha-9 Pre-release
Pre-release
  • Introduce an HTML dashboard #1
  • Support monitoring jobs that accept batch periods only #9
  • Add refresh state by id #13
  • Add system endpoint #12

Release 0.0.1-alpha-7

03 Jul 22:28
Compare
Choose a tag to compare
Release 0.0.1-alpha-7 Pre-release
Pre-release

Always use bash -c to run check/monitoring commands. This gives us access to bash features like *, ~ and environment variables

Release 0.0.1-alpha-6

01 Jul 15:31
Compare
Choose a tag to compare
Release 0.0.1-alpha-6 Pre-release
Pre-release
  • Always respond with JSON, even on error
  • Do not use Alpine anymore, use a full-fledged Linux as the base docker image

Release 0.0.1-alpha-5

01 Jul 13:30
Compare
Choose a tag to compare
Release 0.0.1-alpha-5 Pre-release
Pre-release

Support:

  • Point updates. When a job status is returned, it is updated right away. Instead of waiting for all other jobs to finish their status update
  • Get GroupStatus by id
  • Get JobStatus by id

Release 0.0.1-alpha-4

30 Jun 02:32
Compare
Choose a tag to compare
Release 0.0.1-alpha-4 Pre-release
Pre-release

Fix publishing fat (assembly) jar

Release 0.0.1-alpha-3

30 Jun 01:42
Compare
Choose a tag to compare
Release 0.0.1-alpha-3 Pre-release
Pre-release

Fix docker image upload