stable

Clone or download

Read-only

Move Git DAOs related to remote servers to PDO and prepared statements

This is part of story #11261: convert Git plugin to SQL prepared statements Change-Id: Iedba81fc238b20fd2e9dd1a58949c892646a9f55

Modified Files

Name
M plugins/git/include/Git/Gitolite/SSHKey/Provider/GerritServer.php +5 −4 Go to diff View file
M plugins/git/include/Git/RemoteServer/Dao.class.php +77 −122 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/Permission/ServerPermissionDao.php +25 −21 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/Permission/ServerPermissionManager.php +2 −2 Go to diff View file
M plugins/git/include/Git/RemoteServer/GerritServerFactory.class.php +12 −6 Go to diff View file
M plugins/git/tests/Git/Gitolite/SSHKey/Provider/GerritServerTest.php +4 −5 Go to diff View file
M plugins/git/tests/Git/RemoteServer/GerritServerFactoryTest.php +11 −11 Go to diff View file