b84c227162
Class loading of PGP functionality has never worked out of the box, from which we can conclude that this feature is unused in the wild. PGP functionality has never been located in bcprov-*.jar, at least as long as the original library download configuration has existed.3bccd773
points to bcprov-jdk16-144.jar, which does not contain PGP classes: $ curl -sOL http://www.bouncycastle.org/download/bcprov-jdk16-144.jar && jar tf bcprov-jdk16-144.jar | grep -i pgp org/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher.class org/bouncycastle/crypto/modes/PGPCFBBlockCipher.class Even before that commit, in44671f5c
, we were checking for the presence of PGPPublicKey.class in the havePGP() helper method. This functionality at one point was used by Google to implement CLA checking, but that used a different build system and so did not see the breakage caused by incorrect library download configuration. These days, Google does not even use the same contact store mechanism for googlesource.com; CLAs are managed using a different system. Also delete UI associated with storing contact information. Although it was possible to configure a CLA to prompt the user for contact information, looking at the logic in AccountSecurityImpl, this info was dropped on the floor unless a ContactStore was configured. As we know, this was never the case, so claiming to store encrypted contact information in the UI was basically a lie. Similarly, the contactFiledOn field in Account was only set in the same ContactStore-enabled codepath, so we can kill that as well. Change-Id: I497cd374566c7d56262dafeeb96e4612fee54e8f
88 lines
3.3 KiB
Plaintext
88 lines
3.3 KiB
Plaintext
= Gerrit Code Review for Git
|
|
|
|
== Tutorial
|
|
. Getting started
|
|
.. link:intro-quick.html[A Quick Introduction to Gerrit]
|
|
.. link:intro-user.html[User Guide]
|
|
.. link:intro-project-owner.html[Project Owner Guide]
|
|
.. link:http://source.android.com/submit-patches/workflow[Default Android Workflow] (external)
|
|
. Web
|
|
.. link:user-review-ui.html[Reviewing Changes]
|
|
.. link:user-search.html[Searching Changes]
|
|
.. link:user-inline-edit.html[Manipulating Changes in Browser]
|
|
.. link:user-notify.html[Subscribing to Email Notifications]
|
|
. SSH
|
|
.. link:user-upload.html#ssh[SSH connection details]
|
|
.. link:cmd-index.html[Command Line Tools]
|
|
. Git
|
|
.. Commands, scenarios
|
|
... link:user-upload.html[Uploading Changes]
|
|
... link:error-messages.html[Error Messages]
|
|
.. Changes
|
|
... link:user-changeid.html[Change-Id Lines]
|
|
... link:user-signedoffby.html[Signed-off-by Lines]
|
|
... link:user-change-cleanup.html[Change Cleanup]
|
|
|
|
== Project Management
|
|
. link:project-configuration.html[Project Configuration]
|
|
. link:access-control.html[Access Controls]
|
|
.. link:config-labels.html[Review Labels]
|
|
.. link:config-project-config.html[Access Controls Configuration Format]
|
|
. Multi-project management
|
|
.. link:user-submodules.html[Submodules]
|
|
.. link:https://source.android.com/source/using-repo.html[Repo] (external)
|
|
. Prolog rules
|
|
.. link:prolog-cookbook.html[Prolog Cookbook]
|
|
.. link:prolog-change-facts.html[Prolog Facts for Gerrit Changes]
|
|
. link:user-submodules.html[Subscribing to Git Submodules]
|
|
. link:intro-project-owner.html#project-deletion[Project deletion]
|
|
|
|
== Customization and Integration
|
|
. link:user-dashboards.html[Dashboards]
|
|
. link:rest-api.html[REST API]
|
|
. link:config-gitweb.html[Gitweb Integration]
|
|
. link:config-themes.html[Themes]
|
|
. link:config-sso.html[Single Sign-On Systems]
|
|
. link:config-hooks.html[Hooks]
|
|
. link:config-mail.html[Mail Templates]
|
|
. link:config-cla.html[Contributor Agreements]
|
|
|
|
== Server Administration
|
|
. link:install.html[Installation Guide]
|
|
. link:config-gerrit.html[System Settings]
|
|
. link:cmd-index.html[Command Line Tools]
|
|
. link:config-plugins.html#replication[Replication]
|
|
. link:config-plugins.html[Plugins]
|
|
. link:config-reverseproxy.html[Reverse Proxy]
|
|
. link:config-auto-site-initialization.html[Automatic Site Initialization on Startup]
|
|
. link:pgm-index.html[Server Side Administrative Tools]
|
|
|
|
== Developer
|
|
. Getting Started
|
|
.. link:dev-readme.html[Developer Setup]
|
|
.. link:dev-eclipse.html[Eclipse Setup]
|
|
.. link:dev-buck.html[Building with Buck]
|
|
.. link:dev-contributing.html[Contributing to Gerrit]
|
|
. Plugin Development
|
|
.. link:dev-plugins.html[Developing Plugins]
|
|
.. link:dev-build-plugins.html[Building Gerrit plugins]
|
|
.. link:js-api.html[JavaScript Plugin API]
|
|
.. link:config-validation.html[Validation Interfaces]
|
|
. link:dev-design.html[System Design]
|
|
. link:i18n-readme.html[i18n Support]
|
|
|
|
== Maintainer
|
|
. link:dev-release.html[Developer Release]
|
|
. link:dev-release-subproject.html[Developer Subproject Release]
|
|
|
|
== Resources
|
|
* link:licenses.html[Licenses and Notices]
|
|
* link:https://www.gerritcodereview.com/[Homepage]
|
|
* link:https://www.gerritcodereview.com/download/index.html[Downloads]
|
|
* link:http://code.google.com/p/gerrit/issues/list[Issue Tracking]
|
|
* link:https://gerrit.googlesource.com/gerrit[Source Code]
|
|
* link:https://www.gerritcodereview.com/about.md[A History of Gerrit Code Review]
|
|
|
|
SEARCHBOX
|
|
---------
|