You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2019/12/04 17:11:08 UTC

[geode] branch develop updated (9929ed4 -> 6ebc419)

This is an automated email from the ASF dual-hosted git repository.

jjramos pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 9929ed4  GEODE-7463: make docLinks public (#4396)
     add 6ebc419  GEODE-7497: Check CQs prior to change authorizer (#4385)

No new revisions were added by this update.

Summary of changes:
 ...erQueryServiceCommandWithSecurityDUnitTest.java | 184 ++++++++++-----------
 ...ueryServiceCommandWithoutSecurityDUnitTest.java |  36 ++--
 .../DescribeQueryServiceCommandDUnitTest.java      |   4 +-
 .../DefaultQuerySecurityIntegrationTest.java       |   2 +-
 .../DefaultQueryServiceDeprecationTest.java        |   6 +-
 .../internal/ExecutionContextIntegrationTest.java  |   4 +-
 .../query/internal/QueryConfigurationService.java  |  40 ++++-
 .../internal/QueryConfigurationServiceImpl.java    |  78 ++++++---
 .../internal/cache/xmlcache/CacheCreation.java     |   2 +-
 .../cli/commands/AlterQueryServiceCommand.java     | 101 +++++------
 .../cli/functions/AlterQueryServiceFunction.java   |  84 +++++-----
 .../QueryConfigurationServiceImplTest.java         | 177 ++++++++++++--------
 .../cli/commands/AlterQueryServiceCommandTest.java | 182 +++++++++++---------
 .../functions/AlterQueryServiceFunctionTest.java   | 110 ++++++------
 .../AlterQueryServiceCommandDistributedTest.java   | 169 +++++++++++++++++++
 .../gfsh/command-pages/alter.html.md.erb           |  11 +-
 16 files changed, 728 insertions(+), 462 deletions(-)
 create mode 100644 geode-cq/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/AlterQueryServiceCommandDistributedTest.java