stable

Clone or download

Read-only

db_stats_svn_plugin_history.pl script stores data in database

This is part of story #9393 See svn plugin access logs How to test it ? ---------------- * Do some SVN operation from core and plugin in several projet with several users. Be careful, if you are using the new apache configuration, please take a look at the following Git commit: c2f400c3f974f60f911c004d9644c790bf54462d * Save the content of /var/log/httpd/svn_log into /var/log/tuleap/2016/08/svn_20160824.log. Adapt the date if necessary (this is the exepected filename if you test this patch today) * As root, launch /usr/share/tuleap/src/utils/compute_all_daily_stats.sh * Check if all the data are stored in plugin_svn_full_history table Change-Id: Ia76eb5b8c427b9b2deb7db1eb1d4ae8a1980b5b5

Modified Files

Name
M plugins/svn/bin/db_stats_svn_plugin_history.pl +42 −2 Go to diff View file
M plugins/svn/db/install.sql +10 −0 Go to diff View file
A plugins/svn/db/mysql/updates/2016/201608251326_create_plugin_svn_full_history_table.php +48 −0 Go to diff View file
M plugins/svn/db/uninstall.sql +1 −0 Go to diff View file