Merge branch 'stable-2.11'

* stable-2.11:
  Do not create refs for imports and cache-automerge refs
  Document required capabilities to import SSH keys of created accounts
  Document that draft changes/patch sets and change edits are not imported
  Remove plugin name from logged warnings and errors
  Skip replay inline comments for revisions that do not exist in source
  Do not skip changes without current revision
  Handle changes with non-existing current revision
  Simplify Buck rules

Change-Id: Ia9d27d56b5f1a8957c7e8f52e29df8dba8ab01f6
tree: afff410d2158f76d17db1ce27554e9eb95841f3c
  1. .settings/
  2. lib/
  3. src/
  4. .buckconfig
  5. .gitignore
  6. BUCK
  7. LICENSE
  8. pom.xml
  9. README.md
  10. VERSION
README.md

Importer - Gerrit Plugin to import projects

The importer plugin allows to import projects from one Gerrit server into another Gerrit server.

Projects can be imported while both source and target Gerrit server are online. There is no downtime required.

The git repository and all changes of the project, including approvals and review comments, are imported. Historic timestamps are preserved.

Project imports can be resumed. This means a project team can continue to work in the source system while the import to the target system is done. By resuming the import the project in the target system can be updated with the missing delta.

The importer plugin can also be used to copy a project within one Gerrit server, and in combination with the delete-project plugin it can be used to rename a project.