anvil/Anvil/Tools
2021-07-28 19:29:24 -04:00
..
Account.pm * This contains a fairly major change to how time stamps are handled. All INSERT and UPDATE calls now generate a new timestamp via Database->refresh_timestamp, instead of using 'sys::database::timestamp'. This was done in responce to finding a bug where tables in a database differed in both counts of public and private schemas (ip_addresses table, specifically) that failed to resync because the timestamps were re-used too often. 2021-06-08 15:23:15 -04:00
Alert.pm * Finished (though testing still needed) scan-network. 2021-07-09 01:20:25 -04:00
Cluster.pm Added a couple notes for later dev. 2021-07-16 11:13:48 -04:00
Convert.pm
Database.pm * Updated Database->get_server_definitions() to take a specific server UUID, allowing just the one definition to be loaded. Also had it clear previous loads. 2021-07-20 23:19:29 -04:00
DRBD.pm * Fixed a bug in DRBD->gather_data() where the peer node's data was being recorded where the local node's data should have been saved. 2021-06-30 14:58:36 -04:00
Email.pm
Get.pm * Fixed a couple logging bugs. 2021-06-23 18:22:55 -04:00
Job.pm Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well. 2021-07-16 15:07:07 -04:00
Log.pm * I _might_ have fixed the network configuration issue in anvil-configure-host... Updated it so that if 'nmcli' doesn't report a valid device name, it looks for it in the ifcfg-X file, and uses 'X' if not found there. 2021-06-18 19:37:37 -04:00
Network.pm * Fixed a bug in anvil-daemon where, when an anvil-manage-power reboot run had triggered a reboot, anvil-daemon didn't set the job_progress to '100', causing constant reboots. Also fixed a bug where the log level was hard-set to '1' instead of '2' needed during debugging. 2021-06-28 20:04:11 -04:00
Remote.pm
ScanCore.pm Fixed two small bugs that were preventing proactive live migration from working. 2021-07-20 01:56:50 -04:00
Server.pm * Updated Database->get_server_definitions() to take a specific server UUID, allowing just the one definition to be loaded. Also had it clear previous loads. 2021-07-20 23:19:29 -04:00
Storage.pm
Striker.pm fix(Anvil): add clean up logic when failed to validate Apache conf after modify 2021-07-28 19:29:24 -04:00
System.pm
Template.pm
Validate.pm
Words.pm