* Update plugins/replication from branch 'stable-3.2'
to 291560e57712fc8ea61db80ae05f0453eae0c4df
- Merge branch 'stable-3.1' into stable-3.2
* stable-3.1:
ReplicationIT: Enable task deletion when testing delete branch
ReplicationIT: Test that branch deletion is replicated
Make SecureCredentialsFactory public
Change-Id: I07b9127c3e6930b96a38e115265e7cf7cff92b76
- ReplicationIT: Enable task deletion when testing delete branch
When deletion of tasks is disabled, the test fails because the
previous task for replication of the branch creation is still
persisted. This causes the actual number of tasks to differ from
the expected.
Re-enable deletion for this test only.
Change-Id: I52f58e9f61fbc5f751139c4c11e04ad850b772a3
- Merge branch 'stable-3.0' into stable-3.1
* stable-3.0:
ReplicationIT: Test that branch deletion is replicated
Make SecureCredentialsFactory public
Change-Id: If3417a41e390a296b7d4eec44e2d49c966fc8416
- ReplicationIT: Test that branch deletion is replicated
When a branch is deleted, the deletion should be replicated to
the remote when "remote.name.mirror" is enabled.
Change-Id: If59a9bb15958f4559d62452a309afcf1ca6c3789
- Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Make SecureCredentialsFactory public
Change-Id: I757ba1004ce2a851c7857762b178de9294deae21
- Make SecureCredentialsFactory public
Access to secure.config is useful to more than just replication plugin.
Allow instantiating this class from packages other than replication
plugin. Specifically this is useful, as this class can be used from
pull-replication too.
Change-Id: Id268c869e993c6cabacfa0043ec269172e0efba1
(cherry picked from commit c09a7c08fb44094c7475313ac52154adac39a54c)