stable
Clone or download
Read-only
Merge commit 'refs/changes/39/3839/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7742: first purge script Change-Id: I646714ed64f65499daf57c35a2693fb44bbaeedc
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 |