You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/01/15 17:48:53 UTC

[1/8] storm git commit: Testing.

Repository: storm
Updated Branches:
  refs/heads/master be8f3eea5 -> 45726bbd1


Testing.

Testing.

Adding dumb file for the rat to find.

Testing.

Fix & Test.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/15f44644
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/15f44644
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/15f44644

Branch: refs/heads/master
Commit: 15f446449193dde9dd06f58ac60362f2bb5610f8
Parents: 3db9680
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 11:58:07 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 14:43:45 2016 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 pom.xml                           | 6 ------
 some_stupid_non-apache_file.dumb  | 0
 3 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index ac09f5b..811cca5 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR}
 # We should be concerned that Travis CI could be very slow because it uses VM
 export STORM_TEST_TIMEOUT_MS=150000
 
-mvn --batch-mode test -fae -Pnative,all-tests -pl $2
+mvn --batch-mode apache-rat:check test -fae -Pnative,all-tests -pl $2
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;

http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b9e0c74..df86369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -903,12 +903,6 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>0.11</version>
                 <executions>
-                    <execution>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
                 </executions>
                 <configuration>
                     <excludeSubProjects>false</excludeSubProjects>

http://git-wip-us.apache.org/repos/asf/storm/blob/15f44644/some_stupid_non-apache_file.dumb
----------------------------------------------------------------------
diff --git a/some_stupid_non-apache_file.dumb b/some_stupid_non-apache_file.dumb
new file mode 100644
index 0000000..e69de29


[3/8] storm git commit: Making rat a profile.

Posted by pt...@apache.org.
Making rat a profile.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/2c985b27
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2c985b27
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2c985b27

Branch: refs/heads/master
Commit: 2c985b271af109c56670e7d9f9513d9b988cd71b
Parents: 3b6a57e
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 15:45:20 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 15:45:20 2016 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh |   2 +-
 pom.xml                           | 147 ++++++++++++++++++---------------
 2 files changed, 81 insertions(+), 68 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/2c985b27/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index 811cca5..382a3b5 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR}
 # We should be concerned that Travis CI could be very slow because it uses VM
 export STORM_TEST_TIMEOUT_MS=150000
 
-mvn --batch-mode apache-rat:check test -fae -Pnative,all-tests -pl $2
+mvn --batch-mode test -fae -Pnative,all-tests,rat -pl $2
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;

http://git-wip-us.apache.org/repos/asf/storm/blob/2c985b27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index df86369..a1e6d4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,86 @@
 
     <profiles>
         <profile>
+            <id>rat</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>0.11</version>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>check</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <excludeSubProjects>false</excludeSubProjects>
+                            <excludes>
+                                <!-- exclude maven artifacts -->
+                                <exclude>**/target/**</exclude>
+                                <!-- exclude intellij projects -->
+                                <exclude>**/*.iml</exclude>
+                                <exclude>**/.idea/**</exclude>
+                                <!-- module specific testing artifacts -->
+                                <exclude>**/metastore_db/**</exclude>
+                                <!-- anything written into build should be ignored -->
+                                <exclude>**/build/**</exclude>
+
+                                <!-- exclude CHANGELOG, VERSION, AND TODO files -->
+                                <exclude>**/CHANGELOG.md</exclude>
+                                <exclude>**/README.md</exclude>
+                                <exclude>**/README.markdown</exclude>
+                                <exclude>**/DEVELOPER.md</exclude>
+                                <exclude>**/BYLAWS.md</exclude>
+                                <exclude>**/STORM-UI-REST-API.md</exclude>
+                                <exclude>SECURITY.md</exclude>
+                                <exclude>VERSION</exclude>
+                                <exclude>TODO</exclude>
+                                <!-- thrift-generated code -->
+                                <exclude>**/src/py/**</exclude>
+
+                                <!-- the following are in the LICENSE file -->
+                                <exclude>**/src/ui/public/js/jquery.dataTables.1.10.4.min.js</exclude>
+                                <exclude>**/src/ui/public/css/jquery.dataTables.1.10.4.min.css</exclude>
+                                <exclude>**/src/ui/public/images/*</exclude>
+                                <exclude>**/src/ui/public/js/bootstrap-3.3.1.min.js</exclude>
+                                <exclude>**/src/ui/public/css/bootstrap-3.3.1.min.css</exclude>
+                                <exclude>**/src/ui/public/js/dataTables.bootstrap.min.js</exclude>
+                                <exclude>**/src/ui/public/css/dataTables.bootstrap.css</exclude>
+                                <exclude>**/src/ui/public/js/jsonFormatter.min.js</exclude>
+                                <exclude>**/src/ui/public/css/jsonFormatter.min.css</exclude>
+                                <exclude>**/src/ui/public/js/jquery-1.11.1.min.js</exclude>
+                                <exclude>**/src/ui/public/js/jquery.cookies.2.2.0.min.js</exclude>
+                                <exclude>**/src/ui/public/js/moment.min.js</exclude>
+                                <exclude>**/src/ui/public/js/jquery.blockUI.min.js</exclude>
+                                <exclude>**/src/ui/public/js/url.min.js</exclude>
+                                <exclude>**/src/ui/public/js/arbor.js</exclude>
+                                <exclude>**/src/ui/public/js/arbor-graphics.js</exclude>
+                                <exclude>**/src/ui/public/js/arbor-tween.js</exclude>
+                                <exclude>**/src/ui/public/js/jquery.mustache.js</exclude>
+                                <exclude>**/src/ui/public/js/typeahead.jquery.min.js</exclude>
+
+                                <!-- generated by shade plugin -->
+                                <exclude>**/dependency-reduced-pom.xml</exclude>
+
+                                <exclude>**/docs/**</exclude>
+                                <exclude>**/.git/**</exclude>
+                                <exclude>**/derby.log</exclude>
+                                <exclude>**/src/dev/**</exclude>
+
+                                <!-- StormSQL -->
+                                <exclude>**/src/codegen/config.fmpp</exclude>
+                                <exclude>**/src/codegen/data/Parser.tdd</exclude>
+                            </excludes>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+        <profile>
             <id>sign</id>
             <build>
                 <plugins>
@@ -899,73 +979,6 @@
                 <extensions>true</extensions>
             </plugin>
             <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.11</version>
-                <executions>
-                </executions>
-                <configuration>
-                    <excludeSubProjects>false</excludeSubProjects>
-                    <excludes>
-                        <!-- exclude maven artifacts -->
-                        <exclude>**/target/**</exclude>
-                        <!-- exclude intellij projects -->
-                        <exclude>**/*.iml</exclude>
-                        <exclude>**/.idea/**</exclude>
-                        <!-- module specific testing artifacts -->
-                        <exclude>**/metastore_db/**</exclude>
-                        <!-- anything written into build should be ignored -->
-                        <exclude>**/build/**</exclude>
-
-                        <!-- exclude CHANGELOG, VERSION, AND TODO files -->
-                        <exclude>**/CHANGELOG.md</exclude>
-                        <exclude>**/README.md</exclude>
-                        <exclude>**/README.markdown</exclude>
-                        <exclude>**/DEVELOPER.md</exclude>
-                        <exclude>**/BYLAWS.md</exclude>
-                        <exclude>**/STORM-UI-REST-API.md</exclude>
-                        <exclude>SECURITY.md</exclude>
-                        <exclude>VERSION</exclude>
-                        <exclude>TODO</exclude>
-                        <!-- thrift-generated code -->
-                        <exclude>**/src/py/**</exclude>
-
-                        <!-- the following are in the LICENSE file -->
-                        <exclude>**/src/ui/public/js/jquery.dataTables.1.10.4.min.js</exclude>
-                        <exclude>**/src/ui/public/css/jquery.dataTables.1.10.4.min.css</exclude>
-                        <exclude>**/src/ui/public/images/*</exclude>
-                        <exclude>**/src/ui/public/js/bootstrap-3.3.1.min.js</exclude>
-                        <exclude>**/src/ui/public/css/bootstrap-3.3.1.min.css</exclude>
-                        <exclude>**/src/ui/public/js/dataTables.bootstrap.min.js</exclude>
-                        <exclude>**/src/ui/public/css/dataTables.bootstrap.css</exclude>
-                        <exclude>**/src/ui/public/js/jsonFormatter.min.js</exclude>
-                        <exclude>**/src/ui/public/css/jsonFormatter.min.css</exclude>
-                        <exclude>**/src/ui/public/js/jquery-1.11.1.min.js</exclude>
-                        <exclude>**/src/ui/public/js/jquery.cookies.2.2.0.min.js</exclude>
-                        <exclude>**/src/ui/public/js/moment.min.js</exclude>
-                        <exclude>**/src/ui/public/js/jquery.blockUI.min.js</exclude>
-                        <exclude>**/src/ui/public/js/url.min.js</exclude>
-                        <exclude>**/src/ui/public/js/arbor.js</exclude>
-                        <exclude>**/src/ui/public/js/arbor-graphics.js</exclude>
-                        <exclude>**/src/ui/public/js/arbor-tween.js</exclude>
-                        <exclude>**/src/ui/public/js/jquery.mustache.js</exclude>
-                        <exclude>**/src/ui/public/js/typeahead.jquery.min.js</exclude>
-
-                        <!-- generated by shade plugin -->
-                        <exclude>**/dependency-reduced-pom.xml</exclude>
-
-                        <exclude>**/docs/**</exclude>
-                        <exclude>**/.git/**</exclude>
-                        <exclude>**/derby.log</exclude>
-                        <exclude>**/src/dev/**</exclude>
-
-                        <!-- StormSQL -->
-                        <exclude>**/src/codegen/config.fmpp</exclude>
-                        <exclude>**/src/codegen/data/Parser.tdd</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>


[6/8] storm git commit: Removing test file.

Posted by pt...@apache.org.
Removing test file.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/012cfb00
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/012cfb00
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/012cfb00

Branch: refs/heads/master
Commit: 012cfb009d0ca896e202e94e6e7315a92ec47026
Parents: 3403196
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 16:41:54 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 16:41:54 2016 -0600

----------------------------------------------------------------------
 foo.bar | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/012cfb00/foo.bar
----------------------------------------------------------------------
diff --git a/foo.bar b/foo.bar
deleted file mode 100644
index e69de29..0000000


[7/8] storm git commit: Merge branch 'STORM-1467' of github.com:knusbaum/incubator-storm

Posted by pt...@apache.org.
Merge branch 'STORM-1467' of github.com:knusbaum/incubator-storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b21b686f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b21b686f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b21b686f

Branch: refs/heads/master
Commit: b21b686fd7ebf091ca8f687ac139d8212226eda3
Parents: be8f3ee 012cfb0
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Jan 15 11:48:33 2016 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Jan 15 11:48:33 2016 -0500

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh |   2 +-
 pom.xml                           | 153 +++++++++++++++++----------------
 2 files changed, 81 insertions(+), 74 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b21b686f/pom.xml
----------------------------------------------------------------------


[4/8] storm git commit: Testing RAT

Posted by pt...@apache.org.
Testing RAT


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/699a4092
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/699a4092
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/699a4092

Branch: refs/heads/master
Commit: 699a4092bc1d7ca5a2edbfd06bcd0092c1078fae
Parents: 2c985b2
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 15:53:21 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 15:53:21 2016 -0600

----------------------------------------------------------------------
 dev-tools/travis/travis-script.sh | 2 +-
 foo.bar                           | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/699a4092/dev-tools/travis/travis-script.sh
----------------------------------------------------------------------
diff --git a/dev-tools/travis/travis-script.sh b/dev-tools/travis/travis-script.sh
index 382a3b5..7f00cb4 100755
--- a/dev-tools/travis/travis-script.sh
+++ b/dev-tools/travis/travis-script.sh
@@ -25,7 +25,7 @@ cd ${STORM_SRC_ROOT_DIR}
 # We should be concerned that Travis CI could be very slow because it uses VM
 export STORM_TEST_TIMEOUT_MS=150000
 
-mvn --batch-mode test -fae -Pnative,all-tests,rat -pl $2
+mvn --batch-mode test -fae -Pnative,all-tests -Prat -pl $2
 BUILD_RET_VAL=$?
 
 for dir in `find . -type d -and -wholename \*/target/\*-reports`;

http://git-wip-us.apache.org/repos/asf/storm/blob/699a4092/foo.bar
----------------------------------------------------------------------
diff --git a/foo.bar b/foo.bar
new file mode 100644
index 0000000..e69de29


[2/8] storm git commit: Removing test file.

Posted by pt...@apache.org.
Removing test file.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3b6a57e6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3b6a57e6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3b6a57e6

Branch: refs/heads/master
Commit: 3b6a57e694dac0f29e69a9fcc2b2f05aef8ea96d
Parents: 15f4464
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 15:01:19 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 15:01:19 2016 -0600

----------------------------------------------------------------------
 some_stupid_non-apache_file.dumb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3b6a57e6/some_stupid_non-apache_file.dumb
----------------------------------------------------------------------
diff --git a/some_stupid_non-apache_file.dumb b/some_stupid_non-apache_file.dumb
deleted file mode 100644
index e69de29..0000000


[5/8] storm git commit: Fixing rat phase

Posted by pt...@apache.org.
Fixing rat phase


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/34031960
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/34031960
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/34031960

Branch: refs/heads/master
Commit: 3403196056fdb00a7d79a74d11814cd0e3bc1dc1
Parents: 699a409
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 12 16:19:47 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 12 16:19:47 2016 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/34031960/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1e6d4a..da353cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
                         <version>0.11</version>
                         <executions>
                             <execution>
-                                <phase>verify</phase>
+                                <phase>test</phase>
                                 <goals>
                                     <goal>check</goal>
                                 </goals>


[8/8] storm git commit: add STORM-1467 to changelog

Posted by pt...@apache.org.
add STORM-1467 to changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/45726bbd
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/45726bbd
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/45726bbd

Branch: refs/heads/master
Commit: 45726bbd18271a3a0548dfd36c89a804d350a317
Parents: b21b686
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Jan 15 11:48:40 2016 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Jan 15 11:48:40 2016 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/45726bbd/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2898bdd..5ff26e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 2.0.0
 ## 1.0.0
+ * STORM-1467: Switch apache-rat plugin off by default, but enable for Travis-CI
  * STORM-1468: move documentation to asf-site branch
  * STORM-1199: HDFS Spout Implementation.
  * STORM-1453: nimbus.clj/wait-for-desired-code-replication prints wrong log message