You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2021/02/03 09:27:12 UTC

[shardingsphere] branch master updated (3870e98 -> 8e7425b)

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

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 3870e98  Create DataPrivilege and refactor ShardingSpherePrivilege (#9293)
     add 8e7425b  Adjust package for auth (#9295)

No new revisions were added by this update.

Summary of changes:
 .../governance/context/metadata/GovernanceMetaDataContexts.java       | 2 +-
 .../apache/shardingsphere/governance/core/config/ConfigCenter.java    | 2 +-
 .../governance/core/event/model/auth/UserRuleChangedEvent.java        | 2 +-
 .../shardingsphere/governance/core/facade/GovernanceFacade.java       | 2 +-
 .../governance/core/yaml/config/YamlConfigurationConverter.java       | 2 +-
 .../shardingsphere/governance/core/config/ConfigCenterTest.java       | 4 ++--
 .../core/config/listener/AuthenticationChangedListenerTest.java       | 4 ++--
 .../shardingsphere/governance/core/facade/GovernanceFacadeTest.java   | 2 +-
 .../java/org/apache/shardingsphere/infra/auth/Authentication.java     | 2 ++
 .../shardingsphere/infra/auth/builtin/DefaultAuthentication.java      | 4 ++--
 .../infra/auth/builtin/yaml/swapper/UserRuleYamlSwapper.java          | 2 +-
 .../java/org/apache/shardingsphere/infra/auth/{ => user}/Grantee.java | 2 +-
 .../shardingsphere/infra/auth/{ => user}/ShardingSphereUser.java      | 2 +-
 .../infra/metadata/privilege/builder/PrivilegeBuilder.java            | 2 +-
 .../infra/metadata/privilege/builder/PrivilegeMerger.java             | 2 +-
 .../infra/metadata/privilege/loader/PrivilegeLoader.java              | 2 +-
 .../infra/auth/builtin/yaml/swapper/UserRuleYamlSwapperTest.java      | 4 ++--
 .../infra/context/metadata/MetaDataContextsBuilder.java               | 2 +-
 .../backend/communication/jdbc/connection/BackendConnection.java      | 2 +-
 .../backend/text/admin/mysql/executor/ShowDatabasesExecutor.java      | 2 +-
 .../proxy/backend/text/admin/mysql/executor/UseDatabaseExecutor.java  | 2 +-
 .../backend/text/admin/mysql/executor/ShowDatabasesExecutorTest.java  | 4 ++--
 .../backend/text/admin/mysql/executor/ShowTablesExecutorTest.java     | 4 ++--
 .../backend/text/admin/mysql/executor/UseDatabaseExecutorTest.java    | 2 +-
 .../text/data/impl/SchemaAssignedDatabaseBackendHandlerTest.java      | 2 +-
 .../backend/text/data/impl/UnicastDatabaseBackendHandlerTest.java     | 2 +-
 .../proxy/initializer/impl/GovernanceBootstrapInitializerTest.java    | 4 ++--
 .../proxy/initializer/impl/StandardBootstrapInitializerTest.java      | 4 ++--
 .../org/apache/shardingsphere/proxy/config/ProxyConfiguration.java    | 2 +-
 .../proxy/config/yaml/swapper/YamlProxyConfigurationSwapper.java      | 2 +-
 .../proxy/config/yaml/swapper/YamlProxyConfigurationSwapperTest.java  | 4 ++--
 .../proxy/frontend/netty/FrontendChannelInboundHandler.java           | 2 +-
 .../proxy/frontend/mysql/auth/MySQLAuthenticationHandler.java         | 4 ++--
 .../frontend/mysql/command/admin/initdb/MySQLComInitDbExecutor.java   | 2 +-
 .../shardingsphere/proxy/frontend/mysql/MySQLFrontendEngineTest.java  | 2 +-
 .../proxy/frontend/mysql/auth/MySQLAuthenticationHandlerTest.java     | 2 +-
 .../frontend/postgresql/auth/PostgreSQLAuthenticationHandler.java     | 4 ++--
 .../frontend/postgresql/auth/PostgreSQLAuthenticationEngineTest.java  | 2 +-
 38 files changed, 50 insertions(+), 48 deletions(-)
 rename shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/auth/{ => user}/Grantee.java (95%)
 rename shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/auth/{ => user}/ShardingSphereUser.java (96%)