Update git submodules

* Update plugins/webhooks from branch 'master'
  to c3d83d14c8a542d241e1e55eb5e1aa44cc0aaa66
  - Merge branch 'stable-3.1'
    
    * stable-3.1:
      Bump Bazel version to 2.2.0
      Bump required Bazel version to 2.1.0
      Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
      Documentation: Remove bazel issue
      Documentation: Refactor to match other plugin documentation
      Documentation: Add missing alternative for plugin in-tree testing
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.15
      Upgrade bazlets to latest stable-2.14
    
    Change-Id: I0f0e7e4f918b4d7f0fa1af2024a050bdea658a67
    
  - Merge branch 'stable-3.0' into stable-3.1
    
    * stable-3.0:
      Bump Bazel version to 2.2.0
      Bump required Bazel version to 2.1.0
      Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
      Documentation: Remove bazel issue
      Documentation: Refactor to match other plugin documentation
      Documentation: Add missing alternative for plugin in-tree testing
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.15
      Upgrade bazlets to latest stable-2.14
    
    Change-Id: I6b3a55980924ca8f89013db1474fb1b5f15c5bda
    
  - Merge branch 'stable-2.16' into stable-3.0
    
    * stable-2.16:
      Bump Bazel version to 2.2.0
      Bump required Bazel version to 2.1.0
      Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
      Documentation: Remove bazel issue
      Documentation: Refactor to match other plugin documentation
      Documentation: Add missing alternative for plugin in-tree testing
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.16
      Upgrade bazlets to latest stable-2.15
      Upgrade bazlets to latest stable-2.14
    
    Change-Id: I1458812b7f22229d4dbd2a699d156176a9230fc8
    
  - Bump Bazel version to 2.2.0
    
    Change-Id: I2a2048372aac7faff5a4c4c98439c8fade2ce160
    
  - Bump required Bazel version to 2.1.0
    
    Change-Id: Ida76f406f14466b05533801dc8791c7b31734825
    
  - Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
    
    Change-Id: Id5243ffee55c6999286244af8791615f2458b51f
    
  - Documentation: Remove bazel issue
    
    Manual testing showed that the issue mention in documentation is no
    longer present in the current version of bazel. Plugin can be build in
    tree even after standalone build. The bazel issue was more about
    running plugin in-tree testing using filter option after building it
    standalone. Second option of plugin in-tree testing (explicit) doesn't
    have this issue. So, bazel issue section can be removed as it was
    addressing plugin build.
    
    Change-Id: I4a354a91234f2ab6e9292cd770a693ead5867ed9
    
  - Documentation: Refactor to match other plugin documentation
    
    Move in-tree testing section before eclipse-related section for
    consistency across other plugins and also to match standalone case.
    
    Change-Id: I61845b040908ec0938b65f0c3c9d2cc3d51902ba
    
  - Documentation: Add missing alternative for plugin in-tree testing
    
    Bug: Issue 12096
    Change-Id: I30949f8f89f3248384ec6df46f927555dfe70b64
    
  - Upgrade bazlets to latest stable-2.16
    
    As the previously used commit was locally verified but not the one
    merged in after reviewing.
    
    Change-Id: I2e122fe0ee2991509902e4b6e87564baea243bfb
    
  - Upgrade bazlets to latest stable-2.16
    
    To use the now mandatory https protocol for MAVEN_CENTRAL.
    
    Bug: Issue 12170
    Change-Id: I0e76bc33326b2f9acde6e813c0fc2962dc7be822
    
  - Merge branch 'stable-2.15' into stable-2.16
    
    * stable-2.15:
      Upgrade bazlets to latest stable-2.15
      Upgrade bazlets to latest stable-2.14
    
    Change-Id: If3837afa998e66626921a9084dfbcc1630bd6e05
    
  - Upgrade bazlets to latest stable-2.15
    
    To use the now mandatory https protocol for MAVEN_CENTRAL.
    
    Bug: Issue 12170
    Change-Id: I66937a779741ad9d7f99e766b8c4debf4a904846
    
  - Merge branch 'stable-2.14' into stable-2.15
    
    * stable-2.14:
      Upgrade bazlets to latest stable-2.14
    
    Change-Id: I118f64d66590bef540cef3cb4376fc1a5242d611
    
  - Upgrade bazlets to latest stable-2.14
    
    To use the now mandatory https protocol for MAVEN_CENTRAL.
    
    Bug: Issue 12170
    Change-Id: I8334574ebcff093be46b23968055b574364505bb
    
1 file changed
tree: 228e0a3e2f043823c4fdb97745fac803fa9dc66e
  1. .settings/
  2. antlr3/
  3. contrib/
  4. Documentation/
  5. e2e-tests/
  6. java/
  7. javatests/
  8. lib/
  9. modules/
  10. plugins/
  11. polygerrit-ui/
  12. prolog/
  13. prologtests/
  14. proto/
  15. resources/
  16. tools/
  17. webapp/
  18. .bazelignore
  19. .bazelproject
  20. .bazelrc
  21. .bazelversion
  22. .editorconfig
  23. .eslintignore
  24. .git-blame-ignore-revs
  25. .gitignore
  26. .gitmodules
  27. .gitreview
  28. .mailmap
  29. .pydevproject
  30. BUILD
  31. COPYING
  32. INSTALL
  33. Jenkinsfile
  34. package.json
  35. README.md
  36. SUBMITTING_PATCHES
  37. version.bzl
  38. WORKSPACE
  39. yarn.lock
README.md

Gerrit Code Review

Gerrit is a code review and project management tool for Git based projects.

Build Status

Objective

Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.

Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.

Documentation

For information about how to install and use Gerrit, refer to the documentation.

Source

Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.

Reporting bugs

Please report bugs on the issue tracker.

Contribute

Gerrit is the work of hundreds of contributors. We appreciate your help!

Please read the contribution guidelines.

Note that we do not accept Pull Requests via the Github mirror.

Getting in contact

The Developer Mailing list is repo-discuss on Google Groups.

License

Gerrit is provided under the Apache License 2.0.

Build

Install Bazel and run the following:

    git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
    cd gerrit && bazel build release

Install binary packages (Deb/Rpm)

The instruction how to configure GerritForge/BinTray repositories is here

On Debian/Ubuntu run:

    apt-get update & apt-get install gerrit=<version>-<release>

NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.

On CentOS/RedHat run:

    yum clean all && yum install gerrit-<version>[-<release>]

On Fedora run:

    dnf clean all && dnf install gerrit-<version>[-<release>]

Use pre-built Gerrit images on Docker

Docker images of Gerrit are available on DockerHub

To run a CentOS 7 based Gerrit image:

    docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]

To run a Ubuntu 15.04 based Gerrit image:

    docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]

NOTE: release is optional. Last released package of the version is installed if the release number is omitted.