Merge branch 'stable-3.1' into stable-3.2

* stable-3.1:
  Fix header of "Pitfalls" subsection of Private Changes documentation
  AccountIT#accountIdApi: Get account API with id rather than name
  Fix header of "Pitfalls" subsection of Private Changes documentation
  Set version to 2.15.20-SNAPSHOT
  Set version to 2.15.19
  Close open SSH connections upon account deactivation
  Allow to listen for account deactivations
  Extract method to iterate SSH sessions
  CacheBasedWebSession: Remove unnecessary 'final' in constructor args
  Add account listener integration tests using a real plugin
  Bazel: Add always pass test to avoid boilerplate in the CI
  Deny access over HTTP for disabled accounts
  Bazel: Consistently use bazelisk during publishing of artifacts

Change-Id: I2d23a6fdcf6b44a9f55f3c01f5090aa8f0a343d4
This commit is contained in:
Luca Milanesio
2020-06-07 09:49:42 +01:00
16 changed files with 594 additions and 42 deletions

View File

@@ -391,6 +391,10 @@ Allows to listen to events visible to the specified user. These are the
same link:cmd-stream-events.html#events[events] that are also streamed
by the link:cmd-stream-events.html[gerrit stream-events] command.
* `com.google.gerrit.extensions.events.AccountActivationListener`:
+
User account got activated or deactivated
* `com.google.gerrit.extensions.events.LifecycleListener`:
+
Plugin start and stop