1. f967ae2 Adapt to new PatchSet method names by Dave Borowitz · 6 years ago
  2. 9b158ab Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo). by Han-Wen Nienhuys · 6 years ago
  3. b027e1b Adapt to BranchNameKey refactoring by Dave Borowitz · 6 years ago
  4. cedfe4e Adapt to Project.NameKey refactoring by Dave Borowitz · 6 years ago
  5. f1a7ae8 Adapt to Branch.NameKey refactoring by Dave Borowitz · 6 years ago
  6. b1e2ba3 Adapt to Account.Id refactoring by Dave Borowitz · 6 years ago
  7. 34d10ba Remove declarations of unthrown IOException by David Pursehouse · 6 years ago
  8. cea43cf Adapt to ChangeData signature changes by Dave Borowitz · 6 years ago
  9. f32e6d4 Adapt to new StorageException class name and package by Dave Borowitz · 6 years ago
  10. ce6932a Remove redundant semicolons by David Pursehouse · 6 years ago
  11. 848d949 Format with google-java-format 1.7 by David Pursehouse · 6 years ago
  12. 51754ed Adapt to new TestAccount methods by Dave Borowitz · 6 years ago
  13. 06ab05a Check included files in OwnersValidator by Chih-Hung Hsieh · 6 years ago
  14. 659ba41 Simplify tests and split FindOwnersIT tests by Chih-Hung Hsieh · 6 years ago
  15. 6980899 Implement "file:..." statement and directive by Chih-Hung Hsieh · 6 years ago
  16. 08c4ca6 Merge "Add TestWatcher to log starting/finished messages" by Chih-hung Hsieh · 6 years ago
  17. 33c3d05 Close popup window when leaving a page by Chih-Hung Hsieh · 6 years ago
  18. 9e82b93 Add TestWatcher to log starting/finished messages by Chih-Hung Hsieh · 6 years ago
  19. 9e0dfb6 Merge "Fix a few minor bugs." by Chih-hung Hsieh · 6 years ago
  20. 1870b4d Merge "Add a link to syntax.md after error messages" by Chih-hung Hsieh · 6 years ago
  21. ebea6ea Fix a few minor bugs. by Chih-Hung Hsieh · 6 years ago
  22. efdee3c Add per-file set noparent and more tests by Chih-Hung Hsieh · 6 years ago
  23. 8ec3632 Fix 'event is not defined' exception in onClick handler by brohlfs · 6 years ago
  24. 691abf5 Add a link to syntax.md after error messages by Chih-Hung Hsieh · 6 years ago
  25. e8351d7 Stop using deprecated Gerrit REST API. by Chih-Hung Hsieh · 6 years ago
  26. faba88e Merge "Add more unit tests for Util.java" by Chih-hung Hsieh · 6 years ago
  27. 929b532 Add more unit tests for Util.java by Chih-Hung Hsieh · 6 years ago
  28. f33ea65 Add "include" case to OwnersValidatorTest by Chih-Hung Hsieh · 6 years ago
  29. 2490017 [FIND OWNERS] shows enhanced file-to-owner lists by Chih-Hung Hsieh · 6 years ago
  30. 9fc2157 Improve .md file format by Chih-Hung Hsieh · 6 years ago
  31. 83063de Use StoredValues.PLUGIN_CONFIG_FACTORY by Chih-Hung Hsieh · 6 years ago
  32. 0036927 Merge "Use better assertThat check methods" by Chih-hung Hsieh · 6 years ago
  33. bdb73cc Merge "Clean up Validator code" by Chih-hung Hsieh · 6 years ago
  34. 4f307d0 Merge "Improve logged message and Java coding style" by Chih-hung Hsieh · 6 years ago
  35. 43cdab4 Merge "Add projectInheritanceTest and refactor code" by Chih-hung Hsieh · 6 years ago
  36. cbea0f7 Add a real world plugin configuration example by Chih-Hung Hsieh · 6 years ago
  37. f38e94d Improve logged message and Java coding style by Chih-Hung Hsieh · 6 years ago
  38. 2b0dabe Clean up Validator code by Chih-Hung Hsieh · 6 years ago
  39. 3a2cf77 Use better assertThat check methods by Chih-Hung Hsieh · 6 years ago
  40. 8b0a975 Add projectInheritanceTest and refactor code by Chih-Hung Hsieh · 6 years ago
  41. 493e6ea Clarify some syntax rules and examples. by Chih-Hung Hsieh · 6 years ago
  42. ce59cc3 Check user defined owners file at root directory by Chih-Hung Hsieh · 6 years ago
  43. 4ba091b Fix FindOwnersIT compilation after If6410bfc by Dave Borowitz · 6 years ago
  44. 424df05 Adapt to removal of SchemaFactory by Dave Borowitz · 6 years ago
  45. 582d50a Adapt to changed PushOneCommit.Factory method signatures by Edwin Kempin · 6 years ago
  46. e14d8cc Use ProjectOperations instead of removed method of core Gerrit by Alice Kober-Sotzek · 6 years ago
  47. 44575fb Add include command to OWNERS file. by Chih-Hung Hsieh · 6 years ago
  48. a11833e Update old document, now with 3 parameters. by Chih-Hung Hsieh · 6 years ago stable-2.16
  49. 63b2d9a Clarify that rules.pl goes in refs/meta/config by Jonathan Nieder · 6 years ago
  50. 85eef87 Use Google java coding style. by Chih-Hung Hsieh · 6 years ago
  51. 2dc197e Add a logs field in REST API returned dbgmsgs. by Chih-Hung Hsieh · 6 years ago
  52. b71b925 Use Google Java coding style. by Chih-Hung Hsieh · 6 years ago
  53. 35b40ca Accept per-file with multiple globs and emails. by Chih-Hung Hsieh · 6 years ago
  54. 3f3d71e findowners: migrate to Flogger by Changcheng Xiao · 6 years ago
  55. 2657c4c Use only "Code-Review" votes. by Chih-Hung Hsieh · 6 years ago
  56. 940db16 Merge "Merge branch 'stable-2.15'" by David Pursehouse · 7 years ago
  57. 4bd63c9 Fix pop up window width and height. by Chih-Hung Hsieh · 7 years ago
  58. e7f3458 Improve "Find Owners" action button appearance. by Chih-Hung Hsieh · 7 years ago
  59. a1adf74 Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  60. d5bed08 Fix name of commons-io dependency by David Pursehouse · 7 years ago
  61. dd4c4c5 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 7 years ago
  62. 6d73c4c Adapt plugin to new Emails API by Patrick Hiesel · 7 years ago
  63. e8adfd8 Fix name of prolog dependency by David Pursehouse · 7 years ago
  64. ac3672e Format BUILD file with buildifier by David Pursehouse · 7 years ago
  65. a9f402d Display "Find Owners" button after switching pages. by Chih-Hung Hsieh · 7 years ago
  66. 57a9c9a Merge "When using PolyGerrit, move "Find Owners" button out of the 'MORE' list." by Chih-hung Hsieh · 7 years ago
  67. cf663a4 Merge "Add a BatchModule, allowing this plugin to be used in the reindexer" by Patrick Hiesel · 7 years ago
  68. 25d5d09 Add a BatchModule, allowing this plugin to be used in the reindexer by Maxime Guerreiro · 7 years ago
  69. 6cf0df5 When using PolyGerrit, move "Find Owners" button out of the 'MORE' list. by Chih-Hung Hsieh · 7 years ago
  70. 7a4ec6a Allow one email to have multiple accounts. by Chih-Hung Hsieh · 7 years ago
  71. 99b44db Handle missing accounts explicitly and skip accounts without preferred email by Edwin Kempin · 7 years ago
  72. b8be881 RestResult: Remove unneeded semicolon by Edwin Kempin · 7 years ago
  73. b9932b3 Remove declarations for exceptions that can never be thrown by Edwin Kempin · 7 years ago
  74. ee6cea4 FindOwnersIT: Remove unused injection of project cache by Edwin Kempin · 7 years ago
  75. 7e8f6fb OwnersDb: Use Repository#exactRef instead of the deprecated Repository#getRef by Edwin Kempin · 7 years ago
  76. ddf76f9 Adapt to changes in Gerrit API by Edwin Kempin · 7 years ago
  77. 7712508 Bazel: Don't depend transitively on plugin API by David Ostrovsky · 7 years ago
  78. 0474f7c Use 'ProjectState' in the other code path by Changcheng Xiao · 7 years ago
  79. 4a88e31 FindOwners: Avoid reading project state in PluginConfigFactory by Changcheng Xiao · 7 years ago
  80. 08f9506 Adapt to new core BUILD files by Alice Kober-Sotzek · 7 years ago
  81. 7e0e368 Merge "Adapt to new core package layout" by Dave Borowitz · 7 years ago
  82. b701135 Install deprecated JS API by Viktar Donich · 7 years ago
  83. ecc99f3 Add change c/<number> to log.error output. by Changcheng Xiao · 7 years ago
  84. 6907a2d Adapt to new core package layout by Dave Borowitz · 7 years ago
  85. ab7d4f0 Merge "Suppress error messages when exempt from owner approval." by Chih-hung Hsieh · 7 years ago
  86. 1729020 Suppress error messages when exempt from owner approval. by Chih-Hung Hsieh · 7 years ago
  87. aa0f6ab Dump NoSuchProjectException message to debug. by Chih-Hung Hsieh · 7 years ago
  88. 215354f Fix Java coding style format issues. by Chih-Hung Hsieh · 7 years ago
  89. 3731c8a Handle new exception thrown by ChangeData#currentFilePaths by Alice Kober-Sotzek · 7 years ago
  90. e36ec97 Fix Java coding style issues. by Chih-Hung Hsieh · 7 years ago
  91. c771f7d Add OwnersValidator to check changed OWNERS. by Chih-Hung Hsieh · 7 years ago
  92. e86ccfa Set popup window height and width dynamically. by Chih-Hung Hsieh · 7 years ago
  93. 8d2cbff Avoid missing API error in PolyGerrit. by Chih-Hung Hsieh · 7 years ago
  94. 1b7a582 Check Owner-Review-Vote on click of Submit button. by Chih-Hung Hsieh · 7 years ago
  95. b62c01c Fix Java coding style. by Chih-Hung Hsieh · 7 years ago
  96. 2c850b5 Adapt to API change in Gerrit core by Edwin Kempin · 7 years ago
  97. d36d17a Give CL author a default owner +1 vote. by Chih-Hung Hsieh · 7 years ago
  98. 287c90d Handle errors when a branch is not found. by Chih-Hung Hsieh · 7 years ago
  99. 0a042bb Fix Java coding style issues. by Chih-Hung Hsieh · 7 years ago
  100. 3cb3b86 Use preferred email addresses. by Chih-Hung Hsieh · 7 years ago