1. 436f78a ConfigEntry: support glob destination branches by Ivan Frade · 10 months ago master
  2. 367e9c8 RepoUpdater: Convert ConcurrentRefUpdateException into LockFailureException by Edwin Kempin · 10 months ago
  3. 2550fd8 ConfigEntry: consolidate calculating the actual destination branch by Ivan Frade · 10 months ago
  4. 2fa9956 ConfigEntry: Move source matching to the ConfigEntry by Ivan Frade · 10 months ago
  5. 61be867 SuperManifestRefUpdatedListener: Remove unneeded caching of config by Edwin Kempin · 10 months ago
  6. 4ffcbb8 Fix instructions how to build the plugin with external dependencies by Edwin Kempin · 10 months ago
  7. 256814e Adapt to new DownloadScheme interface by Patrick Hiesel · 1 year ago
  8. f2a7059 Wrap ref updates in the correct RefUpdateContext. by Dmitrii Filippov · 1 year, 1 month ago
  9. 527de7d Support exclusion of ref patterns by Ivan Frade · 1 year, 8 months ago
  10. baf511f ConfigEntry: Trim whitespaces on exclude entries by Ivan Frade · 1 year, 8 months ago
  11. 43f3438 Documentation: update example conf for "mirror all branches" by Ivan Frade · 1 year, 10 months ago
  12. 3fc1ca7 SuperManifestRefUpdateListener: add whitespace for styling by Ivan Frade · 2 years ago
  13. 2750830 RepoUpdater: Make field final, remove #toString() by Ivan Frade · 2 years ago
  14. 1c927d3 RepoUpdater: store in destination the source manifest revision by Ivan Frade · 2 years, 2 months ago
  15. fb1f2fb Use Flogger for writing logs by Edwin Kempin · 2 years ago
  16. 2a49f65 Short-circuit logic for NoteDb updates by Patrick Hiesel · 2 years, 2 months ago
  17. 62f1d71 Fix bottleneck in GitRefUpdatedListener by Patrick Hiesel · 2 years, 2 months ago
  18. 46d29f8 Adopt plugin to ProjectCache.evict rename by Marija Savtchouk · 2 years, 3 months ago
  19. d2e8d12 BUILD: Add dependency to commons-lang3 by Ivan Frade · 2 years, 6 months ago
  20. 964d456 supermanifest: Migrate to commons lang v3 by Youssef Elghareeb · 2 years, 6 months ago
  21. 39d4b01 Take into account that config read could fail on start() by Ivan Frade · 2 years, 7 months ago
  22. 8aa570a SuperManifestRefUpdatedListener: Update metric description by Ivan Frade · 2 years, 7 months ago
  23. e6b65d9 Measure time taken to process a manifest by Ivan Frade · 2 years, 7 months ago
  24. 098b925 JiriUpdater: Do not set branch for SHA1 by Ivan Frade · 2 years, 7 months ago
  25. 0f55f5a REST endpoint: Give a more descriptive response by Ivan Frade · 2 years, 7 months ago
  26. 8c93be5 SuperManifestRefUpdatedListener: inline the update method by Ivan Frade · 2 years, 7 months ago
  27. 591cb53 Count other superproject update errors by Jonathan Nieder · 2 years, 9 months ago
  28. 161f564 Don't swallow lock failures by Jonathan Nieder · 2 years, 9 months ago
  29. 62b6d5c Add a toc file for the plugin documentation by Edwin Kempin · 2 years, 10 months ago
  30. 3127dc9 Move the metric to the listener class by Ivan Frade · 2 years, 10 months ago
  31. f51887d Count lock-failures when updating the superproject by Ivan Frade · 2 years, 10 months ago
  32. 2b8161c SuperManifestRepoManager: Take the path if the URL is not canonical by Ivan Frade · 3 years ago
  33. fb2553d ConfigEntry: Make constructor public by Ivan Frade · 3 years ago
  34. 76855e2 Fix java style suggestions by Ivan Frade · 3 years ago
  35. b362d92 Various fixes for ErrorProne warnings by Ivan Frade · 3 years ago
  36. 37e750e external_plugin_deps.bzl: pass buildifier and add module comment by Ivan Frade · 3 years ago
  37. 5a2936e GerritSuperManifestRepoManager: Add comment for unused parameter by Ivan Frade · 3 years ago
  38. df86d52 Inject the SuperManifestRepoManager by Ivan Frade · 3 years ago
  39. 173a879 Extract opening repos to its own class by Ivan Frade · 3 years ago
  40. 3ffb173 Simplify the URI/repoName handling by Ivan Frade · 3 years ago
  41. 2da90e2 Partially revert making GerritRemoteReader injectable by Ivan Frade · 3 years ago
  42. d64a60a Config: add "exclude" option to the "copy all" case by Ivan Frade · 3 years ago
  43. 895ba01 Add also jaxb runtime by Ivan Frade · 3 years ago
  44. 130d679 Add jaxb-api as external dependency by Ivan Frade · 3 years ago
  45. 8bfa12b Inject GerritRemoteReader instance by Ivan Frade · 3 years ago
  46. 91f2c8c Evict All-Projects after before reading it in a GitRefUpdate by Patrick Hiesel · 3 years, 10 months ago
  47. 939ba52 Extract duplicate code by Gal Paikin · 4 years, 4 months ago
  48. a36f65a repo.ref expects ref but gets sha1 by Gal Paikin · 4 years, 4 months ago
  49. d7d04ec Rename reviewdb package to entities by David Ostrovsky · 4 years, 10 months ago
  50. 1a487be Don't import Id/Key/NameKey directly by David Ostrovsky · 4 years, 10 months ago
  51. 52fe46c Migrate off the overload of StandardSubjectBuilder.fail(..) by Alice Kober-Sotzek · 4 years, 9 months ago
  52. af6e86c Stop using deprecated AbstractDaemonTest#fail by David Pursehouse · 4 years, 10 months ago
  53. 837220b Adapt to Project.NameKey refactoring by Dave Borowitz · 5 years ago
  54. dbe09db Adapt to Branch.NameKey refactoring by Dave Borowitz · 5 years ago
  55. 6eb3382 JiriUpdater: Add missing cases in switch on RefUpdate.Result by David Pursehouse · 5 years ago
  56. 889b333 RepoUdater: remove unused canonicalWebUrl from constructor by David Pursehouse · 5 years ago
  57. a8add1f JiriProjects.Project: Implement hashCode method by David Pursehouse · 5 years ago
  58. a22083f Add missing serialVersionUID by David Pursehouse · 5 years ago
  59. 5b721a2 Stop using JGit's deprecated Repository#peel method by David Pursehouse · 5 years ago
  60. 0f2cc73 Stop using JGit's deprecated Constants.CHARACTER_ENCODING by David Pursehouse · 5 years ago
  61. 62dddce Remove redundant type arguments by David Pursehouse · 5 years ago
  62. c9ba3a4 Adapt to new TestAccount methods by Dave Borowitz · 5 years ago
  63. 8caba98 Format with google-java-format 1.7 by David Pursehouse · 5 years ago
  64. f04f378 Fix a bug that causing JiriUpdater treating remote project as local by Haowei Wu · 5 years ago
  65. aeadbf4 Adapt to changed PushOneCommit.Factory method signatures by Edwin Kempin · 5 years ago
  66. 9f681db Update JGit by Jonathan Nieder · 5 years ago
  67. c0841c7 Use ProjectOperations instead of removed method of core Gerrit by Alice Kober-Sotzek · 5 years ago
  68. fdfcc5f Use ProjectOperations in SuperManifestModule tests. by Han-Wen Nienhuys · 5 years ago
  69. 456aa2f Fix relativeFetch test. by Han-Wen Nienhuys · 6 years ago
  70. 66f1496 Avoid using Flogger's log(msg, Object) for calls with Object[] argument. by Han-Wen Nienhuys · 6 years ago
  71. faecce8 Correct documentation for manual trigger by Han-Wen Nienhuys · 6 years ago
  72. 458184b Run google-java-format by Han-Wen Nienhuys · 6 years ago
  73. b54bf31 Allow specifying which groups to subscribe to by Jonathan Nieder · 6 years ago
  74. b9f8d91 Use flogger in supermanifest by Han-Wen Nienhuys · 6 years ago
  75. f9e9499 Use updated timestamp for server identity. by Han-Wen Nienhuys · 6 years ago
  76. 1d4708c Adapt to new PermissionBackend interface by Patrick Hiesel · 6 years ago
  77. ac2f6b7 Remove default info for loading configuration by Han-Wen Nienhuys · 6 years ago
  78. fb488a6 Add log message for manual trigger of supermanifest by Han-Wen Nienhuys · 6 years ago
  79. e0852fa Move resources about too by Han-Wen Nienhuys · 6 years ago
  80. 424275b Don't dump stack trace if the startup fails by Han-Wen Nienhuys · 6 years ago
  81. 1be0313 Add some documentation by Han-Wen Nienhuys · 6 years ago
  82. 7773e5d Remove src/{main,test} directories by Han-Wen Nienhuys · 6 years ago
  83. f0c3940 Handle raw SHA1s when set as the revision field in a project by Han-Wen Nienhuys · 6 years ago
  84. d20b78f Support import tag in jiri manifest by Ankur Mittal · 6 years ago
  85. f85d1df Adapt to new core BUILD files by Alice Kober-Sotzek · 6 years ago
  86. e1d7c8f Remove unused static import of Assert.fail by Dave Borowitz · 6 years ago
  87. dd8d65a Add more "throws Exception" clauses in tests by Dave Borowitz · 6 years ago
  88. aa0f39a Fix commit date and time for jiri by Ankur Mittal · 6 years ago
  89. e599d7d support ignoreRemoteFailures in the SuperManifest plugin. by Han-Wen Nienhuys · 6 years ago
  90. 7dd588e make repo urls relative for jiri supermanifest by Ankur Mittal · 6 years ago
  91. 913e1bd Fix java formatting by Han-Wen Nienhuys · 7 years ago
  92. 68f9156 Hookup a REST API handler to allow manual triggers of SuperManifest. by Han-Wen Nienhuys · 7 years ago
  93. cbb7438 Make exception types explicit by Han-Wen Nienhuys · 7 years ago
  94. 2e5e334 JiriManifest: disable entity external inclusion by Shawn Pearce · 7 years ago
  95. 35aedb2 Add support for jiri manifest by Ankur Mittal · 7 years ago
  96. 9058f90 Abstract away update method to support more tools by Ankur Mittal · 7 years ago
  97. 959a0e7 Optimize StringBuilder usage. by Han-Wen Nienhuys · 7 years ago
  98. b85c500 Print the canonicalWebUrl for warnings. by Han-Wen Nienhuys · 7 years ago
  99. 46d3ed8 Suppress boring parts of the stack trace if something fails by Han-Wen Nienhuys · 7 years ago
  100. 8060079 Preserve cause exception when All-Projects is not found by Han-Wen Nienhuys · 7 years ago