gerrit/gerrit-sshd/src/main/java/com/google/gerrit/sshd
Sven Selberg ca58713532 ReviewCommand: Let PostReview handle notifyhandling
In ea3e3b7 - "Downgrade default notify for WIP reviews" default
notify handling for reviews of changes in WIP state  was fixed in
PostReviews.
However ReviewCommand explicitly sets notify to ALL if notify wasn't
specified in the call which circumvents the default notify logic
in PostReviews.

Use the default notify handling in PostReviews for calls to the
"review" ssh command if notify isn't specifed in the call.

Bug: Issue 9880
Change-Id: I63a8b4ce32835055aa7ab5f7a1ca531d9b648ee8
2018-10-17 11:55:13 +02:00
..
commands ReviewCommand: Let PostReview handle notifyhandling 2018-10-17 11:55:13 +02:00
plugin Merge branch 'stable-2.13' 2017-03-16 14:54:14 +09:00
AbstractGitCommand.java Merge branch 'stable-2.14' into stable-2.15 2018-10-12 15:19:11 +01:00
AdminHighPriorityCommand.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
AliasCommand.java Move PluginPermissions to extension API 2017-04-25 14:36:18 +02:00
AliasCommandProvider.java Convert RequireCapability checks to PermissionBackend 2017-04-19 11:54:43 +02:00
BaseCommand.java Merge branch 'stable-2.14' into stable-2.15 2018-10-12 15:19:11 +01:00
CachingPublicKeyAuthenticator.java Bump SSHD version to 1.2.0 2016-04-05 19:46:08 +02:00
ChangeArgumentParser.java ChangeArgumentParser: Remove unused change control factory 2017-09-13 09:18:14 +09:00
CommandExecutor.java Avoid referencing gerrit specific Executor. 2017-06-14 14:24:21 +02:00
CommandExecutorProvider.java Rename CapabilityControl to AccountLimits 2017-06-29 12:23:42 +00:00
CommandExecutorQueueProvider.java Merge branch 'stable-2.14' into stable-2.15 2018-06-06 15:56:02 +09:00
CommandFactoryProvider.java Merge branch 'stable-2.14' into stable-2.15 2018-06-06 15:56:02 +09:00
CommandMetaData.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
CommandModule.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
CommandName.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
CommandProvider.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
Commands.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
DatabasePubKeyAuth.java Remove more finals from method signatures 2017-06-14 09:39:19 +02:00
DispatchCommand.java Merge tracking 'stable-2.14' into stable-2.15 2018-02-07 15:01:02 -05:00
DispatchCommandProvider.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
GerritGSSAuthenticator.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
HostKeyProvider.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
NoShell.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
PluginCommandModule.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
SingleCommandPluginModule.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
SshAutoRegisterModuleGenerator.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
SshCommand.java Propagate access path for SSH commands 2018-10-12 08:34:00 +00:00
SshCreateCommandInterceptor.java Allow plugins to intercept ssh command creation 2018-02-28 21:36:44 +09:00
SshDaemon.java Merge branch 'stable-2.14' into stable-2.15 2018-05-14 19:00:04 +09:00
SshHostKeyModule.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
SshKeyCacheEntry.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
SshKeyCacheImpl.java Migrate external IDs to NoteDb (part 3) 2017-05-10 08:51:44 +02:00
SshKeyCreatorImpl.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
SshLog.java Merge branch 'stable-2.14' into stable-2.15 2018-03-06 09:59:52 +09:00
SshLogLayout.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
SshModule.java Merge branch 'stable-2.14' into stable-2.15 2018-04-27 18:03:03 +09:00
SshPluginStarterCallback.java Merge branch 'stable-2.14' into stable-2.15 2018-05-30 09:35:44 +09:00
SshRemotePeerProvider.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
SshScope.java Merge branch 'stable-2.14' into stable-2.15 2017-11-15 19:38:15 +09:00
SshSession.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
SshUtil.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
StreamCommandExecutor.java Avoid referencing gerrit specific Executor. 2017-06-14 14:24:21 +02:00
StreamCommandExecutorProvider.java Merge branch 'stable-2.14' into stable-2.15 2018-06-06 15:56:02 +09:00
SuExec.java Convert runAs to PermissionBackend 2017-04-14 14:50:53 +09:00