You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/09/07 05:27:31 UTC

svn commit: r29182 - /release/incubator/griffin/0.3.0-incubating/

Author: lionelliu
Date: Fri Sep  7 05:27:31 2018
New Revision: 29182

Log:
release 0.3.0-incubating

Added:
    release/incubator/griffin/0.3.0-incubating/
    release/incubator/griffin/0.3.0-incubating/CHANGES.txt
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip   (with props)
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.asc
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.sha512
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.asc
    release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.sha512

Added: release/incubator/griffin/0.3.0-incubating/CHANGES.txt
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/CHANGES.txt (added)
+++ release/incubator/griffin/0.3.0-incubating/CHANGES.txt Fri Sep  7 05:27:31 2018
@@ -0,0 +1,38 @@
+Release Notes - Apache Griffin 0.3.0 (incubating)
+
+** Highlights **
+    * Refactor measure module for better abstraction.
+    * Support missing records download for accuracy measurement.
+    * Support regular expression detection count in profiling measurement.
+    * Fix several bugs on UI.
+
+
+** New Feature
+    * [GRIFFIN-164] - Make 'Regular expression detection count' available in UI
+    * [GRIFFIN-184] - [Service] download miss records
+
+
+** Improvement
+    * [GRIFFIN-123] - [Measure] Code review of measure module, refactor and enhance the code style
+    * [GRIFFIN-159] - [Measure] Refactor generation of measure metrics
+    * [GRIFFIN-181] - [UI] add popup window when performing stop action to a job
+    * [GRIFFIN-186] - [UI] Re-Factor Profiling Measure Creation
+    * [GRIFFIN-187] - Support Empty String in Profiling Measure
+
+
+** Bug
+    * [GRIFFIN-152] - Fix bugs when click button to post form
+    * [GRIFFIN-153] - [UI] Can not render accuracy chart on UI
+    * [GRIFFIN-154] - [UI] fix health display bug
+    * [GRIFFIN-166] - [UI] fix Create measure page layout
+    * [GRIFFIN-168] - moderate severity security vulnerability detected in hoek < 4.2.1
+    * [GRIFFIN-175] - [Service] metric API return 500
+    * [GRIFFIN-177] - [UI] measure page wrong display
+    * [GRIFFIN-178] - [UI] job state not update after performing start/stop actions on job page
+    * [GRIFFIN-180] - [UI] add validation for creating profiling and accuracy measure
+    * [GRIFFIN-182] - [UI] fix blank flash issue when routing from job to metric detail
+
+
+** Task
+    * [GRIFFIN-146] - [Service] Prepare and test job state and action service
+    * [GRIFFIN-155] - [UI] change how the charts are dispalyed on my dashboard view

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.asc
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.asc (added)
+++ release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.asc Fri Sep  7 05:27:31 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbh/xcAAoJEJvW7GwCN5VhktMP/3DslBUH7C5O0uo4bBr26Ca0
+0ei4O83fksHVQoaNkW0y6VRUOpLIIiVtnqscbJbcC65gBJHxtaKnDHoZRxFTGK07
+nWTKa8XdrCJScaDpSRZVtdgPj9oPjrCNfz4OKxA0BVRjRksoOcMpZk97Oi8ROHVh
+vUGEEX+GbOXGNxf7ICSUiq+iFyD3+G4c7QCC8EW2vMspCUF3OxB/ixSQF46XDpTG
+l6kdLmNt7I6nOu+AL6MWB7MvPttiIZbGTBtcxuVALtn8jMOvzg7GS0wt7enixlZM
+tdfFeheNMnzLOqeMy3lM9Jys1KGNtVyLi4bazvWWEvtQc/eFR6YYhbmpqqkgVAwJ
+FGGy2/LaClkpBCG2GGzHQhNAw2E5KcJ2qLNu3gHfng1YA0cerm+eWfTFzhAFyNz+
+YpXaHMo7hU3OTnagdruxb0cUgWag5WDg7NyF7kzMvfDHeTDcqL5KvO/V+Get7WkI
+UhAFs22vo/tmSx7VrJg+Ft8Uq7VPzhVdlqElZwUetjyffSJG2EbY9371xEX8cDHt
+kjcgZAJvEQ5Mwfo057Ez+P8PV1DHXaJ23nP1cHrEITONqcNTw+/KYQagqArV4O/a
+iPk2IsQ5jCTZfSyI2/oiwVtRNPzCd9MOADH7RSUJrBum+fDd6+Ah1RX6Lim/9ZED
+tu6tBJNobP5nBNi7zRRv
+=g16t
+-----END PGP SIGNATURE-----

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.sha512
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.sha512 (added)
+++ release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating-source-release.zip.sha512 Fri Sep  7 05:27:31 2018
@@ -0,0 +1 @@
+5527fd2e97f2051d24004b6b800bb1da2c919ca916f5d2171f2ea4959389667694aef0d2385b38c02ab7bb4d100d172c4b78b478c1d300b71348300697433f1f  griffin-0.3.0-incubating-source-release.zip

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom (added)
+++ release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom Fri Sep  7 05:27:31 2018
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>17</version>
+        <relativePath />
+    </parent>
+
+    <groupId>org.apache.griffin</groupId>
+    <artifactId>griffin</artifactId>
+    <version>0.3.0-incubating</version>
+    <packaging>pom</packaging>
+    <name>Apache Griffin ${project.version}</name>
+    <url>http://griffin.incubator.apache.org</url>
+
+    <prerequisites>
+        <maven>3.2.5</maven>
+    </prerequisites>
+
+    <properties>
+        <java.version>1.8</java.version>
+        <maven-apache-rat.version>0.11</maven-apache-rat.version>
+        <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
+    </properties>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+        </license>
+    </licenses>
+
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/GRIFFIN</url>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>griffin-dev</name>
+            <subscribe>dev-subscribe@griffin.incubator.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@griffin.incubator.apache.org</unsubscribe>
+            <post>dev@griffin.incubator.apache.org</post>
+        </mailingList>
+    </mailingLists>
+
+    <!--<pluginRepositories>-->
+    <!--</pluginRepositories>-->
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.git;a=summary</url>
+        <tag>griffin-0.3.0-incubating</tag>
+    </scm>
+
+    <distributionManagement>
+    </distributionManagement>
+
+
+    <modules>
+        <module>ui</module>
+        <module>service</module>
+        <module>measure</module>
+    </modules>
+
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>3.6.1</version>
+                    <configuration>
+                        <source>${maven.compiler.source}</source>
+                        <target>${maven.compiler.target}</target>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                    <artifactId>apache-rat-plugin</artifactId>
+                    <version>${maven-apache-rat.version}</version>
+                    <configuration>
+                        <!-- Exclude files/folders for apache release -->
+                        <excludes>
+                            <!-- Git specific files -->
+                            <exclude>.git/</exclude>
+                            <exclude>.gitignore</exclude>
+                            <!-- IDE specific files-->
+                            <exclude>**/.idea/</exclude>
+                            <exclude>**/.scalastyle/</exclude>
+                            <exclude>**/*.iml</exclude>
+                            <exclude>**/.classpath</exclude>
+                            <exclude>**/.settings/**</exclude>
+                            <exclude>**/.project</exclude>
+                            <!-- Maven working directory -->
+                            <exclude>**/target/**</exclude>
+                            <!-- Patch files which can be lying around -->
+                            <exclude>**/*.patch</exclude>
+                            <exclude>**/*.rej</exclude>
+                            <!-- README and test data with exact format -->
+                            <exclude>README*</exclude>
+                            <exclude>DEPENDENCIES</exclude>
+                            <exclude>**/licenses/*</exclude>
+                            <exclude>**/*.log</exclude>
+                            <exclude>**/*.out</exclude>
+                            <exclude>**/*.db</exclude>
+                            <exclude>**/velocity.log*</exclude>
+                            <exclude>**/*.json</exclude>
+                            <exclude>**/*.avro</exclude>
+                            <exclude>**/*.dat</exclude>
+                            <exclude>**/banner.txt</exclude>
+                            <exclude>**/bower_components/**</exclude>
+                            <exclude>**/node_modules/**</exclude>
+                            <exclude>**/.tmp/**</exclude>
+                            <exclude>**/angular/src/assets/.gitkeep</exclude>
+                            <exclude>**/angular/.editorconfig</exclude>
+                            <exclude>**/dist/**</exclude>
+                            <exclude>**/.bowerrc</exclude>
+                            <exclude>**/src/main/resources/public/**</exclude>
+                            <exclude>**/pom.xml.releaseBackup</exclude>
+                            <exclude>**/pom.xml.tag</exclude>
+                        </excludes>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>rat-check</id>
+                            <phase>validate</phase>
+                            <goals>
+                                <goal>check</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+            </plugin>
+
+        </plugins>
+    </build>
+
+</project>
\ No newline at end of file

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.asc
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.asc (added)
+++ release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.asc Fri Sep  7 05:27:31 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbh/xcAAoJEJvW7GwCN5VhgdoQAJmbLN9TMDR/CKLkMAJjtiIj
+b12trnNlRxjJb+olwaaCYknctbyhSowGIpe/Pxj1WW1SqOXEPoWNjnADbHd7l+XX
+aQAEvYFMW3JvGfy9gl25Xk2gkGDQjHb2ZwFYfkc/RwnsZ75EVS3PcA6XREITb+hQ
+RJKRroPIiVVCFrIeT4o9U4YNoXLo9qTjiLcDHbosYYEmKH6qt5tKcVDGK/+/GZHG
+XHD9D2oMzj2l47Fw0eqkWGhg9vJA/96oBGCrivmWVgzCNW/PNFUslMjcbSPDssJs
+GzXkJmhoXnPzA6G7kR4uLT6t6iRZGHBfLaclAJqc2tV3AnTeBGM2cwt+U6lb1MRM
+qvCX/+UrAR5XFoD7V7LvcsYR/zRkkfCRb7ISCO2KC+jIG3Wq5MwXZ973BbqDuOXS
+W0u64q0HTASmB/+MX+XUYwd6HluqSKjf562GmHarXh2P0FwIRqKJ39SOsxsqSAC0
+g2qxMn3gJMpbK9gd2QAuNnLJjuax7Q0Z+Y4mZVz2m1vSu+1n8sStiK4NfIBdhaAs
+AssafIixgXyUaTXyBdPM5aAtHEMt4pti4YBc4u1nSwn0EUfpyhbmrjS9qi2Y3Cwk
+0VGO09L6qzcsC3hz4cBBp3mZvMyE2SIUMA1ty9YmI2WAco7dvMiSmUhSCOEIxaVR
+ig5p1jqLlTxdYe0G3Zi8
+=cfmW
+-----END PGP SIGNATURE-----

Added: release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.sha512
==============================================================================
--- release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.sha512 (added)
+++ release/incubator/griffin/0.3.0-incubating/griffin-0.3.0-incubating.pom.sha512 Fri Sep  7 05:27:31 2018
@@ -0,0 +1 @@
+f0af9b0915c131af7b951dac2071360361809091dad01dfdf8552038fa49f913b0b2e675ecfa42126f87d1f403f3285cab64efe6cd5f87c091a978afef7f05a2  griffin-0.3.0-incubating.pom