1. 5874cfd Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  2. 658978f ProjectConfig: Add @UsedAt annotation by David Pursehouse · 6 years ago
  3. 8c9a473 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 6 years ago
  4. 726b4cc Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 7 years ago
  5. 31c8240 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 7 years ago
  6. 84114c9 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 7 years ago
  7. 34a6e23 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 7 years ago
  8. 0d8c6d4 Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 7 years ago
  9. 2d6e438 Merge branch 'stable-2.15' into stable-2.16 by Antonio Barone · 7 years ago
  10. 690191b Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 7 years ago
  11. 4dde1ff Online index upgrade: skip submit rules for closed changes by Luca Milanesio · 7 years ago
  12. 3fd35ac Stop treating StorageException like it's checked by Dave Borowitz · 7 years ago
  13. bd856a4 Remove StorageException from throws clauses by Dave Borowitz · 7 years ago
  14. 62f32fc Rename OrmException to StorageException and move to exceptions package by Dave Borowitz · 7 years ago
  15. 9dd73c8 Rename common.errors package to exceptions by Dave Borowitz · 7 years ago
  16. afeaf5c AccessSection: stop inheritting from RefConfigSection by Changcheng Xiao · 7 years ago
  17. 9217534 Merge branch 'stable-2.16' by David Pursehouse · 7 years ago
  18. 7a51987 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 7 years ago
  19. d81c497 Merge "Teach PermissionBackend to accept plugin defined project permission" by xchangcheng · 7 years ago
  20. a6dab52 Merge "Remove remnants of project-specific themes support" by David Pursehouse · 7 years ago
  21. fd1f18e Teach PermissionBackend to accept plugin defined project permission by Changcheng Xiao · 7 years ago
  22. 8673c3b Allow plugins to declare project permissions by Changcheng Xiao · 7 years ago
  23. 3fbdf98 Remove remnants of project-specific themes support by David Pursehouse · 7 years ago
  24. 08672c3 Merge branch 'stable-2.16' by David Pursehouse · 7 years ago
  25. 27daa2c Adjust more classes to inject UrlFormatter via DynamicItem by David Pursehouse · 7 years ago
  26. d57ee77 Move UsedAt to common package by Dave Borowitz · 7 years ago
  27. 4c58e10 Change: Add helper methods to check change state by David Pursehouse · 7 years ago
  28. a4184cc Mark #hasLegacyPermissions with @UsedAt google by Changcheng Xiao · 7 years ago
  29. e6cf33d Cleanup: Use method references instead of lambdas by Jonathan Nieder · 7 years ago
  30. 24ee10a Merge "Add a --no-limit option to the ssh and rest query commands" by Martin Fick · 7 years ago
  31. 08ab417 Merge branch 'stable-2.16' by Paladox · 7 years ago
  32. 4cf34d9 Don't filter tags separately for internal reachability check by Patrick Hiesel · 7 years ago
  33. 6b7c8ab Exclude change refs from reachability check if changes already checked by Patrick Hiesel · 7 years ago
  34. ede7366 Merge branch 'stable-2.15' into stable-2.16 by Paladox · 7 years ago
  35. b186cd7 Add a --no-limit option to the ssh and rest query commands by Martin Fick · 7 years ago
  36. db47370 Consistently don't import Id/Key/NameKey/Entry types by Dave Borowitz · 7 years ago
  37. 7f2666d CreateRefControl: add advice in the AuthException by Han-Wen Nienhuys · 7 years ago
  38. 72458dc CommitsCollection: Avoid Repository#getAllRefs by Dave Borowitz · 7 years ago
  39. 7888deb Use <> operator where possible by Dave Borowitz · 7 years ago
  40. 4e4cdfe Replace anonymous classes with lambdas by Dave Borowitz · 7 years ago
  41. 185a5d8 Merge branch 'stable-2.16' by David Pursehouse · 7 years ago
  42. f86cc5e Bazel: Fix testonly values in BUILD and .bzl files by David Pursehouse · 7 years ago
  43. 3d54a41 Remove ReviewDb from PermissionBackend hierarchy by Dave Borowitz · 7 years ago
  44. 77a06a0 ProjectConfig: Store commentlinks in a map rather than a list by David Pursehouse · 7 years ago
  45. d4fdc93 Support reading default project.config for All-Projects from etc by Dave Borowitz · 7 years ago
  46. 34a216e ProjectCreator: split core functionality out of REST handler by Han-Wen Nienhuys · 7 years ago
  47. 7dcf1d6 Merge branch 'stable-2.16' by David Pursehouse · 7 years ago
  48. 31300d7 Don't use List in GerritConfigListener API by Rikard Almgren · 7 years ago
  49. d386c4a ContributorAgreementsChecker: Use Java's Objects.requireNonNull by David Pursehouse · 7 years ago
  50. 1b1ae03 Initialize CreateProjectArgs#rejectEmptyCommit in ctor by Han-Wen Nienhuys · 7 years ago
  51. 0ff5bce Refactor ProjectConfig constructors to live in a Factory by Dave Borowitz · 7 years ago
  52. 8e07cf6 Add metric to measure latency for guessing relevant groups by Edwin Kempin · 7 years ago
  53. 9fdbe31 Use "Project.NameKey" instead of "NameKey" by Changcheng Xiao · 7 years ago
  54. c48da97 Add project scope feature to contributor-agreement enforcement. by Bob Badour · 7 years ago
  55. 78ac8a2 RemoveReviewerControl: Allow to remove self from abandoned change by David Pursehouse · 7 years ago
  56. 4d31369 Merge changes Ib4c5c2a7,I03c75305,Iab41d005 by Dave Borowitz · 8 years ago
  57. 3dcfa78 Log time that is spent on loading cache entries by Edwin Kempin · 8 years ago
  58. c854562 Merge "TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit" by David Pursehouse · 8 years ago
  59. 5eb0219 Set logging tag with plugin name on invocation of extension point by Edwin Kempin · 8 years ago
  60. fc5e663 Merge "UrlFormatter: add new interface" by Dave Borowitz · 8 years ago
  61. b6fa44f Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  62. e8f707d TransferConfig#getInheritProjectMaxObjectSizeLimit: Rename to inheritProjectMaxObjectSizeLimit by David Pursehouse · 8 years ago
  63. 3d83230 UrlFormatter: add new interface by Han-Wen Nienhuys · 8 years ago
  64. f71bafe Instrument two possibly long-running access computations by Patrick Hiesel · 8 years ago
  65. a781c60 Merge "Merge branch 'stable-2.15'" by Alice Kober-Sotzek · 8 years ago
  66. 7f04237 Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  67. f59c09b Fix copying of LoggingContext to background threads by Edwin Kempin · 8 years ago
  68. f735b88 Merge "Add config and rule to ignore self approval on labels" by Patrick Hiesel · 8 years ago
  69. 12c87c7 Add config and rule to ignore self approval on labels by Patrick Hiesel · 8 years ago
  70. 6724990 Avoid Collections#sort by Dave Borowitz · 8 years ago
  71. a077284 ProjectConfig: Use streams for saveNotifySections by Dave Borowitz · 8 years ago
  72. 3055e99 Add debug logs for cache evictions that show up in trace by Edwin Kempin · 8 years ago
  73. 0d24824 Merge "Write debug log that shows up in trace when meta data file is read/saved" by Edwin Kempin · 8 years ago
  74. 8f26af1 Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  75. 5b2f0d4 Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  76. 7759d02 Merge "Add REST endpoint to check for auto-closeable changes in a project" by Dave Borowitz · 8 years ago
  77. 3aa1e6c Merge "Merge branch 'stable-2.15'" by David Pursehouse · 8 years ago
  78. 3ceb50d Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  79. 6b4d94b Write debug log that shows up in trace when meta data file is read/saved by Edwin Kempin · 8 years ago
  80. 944cd40 Add debug log that shows up in trace whenever CacheLoader#load is invoked by Edwin Kempin · 8 years ago
  81. aa9629d Support copying logging context to background threads by Edwin Kempin · 8 years ago
  82. bf9df39 Add REST endpoint to check for auto-closeable changes in a project by Edwin Kempin · 8 years ago
  83. 8d91464 Fix NPE in ProjectCacheImpl by Patrick Hiesel · 8 years ago
  84. c68d187 ProjectState: Remind myself that themes are going away by Dave Borowitz · 8 years ago
  85. 4610fca Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  86. 3b2b62b Add ref_states to ProjectFields by Patrick Hiesel · 8 years ago
  87. 7f1c017 Merge "Split off mail data processing out of server package" by Han-Wen Nienhuys · 8 years ago
  88. 4a7cac6 ProjectConfig: Remove unused resolve(AccountGroup) method by Edwin Kempin · 8 years ago
  89. 50dd94e Split off mail data processing out of server package by Han-Wen Nienhuys · 8 years ago
  90. c12ddc3 Provide a nicer error message for CLA failure by Han-Wen Nienhuys · 8 years ago
  91. 51b5df3 Clean up callers of ProjectState#getLabelTypes by removing 'user' as arg by Patrick Hiesel · 8 years ago
  92. 7e50ec9 Do not evaluate ${username} and ${shardeduserid} in LabelTypes by Patrick Hiesel · 8 years ago
  93. 55e317c Permission: Don't hand out the modifyable rules list to callers by Edwin Kempin · 8 years ago
  94. f717f06 Fix trivial usages of deprecated RefDatabase.getRefs method by David Pursehouse · 8 years ago
  95. 0bfe395 Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  96. af864a0 Reformat all Java files with google-java-format 1.6 by David Pursehouse · 8 years ago
  97. a655fe0 Migrate server classes to Flogger by Edwin Kempin · 8 years ago
  98. b564a52 Merge branch 'stable-2.15' by David Pursehouse · 8 years ago
  99. 609f982 Replace all lambdas with method references, when possible by Maxime Guerreiro · 8 years ago
  100. 346a204 Move PrologEnvironment creation out of ProjectState by Dave Borowitz · 8 years ago