Skip to content

Releases: ilikeorangutans/harbormaster

Check Project Command

22 Sep 19:56
5ab2413

Choose a tag to compare

Added a check project command that checks all flows in a project. Flows can be filtered by prefix or /regular expression/ and flows are now sorted by name. By default all matching flows will be shown with a short histogram of max 5 executions (can be set via -c) and histogram details will be shows for 3 executions (can be set via -d) if the job status is failed. If you're only interested in non-healthy flows you can provide -i (--ignore-healthy).

Screen Shot 2019-09-22 at 3 54 58 PM

Switched to Cobra

23 Aug 19:39

Choose a tag to compare

  • Switched to cobra as the CLI library
  • Harbormaster can now fetch the currently running executions (by parsing the page HTML)
  • Improved get flows command to allow filtering by prefix or regex
  • Now building binaries for linux, darwin, and windows

v0.1.2

21 Aug 18:30

Choose a tag to compare

Fixed login to work with the latest version of Azkaban.

v0.1.1

29 May 14:01

Choose a tag to compare

Fixed broken follow log function when using a URL.

v0.1.0

29 May 02:55

Choose a tag to compare

Supports authentication, listing flows, projects, fetching logs, checking flow status and histograms.