1. f95d3fd Move <style> into <template> for Polymer 2 compatibility by Ben Rohlfs · 4 years, 10 months ago
  2. 680032e Merge "Show checks table upon clicking state chip" by Ben Rohlfs · 4 years, 10 months ago
  3. a142eb0 Add warning state to the UI and add prettier icons by Dhruv Srivastava · 4 years, 10 months ago
  4. ca034bd Show checks table upon clicking state chip by Dhruv Srivastava · 4 years, 10 months ago
  5. 4823b8b Make toString(), hashCode(), equals() and friends final in AutoValue classes by Edwin Kempin · 4 years, 10 months ago
  6. c40b2ab Adapt to changed API in Gerrit core for creating metric fields by Edwin Kempin · 4 years, 10 months ago
  7. 369a305 Checks table: Order checks according to state and then name by Dhruv Srivastava · 4 years, 10 months ago
  8. 3c89354 Merge "Checks plugin table fixes" by Alice Kober-Sotzek · 4 years, 10 months ago
  9. bb446b9 Checks plugin table fixes by Dhruv Srivastava · 5 years ago
  10. 7299c70 Merge "Adapt to new TraceContext#newTimer method signature in core" by Edwin Kempin · 4 years, 11 months ago
  11. 25e3061 Extend raw Subject instead of supplying type parameters. by Chris Povirk · 5 years ago
  12. 2940137 Adapt to new TraceContext#newTimer method signature in core by Edwin Kempin · 5 years ago
  13. 9f7d88b CheckOperationsImpl: Fix DefaultCharset warning by David Ostrovsky · 5 years ago
  14. 34be593 Merge "Don't support checks for change edits" by Alice Kober-Sotzek · 5 years ago
  15. b6974f9 Don't support checks for change edits by Changcheng Xiao · 5 years ago
  16. 3bb973e Static import TestProjectUpdate methods by Dave Borowitz · 5 years ago
  17. 6ad9c0f Remove redundant exclusive(false) method; it's going away by Dave Borowitz · 5 years ago
  18. 0006ad9 Use ProjectOperations for permission updates by Dave Borowitz · 5 years ago
  19. 36f2d8b Push down AbstractDaemonTest#projectOperations by Dave Borowitz · 5 years ago
  20. 2caf51d Inline AbstractDaemonTest#allowGlobalCapabilities by Dave Borowitz · 5 years ago
  21. 114ddaa Inline permission methods from AbstractDaemonTest by Dave Borowitz · 5 years ago
  22. 6dcea35 Migrate from try-catch-fail to assertThrows by David Pursehouse · 5 years ago
  23. f6dab58 CheckerUuidTest: Remove unused import by David Pursehouse · 5 years ago
  24. 774638b Adapt to grantLabel signature change by Dave Borowitz · 5 years ago
  25. a007064 Add _legacyUndefinedCheck by Paladox none · 5 years ago
  26. e1a39d8 CheckSubmitRuleIT: enable ignored tests by Changcheng Xiao · 5 years ago
  27. 8e63759 CombinedCheckState: remove the "passing" boolean by Changcheng Xiao · 5 years ago
  28. 8d69f53 ChecksSubmitRule: use Check#areAllRequiredCheckersPassing instead by Changcheng Xiao · 5 years ago
  29. a79395a Implement Checks#areAllRequiredChecksPassing by Changcheng Xiao · 5 years ago
  30. dd7eea4 CombinedCheckState: factor out code for counting check states by Changcheng Xiao · 5 years ago
  31. 1e44c13 Merge changes from topic "autovalue-patchset" by Dave Borowitz · 5 years ago
  32. 45b5875 Custom subjects: Directly store actual value by Alice Kober-Sotzek · 5 years ago
  33. 0eb9a2e Adapt to new PatchSet method names by Dave Borowitz · 5 years ago
  34. 11a33ae Adapt to PatchSet refactoring by Dave Borowitz · 5 years ago
  35. 7c518d1 Stop inheriting from GerritBaseTests by Dave Borowitz · 5 years ago
  36. 7cefa08 Use assertThrows instead of ExpectedException by Dave Borowitz · 5 years ago
  37. b4e1063 Refine tests for SubmitRule of checks by Alice Kober-Sotzek · 5 years ago
  38. 653d15b Checks test API: Allow easier specification of required/optional by Alice Kober-Sotzek · 5 years ago
  39. dd73004 Checker Test API: Allow easy creation of enabled/disabled checkers by Alice Kober-Sotzek · 5 years ago
  40. a685f46 Merge changes I257382ad,I8ce16c97 by Dave Borowitz · 5 years ago
  41. 99f1871 ChecksSubmitRule: Catch all RuntimeExceptions by Dave Borowitz · 5 years ago
  42. 9d7d441 Populate CombinedCheckState in query path from a cache by Dave Borowitz · 5 years ago
  43. 9ef4ab1 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  44. bb25951 Merge changes from topic "revid-to-objectid" by Dave Borowitz · 5 years ago
  45. 227f7fb Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  46. f2e431c Rename checks JS plugin from checks-pg to checks by Ben Rohlfs · 5 years ago
  47. 40a9c68 Adapt to new PatchSet constructor by Dave Borowitz · 5 years ago
  48. 0e024c7 Adapt to RevId removal by Dave Borowitz · 5 years ago
  49. 698733b Use ObjectId instead of RevId in NoteDb storage layer by Dave Borowitz · 5 years ago
  50. 7686221 Adapt to BranchNameKey refactoring by Dave Borowitz · 5 years ago
  51. 143c8ad Remove references to deleted gwtorm package by Dave Borowitz · 5 years ago
  52. 7c8ec8a Adapt to Change.Id refactoring by Dave Borowitz · 5 years ago
  53. fe8392b Adapt to Project.NameKey refactoring by Dave Borowitz · 5 years ago
  54. 8badbb8 Adapt to PatchSet.Id refactoring by Dave Borowitz · 5 years ago
  55. f33acff Adapt to Branch.NameKey refactoring by Dave Borowitz · 5 years ago
  56. 2690362 AbstractCheckersTest: Adjust to changed package of HttpModule by David Pursehouse · 5 years ago
  57. aaea46d HttpModule: Adjust to changed package by David Pursehouse · 5 years ago
  58. ffb1d7d Merge "Adapt to new StorageException class name and package" by Dave Borowitz · 5 years ago
  59. 34618ef Move http module to the root plugin package by David Ostrovsky · 5 years ago
  60. 2317e7c Adapt to new StorageException class name and package by Dave Borowitz · 5 years ago
  61. 057dc8e Bazel: Remove left over Maven directory layout by David Ostrovsky · 5 years ago
  62. a32e795 Bazel: Hoist PolyGerrit UI into the plugin final artifact by David Ostrovsky · 5 years ago
  63. e14a87d Bazel: Remove dependency on exported plugin API by David Ostrovsky · 5 years ago
  64. dffae4d UpdateChecker: Remove uneeded Strings.nullToEmpty by Edwin Kempin · 5 years ago
  65. 6547083 QueryPendingChecks: Remove declaration of unthrown QueryParseException by David Pursehouse · 5 years ago
  66. 9a3b7b5 Bazel: Automatically fix lint errors with buildifier by David Pursehouse · 5 years ago
  67. 858242b Adapt to new TestAccount method name by Dave Borowitz · 5 years ago
  68. 2b30385 Adapt to new TestAccount AutoValue class by Dave Borowitz · 5 years ago
  69. 6dcb79c Merge "CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders" by Edwin Kempin · 5 years ago
  70. 8f122b5 Merge "CheckerOperationsImplTest: Fix test for retrieving non-existing checker" by Edwin Kempin · 5 years ago
  71. bc0a080 QueryPendingChecks: Replace with noneMatch by Dave Borowitz · 5 years ago
  72. 92a0473 UpdateCheckerIT: Remove unnecessary checks.api.enabled=true by Dave Borowitz · 5 years ago
  73. fd6c8a9 Ensure checker query can be executed in the query system by Dave Borowitz · 5 years ago
  74. 24e64cb CheckerQuery: Handle QueryParseException from query execution by Dave Borowitz · 5 years ago
  75. c9a88f5 Move checker query methods from Checker to CheckerQuery by Dave Borowitz · 5 years ago
  76. 11c99a8 CheckOperationsImpl#notesAsText: Don't create 2 ObjectReaders by Edwin Kempin · 5 years ago
  77. e64ede6 CheckerOperationsImplTest: Fix test for retrieving non-existing checker by Edwin Kempin · 5 years ago
  78. 199f20c Add a message text field to checks for further details by Edwin Kempin · 5 years ago
  79. f384db5 Make method names between TestCheckerUpdate and TestCheckUpdate consistent by Edwin Kempin · 5 years ago
  80. 8a22d74 ChecksFactory: Do only throw RestApiException by Edwin Kempin · 5 years ago
  81. cabd6fb Support unsetting check URLs by Edwin Kempin · 5 years ago
  82. 57d32ce Add test for CheckOperationsImpl by Edwin Kempin · 5 years ago
  83. 5b08389 NoteDbChecksUpdate: Improve error messages and make them consistent by Edwin Kempin · 5 years ago
  84. 15f81ed CheckerConfigEntry: Remove unused code for reading enums from subsections by Edwin Kempin · 5 years ago
  85. db3446b Make error messages consistent when mandatory values in checker config not set by Edwin Kempin · 5 years ago
  86. ad1f6f6 Add tests for checkers that have an invalid checker UUID in the config by Edwin Kempin · 5 years ago
  87. 5673204 Have separate APIs for updating and invalidating test checkers by Edwin Kempin · 5 years ago
  88. a0c8cfe Fail with ConfigInvalidException if checker config contains invalid status by Edwin Kempin · 5 years ago
  89. b3b14fd Fail with ConfigInvalidException if checker config contains invalid blocking conditions by Edwin Kempin · 5 years ago
  90. 29cc29c Query pending checks: Make is:<STATE> operators consistent by Edwin Kempin · 5 years ago
  91. 4150aa2 Test -o and -O for List Checks and Get Check REST endpoints by Edwin Kempin · 5 years ago
  92. ff28726 PostCheck: Do permission checks first, then validate the input by Edwin Kempin · 5 years ago
  93. b218b46 Test anonymous calls to REST endpoints and make the behavior consistent by Edwin Kempin · 5 years ago
  94. 6193eea CheckerOperationsImpl: Remove unused try-with-resources variables by Dave Borowitz · 5 years ago
  95. b61b032 Add unit tests to cover error conditions in ChecksSubmitRule by Edwin Kempin · 5 years ago
  96. 4d710f3 GetCheckIT: Add test to get check for invalid checker UUID via REST by Edwin Kempin · 5 years ago
  97. 0a4c27c CheckQueryBuilder: Adapt to new type parameters by Dave Borowitz · 5 years ago
  98. bbfe6ec Merge "Update to new gwtorm target" by Dave Borowitz · 5 years ago
  99. 8f7b692 Simplify invocation of QueryPendingChecks by Edwin Kempin · 5 years ago
  100. 83474d0 Test that members of PendingChecksCollection cannot be accessed by Edwin Kempin · 5 years ago