anvil/Anvil/Tools
Digimer bfc2204352 * Added a row-count check when deciding if a DB resync is needed.
* Updated the Database module to not sort or reorder the 'core_tables' array, and reordered them in the hash they're declared in.

Signed-off-by: Digimer <digimer@alteeve.ca>
2018-09-22 00:54:37 -04:00
..
Account.pm * Finished adding the 'sessions' database table and associated code. 2018-09-21 13:49:28 -04:00
Alert.pm * Updated Database->_test_access() to use the DBD 'ping' method, and attempt a reconnect of failure. 2018-08-15 16:57:57 -04:00
Convert.pm * Changed all methods to take a 'debug' argument for setting log level on calls. 2018-03-07 03:11:55 -05:00
Database.pm * Added a row-count check when deciding if a DB resync is needed. 2018-09-22 00:54:37 -04:00
Get.pm * Updates Tools->nice_exit to add the caller name to the exit status. 2018-09-06 01:37:08 -04:00
Job.pm * Updates Tools->nice_exit to add the caller name to the exit status. 2018-09-06 01:37:08 -04:00
Log.pm * Fixed a bug where finished jobs with a '0' picked-up time would be written to jobs.json. 2018-09-07 01:29:43 -04:00
Remote.pm * Added a row-count check when deciding if a DB resync is needed. 2018-09-22 00:54:37 -04:00
Storage.pm * Fixed a bug where finished jobs with a '0' picked-up time would be written to jobs.json. 2018-09-07 01:29:43 -04:00
System.pm * Updated Database->connect() to delete 'database::<uuid>' when a peer's database is not a matching version to avoid later use attempts. 2018-09-14 02:23:33 -04:00
Template.pm * Started work on the Striker sync function. It shows (without formatting yet) the ways the local dashboard can be accessed. 2018-07-07 01:31:40 -04:00
Validate.pm * Working on saving the new peer. Made progress on, but not yet finished, sanity checking the new peer form values. 2018-07-20 03:08:44 -04:00
Words.pm * Fixed a bug in Words->parse_banged_string() where values with commas was breaking the processing of the string of variable/value pairs. 2018-09-03 02:35:25 -04:00