stable

Clone or download

Read-only

chore: make Hook namespace PSR-4 compliant

part of story #26802 have smart commit with Tuleap Git No functional change expected in Git post-receive hook behaviour. Change-Id: Ia90a14fd3f314fcf852830296d6196e59207a9ff

Modified Files

Name
M plugins/git/hooks/post-receive.php +8 −6 Go to diff View file
R plugins/git/include/Git/Hook/CrossReferencesExtractor.php Go to diff View file
R plugins/git/include/Git/Hook/LogAnalyzer.class.php Go to diff View file
R plugins/git/include/Git/Hook/LogPushes.class.php Go to diff View file
R plugins/git/include/Git/Hook/ParseLog.class.php Go to diff View file
R plugins/git/include/Git/Hook/PostReceive.class.php Go to diff View file
R plugins/git/include/Git/Hook/PostReceiveExecuteEvent.php Go to diff View file
R plugins/git/include/Git/Hook/PostReceiveMailSender.php Go to diff View file
R plugins/git/include/Git/Hook/PostReceiveMailsRetriever.php Go to diff View file
R plugins/git/include/Git/Hook/PushDetails.class.php Go to diff View file
D plugins/git/tests/unit/Git/Hook/Git_Hook_LogAnalyzerTest.php +0 −151 Go to diff View file
D plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLog_CountPushesTest.php +0 −55 Go to diff View file
R plugins/git/tests/unit/Git/Hook/CrossReferencesExtractorTest.php Go to diff View file
A plugins/git/tests/unit/Hook/LogAnalyzerTest.php +226 −0 Go to diff View file
R plugins/git/tests/unit/Git/Hook/Git_Hook_ParseLogTest.php Go to diff View file
R plugins/git/tests/unit/Git/Hook/PostReceiveMailsRetrieverTest.php Go to diff View file
R plugins/git/tests/unit/Git/Hook/Git_Hook_PostReceive_CommonTest.php Go to diff View file
M tests/psalm/tuleap-baseline.xml +99 −456 Go to diff View file