summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03PYKE-11909: proofreading on validation loggingJustin Worthe
2020-02-03PYKE-11909: Split multi-author checks to have different messagesJustin Worthe
2020-02-03PYKE-11909: Revived test for configured mainlineJustin Worthe
2020-01-31PYKE-11909: Updated multiple author policy to allow merging between mainlinesJustin Worthe
2020-01-31PYKE-11909-multiple-mainline-branches: Updated test grouping and namingJustin Worthe
2020-01-30Merge pull request #44 from jemstep/PYKE-11909-multiple-mainline-branchesDaniel Paulo Pimenta Cabral
2020-01-29PYKE-11909: Documented configJustin Worthe
2020-01-29PYKE-11909-multiple-mainline-branches: Placeholder section in docs for explai...Justin Worthe
2020-01-29PYKE-11909: Added .git-keep to maintain our repo format for the test repoJustin Worthe
2020-01-29PYKE-11909: Suppress error in the case where the ref doesn't existJustin Worthe
2020-01-29PYKE-11909: Updated fuzzing tests to only check valid references for errorsJustin Worthe
2020-01-29PYKE-11909: Added fuzz testing for git configJustin Worthe
2020-01-29PYKE-11909: Pass git by ref for consistency with other hooksJustin Worthe
2020-01-29PYKE-11909: Improved scoping of mainline default config valueJustin Worthe
2020-01-29PYKE-11909: Tested glob / literal behaviour for is_mainline checkJustin Worthe
2020-01-29PYKE-11909: Added support for non-glob mainline branchesJustin Worthe
2020-01-28PYKE-11909: When finding commits, consider all mainline commits checkedJustin Worthe
2020-01-28PYKE-11909: Added additional test for glob caseJustin Worthe
2020-01-28PYKE-11909: Updated definition of is_mainline to include other globsJustin Worthe
2020-01-27PYKE-11909: Initialized LiveGit with its configJustin Worthe
2020-01-24PYKE-11909: Added config field for multiple mainlinesJustin Worthe
2020-01-16Merge pull request #43 from jemstep/architecture-docs-updatejemstep-edward
2020-01-16Added architecture description to readmeJustin Worthe
2020-01-03Merge pull request #42 from jemstep/tag-overrideJustin Wernick
2020-01-03Version BumpJustin Worthe
2020-01-03Updating naming around manually verified commitsJustin Worthe
2020-01-02Added test for the multiple author check with exclusion tagsJustin Worthe
2020-01-02Removed dead codeJustin Worthe
2020-01-02Made the multiple author check use the full range of commitsJustin Worthe
2019-12-31Merge pull request #41 from jemstep/tag-overridejemstep-edward
2019-12-31Removed unnecessary collection of iterators into vectorsJustin Worthe
2019-12-31Bump versionJustin Worthe
2019-12-31Extract repeated codeJustin Worthe
2019-12-31Cleaning up unnecessary cloning of emailsJustin Worthe
2019-12-31Moved keyring functionality to the keyring itselfJustin Worthe
2019-12-31Moved time logging before early exit from functionJustin Worthe
2019-12-31Resolved unnecessary identity functionsJustin Worthe
2019-12-31Rename internal 'commit' objectJustin Worthe
2019-12-30Updated namesJustin Worthe
2019-12-30Updated docsJustin Worthe
2019-12-30Moved tag retrieval code to somewhere that would only iterate over the tags onceJustin Worthe
2019-12-27Additional logging context when applying override tagsJustin Worthe
2019-12-27Added tags to the list of authors on a branchJustin Worthe
2019-12-27Implements fetching tags with git commitsJustin Worthe
2019-12-24Receive keys based on keyring abstractionJustin Worthe
2019-12-24Refactoring how GPG is usedJustin Worthe
2019-12-24Changed Git actions to return our own commit objects directlyJustin Worthe
2019-12-24Added test for unhappy path, where not enough tags have been addedJustin Worthe
2019-12-23Added a failing test for overriding the Capn rules with tagsJustin Worthe
2019-12-20Skeleton function for verifying a tagJustin Worthe