Skip to content

Releases: RENCI/APSViz-Msg-Handler

Refactoring for DB inserts

13 Apr 17:32
Compare
Choose a tag to compare

removing redundant code used in inserting DB records

altering log level for DB connection loss

06 Apr 13:55
Compare
Choose a tag to compare
v0.3.8

adjusting log levels for DB connection issues

Changing to stored DB connection mode

05 Apr 15:37
Compare
Choose a tag to compare
v0.3.7

adjusting log details.

Changing to stored DB connection mode

05 Apr 15:29
Compare
Choose a tag to compare

adjust log entries as well

Correcting DB cursors

16 Mar 16:44
Compare
Choose a tag to compare
v0.3.4

better checking to see if DB connection is ready

Switching to on-demand DB connections

14 Mar 16:40
Compare
Choose a tag to compare

I suspect that is a DB connection loss happening here.

Adding instance id checks before using it

10 Mar 17:18
Compare
Choose a tag to compare
v0.3.2

adding test data for run props

Fixing unexpected return for run-time msgs

09 Mar 20:59
Compare
Choose a tag to compare

the old DB object would return null if the record was not found. the new one returns -1.

so the after sql execution chacke was changed.

Implementing new DB class

09 Mar 19:03
Compare
Choose a tag to compare
v0.3.0

adopting the new DB connection class

Minor tidying up

08 Mar 18:47
Compare
Choose a tag to compare
v0.2.12

tidying up to get 10/10 pylint verification