Skip to content

Releases: mtakaki/cachet-url-monitor

Support to different token providers

19 May 08:48
829155d
Compare
Choose a tag to compare

As part of #99, cachet-url-monitor now supports different token providers. It included refactoring, so it can be easily extended to support new sources.

Still backwards compatible with old configuration files.

Improvements

01 May 15:53
a04f7ae
Compare
Choose a tag to compare

Thank you @nijel for the great new additions!

  • Removing unused token from Configuration.
  • Adding support to webhooks.
  • Improving incident handling with customizable incident message.

Numerous bug fixes

29 Apr 15:34
7b19a44
Compare
Choose a tag to compare

Thanks to @nijel, we got numerous bug fixes:

  • Removing usage of scheduler and relying on thread sleep.
  • Incorrect location of latency unit.
  • Fixing the metrics push that was pushing it twice.

Major bug fix

29 Jan 10:07
bd61067
Compare
Choose a tag to compare

Accidentally introduced a bug when moving code from configuration.py to scheduler.py (#81). Kindly fixed by @chris-str-cst through #82.

Major bug fix

28 Jan 09:46
df2d094
Compare
Choose a tag to compare

Fixing bug introduced in 0.6.2 when a CachetClient class was created and it was preventing it from updating component status. It wasn't calling ComponentStatus.value.

Upgrading dependencies

19 Jan 22:34
79a9a7f
Compare
Choose a tag to compare

Upgrading dependencies:

  • PyYAML 5.3

Dev requirements:

  • coverage 5.0.3
  • coveralls 1.10.0
  • mock 3.0.5
  • pytest 5.3.3

And finally fixing the code coverage metrics, that was broken due to running pytest with the installed package, rather than the source code.

Automatically scraping CachetHQ configuration

18 Jan 22:05
eeec3a2
Compare
Choose a tag to compare

Adding the ability to scrape a CachetHQ instance to automatically produce a configuration file.

Improving expectation validation

18 Jan 22:04
bcafbd6
Compare
Choose a tag to compare

Improving expectation validation from the configuration file.

Multiple URL support

05 Jan 18:33
a13a42d
Compare
Choose a tag to compare

Now cachet-url-monitor supports multiple URLs under the same instance (#66) thanks to @aberenshtein implementation.

0.5

25 Oct 15:14
b3e4000
Compare
Choose a tag to compare
0.5

Adding the ability to override the incident status for each expectation. Feature request (#72)