summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Introduce remoteNameStyle = basenameOnlySteffen Gebert2015-02-101-0/+6
| | | | | | | | | | | | | | | | | | | In order to replicate repositories below a certain namespace (e.g. foo/bar/), the projects parameter allows to filter repositories (projects = foo/bar/*). With the current implementation, the path on the target server contains the full path to these repositories (foo/bar/myrepo), which can only be modified in terms of replacing slashes with dash or underscore using the remoteNameStyle option. This patch adds a new value "basenameOnly", which only takes the basename of the repository path (e.g. myrepo when applied to foo/bar/myrepo), which, for example enables Gerrit user to replicate whole namespaces to a special Github organization. Change-Id: Id12780948a4841c054eb76e359f02dae0816d576 (cherry picked from commit 8b2db583893c149c55dd47cf0fcb59b38150fb70) Reviewed-by: Ismo Haataja <ismo.haataja@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Set version to 2.7 to match the Gerrit releasev2.7upstream/stable-2.7Dave Borowitz2013-09-181-1/+1
| | | | Change-Id: I6c43fac75487895bf1615acaa058fb2951aeb60f
* Set version to 2.7-SNAPSHOTShawn Pearce2013-05-101-1/+1
| | | | Change-Id: I184d3b13902db870c9969f214c20bf744b45beed
* Add name in the pom.xml to prevent it showing as Unnamed in the buildDavid Pursehouse2013-05-091-0/+1
| | | | Change-Id: I9898f562c6075eb2e854c2cb7ca2710cde58a153
* Set version to 2.6-rc2 to match the Gerrit releaseDavid Pursehouse2013-05-091-1/+1
| | | | Change-Id: Ic3c91d31ce4f62ef849e2e3168c8bca3dc31fbba
* Begin 2.8Shawn Pearce2013-05-061-1/+1
| | | | Change-Id: I84d9f3bf7777dc313d86270be1661f34e337b104
* Build against the same version of GerritShawn Pearce2013-05-061-1/+1
| | | | Change-Id: I94fd3e3fc15392dc57c31248a0d130ad15f3c66e
* Set version to 2.7-SNAPSHOT to match gerrit masterShawn Pearce2013-05-061-1/+1
| | | | Change-Id: Ia9f4b098918302bfff36a5fbe0ff862792d6afa1
* Use PluginUser instead of InternalUser when no authGroup specficiedShawn Pearce2013-04-251-1/+1
| | | | | | | | This user is automatically supplied by the Gerrit server as part of the Guice environment. It embeds the plugin name and may in the future have more information than what an InternalUser carries. Change-Id: Ie943565ccdf4cbcf5c5ca1721ac6ca1c14f1216e
* Compile for Gerrit 2.6-rc0v1.1-rc0Shawn Pearce2013-03-211-1/+1
|
* Update to build against gerrit masterChristian Aistleitner2013-02-151-2/+2
| | | | | | | | | | Bumped version. Bumped used gerrit API version. Implemented required getReviewDbProvider for RequestContext. Injected required ChangeCache. Dropped no longer allowed git access path setting. Change-Id: I90ff9cb4a40466ab345f5729fdb034bebe81e3b8
* Update versions for creation of Gerrit-2.5v1.0Edwin Kempin2012-10-311-2/+2
| | | | | Change-Id: I7a98720a703a79ba71bac63dc1db78e74a379f1a Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Update versions for creation of Gerrit-2.5-rc2v1.0-rc2Edwin Kempin2012-10-231-2/+2
| | | | | Change-Id: I4cecb19cfab790fbf8cc900887bde0922cfe63e8 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Update versions for creation of Gerrit-2.5-rc1v1.0-rc1Edwin Kempin2012-10-171-2/+2
| | | | | Change-Id: I4a121d7f957d8c53565b95e109722e2577437cc8 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Fix Maven Repository URLEdwin Kempin2012-09-021-1/+1
| | | | | | | | | | | | The used version of the gerrit-plugin-api jar is now a release version (2.5-rc0). It is not available in the snapshot Maven repository [1] but in the release Maven repository [2]. [1] https://gerrit-api.commondatastorage.googleapis.com/snapshot/ [2] https://gerrit-api.commondatastorage.googleapis.com/release/ Change-Id: I77a11567d601dc3ec308383810f97a9b232f5b70 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Update version to 1.0-rc0v1.0-rc0Edwin Kempin2012-07-301-2/+2
| | | | | | | Update Gerrit-ApiVersion to Gerrit 2.5-rc0. Change-Id: I781069a01932a5a9ac1d5843d7b97ea206c5f770 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Updated PerThreadRequestScope to be a singleton object.Colby Ranger2012-05-181-1/+1
| | | | | | | | | Previously, the object was considered static. Updated the methods to use the injected PerThreadRequestScope. Updated gerrit to version 2.5-SNAPSHOT. Change-Id: Ibe6091dbebc0adcdcff18826336995cce54a2baf
* Initial replication plugin, split from Gerrit Code ReviewShawn O. Pearce2012-05-181-0/+92
This plugin provides server driven replication within the Gerrit process using the JGit and JSch client libraries to push reference updates to remote destinations using the Git protocol. Taken from gerrit 5de34d9713108fb46e74c12b96db2e3e6be3c672. Change-Id: Id09595d4371e999d175268314d2e320f89839ef6