- fdfa80d TestCheckerCreation: Add clearQuery() method to create checker without query by Edwin Kempin · 6 years ago
- 9f7df89 GetCheckIT: Don't set check fields which are unrelated to the test by Edwin Kempin · 6 years ago
- 21a9ea1 Split getChecker/getCheck* tests into one test per field by Edwin Kempin · 6 years ago
- 080de6e Add class with checker test data by Edwin Kempin · 6 years ago
- d76ae65 Merge "Add tests with invalid checker queries" by Alice Kober-Sotzek · 6 years ago
- f3450d7 Merge "GetCheckerIT: Add tests for newly added checker fields" by Alice Kober-Sotzek · 6 years ago
- 6569541 Merge changes I66e8833b,I4bc92b09,I341dfdab by Dave Borowitz · 6 years ago
- 817f253 Expose combined check state from Get Change by Dave Borowitz · 6 years ago
- 556c840 Implement SubmitRule for checks by Changcheng Xiao · 6 years ago
- abab6e9 Add #getCombinedCheckState to the Check interface by Changcheng Xiao · 6 years ago
- 59a2f9c Merge "Don't require AdministrateCheckers capability for listing pending checks" by Alice Kober-Sotzek · 6 years ago
- d444b68 Merge changes If7a8f1aa,Ida362917 by Alice Kober-Sotzek · 6 years ago
- 251fea4 Format with google-java-format 1.7 by Alice Kober-Sotzek · 6 years ago
- ce1fee9 Don't require AdministrateCheckers capability for listing pending checks by Edwin Kempin · 6 years ago
- f7d9095 Implement List Pending Checks REST endpoint by Edwin Kempin · 6 years ago
- d1fb581 Merge changes I7fdb7c87,Iea902095,Ief85d4b1,Ia4d4334e,I0859fa50 by xchangcheng · 6 years ago
- ae040aa Merge "ListChecksIT: fix flaky test" by Edwin Kempin · 6 years ago
- 6a59a1b ListChecksIT: fix flaky test by Changcheng Xiao · 6 years ago
- 57ad75c NoteDbCheckersUpdate: fix to not include disabled checker on creation by Changcheng Xiao · 6 years ago
- c427358 Add tests with invalid checker queries by Edwin Kempin · 6 years ago
- a42d879 GetCheckerIT: Add tests for newly added checker fields by Edwin Kempin · 6 years ago
- 7bb95ba Remove support for listing pending checks by scheme by Edwin Kempin · 6 years ago
- 94ce21f CreateCheckerIT: Remove sandboxing for createCheck test by Edwin Kempin · 6 years ago
- e6d20f9 Optionally include denormalized checker config in CheckInfo by Dave Borowitz · 6 years ago
- c3944ee Merge changes I30bd0092,I7457aa20,I1757f62b by Edwin Kempin · 6 years ago
- 9c5f7b3 Ensure check data is deleted when change is deleted by Alice Kober-Sotzek · 6 years ago
- 1e89788 Ensure that check state may be set to NOT_STARTED by Alice Kober-Sotzek · 6 years ago
- 30aa3d8 Allow to update check properties without ever setting a state by Alice Kober-Sotzek · 6 years ago
- 7ecd814 Add skeleton for list pending checks REST endpoint by Edwin Kempin · 6 years ago
- 4946a6f Checker Test API: Support specifying blocking conditions on checker creation by Edwin Kempin · 6 years ago
- f614b00 CheckerOperationsImplTest: Add missing tests by Edwin Kempin · 6 years ago
- 020db66 Add test for TestCheckerUpdate#forceInvalidConfig() by Edwin Kempin · 6 years ago
- c6e8552 CheckerOperationsImplTest: Fix spelling mistake in method name by Edwin Kempin · 6 years ago
- b97735b TestCheckerUpdate: Support deletion of checker ref by Edwin Kempin · 6 years ago
- 888ff4f Allow to update checks of non-existing and invalid checkers by Edwin Kempin · 6 years ago
- 08a3a97 Merge "GetCheck: Backfill checkers" by Edwin Kempin · 6 years ago
- 98fdea9 Merge "ListChecks: Include implicit NOT_STARTED relevant checkers" by Edwin Kempin · 6 years ago
- ee20bef GetCheck: Backfill checkers by Dave Borowitz · 6 years ago
- 826b06f ListChecks: Include implicit NOT_STARTED relevant checkers by Dave Borowitz · 6 years ago
- b04266f Test that checks of non-applying checkers can be created/updated by Edwin Kempin · 6 years ago
- 6bf1725 Allow creation/update of checks for disabled checkers by Edwin Kempin · 6 years ago
- 2d9f30f Consistently return all checks from NoteDb for Get Check and List Checks by Edwin Kempin · 6 years ago
- 333ec3e Test that check cannot be created for invalid checker by Edwin Kempin · 6 years ago
- 3f71c1b Disallow creation of checks for non-existing checkers by Edwin Kempin · 6 years ago
- 470dfa9 Check Administrate Checkers capability when creating/updating checks by Edwin Kempin · 6 years ago
- 88e981f Do not require Administrate Checkers to view checks on a change by Edwin Kempin · 6 years ago
- 2d04a03 ChecksImpl#id(CheckerUuid): Fix error message when check is not found by Edwin Kempin · 6 years ago
- dcbe136 Checks#id(String): Reject invalid checker UUID with '400 Bad Request' by Edwin Kempin · 6 years ago
- e1480db Move all api tests into acceptance.api package by Edwin Kempin · 6 years ago
- 9fb33d2 UpdateCheckIT: Drop tests that don't test updating checks by Edwin Kempin · 6 years ago
- 578122f Fail with Bad Request on creating a check for a malformed checker UUID by Edwin Kempin · 6 years ago
- d77f689 Fix nits in Checks by Patrick Hiesel · 6 years ago
- c7e597c Store checkers at refs/checkers/SCHEME/SHARD(SHA1(ID)) by Dave Borowitz · 6 years ago
- b324ce3 Add basic acceptance test for getting a check by Edwin Kempin · 6 years ago
- 27f7d6a Checker test API: Allow to specifiy status for creation/update of checkers by Edwin Kempin · 6 years ago
- 64ac897 Fix names of setup methods for check tests by Edwin Kempin · 6 years ago
- 212f61c CheckerOperationsImplTest: Suppress warning for hiding inherited field by Edwin Kempin · 6 years ago
- c9195cf Merge changes I8d488bdc,Ia7a96f5a by Patrick Hiesel · 6 years ago
- ae10cc4 CheckerOperationsImplTest: Add assert over project name by Dave Borowitz · 6 years ago
- 1002c77 Convert checks APIs to use CheckerUuid instead of string by Dave Borowitz · 6 years ago
- 3447b96 Link Checks with Checkers by Patrick Hiesel · 6 years ago
- 3c43c32 Support externally-provided UUIDs with a scheme: prefix by Dave Borowitz · 6 years ago
- a8fabc1 Add test coverage for NoteDbCheckers#checkersOf by Dave Borowitz · 6 years ago
- 589aac4 Rename newChecker to newCheck by Patrick Hiesel · 6 years ago
- 07eb017 Fix REST bindings and add tests by Patrick Hiesel · 6 years ago
- 105645b CreateCheckerIT: Add missing fail() when exception not thrown by Dave Borowitz · 6 years ago
- 67629ae Limit relevant checkers with an optional change query by Dave Borowitz · 6 years ago
- 5a88db0 Replace TestChecker with plain old Checker by Dave Borowitz · 6 years ago
- 76a2aae Implement Checks on Revisions by Patrick Hiesel · 6 years ago
- 4153f01 Merge "Allow setting blocking conditions on checkers" by Patrick Hiesel · 6 years ago
- c975c56 Merge changes I693a1f98,Ifcd082e2,Iba346d82 by Patrick Hiesel · 6 years ago
- b8a3e7a Allow setting blocking conditions on checkers by Dave Borowitz · 6 years ago
- 3860c21 Define enums for individual and combined checker states by Dave Borowitz · 6 years ago
- e826032 Add CheckerOperationsImplTest to build rule by Dave Borowitz · 6 years ago
- 6f6af44 Fix capability registration by Dave Borowitz · 6 years ago
- e5aa2b9 Merge "Adapt to new package for JGit subjects" by Dave Borowitz · 6 years ago
- 3c67b2b CheckerRefsIT: Remove unused field by Dave Borowitz · 6 years ago
- 6e8d462 Adapt to new package for JGit subjects by Dave Borowitz · 6 years ago
- ccb6bf7 Add initial plugin code by Dave Borowitz · 6 years ago