stable

Clone or download

Read-only

chore: group related files in the DefaultBranchPush namespace

part of request #27896 Smart commit is not smart enough How to test: No functional change expected in the Git closing references feature. Notes: It makes more sense to group things together in a dedicated namespace instead of just Hook or Hook/Asynchronous. Change-Id: I21538b2cfba7ea1be99bc5cd332b62cac9b33a40

Modified Files

Name
M plugins/git/hooks/post-receive.php +1 −1 Go to diff View file
M plugins/git/include/CommitMetadata/GitCommitReferenceString.php +1 −1 Go to diff View file
M plugins/git/include/Hook/Asynchronous/AnalyzePushTask.php +1 −1 Go to diff View file
M plugins/git/include/Hook/Asynchronous/DefaultBranchPushParser.php +1 −1 Go to diff View file
R plugins/git/include/Hook/Asynchronous/CommitAnalysisOrder.php Go to diff View file
R plugins/git/include/Hook/CommitHash.php Go to diff View file
M plugins/git/include/Hook/DefaultBranchPush/DefaultBranchPushProcessor.php +0 −1 Go to diff View file
M plugins/git/include/Hook/DefaultBranchPush/DefaultBranchPushReceived.php +0 −3 Go to diff View file
R plugins/git/include/Hook/DefaultBranchVerifier.php Go to diff View file
M plugins/git/include/Hook/DefaultBranchPush/PushAnalyzer.php +0 −2 Go to diff View file
R plugins/git/include/Hook/VerifyIsDefaultBranch.php Go to diff View file
M plugins/git/tests/unit/CommitMetadata/GitCommitReferenceStringTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Hook/Asynchronous/AnalyzePushTaskTest.php +1 −1 Go to diff View file
R plugins/git/tests/unit/Hook/Asynchronous/CommitAnalysisOrderTest.php Go to diff View file
R plugins/git/tests/unit/Hook/CommitHashTest.php Go to diff View file
M plugins/git/tests/unit/Hook/DefaultBranchPush/DefaultBranchPushProcessorTest.php +0 −1 Go to diff View file
M plugins/git/tests/unit/Hook/DefaultBranchPush/DefaultBranchPushReceivedTest.php +0 −2 Go to diff View file
M plugins/git/tests/unit/Hook/DefaultBranchPush/PushAnalyzerTest.php +0 −1 Go to diff View file
M plugins/git/tests/unit/Stub/VerifyIsDefaultBranchStub.php +1 −1 Go to diff View file