1. 4627cf4 Fix rendering issue after switching to textContent by Tao Zhou · 4 years ago
  2. e293396 Revert "Replace `innerHTML` with `textContent`" by Tao Zhou · 4 years ago
  3. 101b8d0 Replace `innerHTML` with `textContent` by Tao Zhou · 4 years ago
  4. c2dc910 Merge branch 'stable-3.1' by David Ostrovsky · 4 years ago
  5. 3b0cfea Revert "Clean up BUILD rules" by David Ostrovsky · 4 years ago
  6. 0fff7ae Revert "Clean up BUILD rules" by David Ostrovsky · 4 years ago
  7. 5e74446 Adapt to ProjectCache#get interface change by Patrick Hiesel · 4 years, 2 months ago
  8. 7cd7cd6 Fix tests following a change to AccountCreator by Ben Rohlfs · 4 years, 2 months ago
  9. 5926aff Cosmetic improvements by Ian Wells · 4 years, 4 months ago
  10. 73bb362 Adapt to changes in Gerrit core by Edwin Kempin · 4 years, 5 months ago
  11. 05a07fe Fix documentation on how to run the tests by Edwin Kempin · 4 years, 5 months ago
  12. 27f9155 Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 4 years, 7 months ago
  13. c1e2af7 Rename reviewdb package to entities by David Ostrovsky · 5 years ago
  14. 46674a9 Merge "Format Java files with google-java-format" by David Ostrovsky · 4 years, 7 months ago
  15. 8de7e60 Fix for polymer 2 and remove unused methods by Tao Zhou · 4 years, 7 months ago
  16. 9d8f478 Format Java files with google-java-format by David Ostrovsky · 4 years, 7 months ago
  17. 8c32b27 Adapt to AccountState being an AutoValue by Patrick Hiesel · 4 years, 7 months ago
  18. d280d24 improve gitiles browsing by Mike Frysinger · 4 years, 10 months ago
  19. a1cc391 Merge "Suppress warnings with suggested coding patterns." by Chih-hung Hsieh · 4 years, 8 months ago
  20. 6b18a3d Merge "Fix Java coding style warnings." by Chih-hung Hsieh · 4 years, 8 months ago
  21. e77c77c Declare static methods and final members. by Chih-Hung Hsieh · 4 years, 8 months ago
  22. 4e9816e Suppress warnings with suggested coding patterns. by Chih-Hung Hsieh · 4 years, 8 months ago
  23. 42747be Fix Java coding style warnings. by Chih-Hung Hsieh · 4 years, 8 months ago
  24. a4fe26f Do not declare unchecked StorageException. by Chih-Hung Hsieh · 4 years, 8 months ago
  25. f9383eb Use BaseConfig instead of raw PluginConfig. by Chih-Hung Hsieh · 4 years, 9 months ago
  26. f59ef65 Enhance filteredJson to clean up JSON strings. by Chih-Hung Hsieh · 4 years, 8 months ago
  27. 33f7d4e Update config document. by Chih-Hung Hsieh · 4 years, 9 months ago
  28. aa96c0d Write cache stats to info log (fine) when value is requested by Patrick Hiesel · 4 years, 9 months ago
  29. fa167df Clarify and cleanup Config variables and functions. by Chih-Hung Hsieh · 4 years, 9 months ago
  30. a0eb5f5 Merge "Clean up BUILD rules" by Chih-hung Hsieh · 4 years, 9 months ago
  31. 8c2d391 Adapt to Account being an AutoValue by Patrick Hiesel · 4 years, 9 months ago
  32. 6e7f088 Clean up BUILD rules by Chih-Hung Hsieh · 4 years, 10 months ago
  33. dcb7357 change "column" to "colon" by Mike Frysinger · 5 years ago
  34. c5ce973 Allow checkers to read all OWNERS files by Chih-Hung Hsieh · 5 years ago
  35. d7dfd91 Check read permission in getRepoFile by Chih-Hung Hsieh · 5 years ago
  36. ea12b9b Push down AbstractDaemonTest#projectOperations by Dave Borowitz · 5 years ago
  37. 38ef309 Inline AbstractDaemonTest#getRemoteHead by Dave Borowitz · 5 years ago
  38. 3fedd04 Adapt to PatchSetApproval refactoring by Dave Borowitz · 5 years ago
  39. f967ae2 Adapt to new PatchSet method names by Dave Borowitz · 5 years ago
  40. 9b158ab Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 5 years ago
  41. b027e1b Adapt to BranchNameKey refactoring by Dave Borowitz · 5 years ago
  42. cedfe4e Adapt to Project.NameKey refactoring by Dave Borowitz · 5 years ago
  43. f1a7ae8 Adapt to Branch.NameKey refactoring by Dave Borowitz · 5 years ago
  44. b1e2ba3 Adapt to Account.Id refactoring by Dave Borowitz · 5 years ago
  45. 34d10ba Remove declarations of unthrown IOException by David Pursehouse · 5 years ago
  46. cea43cf Adapt to ChangeData signature changes by Dave Borowitz · 5 years ago
  47. f32e6d4 Adapt to new StorageException class name and package by Dave Borowitz · 5 years ago
  48. ce6932a Remove redundant semicolons by David Pursehouse · 5 years ago
  49. 848d949 Format with google-java-format 1.7 by David Pursehouse · 5 years ago
  50. 51754ed Adapt to new TestAccount methods by Dave Borowitz · 5 years ago
  51. 06ab05a Check included files in OwnersValidator by Chih-Hung Hsieh · 5 years ago
  52. 659ba41 Simplify tests and split FindOwnersIT tests by Chih-Hung Hsieh · 5 years ago
  53. 6980899 Implement "file:..." statement and directive by Chih-Hung Hsieh · 5 years ago
  54. 08c4ca6 Merge "Add TestWatcher to log starting/finished messages" by Chih-hung Hsieh · 5 years ago
  55. 33c3d05 Close popup window when leaving a page by Chih-Hung Hsieh · 5 years ago
  56. 9e82b93 Add TestWatcher to log starting/finished messages by Chih-Hung Hsieh · 5 years ago
  57. 9e0dfb6 Merge "Fix a few minor bugs." by Chih-hung Hsieh · 5 years ago
  58. 1870b4d Merge "Add a link to syntax.md after error messages" by Chih-hung Hsieh · 5 years ago
  59. ebea6ea Fix a few minor bugs. by Chih-Hung Hsieh · 5 years ago
  60. efdee3c Add per-file set noparent and more tests by Chih-Hung Hsieh · 5 years ago
  61. 8ec3632 Fix 'event is not defined' exception in onClick handler by brohlfs · 5 years ago
  62. 691abf5 Add a link to syntax.md after error messages by Chih-Hung Hsieh · 5 years ago
  63. e8351d7 Stop using deprecated Gerrit REST API. by Chih-Hung Hsieh · 5 years ago
  64. faba88e Merge "Add more unit tests for Util.java" by Chih-hung Hsieh · 5 years ago
  65. 929b532 Add more unit tests for Util.java by Chih-Hung Hsieh · 5 years ago
  66. f33ea65 Add "include" case to OwnersValidatorTest by Chih-Hung Hsieh · 5 years ago
  67. 2490017 [FIND OWNERS] shows enhanced file-to-owner lists by Chih-Hung Hsieh · 5 years ago
  68. 9fc2157 Improve .md file format by Chih-Hung Hsieh · 5 years ago
  69. 83063de Use StoredValues.PLUGIN_CONFIG_FACTORY by Chih-Hung Hsieh · 5 years ago
  70. 0036927 Merge "Use better assertThat check methods" by Chih-hung Hsieh · 5 years ago
  71. bdb73cc Merge "Clean up Validator code" by Chih-hung Hsieh · 5 years ago
  72. 4f307d0 Merge "Improve logged message and Java coding style" by Chih-hung Hsieh · 5 years ago
  73. 43cdab4 Merge "Add projectInheritanceTest and refactor code" by Chih-hung Hsieh · 5 years ago
  74. cbea0f7 Add a real world plugin configuration example by Chih-Hung Hsieh · 5 years ago
  75. f38e94d Improve logged message and Java coding style by Chih-Hung Hsieh · 5 years ago
  76. 2b0dabe Clean up Validator code by Chih-Hung Hsieh · 5 years ago
  77. 3a2cf77 Use better assertThat check methods by Chih-Hung Hsieh · 5 years ago
  78. 8b0a975 Add projectInheritanceTest and refactor code by Chih-Hung Hsieh · 5 years ago
  79. 493e6ea Clarify some syntax rules and examples. by Chih-Hung Hsieh · 5 years ago
  80. ce59cc3 Check user defined owners file at root directory by Chih-Hung Hsieh · 5 years ago
  81. 4ba091b Fix FindOwnersIT compilation after If6410bfc by Dave Borowitz · 5 years ago
  82. 424df05 Adapt to removal of SchemaFactory by Dave Borowitz · 5 years ago
  83. 582d50a Adapt to changed PushOneCommit.Factory method signatures by Edwin Kempin · 5 years ago
  84. e14d8cc Use ProjectOperations instead of removed method of core Gerrit by Alice Kober-Sotzek · 5 years ago
  85. 44575fb Add include command to OWNERS file. by Chih-Hung Hsieh · 5 years ago
  86. a11833e Update old document, now with 3 parameters. by Chih-Hung Hsieh · 6 years ago stable-2.16
  87. 63b2d9a Clarify that rules.pl goes in refs/meta/config by Jonathan Nieder · 6 years ago
  88. 85eef87 Use Google java coding style. by Chih-Hung Hsieh · 6 years ago
  89. 2dc197e Add a logs field in REST API returned dbgmsgs. by Chih-Hung Hsieh · 6 years ago
  90. b71b925 Use Google Java coding style. by Chih-Hung Hsieh · 6 years ago
  91. 35b40ca Accept per-file with multiple globs and emails. by Chih-Hung Hsieh · 6 years ago
  92. 3f3d71e findowners: migrate to Flogger by Changcheng Xiao · 6 years ago
  93. 2657c4c Use only "Code-Review" votes. by Chih-Hung Hsieh · 6 years ago
  94. 940db16 Merge "Merge branch 'stable-2.15'" by David Pursehouse · 6 years ago
  95. 4bd63c9 Fix pop up window width and height. by Chih-Hung Hsieh · 6 years ago
  96. e7f3458 Improve "Find Owners" action button appearance. by Chih-Hung Hsieh · 6 years ago
  97. a1adf74 Merge branch 'stable-2.15' by David Pursehouse · 6 years ago
  98. d5bed08 Fix name of commons-io dependency by David Pursehouse · 6 years ago
  99. dd4c4c5 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  100. 6d73c4c Adapt plugin to new Emails API by Patrick Hiesel · 6 years ago