Commit Graph

15 Commits

Author SHA1 Message Date
stevegrossmongodb 1185833261 SERVER-90006 Fix up commit message validation logic (v7.0) (#22050)
(This is a copy of https://github.com/10gen/mongo/pull/21906, applied to
v7.0 branch)

Simplifies commit message validation to the simplest possible logic: a
straightforward regex on the PR title.

GitOrigin-RevId: b32cb8a74b3da014dac4fc658bf05b07cf32f8ea
2024-05-15 01:37:32 +00:00
Anthony Pratti 1f4d039b12 SERVER-83626 make validate_commit_message pattern more resilient 2023-12-01 17:08:28 +00:00
Juan Gu ea41cbaf9d SERVER-82043 Enhancement of Commit Message Validation for 10gen/mongo Commits (#16160)
(cherry picked from commit 4dc9f17146)
2023-11-28 00:47:32 +00:00
David Bradford 69a2128b5e SERVER-62292: Validate commit messages do not reference internal tickets 2021-12-30 15:46:42 +00:00
David Bradford 307cc81f1a SERVER-59511: Improve error messages in validate_commit_message 2021-09-08 15:52:32 +00:00
David Bradford 44ecd94334 SERVER-59476: Allow for commit messages reverting wiredtiger imports 2021-08-20 20:20:17 +00:00
Jeff Zambory ab08cdc4f2 SERVER-55279: Commit queue message validation got tricked by merging multiple commits 2021-07-14 17:32:48 +00:00
Lydia Stepanek 021430190c SERVER-48714 Send commit queue validation messages to stderr 2020-06-29 18:31:40 +00:00
Jim OLeary 09b9e93168 SERVER-45949 Update validate commit message client to work with new patch description standard 2020-04-30 09:21:47 +00:00
David Bradford 609270bc42 Revert "SERVER-45730 update commit queue message validation"
This reverts commit 54efb1c92a.
2020-04-29 00:59:49 +00:00
Jim OLeary 54efb1c92a SERVER-45730 update commit queue message validation 2020-04-28 10:33:12 +00:00
David Bradford 544cd7662f Revert "SERVER-45074 validate commit message against JIRA"
This reverts commit 1da2398abc.
2020-01-24 19:17:25 +00:00
Jim O'Leary 1da2398abc SERVER-45074 validate commit message against JIRA 2020-01-23 17:52:51 +00:00
Jim O'Leary 1f5591c7a0 SERVER-44338 validate commit message usability 2019-12-09 11:45:50 +00:00
Jim O'Leary 0ccd8da6ee SERVER-44338 validate commit message 2019-12-06 16:59:35 +00:00