summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-03-24GCed test repo and removed .gitkeep files to reproduce issueJustin Worthe
2020-03-16PYKE-11910: Fixed is_tag test to not error if the tag doesn't exist yetJustin Worthe
2020-03-13PYKE-11910: Moved reference update and gave it some testsJustin Worthe
2020-03-13Moved ReferenceUpdate parsing to happen with the rest of hook info parsingJustin Worthe
2020-03-10PYKE-11910: implemented edge-case for force-pushesJeff Chien
2020-03-10PYKE-11910: implemented working rebase logicJeff Chien
2020-03-10PYKE-11910: test-repo additions for rebase testJeff Chien
2020-03-10PYKE-11910: Add test case verifying that rebased branch is allowed when check...Janco Wolmarans
2020-03-04PYKE-11910: Added tests for blocking unrebased changesJustin Worthe
2020-03-04PYKE-11910-Enforce-Rebasing: Added additional test data to test repoJustin Worthe
2020-03-04PYKE-11910: Added checks for verifying code is rebased before merging into ma...Justin 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-29PYKE-11909: Added .git-keep to maintain our repo format for the test repoJustin Worthe
2020-01-29PYKE-11909: Added support for non-glob mainline branchesJustin 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-02Added test for the multiple author check with exclusion tagsJustin Worthe
2019-12-31Cleaning up unnecessary cloning of emailsJustin Worthe
2019-12-31Moved keyring functionality to the keyring itselfJustin Worthe
2019-12-30Updated namesJustin 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-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-07-17log-formatting: Ran rustfmt on the projectJustin Worthe
2019-07-17log-formatting: Additional logging context and one log per lineJustin Worthe
2019-07-16splunk-friendly-logs: Reviewed logging levels and contentsJustin Worthe
2019-07-15network-logging: Better logging level filter interfaceJustin Worthe
2019-07-15network-logging: Cleaned up other logger dependency used in testsJustin Worthe
2019-06-19PYKE-10312: Additional test cases to target the multiple author caseJustin Worthe
2019-06-19PYKE-10312: limited multiple author check to only run on merging to headJustin Worthe
2019-06-19refactor: Condensed the test setup into a function that's executed onceJustin Worthe
2019-06-19PYKE-10312: Added filter for verifying multiple authors to allow fast forwardingJustin Worthe
2019-06-18refactor: Implemented FromIterator for PolicyResultJustin Worthe
2019-06-14refactor: Bubbled policy results to the main function to report to the userJustin Worthe
2019-06-14Removed unused branch nameJustin Worthe
2019-06-07Cleaner output from suppressing GPG's loggingJustin Worthe
2019-06-07Find a trivial merge by doing the merge myself and comparing resultsJustin Worthe
2019-06-07Logging framework for testing that has its output captured correctlyJustin Worthe
2019-06-07Test case for valid automatic merge that's being rejectedJustin Worthe
2019-06-06Updated policy for unsigned merge to require that they are identical to a pre...Justin Worthe
2019-06-06Fixed author domain checkJustin Worthe
2019-06-06Limited the trusted commits already in a repo to those already in the main br...Justin Worthe
2019-06-06Checked in the public key for tests rather than getting it from a keyserverJustin Worthe
2019-06-05Git GC on checked in testing repoJustin Worthe
2019-06-05Moved testing docs out of comments and into a readmeJustin Worthe
2019-06-05Failing test for scenario that allows unsigned commitJustin Worthe