[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2021-06-07 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit bdd26b199e3e6d98713441d7381c25dde7af1c30
Merge: 9a52491 0842813
Author: Willem Jiang 
AuthorDate: Tue Jun 8 10:06:22 2021 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml| 40 +++---
 _docs/cn/products/service-center/install.md |  6 ++--
 _docs/products/service-center/install.md|  6 ++--
 _pages/cn/home.md   |  2 +-
 _pages/home.md  |  2 +-
 _posts/cn/2018-04-25-open-design.md | 38 ++---
 _release/cn/release.md  |  5 +--
 _release/cn/service_center_downloads.md |  5 +--
 _release/cn/service_center_releaseNotes.md  | 52 +++-
 _release/java_chassis_releaseNotes.md   | 44 +---
 _release/release.md |  5 +--
 _release/service_center_downloads.md|  5 +--
 _release/service_center_releaseNotes.md | 53 -
 13 files changed, 188 insertions(+), 75 deletions(-)

diff --cc _release/java_chassis_releaseNotes.md
index f55fa53,955d9da..a762e31
--- a/_release/java_chassis_releaseNotes.md
+++ b/_release/java_chassis_releaseNotes.md
@@@ -7,42 -7,43 +7,48 @@@ excerpt: "Release Notes
  last_modified_at: 2019-04-12T00:50:43-55:00
  ---
  Release Notes - Apache ServiceComb - Version java-chassis-2.2.0
--
++
 +View
 in github
-  
   
-   
++
++
 +
 +   Release Notes - Apache ServiceComb - Version java-chassis-2.1.5
 +
- 在 
github 查看
-  
   
+ View
 in github
 - 
   
 -  
++
++
+ 
 -Release Notes - Apache ServiceComb - Version java-chassis-2.1.5
 -
 -在 
github 查看
 - 
   
 - 
++   Release Notes - Apache ServiceComb - Version java-chassis-2.1.5
++
++View
 in github
++
 +
  
  Release Notes - Apache ServiceComb - Version java-chassis-2.1.3
 -
 -在 
github 查看
 - 
   
 -  
 +
- 在 
github 查看
-  
   
-   
++View
 in github
++
++
  
  Release Notes - Apache ServiceComb - Version java-chassis-2.1.2
 -
 -在 
github 查看
 - 
   
 -  


  
  
- 在 
github 查看
-  
   
-   



++View
 in github
++
++
  Release Notes - Apache ServiceComb - Version java-chassis-2.1.0
 -   
 -在 
github 查看
 - 
   
 +
- 在 
github 查看
-  
   
++View
 in github
++
  
  
  Release Notes - Apache ServiceComb - Version java-chassis-1.3.1
 -
 -在 
github 查看
 - 
   
 -
 +
- 在 
github 查看
-  
   
- 
++View
 in github
++
++
  
  Release Notes - Apache ServiceComb - Version java-chassis-1.3.0
 -
 -在 
github 查看
 - 
   
 -
 +
- 在 
github 查看
-

[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-11-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit a660905d330c48f038d2537e39f80f866ce5
Merge: 91d3c9a 4fa3398
Author: Willem Jiang 
AuthorDate: Tue Nov 3 08:51:51 2020 +0800

Merge branch 'master' into asf-site

 _developers/cn/setup-develop-environment.md |   2 +-
 _pages/cn/home.md   |   2 +-
 _pages/home.md  |   2 +-
 _release/cn/java_chassis_downloads.md   |   4 +-
 _release/cn/java_chassis_releaseNotes.md| 111 ++--
 _release/cn/release.md  |   4 +-
 _release/java_chassis_downloads.md  |   4 +-
 _release/java_chassis_releaseNotes.md   | 108 +--
 _release/release.md |   4 +-
 9 files changed, 54 insertions(+), 187 deletions(-)

diff --cc _release/cn/java_chassis_releaseNotes.md
index d9c1049,09995da..6e73cb8
--- a/_release/cn/java_chassis_releaseNotes.md
+++ b/_release/cn/java_chassis_releaseNotes.md
@@@ -8,601 -8,26 +8,532 @@@ last_modified_at: 2019-04-12T00:50:43-5
  ---
  
  
 +Release Notes - Apache ServiceComb - Version java-chassis-2.1.0
 +
 +Bug
 +
 +
 +[SCB-1930] - 
When MicroserivceVersions.setInstances continues fail will cause OOM
 +
 +[SCB-1931] - 
fix consumer flag in MicroserviceMeta
 +
 +[SCB-1937] - 
fix integration test(TestAsyncInvoke) always timeout problem
 +
 +[SCB-1976] - 
fix loadbalance error when v1 got a operation a and v2 do not
 +
 +[SCB-2017] - 
fix invoke with appid and highway throw error
 +
 +
 +
 +New Feature
 +
 +
 +[SCB-1650] - 
discovery schema from instancies directly
 +
 +[SCB-1739] - 
separate swagger registry and dicovery from instance registry and 
discovery
 +
 +[SCB-1774] - 
As a developer, I want to run small apllications without service-center
 +
 +[SCB-1913] - 
Zero-Config Service Registry
 +
 +[SCB-1933] - 
support configure multiple registries
 +
 +[SCB-1963] - 
provide local registry: regitration and disovery
 +
 +[SCB-2020] - 
support @Example to add examples to API
 +
 +
 +
 +Improvement
 +
 +
 +[SCB-1876] - 
refactor: registry depends on core and core do not depend on registry
 +
 +[SCB-1886] - 
use http for default service center address
 +
 +[SCB-1891] - 
separate local registry and service center registry
 +
 +[SCB-1896] - 
improve demo test case for testing http headers
 +
 +[SCB-1924] - 
invocation context provide transport context
 +
 +[SCB-1925] - 
provide a util to convert url to endpoint format
 +
 +[SCB-1926] - 
enhance CommonExceptionData to include more common data
 +
 +[SCB-1936] - 
change findbug dependency to provided
 +
 +[SCB-1941] - 
MicroserviceMeta only need to has consumer or producer handlers, not 
both
 +
 +[SCB-1945] - 
support zipkin with log4j2
 +
 +[SCB-1960] - 
delete spring-boot-starter-discovery and spring-boot-starter-gateway
 +
 +[SCB-1973] - 
fix problem in file download and config document
 +
 +[SCB-1990] - 
allow disable metrics endpoints by configuration
 +
 +[SCB-1998] - 
support Endpoint as a context parameter
 +
 +[SCB-2005] - 
dependency update: upgrade slf4j from 1.7.26 to 1.7.30
 +
 +[SCB-2006] - 
dependency update: remove log4j2 from solution-basic and upgrade from 
2.12.0 to 2.13.2
 +
 +[SCB-2009] - 
dependency update: remove jakarta.el dependency and make it optional
 +
 +[SCB-2010] - 
dependency update: upgrade swagger-core from 1.5.22 to 1.5.24
 +
 +[SCB-2013] - 
dependency update: upgrade spring framework from 5.1.8 to 5.1.14
 +
 +[SCB-2014] - 
dependency update: upgrade vert.x from 3.8.3 to 3.8.5
 +
 +[SCB-2015] - 
remove not used dependency management for jedis
 +
 +[SCB-2018] - 
dependency update: upgrade tcnative from 2.0.28 to 2.0.31
 +
 +[SCB-2019] - 
update gateway documents for zuul to use spring cloud huawei
 +
 +[SCB-2024] - 
support not resolve place holder when running in spring boot
 +
 +
 +
 +   More Information
 +
 +
 +Upgrading guides are avainable at  [ServiceComb
 Java Chassis Developers Guide]   
   
 +
 +
 +Release Notes - Apache ServiceComb - Version java-chassis-2.0.2
 +
 +Bug
 +
 +
 +[SCB-1823] - 
change kie label env to environment
 +
 +[SCB-1824] - 
jacskon convertValue will convert all objects start for 2.10.*, 
java-chassis need not convert RestTemplate arguments
 +
 +[SCB-1826] - 
remove binary release LICENSE since 3rd parties not included
 +
 +[SCB-1837] - 
revert changes for SCB-1643, do not include 

[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-06-13 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit ede31f52e4044644f7fcda8e75757c5a56d7e143
Merge: fd78701 77b28bc
Author: Willem Jiang 
AuthorDate: Sat Jun 13 20:55:41 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/summer2020.md | 1 +
 1 file changed, 1 insertion(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-06-12 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit d3232b9f17e3072c1b02e877e67af7e312366e1d
Merge: 765400e b1979f8
Author: Willem Jiang 
AuthorDate: Fri Jun 12 14:55:24 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/summer2020.md | 1 +
 1 file changed, 1 insertion(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-06-09 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit b34dc99f4e6774b61e654f35b603ea6611b6b953
Merge: 825264c bbd3f98
Author: Willem Jiang 
AuthorDate: Wed Jun 10 09:01:30 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/summer2020.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-05-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 9a381bd926a508850a3204a534889984bec17622
Merge: 241f854 d221087
Author: Willem Jiang 
AuthorDate: Fri May 29 07:34:50 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md|   2 +-
 _release/cn/pack_downloads.md|   5 +-
 _release/cn/pack_releaseNotes.md | 128 ++-
 _release/cn/release.md   |   5 +-
 _release/pack_downloads.md   |   5 +-
 _release/pack_releaseNotes.md| 128 ++-
 _release/release.md  |   5 +-
 7 files changed, 267 insertions(+), 11 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-05-26 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 40f44a6492c9b99de0426af9bc1e238183e948e7
Merge: d81d860 3a15fdd
Author: Willem Jiang 
AuthorDate: Tue May 26 22:26:29 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-05-26 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit b527d8db27beefda6f8d6709f4e28c92b9afb920
Merge: 261d135 dd90dec
Author: Willem Jiang 
AuthorDate: Tue May 26 19:29:32 2020 +0800

Merge branch 'master' into asf-site

 _includes/head/custom.html |  2 +-
 _pages/cn/home.md  |  3 +++
 _pages/cn/summer2020.html  | 10 ++
 _pages/home.md |  3 +++
 _pages/summer2020.html | 10 ++
 5 files changed, 27 insertions(+), 1 deletion(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-02-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 18635569434086b566768d67e351a1d7c79021f8
Merge: a2eef2e 75d0dbf
Author: Willem Jiang 
AuthorDate: Sat Feb 22 17:15:40 2020 +0800

Merge branch 'master' into asf-site

 _developers/cn/release_guide.md| 133 -
 _developers/cn/release_validation_guide.md |  13 +--
 _developers/release_guide.md   | 128 ++-
 _developers/release_validation_guide.md|  11 +--
 4 files changed, 180 insertions(+), 105 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-02-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 2f1d0c0d72f072155832f1c4f6d78027e1240e48
Merge: 5e77856 2813f20
Author: Willem Jiang 
AuthorDate: Fri Feb 21 00:05:08 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md|   2 +-
 _pages/home.md   |   2 +-
 _release/cn/java_chassis_downloads.md|   3 +-
 _release/cn/java_chassis_releaseNotes.md | 279 ++-
 _release/cn/release.md   |   6 +-
 _release/java_chassis_downloads.md   |   3 +-
 _release/java_chassis_releaseNotes.md| 272 ++
 _release/release.md  |   5 +-
 8 files changed, 557 insertions(+), 15 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2020-01-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 9c579a2f8a46bc3228bb149b301067c74e15d9d0
Merge: 0e98afc ad35456
Author: Willem Jiang 
AuthorDate: Mon Jan 6 22:21:15 2020 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md   |  2 +-
 _pages/home.md  |  2 +-
 _release/cn/release.md  |  3 +-
 _release/cn/toolkit_downloads.md|  5 ++-
 _release/cn/toolkit_releaseNotes.md | 83 +
 _release/release.md |  3 +-
 _release/toolkit_downloads.md   |  5 ++-
 _release/toolkit_releaseNotes.md| 83 +
 8 files changed, 178 insertions(+), 8 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 66cce298741826f25c6b2a9c6b1f609f2deee7ef
Merge: d2bcfe0 a8b61c6
Author: Willem Jiang 
AuthorDate: Sun Dec 29 15:17:50 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |   4 +
 _docs/cn/introduction/introduction.md  | 112 ++
 _docs/introduction/introduction.md | 126 +
 assets/images/docs/servicecomb/servicecomb.jpg | Bin 0 -> 337179 bytes
 4 files changed, 242 insertions(+)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-26 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit bb58f8440072a3da541484f59e58339c66b29034
Merge: cfc2f1c 053ef85
Author: Willem Jiang 
AuthorDate: Thu Dec 26 18:00:52 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml  | 12 +++-
 _includes/masthead.html   |  2 +-
 _sass/minimal-mistakes/_masthead.scss | 20 +++-
 3 files changed, 31 insertions(+), 3 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 19c97c576746947782eb5522b815d7f16c8e0b9d
Merge: ce95bcb 0408ec1
Author: Willem Jiang 
AuthorDate: Mon Dec 23 12:00:06 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml  | 6 +++---
 _data/ui-text.yml | 2 +-
 _includes/footer.html | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 09da26150622dcc883ed7058e67cdaa5b335b2b6
Merge: e637dea f323c43
Author: Willem Jiang 
AuthorDate: Fri Dec 20 21:39:53 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   | 96 +++---
 .../cn => cn/getstarted}/getting-started.md| 12 +--
 _docs/cn/mesher-quick-start-advance.md | 24 --
 _docs/cn/products/java-chassis/advance.md  | 25 ++
 .../java-chassis/bmi.md}   | 14 ++--
 .../java-chassis}/distributed-tracing.md   | 10 +--
 .../cn/{ => products/java-chassis}/flow-control.md | 10 +--
 .../cn/{ => products/java-chassis}/load-balance.md | 12 +--
 .../cn/{ => products/java-chassis}/quick-start.md  |  6 +-
 .../java-chassis}/service-management.md| 10 +--
 _docs/cn/products/mesher/advance.md| 24 ++
 .../mesher/distributed-tracing.md} | 12 +--
 .../mesher/flow-control.md}| 10 +--
 .../mesher/load-balance.md}| 10 +--
 .../mesher/management.md}  | 10 +--
 .../mesher/quick-start.md} | 10 +--
 .../pack/dataconsistency.md}   |  4 +-
 .../cn => cn/products/service-center}/install.md   | 77 -
 .../service-center}/registration-discovery.md  |  2 +-
 .../products/syncer}/multi-servicecenters.md   |  6 +-
 .../cn => cn/products/syncer}/quick-start.md   |  6 +-
 .../cn => cn/products/toolkit}/oas-validator.md|  4 +-
 .../cn => cn/products/toolkit}/quick-start.md  |  8 +-
 _docs/cn/quick-start-advance.md| 25 --
 .../{servicecomb => }/getting-started.md   | 12 +--
 _docs/mesher-quick-start-advance.md| 24 --
 _docs/products/java-chassis/advance.md | 24 ++
 .../java-chassis/bmi.md}   | 14 ++--
 .../java-chassis}/distributed-tracing.md   | 10 +--
 _docs/{ => products/java-chassis}/flow-control.md  | 10 +--
 _docs/{ => products/java-chassis}/load-balance.md  | 12 +--
 _docs/{ => products/java-chassis}/quick-start.md   |  6 +-
 .../java-chassis}/service-management.md| 10 +--
 _docs/products/mesher/advance.md   | 24 ++
 .../mesher/distributed-tracing.md} | 12 +--
 .../mesher/flow-control.md}| 12 +--
 .../mesher/load-balance.md}| 12 +--
 .../mesher/quick-start.md} | 12 +--
 .../mesher/service-management.md}  | 12 +--
 .../pack/dataconsistency.md}   |  4 +-
 .../service-center/install.md  | 79 +-
 .../service-center/registration-discovery.md   |  2 +-
 .../syncer/multi-servicecenters.md |  6 +-
 .../{getstarted => products}/syncer/quick-start.md |  6 +-
 .../toolkit/oas-validator.md   |  4 +-
 .../toolkit/quick-start.md |  8 +-
 _docs/quick-start-advance.md   | 24 --
 47 files changed, 386 insertions(+), 380 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-12 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 28173f43dbd39e68ffbb901f65fa652408bbace0
Merge: 41a6b62 02b73c6
Author: Willem Jiang 
AuthorDate: Thu Dec 12 21:29:49 2019 +0800

Merge branch 'master' into asf-site

 ...2019-12-09-servicecomb-service-center-client.md |   5 +-
 ...ource-community-with-Apache-ServiceComb-GDUT.md |  51 +
 assets/images/client/sc-client.jpg | Bin 28206 -> 35721 bytes
 assets/images/client/sc-sample-UI.png  | Bin 34610 -> 14695 bytes
 .../colleges_and_universities/GDUT/answer1.jpg | Bin 0 -> 1604342 bytes
 .../colleges_and_universities/GDUT/answer2.png | Bin 0 -> 1070212 bytes
 .../colleges_and_universities/GDUT/mabin.jpg   | Bin 0 -> 1537495 bytes
 .../colleges_and_universities/GDUT/meeting.png | Bin 0 -> 1790331 bytes
 .../images/colleges_and_universities/GDUT/zzp.jpg  | Bin 0 -> 1501311 bytes
 .../20191211/A_day_of_open_source_developer.pdf| Bin 0 -> 2114600 bytes
 ...rchitecture_and_Apache_serviceComb_practice.pdf | Bin 0 -> 2135764 bytes
 11 files changed, 53 insertions(+), 3 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-12-08 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 196e31370c577f47f1cf3cf3b3c2401b3e8135ab
Merge: 3ab93d6 bf529ac
Author: Willem Jiang 
AuthorDate: Mon Dec 9 12:14:29 2019 +0800

Merge branch 'master' into asf-site

 _developers/cn/setup-develop-environment.md|  2 +-
 _docs/cn/quick-start.md| 14 -
 _docs/getstarted/servicecomb/cn/getting-started.md |  2 +-
 _docs/quick-start.md   | 12 
 _release/release.md| 34 +++---
 5 files changed, 32 insertions(+), 32 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-11-19 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit dd4261a4c8715d90747ae42bb34daa1375e158ca
Merge: e81e999 fb46fd8
Author: Willem Jiang 
AuthorDate: Wed Nov 20 09:04:54 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  46 ++-
 _docs/cn/quick-start.md|   2 +-
 _docs/getstarted/service-center/cn/install.md  | 136 +++
 .../service-center/cn/registration-discovery.md| 112 ++
 _docs/getstarted/service-center/install.md | 135 +++
 .../service-center/registration-discovery.md   | 121 ++
 _docs/getstarted/servicecomb/cn/getting-started.md |  27 ++
 _docs/getstarted/servicecomb/getting-started.md|  27 ++
 _docs/getstarted/syncer/cn/multi-servicecenters.md | 239 +++
 _docs/getstarted/syncer/cn/quick-start.md  |  82 
 _docs/getstarted/syncer/multi-servicecenters.md| 227 +++
 _docs/getstarted/syncer/quick-start.md | 105 +
 _docs/getstarted/toolkit/cn/oas-validator.md   | 437 +
 _docs/getstarted/toolkit/cn/quick-start.md | 242 
 _docs/getstarted/toolkit/oas-validator.md  | 436 
 _docs/getstarted/toolkit/quick-start.md| 238 +++
 _pages/cn/home.md  |   2 +-
 _pages/home.md |   2 +-
 _sass/custom/_page.scss|   3 +
 .../images/docs/service-center/config-host-ip.jpg  | Bin 0 -> 160416 bytes
 .../docs/service-center/registration | Bin 0 -> 17293 bytes
 .../docs/service-center/service-center-why.png | Bin 0 -> 32672 bytes
 .../images/docs/service-center/service-center.jpg  | Bin 0 -> 66059 bytes
 assets/images/docs/syncer/account-server-reply.jpg | Bin 0 -> 198944 bytes
 .../docs/syncer/eureka-account-server-success.jpg  | Bin 0 -> 90866 bytes
 .../images/docs/syncer/eureka-server-has-all.jpg   | Bin 0 -> 75367 bytes
 .../images/docs/syncer/eureka-server-success.jpg   | Bin 0 -> 63247 bytes
 .../docs/syncer/hello-server-discovery-success.jpg | Bin 0 -> 126329 bytes
 assets/images/docs/syncer/hello-server-result.jpg  | Bin 0 -> 44530 bytes
 assets/images/docs/syncer/multi-servicecenters.png | Bin 0 -> 40141 bytes
 .../syncer/service-center-hello-server-success.jpg | Bin 0 -> 72537 bytes
 .../docs/syncer/service-center-server-has-all.jpg  | Bin 0 -> 63431 bytes
 .../docs/syncer/service-center-server-success.jpg  | Bin 0 -> 66059 bytes
 33 files changed, 2611 insertions(+), 8 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-11-17 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 97257c3a9faf815c6917d8f3e7da6c7dbef195d6
Merge: df3efad 66da918
Author: Willem Jiang 
AuthorDate: Mon Nov 18 09:58:15 2019 +0800

Merge branch 'master' into asf-site

 _developers/cn/sonarcloud-how-to.md | 11 ++-
 _developers/sonarcloud-how-to.md| 13 +++--
 2 files changed, 21 insertions(+), 3 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-11-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 8a9e2f709d26542e1ace5d935927bc9a5aadf9f7
Merge: 29ec4b0 bb37e92
Author: Willem Jiang 
AuthorDate: Fri Nov 15 17:10:40 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml|  5 +
 _developers/cn/sonarcloud-how-to.md | 44 +
 _developers/cn/team.md  |  6 ++---
 _developers/sonarcloud-how-to.md| 44 +
 _developers/team.md |  6 ++---
 5 files changed, 99 insertions(+), 6 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-11-09 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit eaaeaa8e48b55b7628904b527c7e7f5056ca617b
Merge: 25f14ca 178a481
Author: Willem Jiang 
AuthorDate: Sat Nov 9 22:50:23 2019 +0800

Merge branch 'master' into asf-site

 _release/cn/release.md | 52 +-
 _release/release.md| 50 
 2 files changed, 51 insertions(+), 51 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-10-31 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 7df06af5cdb243ce61ac2d82fb46908836f30b8c
Merge: 19cb7fa 5c30407
Author: Willem Jiang 
AuthorDate: Fri Nov 1 11:51:13 2019 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md  |  9 +-
 _pages/home.md |  6 +-
 ...comb-accept-newcapec-institute-code-donation.md | 20 +
 _release/cn/java_chassis_downloads.md  |  3 +-
 _release/cn/java_chassis_releaseNotes.md   | 95 ++
 _release/cn/release.md |  3 +-
 _release/java_chassis_downloads.md |  3 +-
 _release/java_chassis_releaseNotes.md  | 94 +
 _release/release.md|  3 +-
 9 files changed, 226 insertions(+), 10 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-10-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit ebe589d85671addb292f0e0254bdc96541ef6364
Merge: 71e895b 26c7583
Author: Willem Jiang 
AuthorDate: Wed Oct 23 21:12:10 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  34 ++--
 _includes/sidebar.html |   4 +-
 _pages/cn/home.md  |   2 +-
 _pages/home.md |   2 +-
 ...-use-oas-validator-help-standardize-oas-spec.md | 184 +
 .../oas-validator-1.png| Bin 0 -> 121783 bytes
 .../oas-validator-2.png| Bin 0 -> 13642 bytes
 7 files changed, 205 insertions(+), 21 deletions(-)




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-10-16 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 793bc0c36064a0657dfb571ea864ac2e72b1a9d6
Merge: 3f71f10 6a38c51
Author: Willem Jiang 
AuthorDate: Thu Oct 17 10:34:23 2019 +0800

Merge branch 'master' into asf-site

 _developers/cn/contributing.md | 23 +++
 _developers/contributing.md| 17 +++--
 2 files changed, 26 insertions(+), 14 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-09-03 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 3429066e9bfd0ef6c8079163d4feee17a611164f
Merge: 7327b9f 5265f09
Author: Willem Jiang 
AuthorDate: Tue Sep 3 19:31:31 2019 +0800

Merge branch 'master' into asf-site

 _release/cn/release.md | 4 ++--
 _release/release.md| 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-09-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit cb7cf0a79ab932ffc5c3ba5864a3e6eb6869df21
Merge: 64be702 a94b04b
Author: Willem Jiang 
AuthorDate: Tue Sep 3 10:08:58 2019 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml| 12 +
 _developers/cn/developer-guide.md   |  2 +-
 _release/cn/release.md  |  2 +
 _release/cn/toolkit_downloads.md| 49 
 _release/cn/toolkit_releaseNotes.md | 89 +
 _release/toolkit_downloads.md   | 50 +
 _release/toolkit_releaseNotes.md| 89 +
 7 files changed, 292 insertions(+), 1 deletion(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit b057e3275963ed07c3010370f3ddde43f1f52b96
Merge: 3ec3cba 45eabe2
Author: Willem Jiang 
AuthorDate: Wed Aug 28 18:56:33 2019 +0800

Merge branch 'master' into asf-site

 _developers/use-jira.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit eb0b4b88be93575b86f1d14afa1670528a089425
Merge: 5520d1b 1de145c
Author: Willem Jiang 
AuthorDate: Wed Aug 28 18:33:11 2019 +0800

Merge branch 'master' into asf-site

 _developers/use-jira.md | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 55fe5c6b6c20977e7f1fde8f5883c2482355f5ad
Merge: 21b1c51 a11c7ad
Author: Willem Jiang 
AuthorDate: Wed Aug 28 17:10:03 2019 +0800

Merge branch 'master' into asf-site

 _release/cn/pack_releaseNotes.md | 29 ++---
 _release/pack_releaseNotes.md| 21 ++---
 2 files changed, 28 insertions(+), 22 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-27 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 987839b978e3ac63aedac078542ee28e14e5cd13
Merge: a72544b a39f622
Author: Willem Jiang 
AuthorDate: Tue Aug 27 16:08:39 2019 +0800

Merge branch 'master' into asf-site

 _developers/cn/developer-guide.md |   7 +-
 _developers/cn/release_guide.md   |  28 ++--
 _developers/developer-guide.md|   7 +-
 _pages/cn/home.md |   6 +-
 _pages/home.md|   6 +-
 _release/cn/pack_downloads.md |   3 +-
 _release/cn/pack_releaseNotes.md  | 134 ++
 _release/cn/release.md|   7 +-
 _release/pack_downloads.md|   3 +-
 _release/pack_releaseNotes.md | 133 +
 _release/release.md   |   8 ++-
 11 files changed, 305 insertions(+), 37 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-14 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit e246dd94a4bfb52efa697ad78b47db7e2f93ab35
Merge: 9a67a3a 00515d6
Author: Willem Jiang 
AuthorDate: Wed Aug 14 22:33:21 2019 +0800

Merge branch 'master' into asf-site

 _docs/cn/mersher-distributed-tracing.md|  10 +-
 _docs/cn/mersher-flow-control.md   |   4 +-
 _docs/cn/mersher-load-balance.md   |  29 +-
 _docs/cn/mersher-quick-start.md| 114 ++---
 _docs/cn/mersher-service-management.md |  32 +++---
 _docs/mersher-distributed-tracing.md   |  10 +-
 _docs/mersher-flow-control.md  |   4 +-
 _docs/mersher-load-balance.md  |  25 -
 _docs/mersher-quick-start.md   | 112 +---
 _docs/mersher-service-management.md|  36 ---
 .../mersher/mersher-circuitbreaker-ret-nil.png | Bin 0 -> 7302 bytes
 .../images/mersher/mersher-circuitbreaker-ret.png  | Bin 5972 -> 9028 bytes
 assets/images/mersher/mersher-circuitbreaker.png   | Bin 15220 -> 30583 bytes
 .../images/mersher/mersher-deployment-simple.png   | Bin 0 -> 51664 bytes
 .../images/mersher/mersher-flow-control-fail.png   | Bin 26430 -> 6958 bytes
 assets/images/mersher/mersher-flowchart-simple.png | Bin 0 -> 23925 bytes
 assets/images/mersher/mersher-ser-manage-ver.png   | Bin 5934 -> 16442 bytes
 assets/images/mersher/mersher-servercenter.png | Bin 31799 -> 28075 bytes
 assets/images/mersher/mersher-testinit.png | Bin 29517 -> 30550 bytes
 assets/images/mersher/mersher-testpythonhttp2.png  | Bin 0 -> 31215 bytes
 assets/images/mersher/mersher-tracing-30111.png| Bin 42725 -> 48084 bytes
 21 files changed, 198 insertions(+), 178 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-09 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 6c4c9d255c52c68de8adb21a4404b86d220c35ed
Merge: 0b2ab28 6bac820
Author: Willem Jiang 
AuthorDate: Fri Aug 9 17:41:54 2019 +0800

Merge branch 'master' into asf-site




[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-07-11 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit dc9d4cb270bf585b855c1b741d0e9c98ef1302f8
Merge: f2169b2 2d7d644
Author: Willem Jiang 
AuthorDate: Thu Jul 11 17:44:00 2019 +0800

Merge branch 'master' into asf-site

 _faqs/cn/faq.md | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-07-10 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 61ae05a8ce59c3ddfdbab3eeb2d89540bb6d6131
Merge: 3f2b6fc 9d41a15
Author: Willem Jiang 
AuthorDate: Wed Jul 10 20:57:33 2019 +0800

Merge branch 'master' into asf-site

 ...2019-Shanghai-KubeCon+CloudNative+OSS-Report.md |  81 +
 ...2019-Shanghai-KubeCon+CloudNative+OSS-Report.md |   6 +-
 assets/images/Community_Summoned.png   | Bin 218107 -> 0 bytes
 assets/images/Community_Summoned_en.png| Bin 0 -> 249576 bytes
 assets/images/Community_Summoned_zh.png| Bin 0 -> 253558 bytes
 ...se.pdf => 4_Innovation_New_Project_Release.pdf} | Bin
 6 files changed, 84 insertions(+), 3 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-07-04 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 0536a768c1ef868d98c306913b16f5e2892df642
Merge: 9ae1bf2 f4e188a
Author: Willem Jiang 
AuthorDate: Thu Jul 4 16:02:01 2019 +0800

Merge branch 'master' into asf-site

 _data/authors.yml  |   5 +
 ...019-07-04-how-to-do-microservice-accept-test.md | 337 +
 .../1_ApacheServiceComb_Community_Introduction.pdf | Bin 3147607 -> 2998566 
bytes
 3 files changed, 342 insertions(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-05-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 9bfc3e6b74a5f7d787acb4a1e735428ff1e8fc28
Merge: f521976 b473d45
Author: Willem Jiang 
AuthorDate: Mon May 20 19:37:39 2019 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md|  2 +-
 _pages/home.md   |  2 +-
 _release/cn/java_chassis_downloads.md|  3 ++-
 _release/cn/java_chassis_releaseNotes.md | 44 +++
 _release/cn/release.md   |  3 ++-
 _release/java_chassis_downloads.md   |  3 ++-
 _release/java_chassis_releaseNotes.md| 45 
 _release/release.md  |  3 ++-
 8 files changed, 99 insertions(+), 6 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-01-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit a5cb2900d97997d4fbc913d8664bc7238dfa7741
Merge: 04331e2 88fb8f6
Author: Willem Jiang 
AuthorDate: Mon Jan 7 14:07:57 2019 +0800

Merge branch 'master' into asf-site

 _pages/cn/about-slides.md   |   3 +++
 ...-12-29-apache-servicecomb-introduction-slides.md |  20 
 .../1_ApacheServiceComb_Community_Introduction.pdf  | Bin 0 -> 3147607 bytes
 3 files changed, 23 insertions(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-01-03 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit b592aa63c229468ec0b058b7f9a609510f4399fc
Merge: 5ed3262 21c23d6
Author: Willem Jiang 
AuthorDate: Fri Jan 4 09:22:50 2019 +0800

Merge branch 'master' into asf-site

 _release/cn/pack_downloads.md  |  4 ++--
 _release/cn/pack_releaseNotes.md   | 33 +++--
 _release/cn/saga_actuator_downloads.md |  5 +++--
 _release/pack_releaseNotes.md  | 34 --
 4 files changed, 44 insertions(+), 32 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-01-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 44bf4d516b46a3d4d41a0af2caf6be27cf19bfd2
Merge: 558f53e ff533fa
Author: Willem Jiang 
AuthorDate: Thu Jan 3 09:58:21 2019 +0800

Merge branch 'master' into asf-site

 _release/cn/compatible_version.md   | 2 +-
 _release/cn/pack_downloads.md   | 2 +-
 _release/cn/saga_actuator_downloads.md  | 4 ++--
 _release/cn/saga_downloads.md   | 3 ++-
 _release/cn/service_center_downloads.md | 2 +-
 _release/pack_downloads.md  | 2 +-
 _release/saga_downloads.md  | 1 +
 7 files changed, 9 insertions(+), 7 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-01-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 69deddd243d6a060414a65fc6896a82ae981ce83
Merge: eef425d fc899e8
Author: Willem Jiang 
AuthorDate: Thu Jan 3 09:18:48 2019 +0800

Merge branch 'master' into asf-site

 _pages/home.md  |  6 +++---
 _release/cn/java_chassis_downloads.md   | 18 +-
 _release/cn/pack_downloads.md   | 15 +++
 _release/cn/saga_actuator_downloads.md  | 12 +---
 _release/cn/saga_downloads.md   |  6 +++---
 _release/cn/service_center_downloads.md | 12 ++--
 _release/java_chassis_downloads.md  | 22 ++
 _release/pack_downloads.md  |  4 ++--
 _release/saga_actuator_downloads.md |  6 +++---
 _release/saga_downloads.md  |  6 +++---
 _release/service_center_downloads.md| 14 +++---
 11 files changed, 58 insertions(+), 63 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-12-26 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 66d548b9a79736bc1d4e927f5dbba4dc6b3e6ae2
Merge: 9b3e29e 93691cb
Author: Willem Jiang 
AuthorDate: Wed Dec 26 19:18:35 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml| 14 +++---
 _developers/cn/becomming-a-committer.md |  6 +++---
 _developers/cn/developer-guide.md   | 10 ++
 _developers/developer-guide.md  | 12 +++-
 _pages/cn/home.md   | 31 +--
 _pages/home.md  | 28 +++-
 6 files changed, 51 insertions(+), 50 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-12-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit ce051d5c17cbac3a8229070a1cc45ac30a925792
Merge: 6d55af7 db70c72
Author: Willem Jiang 
AuthorDate: Thu Dec 20 20:16:15 2018 +0800

Merge branch 'master' into asf-site

 _release/cn/saga_actuator_releaseNotes.md | 72 +++
 _release/saga_actuator_releaseNotes.md| 72 +++
 2 files changed, 72 insertions(+), 72 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-12-18 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit cd57ca28114475c15fef76f7e3befb6822df0c50
Merge: 37c2d96 1d0c6c8
Author: Willem Jiang 
AuthorDate: Tue Dec 18 21:46:22 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml  | 12 
 _release/cn/release.md|  2 ++
 _release/cn/saga_actuator_downloads.md| 50 +++
 _release/cn/saga_actuator_releaseNotes.md | 13 
 _release/release.md   |  2 ++
 _release/saga_actuator_downloads.md   | 50 +++
 _release/saga_actuator_releaseNotes.md| 13 
 7 files changed, 142 insertions(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-12-13 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 12e4efe395fa6b7162767a3f0255f66a6fd15c68
Merge: d551923 2797b32
Author: Willem Jiang 
AuthorDate: Thu Dec 13 17:39:06 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/becomming-a-committer.md | 2 +-
 _developers/cn/team.md  | 4 ++--
 _developers/team.md | 3 ++-
 _includes/footer.html   | 4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-30 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 1e884de0e51a37aa52274f35efddf5705c21d806
Merge: 56d68ef 3389387
Author: Willem Jiang 
AuthorDate: Fri Nov 30 21:19:46 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/release_guide.md|  66 +++-
 _developers/release_guide.md   |  69 +++-
 _pages/cn/home.md  |   4 +-
 _pages/home.md |   4 +-
 _release/cn/compatible_version.md  |   2 +
 _release/cn/java_chassis_downloads.md  |  30 ++--
 _release/cn/java_chassis_releaseNotes.md   | 254 +
 _release/cn/release.md |  29 ++--
 _release/cn/saga_binaries.md   |  51 --
 _release/cn/saga_downloads.md  |  16 +-
 _release/cn/service_center_binaries.md |  51 --
 _release/cn/service_center_downloads.md|  33 ++--
 _release/cn/service_center_releaseNotes.md | 133 +++
 _release/compatible_version.md |   2 +
 _release/java_chassis_downloads.md |  29 ++--
 _release/java_chassis_releaseNotes.md  | 254 +
 _release/release.md|  22 ++-
 _release/saga_binaries.md  |  51 --
 _release/saga_downloads.md |  16 +-
 _release/service_center_binaries.md|  51 --
 _release/service_center_downloads.md   |  31 ++--
 _release/service_center_releaseNotes.md| 133 +++
 22 files changed, 920 insertions(+), 411 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-26 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 4a7c3e55264d5db05f5ce50de3d849d0b094acde
Merge: c2e64f3 99f3c7f
Author: Willem Jiang 
AuthorDate: Mon Nov 26 16:27:43 2018 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md|  2 +-
 _pages/home.md   |  2 +-
 _release/cn/release.md   |  6 --
 _release/cn/saga_downloads.md| 25 +---
 _release/cn/saga_releaseNotes.md | 42 
 _release/release.md  | 12 +++-
 _release/saga_downloads.md   | 24 +--
 _release/saga_releaseNotes.md| 41 +++
 8 files changed, 124 insertions(+), 30 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 4c4bbcfa578bfae7f408cc4fbcc47ccb2100a616
Merge: e7b10d3 b60d8b8
Author: Willem Jiang 
AuthorDate: Sat Nov 24 14:05:19 2018 +0800

Merge branch 'master' into asf-site

 _release/cn/release.md | 6 +++---
 _release/release.md| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-21 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit a9573b24b635a3d594a9ac89d4e78e523e1feab3
Merge: 4e28a01 05761f5
Author: Willem Jiang 
AuthorDate: Thu Nov 22 09:36:39 2018 +0800

Merge branch 'master' into asf-site

 ...-11-20-opensource-project-is-not-so-far-away.md |  73 +
 assets/images/becoming_committer/2FA_APP.png   | Bin 0 -> 5620 bytes
 2 files changed, 73 insertions(+)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-13 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 7a40e11068a993f4b9927d23899fc73deb468ba8
Merge: f4bc0bd 457801b
Author: Willem Jiang 
AuthorDate: Wed Nov 14 12:56:32 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/contributing.md | 22 ++--
 _developers/cn/developer-guide.md  | 12 +--
 _developers/cn/release_guide.md| 16 +++
 _developers/cn/setup-develop-environment.md|  4 ++--
 _developers/cn/submit-codes.md | 22 ++--
 _developers/cn/subscribe-mail-list.md  |  6 +++---
 _developers/contributing.md| 14 ++---
 _developers/developer-guide.md | 12 +--
 _developers/release_guide.md   | 16 +++
 _developers/setup-develop-environment.md   |  4 ++--
 _developers/submit-codes.md| 24 +++---
 _docs/cn/load-balance.md   |  2 +-
 _docs/cn/quick-start-bmi.md|  2 +-
 _docs/cn/quick-start-dataconsistency.md|  6 +++---
 _docs/cn/quick-start.md|  4 ++--
 _docs/load-balance.md  |  2 +-
 _docs/quick-start-bmi.md   |  2 +-
 _docs/quick-start-dataconsistency.md   |  6 +++---
 _docs/quick-start.md   |  4 ++--
 _faqs/cn/faq.md|  4 ++--
 _faqs/faq.md   |  2 +-
 _users/cn/deploy-mode.md   |  6 +++---
 _users/cn/develop-with-jax-rs.md   |  4 ++--
 _users/cn/develop-with-springboot-starter.md   |  2 +-
 _users/cn/develop-with-springmvc.md|  4 ++--
 _users/cn/develop-with-transparent-rpc.md  |  4 ++--
 _users/cn/edge-in-1.0.0-m1.md  |  2 +-
 _users/cn/metrics-in-0.5.0.md  |  2 +-
 _users/cn/metrics-in-1.0.0-m1.md   |  2 +-
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  2 +-
 ...-write-file-extension-and-sample-in-1.0.0-m1.md |  2 +-
 _users/cn/setup-environment.md |  6 +++---
 _users/develop-with-jax-rs.md  |  4 ++--
 _users/develop-with-springboot-starter.md  |  2 +-
 _users/develop-with-springmvc.md   |  4 ++--
 _users/develop-with-transparent-rpc.md |  4 ++--
 _users/edge-in-1.0.0-m1.md |  2 +-
 _users/faq.md  |  2 +-
 _users/metrics-in-1.0.0-m1.md  |  2 +-
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  2 +-
 script/bootstrap   |  2 +-
 script/deploy  |  2 +-
 42 files changed, 124 insertions(+), 124 deletions(-)

diff --cc _users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
index d0fbfef,24d87a9..01e5f96
--- a/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
+++ b/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
@@@ -10,10 -10,10 +10,10 @@@ redirect_from
  ---
  
  {% include toc %}
- 微服务框架从0.5.0版本开始支持监控功能Metrics,1.0.0-m1版本正式发布,请通过查看用户手册和[Release 
Note](https://github.com/apache/incubator-servicecomb-java-chassis/releases)获取更多信息,我们也会继续追加新特性新功能,欢迎订阅ServiceComb邮件列表(dev-subscr...@servicecomb.incubator.apache.org)参与讨论。
+ 微服务框架从0.5.0版本开始支持监控功能Metrics,1.0.0-m1版本正式发布,请通过查看用户手册和[Release 
Note](https://github.com/apache/servicecomb-java-chassis/releases)获取更多信息,我们也会继续追加新特性新功能,欢迎订阅ServiceComb邮件列表(dev-subscr...@servicecomb.apache.org)参与讨论。
  
  ## 背景
 -[普罗米修斯](http://www.prometheus.io/)是相似于Google 
Borgmon的一个开源监控系统,也是[CNCF](https://www.cncf.io/)的成员之一,目前社区非常活跃,Java Chassis 
Metrics在1.0.0-m1中支持对接普罗米修斯,并进一步实现使用[Grafana](https://grafana.com/)查询Metrics数据。
 +[prometheus](http://www.prometheus.io/)是相似于Google 
Borgmon的一个开源监控系统,也是[CNCF](https://www.cncf.io/)的成员之一,目前社区非常活跃,Java Chassis 
Metrics在1.0.0-m1中支持对接prometheus,并进一步实现使用[Grafana](https://grafana.com/)查询Metrics数据。
  
  ## 对接原理
  由于Java Chassis由Java语言开发,我们使用[prometheus java 
client](https://github.com/prometheus/client_java)中的Simple 
Client作为对接SDK,版本为0.1.0。  



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 2ebbbc66e3fc6abaca62746b3935d9e206007da7
Merge: 8025633 25154b8
Author: Willem Jiang 
AuthorDate: Wed Nov 7 11:07:48 2018 +0800

Merge branch 'master' into asf-site

 _posts/cn/2018-11-05-talk-to-apache-experts.md | 197 +
 .../apache-developers-gathering-shanghai.jpg   | Bin 0 -> 103875 bytes
 assets/images/servicecomb-wechat-qrcode.jpg| Bin 0 -> 52906 bytes
 3 files changed, 197 insertions(+)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-11-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 6165237f7629c6e2490af912df8d152658fa1de6
Merge: f654f02 3d1b820
Author: Willem Jiang 
AuthorDate: Fri Nov 2 18:16:23 2018 +0800

Merge branch 'master' into asf-site

 .../cn/2018-09-11-loadtest-saga-with-kubernetes.md | 160 +
 _posts/cn/2018-10-15-OSI-Workshop-Report.md|   2 +-
 assets/images/OSI/OSI-Tracks.png   | Bin 165029 -> 0 bytes
 assets/images/OSI/Patners.png  | Bin 116394 -> 0 bytes
 assets/images/OSI/Speakers.jpg | Bin 2886295 -> 0 bytes
 assets/images/hybrid-arch.jpg  | Bin 0 -> 22772 bytes
 assets/images/hybrid-consumer-result.png   | Bin 0 -> 13916 bytes
 assets/images/hybrid-mesher-process.jpg| Bin 0 -> 17217 bytes
 assets/images/hybrid-servicecenter-result.png  | Bin 0 -> 49970 bytes
 assets/images/hybrid-sidecar-injector.jpg  | Bin 0 -> 19811 bytes
 assets/images/jmeter-collector.png | Bin 0 -> 55774 bytes
 assets/images/spring-demo.jpg  | Bin 0 -> 25204 bytes
 12 files changed, 161 insertions(+), 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-10-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit a502adf7c8c9e1e1e3a7cb3cc58ab9a8fa5da416
Merge: 0c5a0d8 60fb14f
Author: Willem Jiang 
AuthorDate: Mon Oct 22 14:05:11 2018 +0800

Merge branch 'master' into asf-site

 assets/images/OSI/OSI-Workshop-1.jpg | Bin 0 -> 1284915 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-10-08 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 64721eca31da40460b5de6f699c1c3b04a836adb
Merge: e27a531 a342af3
Author: Willem Jiang 
AuthorDate: Tue Oct 9 07:32:07 2018 +0800

Merge branch 'master' into asf-site

 _posts/2018-09-28-Apache-ServiceComb-Meetup-2018-Shanghai.md| 4 +++-
 _posts/cn/2018-09-28-Apache-ServiceComb-Meetup-2018-Shanghai.md | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-10-07 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 44985fe5bcf00defe7c8cc7768b1faf9101528fd
Merge: 77b33c0 f7523f2
Author: Willem Jiang 
AuthorDate: Mon Oct 8 11:38:16 2018 +0800

Merge branch 'master' into asf-site

 _posts/cn/2018-09-28-Apache-ServiceComb-Meetup-2018-Shanghai.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-30 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 255cc9ec28e1725df5028b87541a8d367ee36a56
Merge: 73136fd dfbf54f
Author: Willem Jiang 
AuthorDate: Sun Sep 30 01:25:23 2018 -0700

Merge branch 'master' into asf-site

 _posts/2018-09-28-Apache-ServiceComb-Meetup-2018-Shanghai.md | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-30 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 096e0c036fbf0782d71620414c9257b01f822786
Merge: 20a71a4 afff1db
Author: Willem Jiang 
AuthorDate: Sun Sep 30 01:15:56 2018 -0700

Merge branch 'master' into asf-site

 _pages/cn/home.md  |  2 +-
 _pages/home.md |  2 +-
 ...9-28-Apache-ServiceComb-Meetup-2018-Shanghai.md | 88 ++
 ...-28-Apache-ServiceComb-Meetup-2018-Shanghai.md} | 16 ++--
 4 files changed, 98 insertions(+), 10 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-29 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 77e95fc70e503ccfe0bb374478bc05873d848348
Merge: 6de88fd 7a69e8d
Author: Willem Jiang 
AuthorDate: Sat Sep 29 21:49:10 2018 -0700

Merge branch 'master' into asf-site

 .../2018-09-28-huawei-connect-2018-servicecomb.md  | 97 ++
 1 file changed, 97 insertions(+)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-29 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit ee89cca299600252d3e0f3f3bd55fb36e0450441
Merge: 3257e74 72a0ca4
Author: Willem Jiang 
AuthorDate: Sat Sep 29 07:31:57 2018 -0700

Merge branch 'master' into asf-site

 .../2018-09-28-huawei-connect-2018-servicecomb.md  |  0
 .../2018-10-12-huawei-connect-2018-servicecomb.md  | 97 --
 _posts/cn/2018-8-13-1.0.0-release-note.md  | 12 ++-
 3 files changed, 5 insertions(+), 104 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-17 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 0efc13bdbd904cb6b033b50ee6d4a48880673538
Merge: 8ad050b 1308030
Author: Willem Jiang 
AuthorDate: Mon Sep 17 14:54:55 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-16 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 8f8b381fda5ced1ef36e3e8921dfd95f0325ecb0
Merge: e151484 891ddc2
Author: Willem Jiang 
AuthorDate: Mon Sep 17 12:05:14 2018 +0800

Merge branch 'master' into asf-site

 _includes/masthead.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit e642d85721ab92104c00144d9572a07b082dead4
Merge: f4d598a 6ef784c
Author: Willem Jiang 
AuthorDate: Mon Sep 3 10:52:39 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml | 92 +---
 1 file changed, 9 insertions(+), 83 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-09-01 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 5486ab048e88b08b7559c68603576b1fd1321c38
Merge: f4baa57 c39bf12
Author: Willem Jiang 
AuthorDate: Sun Sep 2 07:42:40 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/team.md | 12 +---
 _developers/team.md| 12 +---
 _pages/cn/home.md  |  4 ++--
 _pages/home.md |  7 ---
 4 files changed, 24 insertions(+), 11 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit ea0b31bf2b79671c810408fa7dbbed141a6fb0a7
Merge: ad81a69 a6d4d31
Author: Willem Jiang 
AuthorDate: Tue Aug 28 14:56:43 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/team.md |  43 +-
 _developers/team.md|  39 +-
 ...-05-17-easy-build-microservice-system-part-I.md | 136 
 ...05-23-easy-build-microservice-system-part-II.md | 325 -
 ...6-07-easy-build-microservice-system-part-III.md | 160 -
 ...07-10-easy-build-microservice-system-part-IV.md | 198 --
 _posts/cn/2018-08-28-crm-part-I.md | 747 +
 assets/images/scaffold/OutputHello.png | Bin 17437 -> 19140 bytes
 assets/images/scaffold/StartServiceComb.io.png | Bin 0 -> 75973 bytes
 9 files changed, 791 insertions(+), 857 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-27 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 49b606e775d8b5c4452bb79beb67a2479a1e0574
Merge: 172b0d5 4fd0e3f
Author: Willem Jiang 
AuthorDate: Mon Aug 27 18:53:33 2018 +0800

Merge branch 'master' into asf-site

 _release/cn/release.md | 16 
 _release/release.md| 16 
 2 files changed, 16 insertions(+), 16 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 9b055030ca9c150fc6b5bec063cdaa2fe0a51dce
Merge: 2a1efdd 03cfdbb
Author: Willem Jiang 
AuthorDate: Thu Aug 23 14:34:59 2018 +0800

Merge branch 'master' into asf-site

 _includes/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 66bcb89a8c00dddb15d7657ede356fc763aab02b
Merge: 44bb2b9 830e23d
Author: Willem Jiang 
AuthorDate: Mon Aug 20 18:03:07 2018 +0800

Merge branch 'master' into asf-site

 _pages/home.md |  18 ++
 _posts/2018-8-20-release-note-1-0-0.md | 102 +
 2 files changed, 108 insertions(+), 12 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-13 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 93648703e99be6950fa064426edb842b9f5f7605
Merge: 81a1cb1 d53697e
Author: Willem Jiang 
AuthorDate: Mon Aug 13 22:41:08 2018 +0800

Merge branch 'master' into asf-site

 _posts/cn/2018-8-13-1.0.0-release-note.md | 137 ++
 1 file changed, 137 insertions(+)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-07 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 47239d33b15f180f59b1bc82da2bbceed3a58e29
Merge: 550c914 5fac933
Author: Willem Jiang 
AuthorDate: Tue Aug 7 17:05:42 2018 +0800

Merge branch 'master' into asf-site

 _includes/footer.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 75d8f0eab1341b925e310ce198e09dd32a7e6805
Merge: a8b23a7 e74581e
Author: Willem Jiang 
AuthorDate: Tue Aug 7 10:13:00 2018 +0800

Merge branch 'master' into asf-site

 _includes/footer.html | 1 -
 1 file changed, 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-08-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 1916d07a2e81a9dcc5e1bab7c34da1833ac8a067
Merge: b88ab9d c3588d4
Author: Willem Jiang 
AuthorDate: Thu Aug 2 22:50:02 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   | 2 +-
 _developers/cn/team.md | 1 -
 _pages/cn/home.md  | 4 ++--
 _pages/home.md | 4 ++--
 4 files changed, 5 insertions(+), 6 deletions(-)




[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-07-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit b7c1bb74598ff3214744f711e6a6f2acee7599df
Merge: 3dee71e 7535dad
Author: Willem Jiang 
AuthorDate: Sat Jul 21 07:57:13 2018 +0800

Merge branch 'master' into asf-site

 _users/cn/setup-environment.md | 10 +-
 _users/setup-environment.md| 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-07-19 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 71a12efee1b066e36f702394b337fa070ed637b7
Merge: c63f205 e525e2e
Author: Willem Jiang 
AuthorDate: Fri Jul 20 07:01:57 2018 +0800

Merge branch 'master' into asf-site

 ...07-10-easy-build-microservice-system-part-IV.md | 198 +
 assets/images/scaffold/AuthSuccess.png | Bin 0 -> 100204 bytes
 assets/images/scaffold/EdgeAuth.png| Bin 0 -> 31684 bytes
 assets/images/scaffold/ErrorAuthHeader.png | Bin 0 -> 106784 bytes
 assets/images/scaffold/FilterChain.png | Bin 0 -> 22932 bytes
 assets/images/scaffold/LoginFirst.png  | Bin 0 -> 108269 bytes
 assets/images/scaffold/NoAuthHeader.png| Bin 0 -> 104790 bytes
 7 files changed, 198 insertions(+)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-07-04 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 7be09605319ca97434d03c6ed36dc33fbbec83d0
Merge: 732ac17 2e60a5b
Author: Willem Jiang 
AuthorDate: Wed Jul 4 17:41:27 2018 +0800

Merge branch 'master' into asf-site

 _pages/cn/security.md | 2 ++
 1 file changed, 2 insertions(+)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-07-04 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 78de2623ecc53e37accc594fd5dd8aaf6843d6bc
Merge: 1f33540 f827b29
Author: Willem Jiang 
AuthorDate: Wed Jul 4 17:32:34 2018 +0800

Merge branch 'master' into asf-site

 _includes/footer.html |  2 +-
 _pages/cn/security.md | 13 +
 _pages/security.md| 13 +
 3 files changed, 27 insertions(+), 1 deletion(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 570270c6093613f1746f7734f3b84cd51f48e540
Merge: 2a007ff e0bb397
Author: Willem Jiang 
AuthorDate: Sun Jun 24 09:02:06 2018 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 07b054988ffb953dc978c8a17e78ef0023ce
Merge: 0e78e2b 65182f1
Author: Willem Jiang 
AuthorDate: Sun Jun 24 08:43:09 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/team.md | 5 +++--
 _developers/team.md| 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-20 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit bfe839537a016bafb0a1e5e47b50f481e74d7f98
Merge: d4e8552 5f16dc9
Author: Willem Jiang 
AuthorDate: Wed Jun 20 15:41:37 2018 +0800

Merge branch 'master' into asf-site

 _users/cn/service-configurations.md | 8 +---
 _users/service-configurations.md| 8 +---
 2 files changed, 10 insertions(+), 6 deletions(-)



[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-19 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 7f27fdb087287c076f6f3a32e6b063f304ebd0f9
Merge: a38f90d 1dbd850
Author: Willem Jiang 
AuthorDate: Tue Jun 19 14:33:52 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml|  4 
 _data/ui-text.yml   |  2 ++
 _developers/becomming-a-committer.md| 31 +++
 _developers/cn/becomming-a-committer.md | 31 +++
 _includes/footer.html   |  1 +
 5 files changed, 69 insertions(+)




[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-14 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 91cc0d7a6bbb791db418f7126e6d9f6ff8e6c732
Merge: cc2272b c040359
Author: Willem Jiang 
AuthorDate: Thu Jun 14 14:15:35 2018 +0800

Merge branch 'master' into asf-site

 _pages/cn/home.md  |   2 +-
 _pages/home.md |   2 +-
 ...018-06-14-apache-servicecomb-incubating-day.md} | 111 -
 ...2018-05-23-apache-servicecomb-incubating-day.md |  70 ---
 ...2018-06-14-apache-servicecomb-incubating-day.md | 131 +
 5 files changed, 216 insertions(+), 100 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-10 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit a06e03a36a2c7a5ff37a4fb3bd67bb87f26350d6
Merge: dfaae64 cba67d1
Author: Willem Jiang 
AuthorDate: Mon Jun 11 11:57:22 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/team.md | 3 ++-
 _developers/team.md| 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 3c19e85d81c7b3f8d0c87f7ba247b84f3307c7be
Merge: 14683ed ad59bd0
Author: Willem Jiang 
AuthorDate: Wed Jun 6 17:48:49 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/team.md | 31 ---
 _developers/team.md| 32 +---
 2 files changed, 33 insertions(+), 30 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-06-05 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 037abf2428f2a42c3a95edd9c0d7760f9172d88e
Merge: a7b3170 dd0c665
Author: Willem Jiang 
AuthorDate: Tue Jun 5 16:39:06 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  4 
 _developers/cn/team.md | 54 +
 _developers/team.md| 55 ++
 3 files changed, 113 insertions(+)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-30 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 7d6cc1a79b5c38c634a09d8c62317e87bd4750b2
Merge: 3292f81 f395a75
Author: Willem Jiang 
AuthorDate: Wed May 30 20:30:00 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  2 +-
 _developers/cn/contributing.md | 61 +-
 _developers/contributing.md|  2 +-
 3 files changed, 32 insertions(+), 33 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-28 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit f79d7ba50a5f857c05cdfa52eaba74119d17eef2
Merge: d4b2b6b 8c12ac9
Author: Willem Jiang 
AuthorDate: Mon May 28 17:43:05 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml|   2 +
 _users/cn/deploy-mode.md| 337 
 assets/images/DockerDeployment.png  | Bin 0 -> 68208 bytes
 assets/images/DockerPackageAssembly.png | Bin 0 -> 79706 bytes
 assets/images/K8S.png   | Bin 0 -> 150042 bytes
 assets/images/ServiceCombBasic.png  | Bin 0 -> 9778 bytes
 assets/images/ServiceCombInK8S.png  | Bin 0 -> 172082 bytes
 assets/images/SimpleDeployment.png  | Bin 0 -> 19863 bytes
 8 files changed, 339 insertions(+)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-24 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 646f045ac24dd8595381d8c2b207f110472b99ac
Merge: c1356f3 4589a64
Author: Willem Jiang 
AuthorDate: Thu May 24 14:49:49 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |   4 +
 _developers/release_guide.md   |  93 +++---
 _pages/cn/home.md  |   7 +-
 _pages/home.md |   7 +-
 ...2018-05-23-apache-servicecomb-incubating-day.md | 101 +++
 ...2018-05-23-apache-servicecomb-incubating-day.md |  70 +
 ...05-23-easy-build-microservice-system-part-II.md | 325 +
 _users/cn/healthcheck.md   |  84 ++
 _users/healthcheck.md  |  84 ++
 assets/images/HealthCheck.png  | Bin 0 -> 27349 bytes
 assets/images/scaffold/ACL.png | Bin 0 -> 88182 bytes
 assets/images/scaffold/RBAC.png| Bin 0 -> 59287 bytes
 assets/images/scaffold/TestLogin.png   | Bin 0 -> 98681 bytes
 assets/images/scaffold/TestLogon.png   | Bin 0 -> 88931 bytes
 assets/images/scaffold/UserServiceInit.png | Bin 0 -> 102862 bytes
 15 files changed, 727 insertions(+), 48 deletions(-)

diff --cc _data/navigation.yml
index 8ae6bc5,88c47ee..548179f
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@@ -270,8 -272,10 +272,10 @@@ t
  url: /cn/users/metrics-in-1.0.0-m1/
- title: 1.0.0-m1版本写文件扩展和示例
  url: 
/cn/users/metrics-write-file-extension-and-sample-in-1.0.0-m1/
 -  - title: 1.0.0-m1版本中的监控如何集成普罗米修斯
 +  - title: 1.0.0-m1版本中的监控如何集成prometheus
  url: /cn/users/metrics-integration-with-prometheus-in-1.0.0-m1/
+   - title: 健康检查
+ url: /cn/users/healthcheck/
  
- title: 部署
  children:

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-21 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit d6c725ec276dd08e4289a0025d712627613689fe
Merge: 80fee82 02fcf80
Author: Willem Jiang 
AuthorDate: Mon May 21 17:58:22 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/contributing.md | 2 +-
 _developers/contributing.md| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-21 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 089f8c746d6c49c0c6d709812b8b8d9cfdf93872
Merge: fd83044 7e1ed7c
Author: Willem Jiang 
AuthorDate: Mon May 21 17:50:54 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |   4 +
 _developers/cn/contributing.md |  49 
 _developers/contributing.md|  50 
 ...-05-17-easy-build-microservice-system-part-I.md |  87 ++---
 assets/images/scaffold/ArchetypeProjects.png   | Bin 0 -> 105537 bytes
 assets/images/scaffold/BoundedContext.png  | Bin 0 -> 81453 bytes
 assets/images/scaffold/EventStorming.png   | Bin 634632 -> 28699 bytes
 assets/images/scaffold/MicroserviceDesign1.png | Bin 0 -> 2999 bytes
 assets/images/scaffold/MicroserviceDesign2.png | Bin 0 -> 6771 bytes
 assets/images/scaffold/MicroserviceDesign3.png | Bin 0 -> 16885 bytes
 assets/images/scaffold/MicroserviceDesign4.png | Bin 0 -> 22324 bytes
 11 files changed, 161 insertions(+), 29 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-17 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit b56299c2fd7c5aa40d813deeb6b983d1e8678e3f
Merge: 741a215 f9aea01
Author: Willem Jiang 
AuthorDate: Thu May 17 17:01:56 2018 +0800

Merge branch 'master' into asf-site

 _docs/cn/distributed-tracing.md|  2 +-
 _docs/cn/flow-control.md   |  2 +-
 _docs/cn/quick-start-bmi.md|  4 +-
 _docs/cn/quick-start-dataconsistency.md|  2 +-
 _docs/cn/service-management.md |  2 +-
 _docs/distributed-tracing.md   |  2 +-
 _docs/flow-control.md  |  2 +-
 _docs/quick-start-bmi.md   |  4 +-
 _docs/quick-start-dataconsistency.md   |  2 +-
 _docs/service-management.md|  2 +-
 _faqs/cn/faq.md|  2 +-
 _faqs/cn/huawei-cloud-faq.md   |  4 +-
 _faqs/huawei-cloud-faq.md  |  6 +-
 _posts/2017-06-15-linuxcon-workshop-demo.md| 10 ++--
 _posts/2017-07-17-tracing-with-servicecomb.md  |  2 +-
 _posts/2017-08-21-company-on-kubernetes.md |  2 +-
 _posts/cn/2017-06-15-linuxcon-workshop-demo.md | 10 ++--
 _posts/cn/2017-07-17-tracing-with-servicecomb.md   |  2 +-
 .../cn/2017-09-14-maven-dependency-management.md   |  7 ---
 _users/cn/communicate-protocol.md  | 46 +++---
 _users/cn/distributed-tracing.md   |  3 +-
 _users/cn/invoke-control.md| 14 ++---
 _users/cn/local-develop-test.md|  2 +-
 ...nage_springcloud_application_using_sc_and_gs.md |  2 +-
 _users/cn/metrics-in-0.5.0.md  |  2 +-
 _users/cn/metrics-in-1.0.0-m1.md   |  4 +-
 _users/cn/service-configurations.md| 66 ++--
 _users/cn/setup-environment.md |  2 +-
 _users/cn/use-service-contract.md  |  2 +-
 _users/cn/use-tls.md   |  6 +-
 _users/cn/zuul.md  |  4 +-
 _users/communicate-protocol.md | 46 +++---
 _users/distributed-tracing.md  |  3 +-
 _users/huawei-cloud-faq.md |  6 +-
 _users/invoke-control.md   | 14 ++---
 _users/local-develop-test.md   |  2 +-
 ...nage_springcloud_application_using_sc_and_gs.md |  2 +-
 _users/metrics-in-1.0.0-m1.md  |  2 +-
 _users/service-configurations.md   | 70 +++---
 _users/setup-environment.md|  2 +-
 _users/use-service-contract.md |  2 +-
 _users/use-tls.md  |  6 +-
 _users/zuul.md |  4 +-
 43 files changed, 187 insertions(+), 194 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-08 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 459de3d52e65921f7b7866d1a9eac94dad26cd68
Merge: 51f9ab1 80c2a61
Author: Willem Jiang 
AuthorDate: Tue May 8 14:00:42 2018 +0800

Merge branch 'master' into asf-site

 _developers/cn/developer-guide.md|  1 +
 _developers/cn/setup-committer-rights.md | 54 
 _developers/developer-guide.md   |  1 +
 _release/cn/java_chassis_downloads.md| 21 ++---
 _release/cn/saga_downloads.md| 23 +++---
 _release/cn/service_center_downloads.md  | 23 +++---
 6 files changed, 61 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-05-06 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 161bca488a33b24a29823a8f74626e478164f3e9
Merge: 5483f30 2c4bcb8
Author: Willem Jiang 
AuthorDate: Mon May 7 10:42:34 2018 +0800

Merge branch 'master' into asf-site

 _developers/release_guide.md | 92 +++-
 _faqs/cn/faq.md  | 28 ++---
 _users/cn/develop-with-jax-rs.md |  4 ++
 _users/cn/develop-with-springboot-starter.md |  4 ++
 _users/cn/develop-with-springmvc.md  |  4 ++
 _users/cn/develop-with-transparent-rpc.md| 15 -
 _users/develop-with-jax-rs.md|  4 ++
 _users/develop-with-springboot-starter.md|  4 ++
 _users/develop-with-springmvc.md |  4 ++
 _users/develop-with-transparent-rpc.md   | 15 -
 10 files changed, 134 insertions(+), 40 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-24 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 925965e59211c44b1c33d8f3ebd00825f0cb4e7f
Merge: 17f45a3 676ae04
Author: Willem Jiang 
AuthorDate: Tue Apr 24 17:33:16 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  14 +-
 _faqs/cn/faq.md|   4 +
 _users/cn/develop-with-springboot-starter.md   | 147 +
 ...age_springcloud_application_using_sc_and_gs.md} | 106 ++-
 _users/develop-with-jax-rs.md  |   4 +-
 ...ngmvc.md => develop-with-springboot-starter.md} |  92 ++---
 _users/develop-with-springmvc.md   |   4 +-
 _users/develop-with-transparent-rpc.md |   4 +-
 ...age_springcloud_application_using_sc_and_gs.md} | 100 ++
 9 files changed, 230 insertions(+), 245 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-23 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 1140e8ddee60004c6ea38588ed3fef4ad86509ac
Merge: f6f834d 7a11a2e
Author: Willem Jiang 
AuthorDate: Tue Apr 24 11:28:03 2018 +0800

Merge branch 'master' into asf-site

 _pages/cn/about-slides.md | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-22 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 39ec220eff1b05d2e1e6b1ddb1d7d5928ca3d81c
Merge: 8651606 608a2d7
Author: Willem Jiang 
AuthorDate: Mon Apr 23 10:39:54 2018 +0800

Merge branch 'master' into asf-site

 _pages/about-slides.md|  13 +++--
 assets/slides/20180322/ServiceComb-OSCAR.pdf  | Bin 0 -> 4192319 bytes
 .../slides/20180421/Introduction_to_ServiceComb.pdf   | Bin 0 -> 684862 bytes
 assets/slides/20180422/QConBeijing2018-Saga.pdf   | Bin 0 -> 2912841 bytes
 4 files changed, 11 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-17 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 5fc130a96c4ab8935501f05da43a20299936c765
Merge: 3465aac b1431cd
Author: Willem Jiang 
AuthorDate: Tue Apr 17 17:41:54 2018 +0800

Merge branch 'master' into asf-site

 _docs/cn/quick-start.md | 2 +-
 _docs/quick-start.md| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-13 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit ce2246eb87f4b6465a99e9b7d73d7116f4fb97c3
Merge: 02d3895 7034419
Author: Willem Jiang 
AuthorDate: Fri Apr 13 16:10:53 2018 +0800

Merge branch 'master' into asf-site

 _users/cn/setup-environment.md | 130 +++-
 _users/setup-environment.md| 133 +++--
 2 files changed, 255 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-09 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 6117132e40d32eb05f05d3bca00eab1a2b124de4
Merge: 33072f9 37ff16f
Author: Willem Jiang 
AuthorDate: Mon Apr 9 14:42:01 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml|   4 +
 _developers/cn/release_guide.md | 233 
 _developers/release_guide.md| 233 
 3 files changed, 470 insertions(+)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-07 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 11372f04f577375ebf2b2d790dbf267ffd06
Merge: 2464a75 f77cc47
Author: Willem Jiang 
AuthorDate: Sat Apr 7 22:09:07 2018 +0800

Merge branch 'master' into asf-site

 _users/cn/metrics-in-1.0.0-m1.md   | 24 +-
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  2 ++
 _users/edge-in-1.0.0-m1.md |  2 +-
 _users/metrics-in-1.0.0-m1.md  | 24 ++
 ...rics-integration-with-prometheus-in-1.0.0-m1.md |  7 +--
 5 files changed, 37 insertions(+), 22 deletions(-)

diff --cc _users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
index 315ba99,63fc23b..d0fbfef
mode 100755,100644..100755
--- a/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md
+++ b/_users/cn/metrics-integration-with-prometheus-in-1.0.0-m1.md

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 2f3555dd4a0a3008f41da679f175303296be8704
Merge: b8d7d78 8536896
Author: Willem Jiang 
AuthorDate: Mon Apr 2 22:32:41 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml   |  8 +++---
 _release/cn/java_chassis_downloads.md  | 39 +++-
 _release/cn/saga_binaries.md   | 37 +++
 _release/cn/saga_downloads.md  | 37 +++
 _release/cn/service_center_binaries.md | 37 ++-
 _release/cn/service_center_downloads.md| 37 ++-
 _release/cn/service_center_releaseNotes.md |  2 +-
 _release/java_chassis_downloads.md | 41 +-
 _release/saga_binaries.md  | 37 +++
 _release/saga_downloads.md | 37 +++
 _release/service_center_binaries.md| 36 ++
 _release/service_center_downloads.md   | 38 ++-
 _release/service_center_releaseNotes.md|  2 +-
 13 files changed, 377 insertions(+), 11 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-04-02 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 7acceebeb32335eca84262f4c3a507813c0e0374
Merge: 429d351 00515a5
Author: Willem Jiang 
AuthorDate: Mon Apr 2 20:29:23 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml| 12 ++--
 _pages/cn/home.md   |  5 -
 _pages/home.md  |  5 -
 _release/cn/java_chassis_binaries.md| 12 
 _release/cn/java_chassis_downloads.md   | 14 ++
 _release/cn/release.md  |  2 ++
 _release/cn/saga_downloads.md   |  4 ++--
 _release/cn/service_center_downloads.md |  4 ++--
 _release/java_chassis_binaries.md   | 12 
 _release/java_chassis_downloads.md  | 14 ++
 _release/release.md |  2 ++
 _release/saga_downloads.md  |  4 ++--
 _release/service_center_downloads.md|  4 ++--
 13 files changed, 54 insertions(+), 40 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


[incubator-servicecomb-website] 01/02: Merge branch 'master' into asf-site

2018-03-30 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git

commit 677e43b83866b295259edd30a0eeab9a0d3b3f60
Merge: 737b25a 4f41cd0
Author: Willem Jiang 
AuthorDate: Fri Mar 30 22:24:18 2018 +0800

Merge branch 'master' into asf-site

 _data/navigation.yml|  6 +++---
 _release/cn/release.md  | 37 +
 _release/cn/saga_binaries.md|  4 +++-
 _release/cn/saga_downloads.md   | 14 +
 _release/cn/service_center_binaries.md  |  5 -
 _release/cn/service_center_downloads.md | 16 ++
 _release/release.md | 37 +
 _release/saga_binaries.md   |  4 +++-
 _release/saga_downloads.md  | 14 +
 _release/service_center_binaries.md |  5 -
 _release/service_center_downloads.md| 15 +
 11 files changed, 150 insertions(+), 7 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.


  1   2   >