Skip to content

Releases: al-niessner/DAWGIE

Prep for ROMAN CGI

10 Mar 16:19
039b7db

Choose a tag to compare

Prep for ROMAN CGI Pre-release
Pre-release
need to make string from Path (#342)

Co-authored-by: Al Niessner <Al.Niessner@xxx.xxx>

Release 2.0.2

17 Dec 20:44
137f22d

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

Release 2.0.1

14 Oct 13:49
a251cdd

Choose a tag to compare

297: patches for new unique prime (#298)

* patch post

1. fixed a typo changing DO_NOTHING to DO NOTHING.
2. had to improve the UniqueViolation handling to allow for PKEY violations that are simply collisions between workers.
3. updates shelve for a simple typo of dbkeys() instead of keys().
4. minor changes for the Linters because their updates caused changes in their complaints.

Release 2.0.0

01 Oct 01:05
9cfd574

Choose a tag to compare

What's Changed

Full Changelog: 1.4.6...2.0.0

Release 1.4.6

18 Sep 16:08
1075e03

Choose a tag to compare

What's Changed

Full Changelog: 1.4.5...1.4.6

Release 1.4.5

21 Apr 16:08
ed95d2e

Choose a tag to compare

Update submit.py (#273)

Release 1.4.4

07 Oct 16:51
ee4d0d5

Choose a tag to compare

Issue 245: add a reset (#252)

* implement reset

Make it a post with no parameters. Not sure why that is any better than a GET but seems like accidental GET are easy while accidental POST with no parameters is more rare. Probably not in reality, but seems like something to make one sleep easier.

Release 1.4.3

19 Aug 19:02
9524d92

Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.4.3

Release 1.4.2

01 Feb 22:34
0f128cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

Release 1.4.1

22 Aug 20:19
6ab7721

Choose a tag to compare

214: problem with shelve comm link (#215)

Author: al-niessner
Date: Tue, 22 Aug 2023 13:18:12 -0700

  • cleaned up shelve

Added a unit test for the work that could be done with mock items. Then did some debugging in-situ with a live pipeline and made other fixes that are missed with the mock items.

issue 199: verify promotion and shelve work in real life (#212)

Author: al-niessner
Date: Wed, 2 Aug 2023 21:32:16 -0700

  • clean up

Missed a skip unit test that flushed out a couple more fixes to shelve. There is also a hidden function in the db API that needs to be fixed. It is noted on #213

fixes for it to work (#211)

Author: al-niessner
Date: Fri, 28 Jul 2023 17:50:18 -0700

Issue 206: fix foreman layoff (#209)

Author: al-niessner
Date: Thu, 27 Jul 2023 18:39:19 -0700

  • allow dispatch to que jobs for later

Issue 206: scheduler/farm/workers not getting things done (#207)

Author: al-niessner
Date: Mon, 17 Jul 2023 08:34:58 -0700

  • allow chaining of check without network

The CI tests always failed if it could not update github. Changed that to fail on report content so can be chained nicely on the CLI without a network connection to github.com.

  • add a snapshot capability

added a snapshot module to the dawgie.pl to build a dictionary that represents that moment in time. It grabs internal state from dawgie.context, dawgie.pl.state (fsm), dawgie.pl.farm, and dawgie.pl.schedule. It is really only helpful for debugging. Tested that items could be JSON serialized and the appear to be. Ready to move to ops for needed testing.

The updates include the implementation of the new endpoint /app/snapshot.

update comments

Author: Al Niessner
Date: Wed, 28 Jun 2023 14:20:21 -0700