From 7b77ff6471a4d93bb92cb620c04e83f2e9e74e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BD=A6=E6=B0=91?= Date: Wed, 7 Nov 2018 10:06:22 +0800 Subject: [PATCH 1/2] fix: fe rollback, service list --- .../pages/ServiceManagement/ServiceList/ServiceList.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/console/src/main/resources/static/src/pages/ServiceManagement/ServiceList/ServiceList.js b/console/src/main/resources/static/src/pages/ServiceManagement/ServiceList/ServiceList.js index bce17363151..e096270adef 100644 --- a/console/src/main/resources/static/src/pages/ServiceManagement/ServiceList/ServiceList.js +++ b/console/src/main/resources/static/src/pages/ServiceManagement/ServiceList/ServiceList.js @@ -137,10 +137,6 @@ class ServiceList extends React.Component { style={{marginRight: 10}} >{I18N.QUERY} - - - @@ -164,11 +160,6 @@ class ServiceList extends React.Component { type="normal" onClick={() => this.props.history.push(`/serviceDetail?name=${record.name}`)} >{I18N.DETAIL} - )}/> From 4c80ac2e8ad234556b3cad65f9f4b29a8aa1a2cb Mon Sep 17 00:00:00 2001 From: yangyshdan Date: Wed, 7 Nov 2018 20:53:12 +0800 Subject: [PATCH 2/2] Update README.md #166 --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0ff21a09d8f..418cdc0c4a4 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For more details, see [quick-start.](https://nacos.io/en-us/docs/quick-start.htm * [Quick start with dubbo](https://nacos.io/en-us/docs/use-nacos-with-dubbo.html) -* [quick start with spring cloud](https://nacos.io/en-us/docs/quick-start-spring-cloud.html) +* [Quick start with spring cloud](https://nacos.io/en-us/docs/quick-start-spring-cloud.html) * [Quick start with kubernetes](https://nacos.io/en-us/docs/use-nacos-with-kubernetes.html) @@ -74,19 +74,27 @@ For more details, see [quick-start.](https://nacos.io/en-us/docs/quick-start.htm You can view the full documentation from the [Nacos website](https://nacos.io/en-us/docs/what-is-nacos.html). -## Other Related Project Repositories -* [nacos-spring-project](https://github.com/nacos-group/nacos-spring-project) provides the integration functionality for Spring. -* [nacos-sync](https://github.com/nacos-group/nacos-sync) is a tool to synchronize the service registration information from other tools like eureka, zookeeper, etc, to Nacos. -* [spring-cloud-alibaba](https://github.com/spring-cloud-incubator/spring-cloud-alibaba) provides the one-stop solution for application development over Alibaba middleware which includes Nacos. +## Contributing -### Contact +Contributors are welcome to join Nacos project. -* #### Gitter-[Nacos Gitter](https://gitter.im/alibaba/nacos) + - Contributing guide (constructing): describe general contributing procedure for Nacos project, such as issue submitting, milestone plan, etc. + - Developing guide (constructing): describe detailed developing procedure including how to fork, choosing correct branch, PR review procedure, etc. -* #### Weibo-[Nacos Weibo](https://weibo.com/u/6574374908) +## Other Related Project Repositories + +* [nacos-spring-project](https://github.com/nacos-group/nacos-spring-project) provides the integration functionality for Spring. +* [nacos-group](https://github.com/nacos-group) is the reposity that hosts the eco tools for Nacos, such as SDK, synchronization tool, etc. +* [spring-cloud-alibaba](https://github.com/spring-cloud-incubator/spring-cloud-alibaba) provides the one-stop solution for application development over Alibaba middleware which includes Nacos. -* #### Segmentfault-[Nacos Segmentfault](https://segmentfault.com/t/nacos) +## Contact -* #### Mailing list-[nacos\_dev@linux.alibaba.com](mailto:nacos_dev@linux.alibaba.com). +* [Gitter](https://gitter.im/alibaba/nacos): Nacos's IM tool for community messaging, collaboration and discovery. +* [Twitter](https://twitter.com/nacos2): Follow along for latest nacos news on Twitter. +* [Weibo](https://weibo.com/u/6574374908): Follow along for latest nacos news on Weibo (Twitter of China version). +* [User Mail Group](users-nacos@googlegroups.com): Nacos usage general discussion. +* [Dev Mail Group](dev-nacos@googlegroups.com): Nacos developer discussion (APIs, feature design, etc). +* [Commit Mail Group](commits-nacos@googlegroups.com): Commits notice, very high frequency. +* [Nacos Segmentfault](https://segmentfault.com/t/nacos): Get latest notice and prompt help from Segmentfault.