summaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Make loggers privateEdwin Kempin2018-06-072-2/+2
* StartCommand: Reformat with google-java-format 1.6David Pursehouse2018-06-061-3/+2
* Fix creating missing repositoryv2.14.7Hector Oswaldo Caballero2018-02-222-2/+10
* Fix project deletion logsHector Oswaldo Caballero2018-02-211-2/+2
* Use logger built-in formatterHector Oswaldo Caballero2018-02-215-82/+78
* Fix project creation logsHector Oswaldo Caballero2018-02-211-2/+2
* Use rescheduleDelay instead of replicationDelay when reschedulingv2.14.2Saša Živkov2017-07-123-2/+82
* Fix race condition when scheduling a replicationSaša Živkov2017-07-051-1/+2
* Fix replication retries when maxRetries is set to 0v2.14.1Hugo Arès2017-04-281-1/+1
* Remove ops from pending when max retries reachedv2.14-rc1v2.14-rc0v2.14Luca Milanesio2017-03-211-0/+6
* Set max retries to avoid queue congestionLuca Milanesio2017-03-183-3/+19
* Merge "Format all Java files with google-java-format"David Pursehouse2017-02-0728-584/+525
|\
| * Format all Java files with google-java-formatDavid Pursehouse2017-02-0728-584/+525
* | Merge branch 'stable-2.13'David Pursehouse2017-02-031-3/+3
|\ \ | |/ |/|
| * ReplicationMetrics: Make members private finalv2.13.9v2.13.8v2.13.7v2.13.6David Pursehouse2017-02-021-3/+3
* | Prefer subtypes of MultimapDave Borowitz2017-01-131-4/+4
* | Add ReplicationScheduledEvent to indicate ref replication is scheduled.Eryk Szymanski2016-11-155-6/+82
* | Create Destination using Guice FactoryHugo Arès2016-10-264-63/+68
* | ReplicationFileBasedConfig: Replace FluentIterable with streams/lambdaDavid Pursehouse2016-10-261-30/+18
* | Remove usage of deprecated Throwables methodsDavid Pursehouse2016-10-242-3/+4
|/
* Make SearchingChangeCacheImpl nullable when replicating from slavev2.13.5v2.13.4v2.13.3v2.13.2Makson Lee2016-10-191-1/+2
* Merge branch 'stable-2.12'David Pursehouse2016-08-181-4/+28
|\
| * Destination: Consider ref visibility when scheduling replicationv2.12.9v2.12.8v2.12.7v2.12.6v2.12.5v2.12.4upstream/stable-2.12David Pursehouse2016-08-151-1/+22
* | Adjust to updated EventDispatcher interfaceDavid Pursehouse2016-06-223-21/+6
* | Handle kill command in replication tasks also while runningJacek Centkowski2016-06-153-10/+45
* | PushOne: VisibleRefFilter now requires SearchingChangeCacheImplDave Borowitz2016-06-061-4/+9
* | Fix 'Statement unnecessarily nested within else clause' warningsDavid Pursehouse2016-06-021-6/+5
* | Adapt to removal of CurrentUser#getStarredChanges() in coreEdwin Kempin2016-05-311-9/+0
* | Remove usage of deprecated Repository.getRefDavid Pursehouse2016-05-301-1/+1
* | Merge branch 'stable-2.12'Hugo Arès2016-05-251-0/+6
|\|
| * Double check if a ref is missing locally before deleting from remotev2.12.3Alexandre Philbert2016-05-191-0/+6
* | Remove getNotificationFilters from RemoteSiteUserShawn Pearce2016-05-151-7/+0
* | Fix event classes member access modifiers to match package-private usageMarco Miller2016-05-052-8/+8
* | Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-042-7/+7
* | RefReplicatedEvent: Move toStatusString to RefPushResult.toStringDavid Pursehouse2016-04-292-5/+6
* | ReplicationState: Improve javadoc of RefPushResult valuesDavid Pursehouse2016-04-281-2/+2
* | Add new configuration option to control replication of hidden projectsDariusz Luksza2016-04-212-4/+13
* | Make ReplicationQueue#recursivelyDelete privateDavid Pursehouse2016-04-121-1/+1
* | DestinationConfiguration: Use ImmutableList rather than arrayDavid Pursehouse2016-04-124-32/+34
* | Remove redundant 'public' modifiersDavid Pursehouse2016-04-122-2/+2
* | Remove redundant modifiers from interface methodsDavid Pursehouse2016-04-121-3/+3
* | Remove redundant 'static' modifier on enumDavid Pursehouse2016-04-111-1/+1
* | Add missing whitespace around keywords and bracesDavid Pursehouse2016-04-112-2/+2
* | Extract replication configuration from Destination classDariusz Luksza2016-03-294-84/+155
* | Remove usages of Throwables#propagateDave Borowitz2016-03-222-2/+4
* | Merge "Remove unneeded finals from Destination class"David Ostrovsky2016-03-201-12/+12
|\ \
| * | Remove unneeded finals from Destination classHugo Arès2016-03-181-12/+12
* | | Remove unneeded finals from PushOne classHugo Arès2016-03-181-16/+16
|/ /
* | Tidy up ReplicationFileBasedConfig constructorHugo Arès2016-03-181-6/+9
* | Tidy up AutoReloadConfigDecorator constructorHugo Arès2016-03-171-5/+8