Update git submodules
* Update plugins/replication from branch 'stable-3.3'
to 13f8bb9895c6f7b6ce675bd78835ac7007416d99
- Merge branch 'stable-3.2' into stable-3.3
* stable-3.2:
CreateProjectTask.java: use interface instead of implementation
ReplicationQueue: Remove unused isPersisted param
PushOne: Don't call delta.add(ref) twice
Change-Id: Idcffd9873cbc70c6aad9ed9a0e76233494c93444
- CreateProjectTask.java: use interface instead of implementation
ReplicationDestinations interface should be used in CreateProjectTask
so that specific implementation can be materialized by Guice (DI).
Change-Id: If7cb21adff5c3feeeea7568c504e8e37d5c08f9e
- ReplicationQueue: Remove unused isPersisted param
Since Ie83763e4a9fe13522f356b569fc2360fa5883224, all callers set this
to false.
Change-Id: I38a8a31853f5d2bc3b292b49bd050bc34f6408fe
- PushOne: Don't call delta.add(ref) twice
This is already called as part of the condition, it doesn't need to be
called again inside the body.
Change-Id: Ieb11f738534ed01d09125ac6ef325ee472cb0b44
This commit is contained in:
committed by
Gerrit Code Review
parent
0925081213
commit
e467e71055