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