Skip to content

Releases: jhuckaby/Cronicle

Version 0.1.1

27 Feb 23:27
Compare
Choose a tag to compare

Better shutdown procedure: Now waiting for all local, non-detached jobs to abort before continuing shutdown.
Also waiting for scheduler to write out its state file during shutdown.

Version 0.1.0

27 Feb 21:15
Compare
Choose a tag to compare

Added new algorithms choosing servers in an group target:

Algorithm Name Description
Random Pick a random server from the group.
Round Robin Pick each server in sequence (alphabetically sorted).
Least CPU Usage Pick the server with the least amount of CPU usage in the group.
Least Memory Usage Pick the server with the least amount of memory usage in the group.
Prefer First Prefer the first server in the group (alphabetically sorted), only picking alternatives if the first server is unavailable.
Prefer Last Prefer the last server in the group (alphabetically sorted), only picking alternatives if the last server is unavailable.
Multiplex Run the event on all servers in the group simultaneously (see below).

Also fixed a few misc UI bugs and improved debug logging.

Version 0.0.9

27 Feb 20:46
Compare
Choose a tag to compare

Fixed a few misc UI bugs and improved debug logging.

Version 0.0.8

21 Feb 23:14
Compare
Choose a tag to compare

Misc. bug fixes, and added two new HTTP APIs:

  • get_categories: Get paginated list of categories.
  • get_plugins: Get paginated list of plugins.

Version 0.0.7

07 Feb 06:02
Compare
Choose a tag to compare

Added unit tests, and a number of misc. bug fixes.

  • Removed title parameter requirement on several API calls (not needed).
  • Now writing detached queue files atomically, to avoid any possible race conditions with queue monitor.
  • Fixed bug where an API key attempting an administrative level function would result in no callback being fired.

Type npm test to run the unit test suite!

Version 0.0.6

10 Jan 21:56
Compare
Choose a tag to compare

Now hiding all non-admin privilege checkboxes when admin is checked (they have no meaning, as admin trumps all).
Fixed bug where floating clock would obscure logout button when scrolled to top.
Added clarification to caption about timezone interpretation on the Time Machine text field.
Added clarification to docs on starting in debug mode and 'Run All Mode' events.

Version 0.0.5

10 Jan 19:05
Compare
Choose a tag to compare

Install Script: Now using 'npm update' for upgrades, instead of running 'npm install' again.
Updated docs with explicit callout to 'pixl-webapp' for the client-side framework.

Version 0.0.4

10 Jan 18:25
Compare
Choose a tag to compare

Can now integrate with external user management system, via the 'external_user_api' User Manager config prop.
Misc fixes.

Version 0.0.3

08 Jan 05:28
Compare
Choose a tag to compare

Fixed a couple small bugs in the upgrade script.

Version 0.0.2

08 Jan 05:16
Compare
Choose a tag to compare

Minor tweaks to the installation process.
Added missing pixl-perf dependency.