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/03/26 04:47:40 UTC

[incubator-servicecomb-java-chassis] branch SCB-431 updated (d6b8f95 -> 9ab96d9)

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

ningjiang pushed a change to branch SCB-431
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.


 discard d6b8f95  Added the rat check to the travis CI
     new b941cb7  SCB-431 Added the rat check to the travis CI
     new 9ab96d9  SCB-431 Updated the license header of bmi application.yaml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d6b8f95)
            \
             N -- N -- N   refs/heads/SCB-431 (9ab96d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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:
 .../bmi/webapp/src/main/resources/application.yaml | 33 +++++++++++-----------
 1 file changed, 17 insertions(+), 16 deletions(-)

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

[incubator-servicecomb-java-chassis] 02/02: SCB-431 Updated the license header of bmi application.yaml

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

ningjiang pushed a commit to branch SCB-431
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 9ab96d99c6f2c1d56dee2be1308c6e3382a730c7
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 26 12:47:17 2018 +0800

    SCB-431 Updated the license header of bmi application.yaml
---
 .../bmi/webapp/src/main/resources/application.yaml | 33 +++++++++++-----------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/samples/bmi/webapp/src/main/resources/application.yaml b/samples/bmi/webapp/src/main/resources/application.yaml
index a1a82bb..0c901dc 100644
--- a/samples/bmi/webapp/src/main/resources/application.yaml
+++ b/samples/bmi/webapp/src/main/resources/application.yaml
@@ -1,18 +1,19 @@
-#
-#  Copyright 2017 Huawei Technologies Co., Ltd
-#
-#  Licensed 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.
-#
+## ---------------------------------------------------------------------------
+## 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.
+## ---------------------------------------------------------------------------
 
 zuul:
   routes:
@@ -28,4 +29,4 @@ server:
 
 servicecomb:
   tracing:
-    enabled: false
\ No newline at end of file
+    enabled: false

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

[incubator-servicecomb-java-chassis] 01/02: SCB-431 Added the rat check to the travis CI

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

ningjiang pushed a commit to branch SCB-431
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit b941cb7ad4c5e60ebbb3ce2d67db658a693d813e
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Mar 26 10:21:17 2018 +0800

    SCB-431 Added the rat check to the travis CI
---
 scripts/travis.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/travis.sh b/scripts/travis.sh
index 77112a8..fea030a 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -31,6 +31,7 @@ if [ "$1" == "install" ]; then
         if [ "$TAGGEDCOMMIT" == "true" ]; then
               	echo "Skipping the installation as it is tagged commit"
         else
+                mvn apache-rat:check -Pit,samples,distribution
                 mvn clean install -Ddocker.showLogs -Pdocker -Pjacoco -Pit -Pcoverage coveralls:report
 		if [ $? == 0 ]; then
 			echo "${green}Installation Success..${reset}"

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