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/02/24 02:37:00 UTC

[GitHub] [incubator-shardingsphere] KomachiSion opened a new pull request #4422: Remove author information for scaling branch.

KomachiSion opened a new pull request #4422: Remove author information for scaling branch.
URL: https://github.com/apache/incubator-shardingsphere/pull/4422
 
 
   For #4332 .
   
   Changes proposed in this pull request:
   - Synchronize newest code from master branch.
   - Remove the author information in comments.
   

----------------------------------------------------------------
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 #4422: Remove author information for scaling branch.

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #4422: Remove author information for scaling branch.
URL: https://github.com/apache/incubator-shardingsphere/pull/4422#issuecomment-590152782
 
 
   ## Pull Request Test Coverage Report for [Build 9728](https://coveralls.io/builds/28910127)
   
   * **1700** of **2418**   **(70.31%)**  changed or added relevant lines in **120** files are covered.
   * **3** unchanged lines in **1** file lost coverage.
   * Overall coverage increased (+**1.3%**) to **59.988%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [sharding-scaling/sharding-scaling-bootstrap/src/main/java/org/apache/shardingsphere/shardingscaling/utils/RuntimeUtil.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-bootstrap%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Futils%2FRuntimeUtil.java#L32) | 0 | 1 | 0.0%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/config/RdbmsConfiguration.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fconfig%2FRdbmsConfiguration.java#L51) | 3 | 4 | 75.0%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/datasource/DataSourceFactory.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fdatasource%2FDataSourceFactory.java#L41) | 8 | 9 | 88.89%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/execute/executor/position/LogPositionManagerFactory.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fexecute%2Fexecutor%2Fposition%2FLogPositionManagerFactory.java#L29) | 3 | 4 | 75.0%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/execute/executor/position/NopLogPosition.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fexecute%2Fexecutor%2Fposition%2FNopLogPosition.java#L29) | 1 | 2 | 50.0%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/execute/executor/record/RecordUtil.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fexecute%2Fexecutor%2Frecord%2FRecordUtil.java#L26) | 12 | 13 | 92.31%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/web/entity/ResponseCode.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fweb%2Fentity%2FResponseCode.java#L23) | 0 | 1 | 0.0%
   | [sharding-scaling/sharding-scaling-core/src/main/java/org/apache/shardingsphere/shardingscaling/core/web/util/ResponseContentUtil.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fcore%2Fweb%2Futil%2FResponseContentUtil.java#L26) | 15 | 16 | 93.75%
   | [sharding-scaling/sharding-scaling-mysql/src/main/java/org/apache/shardingsphere/shardingscaling/mysql/binlog/MySQLPasswordEncryptor.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fmysql%2Fbinlog%2FMySQLPasswordEncryptor.java#L26) | 11 | 12 | 91.67%
   | [sharding-scaling/sharding-scaling-mysql/src/main/java/org/apache/shardingsphere/shardingscaling/mysql/binlog/codec/AuthenticationMethod.java](https://coveralls.io/builds/28910127/source?filename=sharding-scaling%2Fsharding-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingscaling%2Fmysql%2Fbinlog%2Fcodec%2FAuthenticationMethod.java#L28) | 0 | 1 | 0.0%
   <!-- | **Total:** | **1700** | **2418** | **70.31%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/28910127/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63) | 3 | 76.0% |
   <!-- | **Total:** | **3** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/28910127/badge)](https://coveralls.io/builds/28910127) |
   | :-- | --: |
   | Change from base [Build 912](https://coveralls.io/builds/28904790): |  1.3% |
   | Covered Lines: | 12535 |
   | Relevant Lines: | 20896 |
   
   ---
   ##### 💛  - [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

[GitHub] [incubator-shardingsphere] KomachiSion closed pull request #4422: Remove author information for scaling branch.

Posted by GitBox <gi...@apache.org>.
KomachiSion closed pull request #4422: Remove author information for scaling branch.
URL: https://github.com/apache/incubator-shardingsphere/pull/4422
 
 
   

----------------------------------------------------------------
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] KomachiSion commented on issue #4422: Remove author information for scaling branch.

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #4422: Remove author information for scaling branch.
URL: https://github.com/apache/incubator-shardingsphere/pull/4422#issuecomment-590149842
 
 
   Close Pull request due to wrong target branch. 

----------------------------------------------------------------
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