stable

Clone or download

Read-only

Rename events folder into Events folder (PSR complient)

This is part of story #11661: define a merge strategy for my repositories System events classes and tests are moved into SystemEvents folder. This trigger a lot of issue with code sniffer, but there are old files moved ... Change-Id: Ie3fa2c3e1de51ebbb9b9b5d18c3fd54e48a0d5e8

Modified Files

Name
R plugins/git/include/events/AfterRepositoryForked.php Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +3 −3 Go to diff View file
R plugins/git/include/events/ParseGitolite3Logs.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_DELETE_MIRROR.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_DUMP_ALL_MIRRORED_REPOSITORIES.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_EDIT_SSH_KEYS.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMP.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GERRIT_MIGRATION.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GERRIT_PROJECT_DELETE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GERRIT_PROJECT_READONLY.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECK.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_REPODELETE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_UPDATE_FOLLOWING_A_GIT_PUSH.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_LEGACY_REPO_ACCESS.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_LEGACY_REPO_DELETE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_PROJECTS_UPDATE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_REGENERATE_GITOLITE_CONFIG.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_REPO_DELETE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_REPO_FORK..php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_REPO_RESTORE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_REPO_UPDATE.class.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_UPDATE_MIRROR.php Go to diff View file
R plugins/git/include/events/SystemEvent_GIT_USER_RENAME.class.php Go to diff View file
M plugins/git/include/gitPlugin.class.php +3 −4 Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_EDIT_SSH_KEYSTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_GERRIT_ADMIN_KEY_DUMPTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_GERRIT_MIGRATIONTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_GERRIT_PROJECT_DELETETest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_GERRIT_PROJECT_READONLYTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_GROKMIRROR_MANIFEST_CHECKTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_REPO_DELETETest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_REPO_FORKTest.php Go to diff View file
R plugins/git/tests/events/SystemEvent_GIT_REPO_UPDATETest.php Go to diff View file
M plugins/git/tests/php7compatibletests.list +7 −7 Go to diff View file