Skip to content

Releases: jhuckaby/Cronicle

Version 0.8.44

28 Feb 03:55
Compare
Choose a tag to compare
  • Fixes #264 - A refresh bug which occurs when the history view is reloaded after a job completes, but if the user has activated the "Filter By Event" menu, it gets invalidated and the user cannot select an item. Thanks @geofffox!

Version 0.8.43

20 Feb 02:06
Compare
Choose a tag to compare
  • This version fixes issue #216

Version 0.8.42

14 Feb 03:43
Compare
Choose a tag to compare
  • Added get_active_jobs API and docs. Closes #261.

Version 0.8.41

08 Feb 02:57
Compare
Choose a tag to compare
  • More spawn crash protection, this time for server resource monitoring.
  • If the server is completely out of memory, the ps exec spawn may fail.
  • This adds crash protection, and just logs the error (non-fatal).

23c3ba2

Version 0.8.40

07 Feb 22:35
Compare
Choose a tag to compare

Just a small bug fix in this release:

  • Better support for catching child spawn errors when the PID, STDIN or STDOUT are all undefined.
  • Presumably this can happen with a server that is completely out of memory.
  • Apparently Node.js doesn't throw an error for this. Go figure!

267554d

Version 0.8.39

18 Jan 03:44
Compare
Choose a tag to compare
  • Includes PR #253 (thanks @attie).
  • If you do not wish to merge the POST data into the params (for example if you are using a webhook that provides other data as JSON), then you can add &post_data=1 to the query string. If you do this, then the POST data will be available in the post_data key of the params object.
  • Thanks to user @attie and PR #254 for these fixes and suggestions.

Version 0.8.38

20 Dec 06:07
Compare
Choose a tag to compare

This version fixes issue #246. Thanks to user @alexpanas for the issue report!

Version 0.8.37

27 Nov 22:20
Compare
Choose a tag to compare

Now correctly throwing an error instead of crashing when starting a job and the event's category, plugin, or server group cannot be found.

Version 0.8.36

27 Nov 20:04
Compare
Choose a tag to compare

This version fixes issue #199

Version 0.8.35

25 Nov 04:22
Compare
Choose a tag to compare