Update bazlets to latest stable-2.14

- Fix the error in project properties generation file
- Switch to 2.14.9-SNAPSHOT Gerrit API version for local dev
- Fix deletion of Sonar Scanner folder
- Automate SonarQube analysis for plugins built with bazel
- Use bazel-cache instead of buck-cache
- Update Gerrit API to 2.14.8
- Set Gerrit API snapshot version to 2.14.8-SNAPSHOT
- Update Gerrit API to 2.14.7
- project.py: Python 3 compatibility
- Bump GWT to 2.8.2
- Exclude GWT library from gerrit_plugin_gwtui artifact
- [project.py] Add bazel --batch option
-  [project.py] Fix typo
- Fix indentation
- Add Prolog skylark rule
- Set gerrit maven local api to version 2.14.7-SNAPSHOT
- Update API to 2.14.6
- Upgrade Gerrit API to 2.14.5.1

Change-Id: Iaa732c91a5f9d1495b9fcc99021b4f2fa946fb69
1 file changed
tree: 2c5d88a316f4c8a3be2ac422bde707dd4a134613
  1. .settings/
  2. src/
  3. tools/
  4. .gitignore
  5. bazlets.bzl
  6. BUILD
  7. LICENSE
  8. README.md
  9. WORKSPACE
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.