1. a79395a Implement Checks#areAllRequiredChecksPassing by Changcheng Xiao · 5 years ago
  2. dd7eea4 CombinedCheckState: factor out code for counting check states by Changcheng Xiao · 5 years ago
  3. 1e44c13 Merge changes from topic "autovalue-patchset" by Dave Borowitz · 5 years ago
  4. 45b5875 Custom subjects: Directly store actual value by Alice Kober-Sotzek · 5 years ago
  5. 0eb9a2e Adapt to new PatchSet method names by Dave Borowitz · 5 years ago
  6. 11a33ae Adapt to PatchSet refactoring by Dave Borowitz · 5 years ago
  7. 7c518d1 Stop inheriting from GerritBaseTests by Dave Borowitz · 5 years ago
  8. 7cefa08 Use assertThrows instead of ExpectedException by Dave Borowitz · 5 years ago
  9. b4e1063 Refine tests for SubmitRule of checks by Alice Kober-Sotzek · 5 years ago
  10. 653d15b Checks test API: Allow easier specification of required/optional by Alice Kober-Sotzek · 5 years ago
  11. dd73004 Checker Test API: Allow easy creation of enabled/disabled checkers by Alice Kober-Sotzek · 5 years ago
  12. a685f46 Merge changes I257382ad,I8ce16c97 by Dave Borowitz · 5 years ago
  13. 99f1871 ChecksSubmitRule: Catch all RuntimeExceptions by Dave Borowitz · 5 years ago
  14. 9d7d441 Populate CombinedCheckState in query path from a cache by Dave Borowitz · 5 years ago
  15. 9ef4ab1 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  16. bb25951 Merge changes from topic "revid-to-objectid" by Dave Borowitz · 5 years ago
  17. 227f7fb Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  18. f2e431c Rename checks JS plugin from checks-pg to checks by Ben Rohlfs · 5 years ago
  19. 40a9c68 Adapt to new PatchSet constructor by Dave Borowitz · 5 years ago
  20. 0e024c7 Adapt to RevId removal by Dave Borowitz · 5 years ago
  21. 698733b Use ObjectId instead of RevId in NoteDb storage layer by Dave Borowitz · 5 years ago
  22. 7686221 Adapt to BranchNameKey refactoring by Dave Borowitz · 5 years ago
  23. 143c8ad Remove references to deleted gwtorm package by Dave Borowitz · 5 years ago
  24. 7c8ec8a Adapt to Change.Id refactoring by Dave Borowitz · 5 years ago
  25. fe8392b Adapt to Project.NameKey refactoring by Dave Borowitz · 5 years ago
  26. 8badbb8 Adapt to PatchSet.Id refactoring by Dave Borowitz · 5 years ago
  27. f33acff Adapt to Branch.NameKey refactoring by Dave Borowitz · 5 years ago
  28. 2690362 AbstractCheckersTest: Adjust to changed package of HttpModule by David Pursehouse · 5 years ago
  29. aaea46d HttpModule: Adjust to changed package by David Pursehouse · 5 years ago
  30. ffb1d7d Merge "Adapt to new StorageException class name and package" by Dave Borowitz · 5 years ago
  31. 34618ef Move http module to the root plugin package by David Ostrovsky · 5 years ago
  32. 2317e7c Adapt to new StorageException class name and package by Dave Borowitz · 5 years ago
  33. 057dc8e Bazel: Remove left over Maven directory layout by David Ostrovsky · 5 years ago
  34. a32e795 Bazel: Hoist PolyGerrit UI into the plugin final artifact by David Ostrovsky · 5 years ago
  35. e14a87d Bazel: Remove dependency on exported plugin API by David Ostrovsky · 5 years ago
  36. dffae4d UpdateChecker: Remove uneeded Strings.nullToEmpty by Edwin Kempin · 5 years ago
  37. 6547083 QueryPendingChecks: Remove declaration of unthrown QueryParseException by David Pursehouse · 5 years ago
  38. 9a3b7b5 Bazel: Automatically fix lint errors with buildifier by David Pursehouse · 5 years ago
  39. 858242b Adapt to new TestAccount method name by Dave Borowitz · 5 years ago
  40. 2b30385 Adapt to new TestAccount AutoValue class by Dave Borowitz · 5 years ago
  41. 6dcb79c Merge "CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders" by Edwin Kempin · 5 years ago
  42. 8f122b5 Merge "CheckerOperationsImplTest: Fix test for retrieving non-existing checker" by Edwin Kempin · 5 years ago
  43. bc0a080 QueryPendingChecks: Replace with noneMatch by Dave Borowitz · 5 years ago
  44. 92a0473 UpdateCheckerIT: Remove unnecessary checks.api.enabled=true by Dave Borowitz · 5 years ago
  45. fd6c8a9 Ensure checker query can be executed in the query system by Dave Borowitz · 5 years ago
  46. 24e64cb CheckerQuery: Handle QueryParseException from query execution by Dave Borowitz · 5 years ago
  47. c9a88f5 Move checker query methods from Checker to CheckerQuery by Dave Borowitz · 5 years ago
  48. 11c99a8 CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders by Edwin Kempin · 5 years ago
  49. e64ede6 CheckerOperationsImplTest: Fix test for retrieving non-existing checker by Edwin Kempin · 5 years ago
  50. 199f20c Add a message text field to checks for further details by Edwin Kempin · 5 years ago
  51. f384db5 Make method names between TestCheckerUpdate and TestCheckUpdate consistent by Edwin Kempin · 5 years ago
  52. 8a22d74 ChecksFactory: Do only throw RestApiException by Edwin Kempin · 5 years ago
  53. cabd6fb Support unsetting check URLs by Edwin Kempin · 5 years ago
  54. 57d32ce Add test for CheckOperationsImpl by Edwin Kempin · 5 years ago
  55. 5b08389 NoteDbChecksUpdate: Improve error messages and make them consistent by Edwin Kempin · 5 years ago
  56. 15f81ed CheckerConfigEntry: Remove unused code for reading enums from subsections by Edwin Kempin · 5 years ago
  57. db3446b Make error messages consistent when mandatory values in checker config not set by Edwin Kempin · 5 years ago
  58. ad1f6f6 Add tests for checkers that have an invalid checker UUID in the config by Edwin Kempin · 5 years ago
  59. 5673204 Have separate APIs for updating and invalidating test checkers by Edwin Kempin · 5 years ago
  60. a0c8cfe Fail with ConfigInvalidException if checker config contains invalid status by Edwin Kempin · 5 years ago
  61. b3b14fd Fail with ConfigInvalidException if checker config contains invalid blocking conditions by Edwin Kempin · 5 years ago
  62. 29cc29c Query pending checks: Make is:<STATE> operators consistent by Edwin Kempin · 5 years ago
  63. 4150aa2 Test -o and -O for List Checks and Get Check REST endpoints by Edwin Kempin · 5 years ago
  64. ff28726 PostCheck: Do permission checks first, then validate the input by Edwin Kempin · 5 years ago
  65. b218b46 Test anonymous calls to REST endpoints and make the behavior consistent by Edwin Kempin · 5 years ago
  66. 6193eea CheckerOperationsImpl: Remove unused try-with-resources variables by Dave Borowitz · 5 years ago
  67. b61b032 Add unit tests to cover error conditions in ChecksSubmitRule by Edwin Kempin · 5 years ago
  68. 4d710f3 GetCheckIT: Add test to get check for invalid checker UUID via REST by Edwin Kempin · 5 years ago
  69. 0a4c27c CheckQueryBuilder: Adapt to new type parameters by Dave Borowitz · 5 years ago
  70. bbfe6ec Merge "Update to new gwtorm target" by Dave Borowitz · 5 years ago
  71. 8f7b692 Simplify invocation of QueryPendingChecks by Edwin Kempin · 5 years ago
  72. 83474d0 Test that members of PendingChecksCollection cannot be accessed by Edwin Kempin · 5 years ago
  73. 8442c89 Query pending checks: Test with AND condition that has checker somewhere nested by Edwin Kempin · 5 years ago
  74. 89129b1 Add REST API bindings test for listing checkers by Edwin Kempin · 5 years ago
  75. 326c612 Update to new gwtorm target by Dave Borowitz · 5 years ago
  76. 3806180 Merge changes I4f278748,I0f26b6df,If6b772c5,Ia8658605,Id3acdad1, ... by Dave Borowitz · 5 years ago
  77. efd0048 Adapt and fix the checks-pg plugin for a basic working state by brohlfs · 5 years ago
  78. 81c16dc NoSuchCheckerException: Remove unused constructors by Edwin Kempin · 5 years ago
  79. 4831078 Checker: Remove unused builder(CheckerUuid) method by Edwin Kempin · 5 years ago
  80. 43d9e30 Test that checker with invalid query is treated as not required for combined check state by Edwin Kempin · 5 years ago
  81. 1bc5fc0 PostCheck: Move into api package by Edwin Kempin · 5 years ago
  82. c2f7a08 CheckerRef: Add private constructor by Edwin Kempin · 5 years ago
  83. c85b4e8 Test that checker refs are only protected in the All-Projects project by Edwin Kempin · 5 years ago
  84. aee88a4 Support 'is:inprogress' operator in pending checks query by Edwin Kempin · 5 years ago
  85. bff1b6e Support 'is:<state>' operator in pending checks query by Edwin Kempin · 5 years ago
  86. 993c2c0 Rename ListPendingChecks to QueryPendingChecks by Edwin Kempin · 5 years ago
  87. 898287b Change List Pending Checks REST endpoint to accept a query as input by Edwin Kempin · 5 years ago
  88. 070ee9b Merge changes I29bc8ee1,Ica77b8f5,I05ceb86c,I3be67af9,I542286a7, ... by Dave Borowitz · 5 years ago
  89. 9f27f47 CheckerInput: Rename field 'blockingConditions' to 'blocking' by Edwin Kempin · 5 years ago
  90. 9ecdace Merge changes I2e1c5360,Ic6f24c43 by Ben Rohlfs · 5 years ago
  91. d8e7e22 Test listing pending checks for checker that has an invalid query by Edwin Kempin · 5 years ago
  92. cd609d7 ListChecksIT: Add tests with non-current patch set by Edwin Kempin · 5 years ago
  93. 9c9eb82 CheckInput: fix equals() method by Han-Wen Nienhuys · 5 years ago
  94. 9394a49 GetCheckIT: Test more special cases by Edwin Kempin · 5 years ago
  95. 2de8f81 Fix binding of ChecksSubmitRule by Edwin Kempin · 5 years ago
  96. 51733ed Test that getting a check with options works if checker is invalid by Edwin Kempin · 5 years ago
  97. 69fb7f1 GetCheckIT: Only assert things that are relevant to the tests by Edwin Kempin · 5 years ago
  98. 4e91397 ListChecksIT: Let each test care about the test setup itself by Edwin Kempin · 5 years ago
  99. a5978a1 CheckersByRepositoryNotes: Fix loading checkers from old revision by Edwin Kempin · 5 years ago
  100. 992f71e Add unit test for CheckersByRepositoryNotes by Edwin Kempin · 5 years ago