1. 31d8e0c Migrate usages of `and`/`or` to `&&`/`||`. by Edwin Kempin · 5 months ago master
  2. 7f1a25d Adapt to removal of change etags in Gerrit core by Edwin Kempin · 5 months ago
  3. ce36562 Fix exceptions type after gerrit update. by Dmitrii Filippov · 9 months ago
  4. 3a42149 Fix plugin after gerrit recent changes. by Dmitrii Filippov · 9 months ago
  5. c8d59f6 Use assertThat from Truth instead of Truth8 by Edwin Kempin · 10 months ago
  6. 7885af5 Update documentation about how to run the tests by Edwin Kempin · 10 months ago
  7. d255cc6 Adapt checks plugin after change I22e4a571f by Youssef Elghareeb · 1 year, 1 month ago
  8. 94361a5 Use EmailFactories in checks plugin by Kamil Musin · 1 year, 5 months ago
  9. c75b839 Remove "New" from ChangeEmailNew and OutgoingEmailNew. by Kamil Musin · 1 year, 7 months ago
  10. c21ab0d Migrate CombinedCheckStateUpdatedSender to composition based classes by Kamil Musin · 1 year, 7 months ago
  11. 97febfc Switch to using methods instead of direct base class property for SoyContext. by Kamil Musin · 1 year, 8 months ago
  12. 1adf830 Merge "Rename setupSoyContext to populateEmailContent." by Kamil Musin · 1 year, 8 months ago
  13. 6b85871 Rename setupSoyContext to populateEmailContent. by Kamil Musin · 1 year, 8 months ago
  14. 698df75 Wrap ref updates in the correct RefUpdateContext. by Dmitrii Filippov · 1 year, 9 months ago stable-3.8
  15. 6338472 Move gr-overlay to dialog element for checkers list by Ben Rohlfs · 1 year, 10 months ago
  16. e80c70f Merge "Remove assignee support from checks plugin." by Kamil Musin · 1 year, 10 months ago
  17. 542cf1f Set realUploader in rules_test by Kamil Musin · 1 year, 10 months ago
  18. e7705b5 Remove assignee support from checks plugin. by Kamil Musin · 1 year, 10 months ago
  19. 725b9b3 ChecksUpdate: use ChangeIndexer to index changes by Youssef Elghareeb · 1 year, 10 months ago
  20. bd05f01 Move to using gr-icons instead of iron-icons by Chris Poucet · 2 years, 1 month ago
  21. 9730108 Adapt to changes in Gerrit core by Edwin Kempin · 2 years, 1 month ago
  22. f9cac41 Adapt to changes in gerrit core by Youssef Elghareeb · 2 years, 3 months ago stable-3.7
  23. 45e309e Adapt to changes in gerrit core by Youssef Elghareeb · 2 years, 4 months ago
  24. bbcceaa Make sure to add the USP parameter to email checks IT by Chris Poucet · 2 years, 5 months ago
  25. 2d34f11 Fix duration string by Ben Rohlfs · 2 years, 5 months ago stable-3.6
  26. c948aea Remove unnecessary leading dot from template names and template calls by Patrick Hiesel · 2 years, 9 months ago
  27. e7991ab Fix issues with ReturnValueIgnored error prone check by Edwin Kempin · 2 years, 10 months ago
  28. 6c94b5e Adopt checks to TimeUtil core changes by Marija Savtchouk · 2 years, 10 months ago
  29. 895822b Adapt to TimeUtil changes in Gerrit core by Edwin Kempin · 2 years, 11 months ago
  30. 626af9e Adapt to Gerrit core that changed the type of timestamp fields to Instant by Edwin Kempin · 2 years, 11 months ago
  31. 2e3f9f2 Fix calls to logger's log(string) by Gal Paikin · 3 years ago stable-3.5
  32. 00c52fc Merge "CheckSubmitRule: Return Optional#empty() if all checkers are optional" by Edwin Kempin · 3 years ago
  33. 5c447ea Add run.statusLink also for runs with errors by Ben Rohlfs · 3 years ago
  34. b7f7452 CheckSubmitRule: Return Optional#empty() if all checkers are optional by Youssef Elghareeb · 3 years ago
  35. ea23fef Add a deprecation notice to the checks plugin by Han-Wen Nienhuys · 3 years ago
  36. 66e58bf Add labelName to connect back-end checks with submit requirements by Milutin Kristofic · 3 years, 1 month ago
  37. 2483bbf Add "Enable e-mail notifications" section to README.md by Wade Carpenter · 3 years, 3 months ago
  38. aa7785a Replace --padding with --gr-button-padding by Ben Rohlfs · 3 years, 2 months ago
  39. cadaca7 Add `declare` to checker interfaces to prevent property renaming by Ben Rohlfs · 3 years, 2 months ago
  40. be67a55 Migrate soy templates off of calling deprecated isLast by Patrick Hiesel · 3 years, 2 months ago
  41. 0b822cf Merge "Add labelName to connect checks with submit requirements" by Milutin Kristofic · 3 years, 2 months ago
  42. 69dfc9f Add override to comply with new noImplicitOverride ts compiler option by Ben Rohlfs · 3 years, 2 months ago
  43. a2e4aad Add labelName to connect checks with submit requirements by Milutin Kristofic · 3 years, 2 months ago
  44. eb6b0ff Convert checks plugin to TypeScript and Lit by Ben Rohlfs · 3 years, 3 months ago
  45. 4947889 Special treatment for SCHEDULED checks by Ben Rohlfs · 3 years, 3 months ago
  46. 9702d6e Add a "rerun" action also for running checks by Ben Rohlfs · 3 years, 5 months ago
  47. 24372de Add a toc file for the plugin documentation by Edwin Kempin · 3 years, 5 months ago
  48. 8cf841b Adapt to changes in Gerrit core by Youssef Elghareeb · 3 years, 6 months ago
  49. 30220d5 Fix link `icon` value and action `primary` value by Ben Rohlfs · 3 years, 6 months ago stable-3.4
  50. d306a12 Add a dummy export statement to files imported as ES modules. by Tiago Quelhas · 3 years, 7 months ago
  51. 8e731d1 Adapt the Checks plugins to change of the action response by Ben Rohlfs · 3 years, 7 months ago
  52. cd4e024 Add a popup for configuring checks as a top-level action by Ben Rohlfs · 3 years, 7 months ago
  53. b0144b5 Refactoring of the Checks JavaScript plugin code by Ben Rohlfs · 3 years, 7 months ago
  54. b011d20 Update the checks plugin to use the new gerrit_js_bundle Bazel rule by Ben Rohlfs · 3 years, 7 months ago
  55. b349da4 Remove old obsolete Checks UI by Ben Rohlfs · 3 years, 7 months ago
  56. 09c93af Rename SubmitRequirement to LegacySubmitRequirement by Ben Rohlfs · 3 years, 7 months ago
  57. 547626f Merge branch 'stable-3.3' by David Ostrovsky · 3 years, 8 months ago
  58. 30cc0a5 Merge branch 'stable-3.2' into stable-3.3 by David Ostrovsky · 3 years, 8 months ago stable-3.3
  59. 8978553 Merge branch 'stable-3.1' into stable-3.2 by David Ostrovsky · 3 years, 8 months ago stable-3.2
  60. ddc8d66 Fix test due to change in Gerrit core by Gal Paikin · 3 years, 10 months ago stable-3.1
  61. 990e936 Move checks mail soy templates to unique namespaces by Marija Savtchouk · 3 years, 8 months ago
  62. 3c0ae8d Add status link also for running checks by Ben Rohlfs · 3 years, 8 months ago
  63. 72bf49f Fix generateDurationString() by Ben Rohlfs · 3 years, 9 months ago
  64. 36bcf90 Fix missing `pluralize` function by Ben Rohlfs · 3 years, 9 months ago
  65. 59256c0 Add some more data when converting checks for the new UI by Ben Rohlfs · 3 years, 9 months ago
  66. 648881e Update plugin template file for template imports by Han-Wen Nienhuys · 3 years, 9 months ago
  67. 93b9220 Adapt the checks fetcher to an API change in fetch()` by Ben Rohlfs · 3 years, 9 months ago
  68. 144e9b3 Display NOT_RELEVANT status on Checks by Luca Milanesio · 3 years, 9 months ago
  69. 3d9d567 Adapt to change in Gerrit core by Edwin Kempin · 3 years, 9 months ago
  70. efb075d Merge "Use a different flag for enabling the new Checks UI" by Ben Rohlfs · 3 years, 10 months ago
  71. de9da1d Use a different flag for enabling the new Checks UI by Ben Rohlfs · 3 years, 10 months ago
  72. afb4b20 Fix test due to change in Gerrit core by Gal Paikin · 3 years, 10 months ago
  73. 0eaffba Add a 'run' action to reboot checks plugin by Ben Rohlfs · 3 years, 10 months ago
  74. fba782d Change checks conversion of successful checks by Ben Rohlfs · 3 years, 10 months ago
  75. 2cc6ffc Fix calculation of durations in UI by Jonas Bergler · 3 years, 10 months ago
  76. 1373d88 Adapt to changes in gerrit core by Youssef Elghareeb · 3 years, 10 months ago
  77. e72bced Drop tests for creating changes on checker refs by Edwin Kempin · 4 years ago
  78. ab49a63 Add support for new reboot ChecksApi by Ben Rohlfs · 4 years ago
  79. c6b699b Adjust to changes in Gerrit core by Patrick Hiesel · 4 years ago
  80. 9a4226a Index change when combined state changes by Sven Selberg · 4 years, 5 months ago
  81. faa1669 Adapt to change in Gerrit core by Edwin Kempin · 4 years, 2 months ago
  82. ffaeb8c Adjust email tests to have new footers by Gal Paikin · 4 years, 2 months ago
  83. f508353 Adjust to changes in Gerrit core by Alice Kober-Sotzek · 4 years, 4 months ago
  84. 36d9e5c Replace @npm_bazel_rollup with @npm//@bazel/rollup by Tao Zhou · 4 years, 4 months ago
  85. f00a07d Adapt to change in Gerrit core by Edwin Kempin · 4 years, 4 months ago
  86. 6a674e9 ChecksSubmitRule: Fix typo by Edwin Kempin · 4 years, 4 months ago
  87. bc8bab8 Adapt to change in Gerrit core by Edwin Kempin · 4 years, 4 months ago
  88. 73fa542 Use 'example.com' domain for emails in tests by Edwin Kempin · 4 years, 5 months ago
  89. 30961cc Merge branch 'stable-3.2' by David Pursehouse · 4 years, 5 months ago
  90. 6310197 Fix broken CheckerRefMigrationTest by Sven Selberg · 4 years, 5 months ago
  91. 80ce21e Docs: Add missing comma to example responses by Sven Selberg · 4 years, 5 months ago
  92. 3670c85 Docs: remove trailing comma from example requests/responses by Sven Selberg · 4 years, 5 months ago
  93. b21b178 Doc: Change CheckInput example to valid JSON by Sven Selberg · 4 years, 5 months ago
  94. e5cc92c Merge branch 'stable-3.2' by David Pursehouse · 4 years, 5 months ago
  95. 50848a3 Merge "CheckerRefMigration: Use AllProjectsNameOnInitProvider" into stable-3.2 by Sven Selberg · 4 years, 5 months ago
  96. 75e72bd CheckerRefMigration: Use AllProjectsNameOnInitProvider by Sven Selberg · 4 years, 5 months ago
  97. ab214fa Docs: remove stray single-qoute by Sven Selberg · 4 years, 5 months ago
  98. 07d6997 Fix broken close button in edit checks dialog by Tao Zhou · 4 years, 6 months ago
  99. e580729 Bazel: Format build files with buildifier by David Ostrovsky · 4 years, 6 months ago
  100. 08d8aad Merge "Add message-id to emails sent by the checks plugin" by Gal Paikin · 4 years, 6 months ago