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/03/06 06:17:12 UTC

[GitHub] [incubator-shardingsphere] kimmking opened a new issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo

kimmking opened a new issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo
URL: https://github.com/apache/incubator-shardingsphere/issues/4628
 
 
   Hi, Community.
        Since this project upgrate to java8, we will migrate sharding-orchestration-reg-etcd from opensharding repo[1] and refactor to the new structure[2].
        Here are tasks:    
   - [ ] 1.migrate codes
   - [ ] 2.refactor to new project
   - [ ] 3.check and polish unit test
   - [ ] 4.redact document
   
   [1]. https://github.com/OpenSharding/opensharding-spi-impl/tree/master/sharding-orchestration-reg-spi-impl/sharding-orchestration-reg-etcd
   [2]. https://github.com/apache/incubator-shardingsphere/issues/4522

----------------------------------------------------------------
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] kimmking commented on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo
URL: https://github.com/apache/incubator-shardingsphere/issues/4628#issuecomment-595703637
 
 
   Step 1:
   ```
   git clone https://github.com/OpenSharding/opensharding-spi-impl
   git filter-branch --tag-name-filter cat --prune-empty --subdirectory-filter  ${subproject} -- --all
   git mv  ## to right directory
   git push ## to my own repo
   
   cd  ${shardingsphere directory}
   git remote add etcd ${my own repo}
   git fetch etcd master:etcd
   git checkout ${current branch} 
   git merge etcd --allow-unrelated-histories
   git status
   git log --oneline |  findstr/grep opensharding  ## will be shown one commit log
   
   ```
   
   Done!
   
   

----------------------------------------------------------------
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 closed issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo
URL: https://github.com/apache/incubator-shardingsphere/issues/4628
 
 
   

----------------------------------------------------------------
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] kimmking commented on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo
URL: https://github.com/apache/incubator-shardingsphere/issues/4628#issuecomment-595765324
 
 
   Step 2: 
   - [x]  modify pom file and parent pom
   - [x]  rename class names and services file
   - [x]  remove redundant methods
   - [x]  implements CenterRepository interfaces
   - [x]  add EtcdPropertiesEnum&EtcdProperties
   - [x]  modify unit test

----------------------------------------------------------------
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] kimmking edited a comment on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #4628: Migrating sharding-orchestration-reg-etcd from opensharding repo
URL: https://github.com/apache/incubator-shardingsphere/issues/4628#issuecomment-595765324
 
 
   Step 2: 
   - modify pom file and parent pom
   - rename class names and services file
   - remove redundant methods
   - implements CenterRepository interfaces
   - add EtcdPropertiesEnum&EtcdProperties
   - modify unit test

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