Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4,661 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 49 commits in 1 repository
Created a pull request in apache/shardingsphere that received 1 comment
Opened 50 other pull requests in 1 repository
apache/shardingsphere
49
merged
1
closed
- Update transaction doc
- Update transaction doc
- Refactor MySQLAdminBackendHandlerFactory
- Refactor FrontDatabaseProtocolTypeFactoryTest
- Add DatabaseAdminBackendHandler to decouple diff database dialects
- Add yyyy-MM-dd format in logback
- Update BackendConnection if fetch size setter absent
- Standardize RDL of create sharding rule
- Support SHOW DATASOURCES
- Support SHOW (SHARDING | REPLICA_QUERY | ENCRYPT | SHADOW) RULE FROM schema_name
- Split RDLBackendHandler to RDLQueryBackendHandler and RDLUpdateBackendHandler
- Split SHARDINGRULE to SHARDING RULE on RDL
- Support SHOW SHARDING RULE FROM schema_name
- Split backend database type from same one to multiple with each schema
- Check configured frontend database type and throw exception if necessary
- Fix test case
- Revise #8576
- Add configuration for frontend protocol of DatabaseType
- Add authentication SPI for external authentication
- Rename ShardingSphereUser
- Add Authentication.findUser
- Split MetaDataContexts and AuthenticationContext
- Add document for SQL auditor
- Add SQLAuditor interface
- Move logSQL to KernelProcessor
- Some pull requests not shown.
Reviewed 38 pull requests in 2 repositories
apache/shardingsphere 35 pull requests
- xa transaction doc
- Issue#8592
- xa transaction manager type spi
- Refactor governance schema changed notifier
- lazy initialization DataConsistencyChecker
- Add ShardingAlgorithmType enum to replace the sharing algorithm type with magic string.
- Add Complex And Hint Inline Sharding Algorithm.
- XA transaction manager SPI
- Add lock wait timeout configuration
- Fixes #8431
- Agent metrics spi
- Realize the lock confirmation process before executing ddl
- add parser support for SQL_MODE=ANSI_QUOTES
- Fixes #8330, add class based sharding algorithm SPI.
- Add agent metrics impl
- DistributedScalingJobService add callback function
- Translate issue conduct to English
- fix checkstyle
- fix test with spi loader
- #7318, first MGR runnable version
- Add agent metrics api
- Update _index.cn.md
- Update team list
- Issue#8412
- Fix issue#8440
- Some pull request reviews not shown.
apache/shardingsphere-elasticjob 3 pull requests
Created an issue in apache/shardingsphere that received 5 comments
Add test case for DatabaseBackendHandler impl
Add test case for SchemaAssignedDatabaseBackendHandler Add test case for UnicastDatabaseBackendHandler Add test case for DatabaseBackendHandler…
Opened 12 other issues in 1 repository
apache/shardingsphere
4
open
8
closed
- Consider about quote character with CREATE SHARDING RULE
- Support CREATE ENCRYPT RULE
- Support CREATE REPLICA_QUERY RULE
- Support show RDL statement
- Standardize RDL of create sharding rule
- Add test case for FrontDatabaseProtocolTypeFactory
- Support multiple backend database types for new feature of database gateway
- Enhancement of authorization
- Add test case for QueryResponseRow.getData
- Translate issue conduct to English
- Add test case for UpdateResponseHeader
- Add test case for PostgreSQLCommand