You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/29 07:04:43 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4103: Move default branch from dev to master

terrymanu opened a new pull request #4103: Move default branch from dev to master
URL: https://github.com/apache/incubator-shardingsphere/pull/4103
 
 
   FIY: 
   https://lists.apache.org/thread.html/r3543f5af3bc415d2a7b99cee1bce779355edbb1dbb12cf7c95d8b7d0%40%3Cdev.shardingsphere.apache.org%3E

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu merged pull request #4103: Move default branch from dev to master

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #4103: Move default branch from dev to master
URL: https://github.com/apache/incubator-shardingsphere/pull/4103
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] coveralls commented on issue #4103: Move default branch from dev to master

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #4103: Move default branch from dev to master
URL: https://github.com/apache/incubator-shardingsphere/pull/4103#issuecomment-579631524
 
 
   ## Pull Request Test Coverage Report for [Build 1525](https://coveralls.io/builds/28396197)
   
   * **10899** of **16435**   **(66.32%)**  changed or added relevant lines in **986** files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage decreased (**-7.8%**) to **66.316%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [encrypt-core/encrypt-core-common/src/main/java/org/apache/shardingsphere/encrypt/yaml/config/YamlEncryptColumnRuleConfiguration.java](https://coveralls.io/builds/28396197/source?filename=encrypt-core%2Fencrypt-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fyaml%2Fconfig%2FYamlEncryptColumnRuleConfiguration.java#L31) | 0 | 1 | 0.0%
   | [encrypt-core/encrypt-core-rewrite/src/main/java/org/apache/shardingsphere/encrypt/rewrite/condition/impl/EncryptEqualCondition.java](https://coveralls.io/builds/28396197/source?filename=encrypt-core%2Fencrypt-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Frewrite%2Fcondition%2Fimpl%2FEncryptEqualCondition.java#L84) | 21 | 22 | 95.45%
   | [encrypt-core/encrypt-core-rewrite/src/main/java/org/apache/shardingsphere/encrypt/rewrite/parameter/impl/EncryptInsertOnDuplicateKeyUpdateValueParameterRewriter.java](https://coveralls.io/builds/28396197/source?filename=encrypt-core%2Fencrypt-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Frewrite%2Fparameter%2Fimpl%2FEncryptInsertOnDuplicateKeyUpdateValueParameterRewriter.java#L58) | 22 | 23 | 95.65%
   | [encrypt-core/encrypt-core-rewrite/src/main/java/org/apache/shardingsphere/encrypt/rewrite/token/generator/impl/EncryptAssignmentTokenGenerator.java](https://coveralls.io/builds/28396197/source?filename=encrypt-core%2Fencrypt-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Frewrite%2Ftoken%2Fgenerator%2Fimpl%2FEncryptAssignmentTokenGenerator.java#L85) | 57 | 58 | 98.28%
   | [encrypt-core/encrypt-core-rewrite/src/main/java/org/apache/shardingsphere/encrypt/rewrite/token/pojo/EncryptPredicateInRightValueToken.java](https://coveralls.io/builds/28396197/source?filename=encrypt-core%2Fencrypt-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Frewrite%2Ftoken%2Fpojo%2FEncryptPredicateInRightValueToken.java#L59) | 15 | 16 | 93.75%
   | [master-slave-core/master-slave-core-route/src/main/java/org/apache/shardingsphere/masterslave/route/engine/impl/MasterVisitedManager.java](https://coveralls.io/builds/28396197/source?filename=master-slave-core%2Fmaster-slave-core-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fmasterslave%2Froute%2Fengine%2Fimpl%2FMasterVisitedManager.java#L27) | 7 | 8 | 87.5%
   | [sharding-core/database-time-service/src/main/java/org/apache/shardingsphere/route/time/TimeServiceConfiguration.java](https://coveralls.io/builds/28396197/source?filename=sharding-core%2Fdatabase-time-service%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Froute%2Ftime%2FTimeServiceConfiguration.java#L68) | 20 | 21 | 95.24%
   | [sharding-core/database-time-service/src/main/java/org/apache/shardingsphere/route/time/exception/NoDatabaseSQLEntrySupportException.java](https://coveralls.io/builds/28396197/source?filename=sharding-core%2Fdatabase-time-service%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Froute%2Ftime%2Fexception%2FNoDatabaseSQLEntrySupportException.java#L25) | 0 | 1 | 0.0%
   | [sharding-core/sharding-core-api/src/main/java/org/apache/shardingsphere/api/config/sharding/TableRuleConfiguration.java](https://coveralls.io/builds/28396197/source?filename=sharding-core%2Fsharding-core-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fapi%2Fconfig%2Fsharding%2FTableRuleConfiguration.java#L48) | 6 | 7 | 85.71%
   | [sharding-core/sharding-core-api/src/main/java/org/apache/shardingsphere/api/config/sharding/strategy/NoneShardingStrategyConfiguration.java](https://coveralls.io/builds/28396197/source?filename=sharding-core%2Fsharding-core-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fapi%2Fconfig%2Fsharding%2Fstrategy%2FNoneShardingStrategyConfiguration.java#L25) | 0 | 1 | 0.0%
   <!-- | **Total:** | **10899** | **16435** | **66.32%** | -->
   
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/28396197/badge)](https://coveralls.io/builds/28396197) |
   | :-- | --: |
   | Change from base [Build 6250](https://coveralls.io/builds/20888424): |  -7.8% |
   | Covered Lines: | 10899 |
   | Relevant Lines: | 16435 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services