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