stable
Clone or download
Read-only
MySQL-Python on CentOS/RHEL7 does not play well with MySQL 8.0 so we should stop making SQL requests directly from the Python codebase. Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: I6e5c7b72bb127b61f27c991324ab9afe894bf299
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/viewvc-epel.cgi | +0 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/ViewVC/ViewVCProxy.php | +8 | −0 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +5 | −0 | Go to diff View file |
M | src/common/ConcurrentVersionsSystem/ViewVC/ViewVCProxy.php | +5 | −0 | Go to diff View file |
M | src/common/ConcurrentVersionsSystem/ViewVC/viewvc-epel.cgi | +2 | −6 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +9 | −1 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCController.php | +4 | −2 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCProxy.php | +9 | −1 | Go to diff View file |
M | src/common/svn/viewvc/viewvc-epel.cgi | +0 | −5 | Go to diff View file |
M | src/utils/cvs1/cvsaccess.py | +7 | −23 | Go to diff View file |
D | src/utils/exit.py | +0 | −28 | Go to diff View file |
D | src/utils/group.py | +0 | −57 | Go to diff View file |
D | src/utils/include.py | +0 | −95 | Go to diff View file |
D | src/utils/session.py | +0 | −38 | Go to diff View file |
M | src/utils/svn/svnaccess.py | +0 | −51 | Go to diff View file |
D | src/utils/user.py | +0 | −97 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −1 | Go to diff View file |