You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/07 08:49:52 UTC

[incubator-servicecomb-saga] branch 0.2.x updated (45f87d1 -> 1f3c3d1)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch 0.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git.


    from 45f87d1  SCB-647 Use separate section for alpha-server and omega in LICENSE
     new cf0f695  SCB-647 Add missing ASF header for shell scripts
     new f19b1f9  fix typos in README.md
     new 1f3c3d1  fix typos in README.md

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh  | 15 +++++++++++++++
 saga-demo/saga-spring-cloud-demo/README.md    |  4 ++--
 saga-demo/saga-spring-cloud-demo/saga-demo.sh | 15 +++++++++++++++
 3 files changed, 32 insertions(+), 2 deletions(-)

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

[incubator-servicecomb-saga] 01/03: SCB-647 Add missing ASF header for shell scripts

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cf0f6959b82e90572a14e4d50522a0b71ec73d72
Author: Yang Bo <ya...@huawei.com>
AuthorDate: Thu Jun 7 15:49:19 2018 +0800

    SCB-647 Add missing ASF header for shell scripts
---
 saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh  | 15 +++++++++++++++
 saga-demo/saga-spring-cloud-demo/saga-demo.sh | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh b/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
index 6a9a926..d0138df 100755
--- a/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
+++ b/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 service=saga-dubbo-demo
 
 show_usage() {
diff --git a/saga-demo/saga-spring-cloud-demo/saga-demo.sh b/saga-demo/saga-spring-cloud-demo/saga-demo.sh
index 5379fd5..2b3cf47 100755
--- a/saga-demo/saga-spring-cloud-demo/saga-demo.sh
+++ b/saga-demo/saga-spring-cloud-demo/saga-demo.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 service=saga-demo
 
 show_usage() {

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

[incubator-servicecomb-saga] 02/03: fix typos in README.md

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f19b1f9a39f1f67d11e5e846648ba597ce6270e2
Author: tuohai666 <tu...@gmail.com>
AuthorDate: Wed Jun 6 18:25:02 2018 +0800

    fix typos in README.md
---
 saga-demo/saga-spring-cloud-demo/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/saga-demo/saga-spring-cloud-demo/README.md b/saga-demo/saga-spring-cloud-demo/README.md
index 65b9e69..aa225da 100644
--- a/saga-demo/saga-spring-cloud-demo/README.md
+++ b/saga-demo/saga-spring-cloud-demo/README.md
@@ -52,7 +52,7 @@ You can run the demo using either docker compose or executable files.
       ./saga-demo.sh up-mysql
       ```
 
-   **Note:** If you want start alpha server and demon services separatelly, you can try the following steps:
+   **Note:** If you want start alpha server and demon services separately, you can try the following steps:
    1. start alpha server
       ```bash
           ./saga-demo.sh up-alpha
@@ -106,7 +106,7 @@ curl http://${host_address}:8082/bookings
 
 ```
 
-2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compansate operation with car booking.
+2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compensate operation with car booking.
 ```
 curl -X POST http://${host_address}:8083/booking/test/3/2
 ```

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

[incubator-servicecomb-saga] 03/03: fix typos in README.md

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1f3c3d1e61a6c7f40df479a43d28b54f335d84ac
Author: tuohai666 <tu...@gmail.com>
AuthorDate: Wed Jun 6 19:10:56 2018 +0800

    fix typos in README.md
---
 saga-demo/saga-spring-cloud-demo/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saga-demo/saga-spring-cloud-demo/README.md b/saga-demo/saga-spring-cloud-demo/README.md
index aa225da..a5c7b5a 100644
--- a/saga-demo/saga-spring-cloud-demo/README.md
+++ b/saga-demo/saga-spring-cloud-demo/README.md
@@ -106,7 +106,7 @@ curl http://${host_address}:8082/bookings
 
 ```
 
-2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compensate operation with car booking.
+2. Booking 3 rooms and 2 cars, this booking will cause the hotel order failed and trigger the compensate operation with car booking.
 ```
 curl -X POST http://${host_address}:8083/booking/test/3/2
 ```

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