1. 858242b Adapt to new TestAccount method name by Dave Borowitz · 5 years ago
  2. 2b30385 Adapt to new TestAccount AutoValue class by Dave Borowitz · 5 years ago
  3. 6dcb79c Merge "CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders" by Edwin Kempin · 5 years ago
  4. 8f122b5 Merge "CheckerOperationsImplTest: Fix test for retrieving non-existing checker" by Edwin Kempin · 5 years ago
  5. bc0a080 QueryPendingChecks: Replace with noneMatch by Dave Borowitz · 5 years ago
  6. 92a0473 UpdateCheckerIT: Remove unnecessary checks.api.enabled=true by Dave Borowitz · 5 years ago
  7. fd6c8a9 Ensure checker query can be executed in the query system by Dave Borowitz · 5 years ago
  8. 24e64cb CheckerQuery: Handle QueryParseException from query execution by Dave Borowitz · 5 years ago
  9. c9a88f5 Move checker query methods from Checker to CheckerQuery by Dave Borowitz · 5 years ago
  10. 11c99a8 CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders by Edwin Kempin · 5 years ago
  11. e64ede6 CheckerOperationsImplTest: Fix test for retrieving non-existing checker by Edwin Kempin · 5 years ago
  12. 199f20c Add a message text field to checks for further details by Edwin Kempin · 5 years ago
  13. f384db5 Make method names between TestCheckerUpdate and TestCheckUpdate consistent by Edwin Kempin · 5 years ago
  14. 8a22d74 ChecksFactory: Do only throw RestApiException by Edwin Kempin · 5 years ago
  15. cabd6fb Support unsetting check URLs by Edwin Kempin · 5 years ago
  16. 57d32ce Add test for CheckOperationsImpl by Edwin Kempin · 5 years ago
  17. 5b08389 NoteDbChecksUpdate: Improve error messages and make them consistent by Edwin Kempin · 5 years ago
  18. 15f81ed CheckerConfigEntry: Remove unused code for reading enums from subsections by Edwin Kempin · 5 years ago
  19. db3446b Make error messages consistent when mandatory values in checker config not set by Edwin Kempin · 5 years ago
  20. ad1f6f6 Add tests for checkers that have an invalid checker UUID in the config by Edwin Kempin · 5 years ago
  21. 5673204 Have separate APIs for updating and invalidating test checkers by Edwin Kempin · 5 years ago
  22. a0c8cfe Fail with ConfigInvalidException if checker config contains invalid status by Edwin Kempin · 5 years ago
  23. b3b14fd Fail with ConfigInvalidException if checker config contains invalid blocking conditions by Edwin Kempin · 5 years ago
  24. 29cc29c Query pending checks: Make is:<STATE> operators consistent by Edwin Kempin · 5 years ago
  25. 4150aa2 Test -o and -O for List Checks and Get Check REST endpoints by Edwin Kempin · 5 years ago
  26. ff28726 PostCheck: Do permission checks first, then validate the input by Edwin Kempin · 5 years ago
  27. b218b46 Test anonymous calls to REST endpoints and make the behavior consistent by Edwin Kempin · 5 years ago
  28. 6193eea CheckerOperationsImpl: Remove unused try-with-resources variables by Dave Borowitz · 5 years ago
  29. b61b032 Add unit tests to cover error conditions in ChecksSubmitRule by Edwin Kempin · 5 years ago
  30. 4d710f3 GetCheckIT: Add test to get check for invalid checker UUID via REST by Edwin Kempin · 5 years ago
  31. 0a4c27c CheckQueryBuilder: Adapt to new type parameters by Dave Borowitz · 5 years ago
  32. bbfe6ec Merge "Update to new gwtorm target" by Dave Borowitz · 5 years ago
  33. 8f7b692 Simplify invocation of QueryPendingChecks by Edwin Kempin · 5 years ago
  34. 83474d0 Test that members of PendingChecksCollection cannot be accessed by Edwin Kempin · 5 years ago
  35. 8442c89 Query pending checks: Test with AND condition that has checker somewhere nested by Edwin Kempin · 5 years ago
  36. 89129b1 Add REST API bindings test for listing checkers by Edwin Kempin · 5 years ago
  37. 326c612 Update to new gwtorm target by Dave Borowitz · 5 years ago
  38. 3806180 Merge changes I4f278748,I0f26b6df,If6b772c5,Ia8658605,Id3acdad1, ... by Dave Borowitz · 5 years ago
  39. efd0048 Adapt and fix the checks-pg plugin for a basic working state by brohlfs · 5 years ago
  40. 81c16dc NoSuchCheckerException: Remove unused constructors by Edwin Kempin · 5 years ago
  41. 4831078 Checker: Remove unused builder(CheckerUuid) method by Edwin Kempin · 5 years ago
  42. 43d9e30 Test that checker with invalid query is treated as not required for combined check state by Edwin Kempin · 5 years ago
  43. 1bc5fc0 PostCheck: Move into api package by Edwin Kempin · 5 years ago
  44. c2f7a08 CheckerRef: Add private constructor by Edwin Kempin · 5 years ago
  45. c85b4e8 Test that checker refs are only protected in the All-Projects project by Edwin Kempin · 5 years ago
  46. aee88a4 Support 'is:inprogress' operator in pending checks query by Edwin Kempin · 5 years ago
  47. bff1b6e Support 'is:<state>' operator in pending checks query by Edwin Kempin · 5 years ago
  48. 993c2c0 Rename ListPendingChecks to QueryPendingChecks by Edwin Kempin · 5 years ago
  49. 898287b Change List Pending Checks REST endpoint to accept a query as input by Edwin Kempin · 5 years ago
  50. 070ee9b Merge changes I29bc8ee1,Ica77b8f5,I05ceb86c,I3be67af9,I542286a7, ... by Dave Borowitz · 5 years ago
  51. 9f27f47 CheckerInput: Rename field 'blockingConditions' to 'blocking' by Edwin Kempin · 5 years ago
  52. 9ecdace Merge changes I2e1c5360,Ic6f24c43 by Ben Rohlfs · 5 years ago
  53. d8e7e22 Test listing pending checks for checker that has an invalid query by Edwin Kempin · 5 years ago
  54. cd609d7 ListChecksIT: Add tests with non-current patch set by Edwin Kempin · 5 years ago
  55. 9c9eb82 CheckInput: fix equals() method by Han-Wen Nienhuys · 5 years ago
  56. 9394a49 GetCheckIT: Test more special cases by Edwin Kempin · 5 years ago
  57. 2de8f81 Fix binding of ChecksSubmitRule by Edwin Kempin · 5 years ago
  58. 51733ed Test that getting a check with options works if checker is invalid by Edwin Kempin · 5 years ago
  59. 69fb7f1 GetCheckIT: Only assert things that are relevant to the tests by Edwin Kempin · 5 years ago
  60. 4e91397 ListChecksIT: Let each test care about the test setup itself by Edwin Kempin · 5 years ago
  61. a5978a1 CheckersByRepositoryNotes: Fix loading checkers from old revision by Edwin Kempin · 5 years ago
  62. 992f71e Add unit test for CheckersByRepositoryNotes by Edwin Kempin · 5 years ago
  63. 08fdeac Test that setting an invalid URL on checks is not allowed by Edwin Kempin · 5 years ago
  64. dd9ebb6 Rename build/trigger to check/checker. by brohlfs · 5 years ago
  65. 51deae1 Upstream the PolyGerrit plugin for Checks. by brohlfs · 5 years ago
  66. 65a6bc5 CreateCheckIT: Add more tests by Edwin Kempin · 5 years ago
  67. d63efde CheckInput: Mark all fields as Nullable by Edwin Kempin · 5 years ago
  68. 9a2dde6 Fix update finished field in check and add more update check tests by Edwin Kempin · 5 years ago
  69. a9a33a4 Consistently use the name 'repository' in the checks API by Edwin Kempin · 5 years ago
  70. 8d11e55 CheckerConfig: Set new updated timestamp only when config has changed by Edwin Kempin · 5 years ago
  71. c0c66c1 CheckerConfig: Don't reload config file on save by Edwin Kempin · 5 years ago
  72. d989667 CheckerConfig#getConfigForTesting: Return Optional<Config> by Edwin Kempin · 5 years ago
  73. dc75cfa Rename createdOn/updateOn in CheckerInfo to created/updated by Edwin Kempin · 5 years ago
  74. 340481e CheckerUpdate: Remove support for specifying updated timestamp by Edwin Kempin · 5 years ago
  75. c802321 Test that creation/last-updated timestamps for checks/checkers are reasonable by Edwin Kempin · 5 years ago
  76. 548bbdf CheckResource: Remove unused methods by Edwin Kempin · 5 years ago
  77. 0357cf7 Add test to cover TestCheckerCreation#clearBlockingConditions() by Edwin Kempin · 5 years ago
  78. 1667f80 Test that listing checks with options works if checkers are invalid by Edwin Kempin · 5 years ago
  79. d13c43f ListChecksIT: Rename 'info' veriables to 'checks' by Edwin Kempin · 5 years ago
  80. c7ffd8e Rename CheckerUrl to UrlValidator by Edwin Kempin · 5 years ago
  81. 691f316 Add CheckerUuid#get() to get the checker UUID as String by Edwin Kempin · 5 years ago
  82. 3e8c978 ChecksSubmitRuleIT: Remove allProjects field which hides an inherited field by Edwin Kempin · 5 years ago
  83. 6ffffd8 UpdateCheckerIT: Don't set checker fields which are unrelated to the test by Edwin Kempin · 5 years ago
  84. 3de20d3 Checks REST API documentation: Fix heading level for 'Options' section by Edwin Kempin · 5 years ago
  85. 9ae9e16 Fix checker UUIDs in example URLs in the checker REST API documentation by Edwin Kempin · 5 years ago
  86. f79cd7c Fix the URLs for root REST endpoints in the documentation by Edwin Kempin · 5 years ago
  87. fdfa80d TestCheckerCreation: Add clearQuery() method to create checker without query by Edwin Kempin · 5 years ago
  88. 9f7df89 GetCheckIT: Don't set check fields which are unrelated to the test by Edwin Kempin · 5 years ago
  89. 21a9ea1 Split getChecker/getCheck* tests into one test per field by Edwin Kempin · 5 years ago
  90. ff163aa Merge "Add class with checker test data" by Alice Kober-Sotzek · 5 years ago
  91. 080de6e Add class with checker test data by Edwin Kempin · 5 years ago
  92. 6325152 Merge "CheckerConfigSubject: use new Subject#check approach" by Alice Kober-Sotzek · 5 years ago
  93. d76ae65 Merge "Add tests with invalid checker queries" by Alice Kober-Sotzek · 5 years ago
  94. f3450d7 Merge "GetCheckerIT: Add tests for newly added checker fields" by Alice Kober-Sotzek · 5 years ago
  95. 6569541 Merge changes I66e8833b,I4bc92b09,I341dfdab by Dave Borowitz · 5 years ago
  96. 817f253 Expose combined check state from Get Change by Dave Borowitz · 5 years ago
  97. 556c840 Implement SubmitRule for checks by Changcheng Xiao · 5 years ago
  98. abab6e9 Add #getCombinedCheckState to the Check interface by Changcheng Xiao · 5 years ago
  99. 59a2f9c Merge "Don't require AdministrateCheckers capability for listing pending checks" by Alice Kober-Sotzek · 5 years ago
  100. d444b68 Merge changes If7a8f1aa,Ida362917 by Alice Kober-Sotzek · 5 years ago