[GitHub] [shardingsphere] AdancingCoder opened a new issue #8145: INSERT INTO .... ON DUPLICATE KEY UPDATE can not support update for sharding column.

2020-11-11 Thread GitBox
AdancingCoder opened a new issue #8145: URL: https://github.com/apache/shardingsphere/issues/8145 insert into ds0.yugong_example_mysql(`GMT_CREATE` , `SCORE` , `AMOUNT` , `DISPLAY_NAME` , `TEXT_B` , `TEXT_C` , `GMT_MODIFIED` , `GMT_MOVE` , `ID`) values (? , ? , ? , ? , ? , ? , ? , ? , ?) o

[GitHub] [shardingsphere] niudadan opened a new issue #8144: sharding+seata commit error

2020-11-11 Thread GitBox
niudadan opened a new issue #8144: URL: https://github.com/apache/shardingsphere/issues/8144 error desc : https://github.com/seata/seata/issues/3253 ![image](https://user-images.githubusercontent.com/11550882/98905311-2cf8f500-24f6-11eb-9ac2-6813e1f6de0d.png) ![image](https://user-im

[GitHub] [shardingsphere] baimashima commented on issue #8129: MySQL SQLParser can't parse SQL like this : select T.* from tablename T

2020-11-11 Thread GitBox
baimashima commented on issue #8129: URL: https://github.com/apache/shardingsphere/issues/8129#issuecomment-725863390 It works in version 4.1.1 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [shardingsphere] baimashima closed issue #8129: MySQL SQLParser can't parse SQL like this : select T.* from tablename T

2020-11-11 Thread GitBox
baimashima closed issue #8129: URL: https://github.com/apache/shardingsphere/issues/8129 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 g

[GitHub] [shardingsphere] tristaZero opened a new issue #8143: Format input parameters for visitXXX() functions

2020-11-11 Thread GitBox
tristaZero opened a new issue #8143: URL: https://github.com/apache/shardingsphere/issues/8143 ### Background Considering the check-style for functions, ` public ASTNode visitQuerySpecification(final QuerySpecificationContext ctx) ` is expected rather than ` public ASTNode vi

[GitHub] [shardingsphere-elasticjob] codecov-io commented on pull request #1713: Release HTTP request after handling

2020-11-11 Thread GitBox
codecov-io commented on pull request #1713: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1713#issuecomment-725840321 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1713?src=pr&el=h1) Report > Merging [#1713](https://codecov.io/gh/apache/shardi

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new pull request #1713: Release HTTP request after handling

2020-11-11 Thread GitBox
TeslaCN opened a new pull request #1713: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1713 Fixes #1712 . Changes proposed in this pull request: - Release HTTP request after handling. - Simplify NettyRestfulService. -

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new issue #1712: Resource leak may occurred in RestfulService

2020-11-11 Thread GitBox
TeslaCN opened a new issue #1712: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1712 ## Bug Report ``` [ERROR] 2020-11-12 09:05:05,100 --nioEventLoopGroup-19-1-- [io.netty.util.ResourceLeakDetector] LEAK: ByteBuf.release() was not called before it's garbage-coll

[GitHub] [shardingsphere] tristaZero opened a new issue #8142: Add scope for shardingsphere-test in all the pom files.

2020-11-11 Thread GitBox
tristaZero opened a new issue #8142: URL: https://github.com/apache/shardingsphere/issues/8142 ### Background `shardingsphere-test` is just for test. Therefore the `shardingsphere-test` dependency in other pom files is supposed to include `test`. However, some of the cases are not

[GitHub] [shardingsphere] domineerLong commented on issue #234: Welcome to leave your company's info(欢迎使用ShardingSphere的公司在此登记)

2020-11-11 Thread GitBox
domineerLong commented on issue #234: URL: https://github.com/apache/shardingsphere/issues/234#issuecomment-725812488 上海云砺信息科技有限公司 https://www.xforceplus.com/ This is an automated message from the Apache Git Service. To res

[GitHub] [shardingsphere] Zzshuo commented on issue #8122: inventoryDataScaling Multiple threads migrating block

2020-11-11 Thread GitBox
Zzshuo commented on issue #8122: URL: https://github.com/apache/shardingsphere/issues/8122#issuecomment-725812059 > InventoryDataScalingTask serial execute in the InventoryDataScalingTaskGroup, and conurrency execute between InventoryDataScalingTaskGroup. I think this is a bug. Beca

[shardingsphere] branch master updated (ab325a0 -> 83d0194)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git. from ab325a0 Remove EncryptColumnMetaData (#8140) add 83d0194 Add sql formart visitor (#8116) No new revi

[GitHub] [shardingsphere] tristaZero merged pull request #8116: Add sql formart visitor

2020-11-11 Thread GitBox
tristaZero merged pull request #8116: URL: https://github.com/apache/shardingsphere/pull/8116 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

[GitHub] [shardingsphere] menghaoranss closed issue #8126: Refactor reg center's persist structure

2020-11-11 Thread GitBox
menghaoranss closed issue #8126: URL: https://github.com/apache/shardingsphere/issues/8126 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

[GitHub] [shardingsphere] jingshanglu commented on issue #8129: MySQL SQLParser can't parse SQL like this : select T.* from tablename T

2020-11-11 Thread GitBox
jingshanglu commented on issue #8129: URL: https://github.com/apache/shardingsphere/issues/8129#issuecomment-725788759 @baimashima You can use a new version 5.0.0 which is ok. This is an automated message from the Apache Git

[GitHub] [shardingsphere] wenweibin opened a new pull request #8141: 8067

2020-11-11 Thread GitBox
wenweibin opened a new pull request #8141: URL: https://github.com/apache/shardingsphere/pull/8141 Fixes #8067. Changes proposed in this pull request: - Use mock to instead of TestShardingRule and TestTableRule in DataNodesTest class. - - --

[GitHub] [shardingsphere] duzhanfei commented on issue #8139: Does the latest version of Proxy (4.1.1) support Data Sharding + Read-Write Split ?

2020-11-11 Thread GitBox
duzhanfei commented on issue #8139: URL: https://github.com/apache/shardingsphere/issues/8139#issuecomment-725759944 For the proxy, are these configurations all written in the file of config-master_slave.yaml ? 在 2020-11-11 22:10:34,"kimmking" 写道: Closed #8139.

[GitHub] [shardingsphere-elasticjob] codecov-io edited a comment on pull request #1711: update license for cloud-scheduler-distribution

2020-11-11 Thread GitBox
codecov-io edited a comment on pull request #1711: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1711#issuecomment-725753478 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1711?src=pr&el=h1) Report > Merging [#1711](https://codecov.io/gh/apache

[GitHub] [shardingsphere-elasticjob] codecov-io commented on pull request #1711: update license for cloud-scheduler-distribution

2020-11-11 Thread GitBox
codecov-io commented on pull request #1711: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1711#issuecomment-725753478 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1711?src=pr&el=h1) Report > Merging [#1711](https://codecov.io/gh/apache/shardi

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new pull request #1711: update license for cloud-scheduler-distribution

2020-11-11 Thread GitBox
TeslaCN opened a new pull request #1711: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1711 For #1709 Changes proposed in this pull request: - Update version of Netty. - Update version of jul-to-slf4j. ---

[shardingsphere] branch master updated: Remove EncryptColumnMetaData (#8140)

2020-11-11 Thread menghaoran
This is an automated email from the ASF dual-hosted git repository. menghaoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new ab325a0 Remove EncryptColumnMetaDat

[GitHub] [shardingsphere] menghaoranss merged pull request #8140: Remove EncryptColumnMetaData

2020-11-11 Thread GitBox
menghaoranss merged pull request #8140: URL: https://github.com/apache/shardingsphere/pull/8140 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[shardingsphere-elasticjob] branch dependabot/maven/netty.version-4.1.54.Final created (now a3428fc)

2020-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/netty.version-4.1.54.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. at a3428fc Bump netty.version from 4.1.45.Final to 4.1.54.F

[GitHub] [shardingsphere] terrymanu opened a new pull request #8140: Remove EncryptColumnMetaData

2020-11-11 Thread GitBox
terrymanu opened a new pull request #8140: URL: https://github.com/apache/shardingsphere/pull/8140 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere-elasticjob] codecov-io edited a comment on pull request #1710: Bump netty.version from 4.1.45.Final to 4.1.54.Final

2020-11-11 Thread GitBox
codecov-io edited a comment on pull request #1710: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1710#issuecomment-725496356 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1710?src=pr&el=h1) Report > Merging [#1710](https://codecov.io/gh/apache

[GitHub] [shardingsphere-elasticjob] codecov-io commented on pull request #1710: Bump netty.version from 4.1.45.Final to 4.1.54.Final

2020-11-11 Thread GitBox
codecov-io commented on pull request #1710: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1710#issuecomment-725496356 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1710?src=pr&el=h1) Report > Merging [#1710](https://codecov.io/gh/apache/shardi

[shardingsphere-elasticjob] branch dependabot/maven/netty.version-4.1.54.Final created (now a3428fc)

2020-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/netty.version-4.1.54.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. at a3428fc Bump netty.version from 4.1.45.Final to 4.1.54.F

[shardingsphere-elasticjob] branch dependabot/maven/netty.version-4.1.54.Final created (now a3428fc)

2020-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/netty.version-4.1.54.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. at a3428fc Bump netty.version from 4.1.45.Final to 4.1.54.F

[shardingsphere-elasticjob] branch dependabot/maven/netty.version-4.1.54.Final created (now a3428fc)

2020-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/netty.version-4.1.54.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. at a3428fc Bump netty.version from 4.1.45.Final to 4.1.54.F

[shardingsphere-elasticjob] branch dependabot/maven/netty.version-4.1.54.Final created (now a3428fc)

2020-11-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/netty.version-4.1.54.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. at a3428fc Bump netty.version from 4.1.45.Final to 4.1.54.F

[GitHub] [shardingsphere-elasticjob] dependabot[bot] opened a new pull request #1710: Bump netty.version from 4.1.45.Final to 4.1.54.Final

2020-11-11 Thread GitBox
dependabot[bot] opened a new pull request #1710: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1710 Bumps `netty.version` from 4.1.45.Final to 4.1.54.Final. Updates `netty-bom` from 4.1.45.Final to 4.1.54.Final Commits https://github.com/netty/netty/commit/71

[GitHub] [shardingsphere-elasticjob] Technoboy- closed issue #1707: Consider unify Netty version by dependencyManagement

2020-11-11 Thread GitBox
Technoboy- closed issue #1707: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1707 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere-elasticjob] Technoboy- merged pull request #1709: Unify dependencies' version and exclude unnecessary dependencies

2020-11-11 Thread GitBox
Technoboy- merged pull request #1709: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1709 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[shardingsphere-elasticjob] branch master updated: Unify dependencies' version and exclude unnecessary dependencies (#1709)

2020-11-11 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git The following commit(s) were added to refs/heads/master by this push: new 3b88d31 Unify dependencie

[GitHub] [shardingsphere-elasticjob] Technoboy- closed issue #1706: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
Technoboy- closed issue #1706: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1706 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[shardingsphere-elasticjob] branch master updated (b214854 -> b52671d)

2020-11-11 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git. from b214854 Adjust the timing of configuring ElasticJob in Spring Boot startup process (#1703)

[GitHub] [shardingsphere-elasticjob] Technoboy- merged pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
Technoboy- merged pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [shardingsphere] kimmking closed issue #8048: The int(or bit) value is null, but jpa with shardingsphere-jdbc returns zero(or false)

2020-11-11 Thread GitBox
kimmking closed issue #8048: URL: https://github.com/apache/shardingsphere/issues/8048 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

[GitHub] [shardingsphere] kimmking closed issue #8139: Does the latest version of Proxy (4.1.1) support Data Sharding + Read-Write Split ?

2020-11-11 Thread GitBox
kimmking closed issue #8139: URL: https://github.com/apache/shardingsphere/issues/8139 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

[GitHub] [shardingsphere] kimmking commented on issue #8139: Does the latest version of Proxy (4.1.1) support Data Sharding + Read-Write Split ?

2020-11-11 Thread GitBox
kimmking commented on issue #8139: URL: https://github.com/apache/shardingsphere/issues/8139#issuecomment-725444157 Yes, as the same as jdbc. you can refer https://github.com/apache/shardingsphere/blob/4.1.1/examples/sharding-jdbc-example/sharding-example/sharding-raw-jdbc-example/src/ma

[shardingsphere-ui] branch master updated: update dependencies

2020-11-11 Thread kimmking
This is an automated email from the ASF dual-hosted git repository. kimmking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git The following commit(s) were added to refs/heads/master by this push: new 53983cc update dependencies n

[shardingsphere-ui] branch master updated: update dependencies

2020-11-11 Thread kimmking
This is an automated email from the ASF dual-hosted git repository. kimmking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git The following commit(s) were added to refs/heads/master by this push: new 53983cc update dependencies n

[GitHub] [shardingsphere-ui] kimmking merged pull request #68: update dependencies

2020-11-11 Thread GitBox
kimmking merged pull request #68: URL: https://github.com/apache/shardingsphere-ui/pull/68 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

[GitHub] [shardingsphere] duzhanfei opened a new issue #8139: Does the latest version of Proxy (4.1.1) support Data Sharding + Read-Write Split ?

2020-11-11 Thread GitBox
duzhanfei opened a new issue #8139: URL: https://github.com/apache/shardingsphere/issues/8139 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

[GitHub] [shardingsphere] strongduanmu closed issue #8128: sharding jdbc cost too many times to checm meta data when i start a spring boot project

2020-11-11 Thread GitBox
strongduanmu closed issue #8128: URL: https://github.com/apache/shardingsphere/issues/8128 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

[GitHub] [shardingsphere] strongduanmu commented on issue #8128: sharding jdbc cost too many times to checm meta data when i start a spring boot project

2020-11-11 Thread GitBox
strongduanmu commented on issue #8128: URL: https://github.com/apache/shardingsphere/issues/8128#issuecomment-725430923 @weikangqq This problem is duplicated with #6212, and it has been solved in the latest `5.0.0-alpha` version. Welcome to try the new version. 😀 -

[GitHub] [shardingsphere-elasticjob] codecov-io commented on pull request #1709: Unify dependencies' version and exclude unnecessary dependencies

2020-11-11 Thread GitBox
codecov-io commented on pull request #1709: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1709#issuecomment-725430992 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1709?src=pr&el=h1) Report > Merging [#1709](https://codecov.io/gh/apache/shardi

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new pull request #1709: Unify dependencies' version and exclude unnecessary dependencies

2020-11-11 Thread GitBox
TeslaCN opened a new pull request #1709: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1709 Fixes #1707 Changes proposed in this pull request: - Unify Netty version to 4.1.45.Final (Consistent with Netty version in Curator 5.1.0). - Add jul-to-slf4j to dependen

[GitHub] [shardingsphere] jingshanglu opened a new pull request #8138: improve SQL Parser doc

2020-11-11 Thread GitBox
jingshanglu opened a new pull request #8138: URL: https://github.com/apache/shardingsphere/pull/8138 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [shardingsphere-ui] menghaoranss opened a new pull request #68: update dependencies

2020-11-11 Thread GitBox
menghaoranss opened a new pull request #68: URL: https://github.com/apache/shardingsphere-ui/pull/68 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[shardingsphere] branch master updated: add SQLServer with clause for delete statement. (#8005)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 84c641c add SQLServer with clause for

[shardingsphere] branch master updated: add SQLServer with clause for delete statement. (#8005)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 84c641c add SQLServer with clause for

[GitHub] [shardingsphere] tristaZero merged pull request #8005: add SQLServer with clause for delete statement.

2020-11-11 Thread GitBox
tristaZero merged pull request #8005: URL: https://github.com/apache/shardingsphere/pull/8005 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

[shardingsphere] branch master updated: Remove addressingDataSources (#8137)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 552af3e Remove addressingDataSources

[GitHub] [shardingsphere] tristaZero merged pull request #8137: Remove addressingDataSources

2020-11-11 Thread GitBox
tristaZero merged pull request #8137: URL: https://github.com/apache/shardingsphere/pull/8137 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

[GitHub] [shardingsphere] terrymanu opened a new pull request #8137: Remove addressingDataSources

2020-11-11 Thread GitBox
terrymanu opened a new pull request #8137: URL: https://github.com/apache/shardingsphere/pull/8137 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere] strongduanmu commented on issue #8129: MySQL SQLParser can't parse SQL like this : select T.* from tablename T

2020-11-11 Thread GitBox
strongduanmu commented on issue #8129: URL: https://github.com/apache/shardingsphere/issues/8129#issuecomment-725342679 @baimashima Can you try to upgrade to version `4.1.1` or `5.0.0-alpha`? The new version improves the SQL parsing function. --

[GitHub] [shardingsphere] terrymanu commented on pull request #8134: 更新shardingsphere的maven坐标

2020-11-11 Thread GitBox
terrymanu commented on pull request #8134: URL: https://github.com/apache/shardingsphere/pull/8134#issuecomment-725345360 This document is for shardingsphere 5.x, sharding-jdbc has gone. The new version is shardingsphere-jdbc -

[GitHub] [shardingsphere] terrymanu closed pull request #8134: 更新shardingsphere的maven坐标

2020-11-11 Thread GitBox
terrymanu closed pull request #8134: URL: https://github.com/apache/shardingsphere/pull/8134 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

[shardingsphere-ui] branch master updated (3dbd18e -> 18286e1)

2020-11-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git. from 3dbd18e adjust script lineEnding in binary assembly (#66) new 5cbeba9 Refactor registry center

[shardingsphere] branch master updated (dd6a182 -> 87af778)

2020-11-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git. from dd6a182 adjust script lineEnding in binary assembly (#8131) add 87af778 Refactor registry center s

[shardingsphere-ui] branch master updated: adjust script lineEnding in binary assembly (#66)

2020-11-11 Thread menghaoran
This is an automated email from the ASF dual-hosted git repository. menghaoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git The following commit(s) were added to refs/heads/master by this push: new 3dbd18e adjust script lineEnding

[shardingsphere-ui] branch master updated (3dbd18e -> 18286e1)

2020-11-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git. from 3dbd18e adjust script lineEnding in binary assembly (#66) new 5cbeba9 Refactor registry center

[shardingsphere] branch master updated (87af778 -> e15bdac)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git. from 87af778 Refactor registry center structure (#8135) add e15bdac Use single table rule in SingleTableRo

[shardingsphere] branch master updated (780283c -> dd6a182)

2020-11-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git. from 780283c Refactor ShardingRule (#8133) add dd6a182 adjust script lineEnding in binary assembly (#81

[GitHub] [shardingsphere] tristaZero merged pull request #8136: Use single table rule in SingleTableRoutingEngine

2020-11-11 Thread GitBox
tristaZero merged pull request #8136: URL: https://github.com/apache/shardingsphere/pull/8136 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

[GitHub] [shardingsphere-ui] terrymanu merged pull request #67: Refactor registry center structure

2020-11-11 Thread GitBox
terrymanu merged pull request #67: URL: https://github.com/apache/shardingsphere-ui/pull/67 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 t

[GitHub] [shardingsphere] terrymanu merged pull request #8135: Refactor registry center structure

2020-11-11 Thread GitBox
terrymanu merged pull request #8135: URL: https://github.com/apache/shardingsphere/pull/8135 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

[GitHub] [shardingsphere-ui] menghaoranss merged pull request #66: adjust script lineEnding in binary assembly

2020-11-11 Thread GitBox
menghaoranss merged pull request #66: URL: https://github.com/apache/shardingsphere-ui/pull/66 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [shardingsphere] terrymanu opened a new pull request #8136: Use single table rule in SingleTableRoutingEngine

2020-11-11 Thread GitBox
terrymanu opened a new pull request #8136: URL: https://github.com/apache/shardingsphere/pull/8136 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere] terrymanu merged pull request #8131: adjust script lineEnding in binary assembly

2020-11-11 Thread GitBox
terrymanu merged pull request #8131: URL: https://github.com/apache/shardingsphere/pull/8131 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

[GitHub] [shardingsphere] yang-7777 commented on issue #5659: The event notice-board of the community (社区活动公告)

2020-11-11 Thread GitBox
yang- commented on issue #5659: URL: https://github.com/apache/shardingsphere/issues/5659#issuecomment-725319885 [开源软件供应链 2020 峰会 2020年11月14日-15日](https://isrc.iscas.ac.cn/summer2020/#/summitmeeting) ![屏幕截图 2020-11-11 174108](https://user-images.githubusercontent.com/67564630/987957

[GitHub] [shardingsphere-elasticjob] codecov-io commented on pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
codecov-io commented on pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708#issuecomment-725319354 # [Codecov](https://codecov.io/gh/apache/shardingsphere-elasticjob/pull/1708?src=pr&el=h1) Report > Merging [#1708](https://codecov.io/gh/apache/shardi

[GitHub] [shardingsphere-elasticjob] gzdzss commented on pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
gzdzss commented on pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708#issuecomment-725303313 The spring-namespace has also been supplemented This is an automated message from the Apache G

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
TeslaCN commented on pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708#issuecomment-725297760 CI failed because of ``` Error: Failed to execute goal on project elasticjob-lite-spring-boot-starter: Could not resolve dependencies for project org.a

[GitHub] [shardingsphere-ui] menghaoranss opened a new pull request #67: Refactor registry center structure

2020-11-11 Thread GitBox
menghaoranss opened a new pull request #67: URL: https://github.com/apache/shardingsphere-ui/pull/67 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [shardingsphere] menghaoranss opened a new pull request #8135: Refactor registry center structure

2020-11-11 Thread GitBox
menghaoranss opened a new pull request #8135: URL: https://github.com/apache/shardingsphere/pull/8135 For #8126 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [shardingsphere] GeorgeAnson opened a new pull request #8134: 更新shardingsphere的maven坐标

2020-11-11 Thread GitBox
GeorgeAnson opened a new pull request #8134: URL: https://github.com/apache/shardingsphere/pull/8134 org.apache.shardingsphere sharding-jdbc-spring-boot-starter ${shardingsphere.version}

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on a change in pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
TeslaCN commented on a change in pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708#discussion_r521201164 ## File path: docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md ## @@ -76,26 +76,39 @@ When to execute

[GitHub] [shardingsphere] codecov-io commented on pull request #8005: add SQLServer with clause for delete statement.

2020-11-11 Thread GitBox
codecov-io commented on pull request #8005: URL: https://github.com/apache/shardingsphere/pull/8005#issuecomment-725284726 # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/8005?src=pr&el=h1) Report > Merging [#8005](https://codecov.io/gh/apache/shardingsphere/pull/8005?src=

[GitHub] [shardingsphere-elasticjob] gzdzss opened a new pull request #1708: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
gzdzss opened a new pull request #1708: URL: https://github.com/apache/shardingsphere-elasticjob/pull/1708 For #1706 . This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [shardingsphere-elasticjob] TeslaCN opened a new issue #1707: Consider unify Netty version by dependencyManagement

2020-11-11 Thread GitBox
TeslaCN opened a new issue #1707: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1707 ## Dependencies 3 versions of Netty were introduced in project. It's better to unify the version of Netty. ``` ➜ shardingsphere-elasticjob git:(master) ./mvnw dependency:

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #1706: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
TeslaCN commented on issue #1706: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1706#issuecomment-725275222 > I want to do this. OK! Thanks for you help! This is an automated message from the Apache

[shardingsphere] branch master updated: Add ResourceAware to simplify rule builder (#8132)

2020-11-11 Thread menghaoran
This is an automated email from the ASF dual-hosted git repository. menghaoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new aaeed27 Add ResourceAware to simpli

[shardingsphere] branch master updated: Refactor ShardingRule (#8133)

2020-11-11 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 780283c Refactor ShardingRule (#8133)

[GitHub] [shardingsphere-elasticjob] gzdzss commented on issue #1706: Update documents and examples of Spring Boot Starter

2020-11-11 Thread GitBox
gzdzss commented on issue #1706: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1706#issuecomment-725274813 I want to do this. This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [shardingsphere] tristaZero merged pull request #8133: Use ResourceAware to simplify sharding rule builder

2020-11-11 Thread GitBox
tristaZero merged pull request #8133: URL: https://github.com/apache/shardingsphere/pull/8133 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

[GitHub] [shardingsphere] terrymanu opened a new pull request #8133: Use ResourceAware to simplify sharding rule builder

2020-11-11 Thread GitBox
terrymanu opened a new pull request #8133: URL: https://github.com/apache/shardingsphere/pull/8133 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere] Lucas-307 commented on issue #8130: Fix new sharding rule in scaling module

2020-11-11 Thread GitBox
Lucas-307 commented on issue #8130: URL: https://github.com/apache/shardingsphere/issues/8130#issuecomment-725273091 got it. This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [shardingsphere] menghaoranss merged pull request #8132: Add ResourceAware to simplify rule builder

2020-11-11 Thread GitBox
menghaoranss merged pull request #8132: URL: https://github.com/apache/shardingsphere/pull/8132 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [shardingsphere] terrymanu opened a new pull request #8132: Add ResourceAware to simplify rule builder

2020-11-11 Thread GitBox
terrymanu opened a new pull request #8132: URL: https://github.com/apache/shardingsphere/pull/8132 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL