summaryrefslogtreecommitdiff
path: root/buildscripts/validate_commit_message.py
AgeCommit message (Collapse)Author
2024-07-23SERVER-92729 Ignore whitespace for commit message validation comparisons ↵Steve McClure
(#25191) GitOrigin-RevId: 4b0e45da036e265971b82500736cdb0db4d8234a
2024-06-19SERVER-91650 Added more checks to pr description (#23659)Alexander Neben
GitOrigin-RevId: f3d7cd102c4f8d5d20c38574195de6321b8bb9d6
2024-05-21SERVER-90006 Fix up commit message validation logic (master) (#22052)stevegrossmongodb
(This is a copy of https://github.com/10gen/mongo/pull/21906, applied to master branch) Simplifies commit message validation to the simplest possible logic: a straightforward regex on the PR title. Note: This PR also includes the addition of a `github_pr_alias`, so that the new GitHub merge queue uses the correct set of tests on push. GitOrigin-RevId: 4d30700235735798a52a344b291f8ca0bf530cb0
2024-05-16SERVER-90570: Enable formatting checks for buildscripts directory, excluding ↵Steve McClure
idl (#22254) GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2023-09-21SERVER-81200 added optional debug logs for buildscript validate_commit_messagesaldo-aguilar
2021-12-30SERVER-62292: Validate commit messages do not reference internal ticketsDavid Bradford
2021-09-08SERVER-59511: Improve error messages in validate_commit_messageDavid Bradford
2021-08-20SERVER-59476: Allow for commit messages reverting wiredtiger importsDavid Bradford
2021-07-14SERVER-55279: Commit queue message validation got tricked by merging ↵Jeff Zambory
multiple commits
2020-06-29SERVER-48714 Send commit queue validation messages to stderrLydia Stepanek
2020-04-30SERVER-45949 Update validate commit message client to work with new patch ↵Jim OLeary
description standard
2020-04-29Revert "SERVER-45730 update commit queue message validation"David Bradford
This reverts commit 54efb1c92a592f62f05c1eb9aeb92527c6008c08.
2020-04-28SERVER-45730 update commit queue message validationJim OLeary
2020-01-24Revert "SERVER-45074 validate commit message against JIRA"David Bradford
This reverts commit 1da2398abc11189a6d7706cfba12fa71a693e129.
2020-01-23SERVER-45074 validate commit message against JIRAJim O'Leary
2019-12-09SERVER-44338 validate commit message usabilityJim O'Leary
2019-12-06SERVER-44338 validate commit messageJim O'Leary