stable

Clone or download

Read-only

story #7742: first purge script

* Launch tests: php tests/bin/simpletest plugins/statistics * Launch script: (cd /usr/share/codendi/src/utils; ./php-launcher.sh /usr/share/codendi/plugins/statistics/bin/purgeDiskUsageData.php) Change-Id: I43d2320952e56483885e19918ddd90de97e5b8b2

Modified Files

Name
A plugins/statistics/bin/purgeDiskUsageData.php +45 −0 Go to diff View file
M plugins/statistics/db/install.sql +6 −0 Go to diff View file
A plugins/statistics/db/mysql/updates/2015/201504081124_create_plugin_statistics_configuration_table.php +57 −0 Go to diff View file
M plugins/statistics/db/uninstall.sql +1 −0 Go to diff View file
A plugins/statistics/include/Statistics_ConfigurationDao.class.php +49 −0 Go to diff View file
A plugins/statistics/include/Statistics_ConfigurationManager.class.php +45 −0 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageDao.class.php +54 −0 Go to diff View file
A plugins/statistics/include/Statistics_DiskUsagePurger.class.php +174 −0 Go to diff View file
A plugins/statistics/include/Statistics_PHPVersionException.class.php +31 −0 Go to diff View file
M plugins/statistics/include/autoload.php +6 −2 Go to diff View file
A plugins/statistics/tests/Statistics_DiskUsagePurgerTestPHP53.php +202 −0 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +1 −0 Go to diff View file