Skip to content

Releases: pcelvng/task-tools

0.32.0

04 Feb 21:40
8845da6

Choose a tag to compare

What's Changed

Full Changelog: v0.31.1...v0.32.0

0.31.1

26 Nov 15:12
e4e986b

Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #238
  • alert-fix for reoccuring alerts for unfinished tasks by @jbsmith7741 in #239
  • Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps by @dependabot[bot] in #240

Full Changelog: v0.31.0...v0.31.1

0.31.0

19 Nov 21:52
ef71716

Choose a tag to compare

What's Changed

  • Replace in-memory cache: used for phase/task management with sqlite without losing functionality.
    • db has versioning and migrations enabled for future changes
  • New UI dashboard returned from the /web/* endpoints
    • About: replaces /info endpoint to provide runtime and db details
    • Tasks: current and historical record of tasks
    • Alerts: show alerted tasks by day.
      • notification now send a link to the dashboard alert page rather than a link to a file
    • Files: Details about file-matching and processing
    • Workflow: provides a list of all phases and workflow files
flowlord_alerts flowlord_tasks

Full Changelog: v0.30.0...v0.31.0

0.30.0

18 Sep 15:39
4298707

Choose a tag to compare

What's Changed

Full Changelog: v0.29.2...v0.30.0

0.29.2

11 Jun 16:08
1d28104

Choose a tag to compare

What's Changed

NOTE change in behavior:
Previously bootstrap was importing packages for both sql and postgres. If you were relying on this behavior add these imports in your app.

import (
	_ "github.com/go-sql-driver/mysql"
	_ "github.com/lib/pq"
)

Full Changelog: v0.28.0...v0.29.2

0.28.0

17 Sep 16:28
f1320e7

Choose a tag to compare

What's Changed

New

  • Weekly Iteration Support & better recap time metrics by @jbsmith7741 in #214
  • added json(b) functionality for sql-load file data by @zJeremiah in #216

Fixes

Full Changelog: v0.27.0...v0.28.0

0.27.0

30 May 16:44
e020018

Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

0.26.0

08 Feb 22:40
ab377a5

Choose a tag to compare

What's Changed

Full Changelog: v0.25.4...v0.26.0

0.25.4

18 Jan 16:25
7898c33

Choose a tag to compare

What's Changed

Full Changelog: v0.25.3...v0.25.4

0.25.3

10 Aug 16:23
5bd7759

Choose a tag to compare

What's Changed

Full Changelog: v0.25.2...v0.25.3