stable
Clone or download
Read-only
Merge commit 'refs/changes/81/4881/3' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #8696: Optimize transformation of statistics export to CSV Conflicts: src/common/autoload.php Change-Id: Ib609a3eac0ed37fdedfdb57210922e7139862bcd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/db/install.sql | +2 | −0 | Go to diff View file |
A | plugins/docman/db/mysql/updates/2015/201512291430_add_indexes_for_docman_statistics.php | +38 | −0 | Go to diff View file |
M | plugins/git/db/install.sql | +2 | −1 | Go to diff View file |
A | plugins/git/db/mysql/updates/2015/201512291430_add_index_for_git_statistics.php | +35 | −0 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter.class.php | +20 | −36 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Scm.class.php | +3 | −2 | Go to diff View file |
A | plugins/statistics/tests/Statistics_FormatterTest.php | +62 | −0 | Go to diff View file |
M | plugins/statistics/www/scm_stats.php | +2 | −1 | Go to diff View file |
M | plugins/statistics/www/services_usage.php | +2 | −1 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +3 | −1 | Go to diff View file |
A | src/db/mysql/updates/2015/201512291430_add_indexes_for_statistics.php | +38 | −0 | Go to diff View file |