anvil/Anvil/Tools
2022-03-31 21:19:32 -04:00
..
Account.pm * Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI 2021-11-15 01:01:23 -05:00
Alert.pm Fixed a bug in Alert->check_condition_age() where, when the 'clear' parameter was set and the value was already 'clear', it would flip to 'set' erroniously. 2022-01-13 21:07:25 -05:00
Cluster.pm Added a couple notes for later dev. 2021-07-16 11:13:48 -04:00
Convert.pm Added '#!no_value!#' to be handled properly by Convert->format_mmddyy_to_yymmdd. 2022-01-20 10:26:54 -05:00
Database.pm Reworked Database->_find_behind_databases to loop through tables, then databases when evaluating for resync. This is still racy but should be less racy as the time between counts of columns for a given table should be a lot shorter. Also re-enabled triggering resyncs based on the age of the most recent record. 2022-03-31 21:19:32 -04:00
DRBD.pm Updated ocf:alteeve:server to better handle multi-peer DRBD configurations. 2022-02-21 19:18:28 -05:00
Email.pm
Get.pm * Created Get->kernel_release() that returns the current kernel release (version) in use on the host or on a remote system. 2021-12-07 20:03:39 -05: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
Network.pm * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
Remote.pm
ScanCore.pm * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
Server.pm * Fixed a bug where ethtool's Media type contained tab characters that broke JSON when configuring the netowrk interfaces. 2022-01-03 17:06:56 -05:00
Storage.pm * Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch. 2021-10-28 12:07:36 -04:00
Striker.pm * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
System.pm * Fixed a bug where resync'ing the database was missing tables. 2022-03-29 17:12:26 -04:00
Template.pm
Validate.pm
Words.pm