1. 0defb2e Fix build by Edwin Kempin · 4 years, 10 months ago
  2. ec8e719 Add scheduled and running state for the checks with icons by Dhruv Srivastava · 5 years ago
  3. 290bb42 Merge "Adapt to changed REST interfaces in Gerrit core" by Edwin Kempin · 4 years, 10 months ago
  4. 2082634 Merge "Ensure that submittability info of change is refreshed when check is created/updated" by Alice Kober-Sotzek · 4 years, 10 months ago
  5. d42db3a Ensure that submittability info of change is refreshed when check is created/updated by Edwin Kempin · 4 years, 10 months ago
  6. 45b109e Merge "Allow reset start and finish time of checks." by Alice Kober-Sotzek · 4 years, 10 months ago
  7. afc3ee5 Allow reset start and finish time of checks. by Gal Paikin · 4 years, 10 months ago
  8. 88d0632 Merge "Document input for checker creation and checker update separately" by Edwin Kempin · 4 years, 10 months ago
  9. 4b34399 Merge "Add the description of the checker in CheckInfo." by Alice Kober-Sotzek · 4 years, 10 months ago
  10. 1cd5a41 Add the description of the checker in CheckInfo. by Gal Paikin · 4 years, 10 months ago
  11. 55931fe Validate checker properties in CheckerCreation and CheckerUpdate by Edwin Kempin · 4 years, 10 months ago
  12. 4bf1f12 Make name of checker mandatory by Edwin Kempin · 4 years, 10 months ago
  13. 321ecc8 Do not import Id and NameKey classes by Edwin Kempin · 4 years, 10 months ago
  14. 2ec8599 Document input for checker creation and checker update separately by Edwin Kempin · 4 years, 10 months ago
  15. 73dd76e AbstractCheckersTest: Make projectOperations private by Edwin Kempin · 4 years, 10 months ago
  16. eb7c9a2 Merge "Fix warnings about unclosed TestRepository" by Alice Kober-Sotzek · 4 years, 10 months ago
  17. 9c361f6 Fix description of checker_uuid field in CheckInput by Edwin Kempin · 4 years, 10 months ago
  18. 33d42c5 CheckerConfigSubject: Fix raw type warning by Edwin Kempin · 4 years, 10 months ago
  19. 26dae2e Fix warnings about unclosed TestRepository by Edwin Kempin · 4 years, 10 months ago
  20. bf949c4 Fix a typo in a documentation example by Alice Kober-Sotzek · 4 years, 10 months ago
  21. 49521f1 Only poll for checks if tab is in focus by Dhruv Srivastava · 4 years, 10 months ago
  22. ce949ff Adapt to changed REST interfaces in Gerrit core by Edwin Kempin · 4 years, 10 months ago
  23. 0302ebc Revert "Stop polling for checks if tab goes out of focus" by Dhruv Srivastava · 4 years, 10 months ago
  24. b4b7e41 Merge "Adapt to changed API in Gerrit core for creating metric fields (part 2)" by Edwin Kempin · 4 years, 11 months ago
  25. f2c3bd1 Merge "Refresh checks table automatically" by Dhruv Srivastava · 4 years, 11 months ago
  26. 030064e Stop polling for checks if tab goes out of focus by Dhruv Srivastava · 4 years, 11 months ago
  27. 8e8441c Merge "Add test setup for checks plugin" by Dhruv Srivastava · 4 years, 11 months ago
  28. 80048b6 Refresh checks table automatically by Dhruv Srivastava · 4 years, 11 months ago
  29. a0e6632 Add test setup for checks plugin by Dhruv Srivastava · 5 years ago
  30. 2ee1277 Merge "Refresh state chip automatically" by Dhruv Srivastava · 4 years, 11 months ago
  31. 98ceccc Refresh state chip automatically by Dhruv Srivastava · 5 years ago
  32. 5c87543 Adapt to changed API in Gerrit core for creating metric fields (part 2) by Edwin Kempin · 5 years ago
  33. afded92 Merge "Checks table: Order checks according to state and then name" by Dhruv Srivastava · 5 years ago
  34. 4d3ad78 Merge "Add warning state to the UI and add prettier icons" by Dhruv Srivastava · 5 years ago
  35. f95d3fd Move <style> into <template> for Polymer 2 compatibility by Ben Rohlfs · 5 years ago
  36. 680032e Merge "Show checks table upon clicking state chip" by Ben Rohlfs · 5 years ago
  37. a142eb0 Add warning state to the UI and add prettier icons by Dhruv Srivastava · 5 years ago
  38. ca034bd Show checks table upon clicking state chip by Dhruv Srivastava · 5 years ago
  39. 4823b8b Make toString(), hashCode(), equals() and friends final in AutoValue classes by Edwin Kempin · 5 years ago
  40. c40b2ab Adapt to changed API in Gerrit core for creating metric fields by Edwin Kempin · 5 years ago
  41. 369a305 Checks table: Order checks according to state and then name by Dhruv Srivastava · 5 years ago
  42. 3c89354 Merge "Checks plugin table fixes" by Alice Kober-Sotzek · 5 years ago
  43. bb446b9 Checks plugin table fixes by Dhruv Srivastava · 5 years ago
  44. 7299c70 Merge "Adapt to new TraceContext#newTimer method signature in core" by Edwin Kempin · 5 years ago
  45. 25e3061 Extend raw Subject instead of supplying type parameters. by Chris Povirk · 5 years ago
  46. 2940137 Adapt to new TraceContext#newTimer method signature in core by Edwin Kempin · 5 years ago
  47. 9f7d88b CheckOperationsImpl: Fix DefaultCharset warning by David Ostrovsky · 5 years ago
  48. 34be593 Merge "Don't support checks for change edits" by Alice Kober-Sotzek · 5 years ago
  49. b6974f9 Don't support checks for change edits by Changcheng Xiao · 5 years ago
  50. 3bb973e Static import TestProjectUpdate methods by Dave Borowitz · 5 years ago
  51. 6ad9c0f Remove redundant exclusive(false) method; it's going away by Dave Borowitz · 5 years ago
  52. 0006ad9 Use ProjectOperations for permission updates by Dave Borowitz · 5 years ago
  53. 36f2d8b Push down AbstractDaemonTest#projectOperations by Dave Borowitz · 5 years ago
  54. 2caf51d Inline AbstractDaemonTest#allowGlobalCapabilities by Dave Borowitz · 5 years ago
  55. 114ddaa Inline permission methods from AbstractDaemonTest by Dave Borowitz · 5 years ago
  56. 6dcea35 Migrate from try-catch-fail to assertThrows by David Pursehouse · 5 years ago
  57. f6dab58 CheckerUuidTest: Remove unused import by David Pursehouse · 5 years ago
  58. 774638b Adapt to grantLabel signature change by Dave Borowitz · 5 years ago
  59. a007064 Add _legacyUndefinedCheck by Paladox none · 5 years ago
  60. e1a39d8 CheckSubmitRuleIT: enable ignored tests by Changcheng Xiao · 5 years ago
  61. 8e63759 CombinedCheckState: remove the "passing" boolean by Changcheng Xiao · 5 years ago
  62. 8d69f53 ChecksSubmitRule: use Check#areAllRequiredCheckersPassing instead by Changcheng Xiao · 5 years ago
  63. a79395a Implement Checks#areAllRequiredChecksPassing by Changcheng Xiao · 5 years ago
  64. dd7eea4 CombinedCheckState: factor out code for counting check states by Changcheng Xiao · 5 years ago
  65. 1e44c13 Merge changes from topic "autovalue-patchset" by Dave Borowitz · 5 years ago
  66. 45b5875 Custom subjects: Directly store actual value by Alice Kober-Sotzek · 5 years ago
  67. 0eb9a2e Adapt to new PatchSet method names by Dave Borowitz · 5 years ago
  68. 11a33ae Adapt to PatchSet refactoring by Dave Borowitz · 5 years ago
  69. 7c518d1 Stop inheriting from GerritBaseTests by Dave Borowitz · 5 years ago
  70. 7cefa08 Use assertThrows instead of ExpectedException by Dave Borowitz · 5 years ago
  71. b4e1063 Refine tests for SubmitRule of checks by Alice Kober-Sotzek · 5 years ago
  72. 653d15b Checks test API: Allow easier specification of required/optional by Alice Kober-Sotzek · 5 years ago
  73. dd73004 Checker Test API: Allow easy creation of enabled/disabled checkers by Alice Kober-Sotzek · 5 years ago
  74. a685f46 Merge changes I257382ad,I8ce16c97 by Dave Borowitz · 5 years ago
  75. 99f1871 ChecksSubmitRule: Catch all RuntimeExceptions by Dave Borowitz · 5 years ago
  76. 9d7d441 Populate CombinedCheckState in query path from a cache by Dave Borowitz · 5 years ago
  77. 9ef4ab1 Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  78. bb25951 Merge changes from topic "revid-to-objectid" by Dave Borowitz · 5 years ago
  79. 227f7fb Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  80. f2e431c Rename checks JS plugin from checks-pg to checks by Ben Rohlfs · 5 years ago
  81. 40a9c68 Adapt to new PatchSet constructor by Dave Borowitz · 5 years ago
  82. 0e024c7 Adapt to RevId removal by Dave Borowitz · 5 years ago
  83. 698733b Use ObjectId instead of RevId in NoteDb storage layer by Dave Borowitz · 5 years ago
  84. 7686221 Adapt to BranchNameKey refactoring by Dave Borowitz · 5 years ago
  85. 143c8ad Remove references to deleted gwtorm package by Dave Borowitz · 5 years ago
  86. 7c8ec8a Adapt to Change.Id refactoring by Dave Borowitz · 5 years ago
  87. fe8392b Adapt to Project.NameKey refactoring by Dave Borowitz · 5 years ago
  88. 8badbb8 Adapt to PatchSet.Id refactoring by Dave Borowitz · 5 years ago
  89. f33acff Adapt to Branch.NameKey refactoring by Dave Borowitz · 5 years ago
  90. 2690362 AbstractCheckersTest: Adjust to changed package of HttpModule by David Pursehouse · 5 years ago
  91. aaea46d HttpModule: Adjust to changed package by David Pursehouse · 5 years ago
  92. ffb1d7d Merge "Adapt to new StorageException class name and package" by Dave Borowitz · 5 years ago
  93. 34618ef Move http module to the root plugin package by David Ostrovsky · 5 years ago
  94. 2317e7c Adapt to new StorageException class name and package by Dave Borowitz · 5 years ago
  95. 057dc8e Bazel: Remove left over Maven directory layout by David Ostrovsky · 5 years ago
  96. a32e795 Bazel: Hoist PolyGerrit UI into the plugin final artifact by David Ostrovsky · 5 years ago
  97. e14a87d Bazel: Remove dependency on exported plugin API by David Ostrovsky · 5 years ago
  98. dffae4d UpdateChecker: Remove uneeded Strings.nullToEmpty by Edwin Kempin · 5 years ago
  99. 6547083 QueryPendingChecks: Remove declaration of unthrown QueryParseException by David Pursehouse · 5 years ago
  100. 9a3b7b5 Bazel: Automatically fix lint errors with buildifier by David Pursehouse · 5 years ago