Repository: griffin Updated Branches: refs/heads/master d9cd1d702 -> d02752b46
Remove incubator Author: William Guo <[email protected]> Closes #466 from guoyuepeng/remove_incubator. Project: http://git-wip-us.apache.org/repos/asf/griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/griffin/commit/d02752b4 Tree: http://git-wip-us.apache.org/repos/asf/griffin/tree/d02752b4 Diff: http://git-wip-us.apache.org/repos/asf/griffin/diff/d02752b4 Branch: refs/heads/master Commit: d02752b46c4632f341cf11bf8d72c91684244f8e Parents: d9cd1d7 Author: William Guo <[email protected]> Authored: Thu Dec 6 20:23:04 2018 +0800 Committer: William Guo <[email protected]> Committed: Thu Dec 6 20:23:04 2018 +0800 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++-- README.md | 12 ++++++------ griffin-doc/dev/dev-env-build.md | 2 +- griffin-doc/service/hibernate_eclipselink_switch.md | 4 ++-- pom.xml | 14 +++++++------- ui/angular/src/app/app.component.html | 4 ++-- 6 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 161d482..6fef61b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,10 +27,10 @@ The following guidelines apply to all contributors. ### Making Changes -* Fork the `apache/incubator-griffin` repository +* Fork the `apache/griffin` repository * Make your changes and push them to a topic branch in your fork * See our commit message guidelines further down in this document -* Submit a pull request to the `apache/incubator-griffin` repository +* Submit a pull request to the `apache/griffin` repository ### General Guidelines http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4ce1eb1..6b932bb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ under the License. # Apache Griffin -[](https://travis-ci.org/apache/incubator-griffin) [](https://www.apache.org/licenses/LICENSE-2.0.html) +[](https://travis-ci.org/apache/griffin) [](https://www.apache.org/licenses/LICENSE-2.0.html) The data quality (DQ) is a key criteria for many data consumers like IoT, machine learning etc., however, there is no standard agreement on how to determine âgoodâ data. Apache Griffin is a model-driven data quality service platform where you can examine your data on-demand. It provides a standard process to define data quality measures, executions and reports, allowing those examinations across multiple data systems. @@ -46,10 +46,10 @@ If you want to deploy Griffin in your local environment, please follow [Apache G For more information about Griffin, please visit our website at: [griffin home page](http://griffin.apache.org). You can contact us via email: -- dev-list: <a href="mailto:[email protected]">[email protected]</a> -- user-list: <a href="mailto:[email protected]">[email protected]</a> +- dev-list: <a href="mailto:[email protected]">[email protected]</a> +- user-list: <a href="mailto:[email protected]">[email protected]</a> -You can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:[email protected]) and [subscribe user-list](mailto:[email protected]). +You can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:[email protected]) and [subscribe user-list](mailto:[email protected]). You can also subscribe the latest information by sending a email to subscribe dev-list and user-list: ``` [email protected] @@ -64,7 +64,7 @@ See [How to Contribute](http://griffin.apache.org/docs/contribute.html) for deta Here's the most direct way to contribute your work merged into Apache Griffin. -* Fork the project from [github](https://github.com/apache/incubator-griffin) +* Fork the project from [github](https://github.com/apache/griffin) * Clone down your fork * Implement your feature or bug fix and commit changes * Push the branch up to your fork @@ -79,4 +79,4 @@ Here's the most direct way to contribute your work merged into Apache Griffin. - [Service](griffin-doc/service) - [UI](griffin-doc/ui) - [Docker usage](griffin-doc/docker) - - [Postman API](griffin-doc/service/postman) \ No newline at end of file + - [Postman API](griffin-doc/service/postman) http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/griffin-doc/dev/dev-env-build.md ---------------------------------------------------------------------- diff --git a/griffin-doc/dev/dev-env-build.md b/griffin-doc/dev/dev-env-build.md index 89a4210..f61b55e 100644 --- a/griffin-doc/dev/dev-env-build.md +++ b/griffin-doc/dev/dev-env-build.md @@ -79,7 +79,7 @@ You can test your measure JAR built in the docker container, using the existed s For debug purpose, you'd better install hadoop, spark, hive locally, so you can test your program more quickly. ## Deploy on docker container -Firstly, in the incubator-griffin directory, build you packages at once. +Firstly, in the griffin directory, build you packages at once. ``` mvn clean install ``` http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/griffin-doc/service/hibernate_eclipselink_switch.md ---------------------------------------------------------------------- diff --git a/griffin-doc/service/hibernate_eclipselink_switch.md b/griffin-doc/service/hibernate_eclipselink_switch.md index 2890352..a580017 100644 --- a/griffin-doc/service/hibernate_eclipselink_switch.md +++ b/griffin-doc/service/hibernate_eclipselink_switch.md @@ -132,7 +132,7 @@ Also, we have to define some vendor-specific properties which will be used by Ec #### Configure properties You need to configure properties according to the database you use in Apache Griffin. -Please see [Mysql and postgresql switch](https://github.com/apache/incubator-griffin/blob/master/griffin-doc/service/mysql_postgresql_switch.md) to configure. +Please see [Mysql and postgresql switch](https://github.com/apache/griffin/blob/master/griffin-doc/service/mysql_postgresql_switch.md) to configure. <h2 id = "0.1"></h2> @@ -201,4 +201,4 @@ By default, Spring Data uses Hibernate as the default JPA implementation provide #### Configure properties You need to configure properties according to the database you use in Apache Griffin. -Please see [Mysql and postgresql switch](https://github.com/apache/incubator-griffin/blob/master/griffin-doc/service/mysql_postgresql_switch.md) to configure. +Please see [Mysql and postgresql switch](https://github.com/apache/griffin/blob/master/griffin-doc/service/mysql_postgresql_switch.md) to configure. http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e153bbb..76b8897 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ under the License. <version>0.3.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Griffin ${project.version}</name> - <url>http://griffin.incubator.apache.org</url> + <url>http://griffin.apache.org</url> <prerequisites> <maven>3.2.5</maven> @@ -69,9 +69,9 @@ under the License. <mailingLists> <mailingList> <name>griffin-dev</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> </mailingList> </mailingLists> @@ -79,9 +79,9 @@ under the License. <!--</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> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/griffin.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/griffin.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=griffin.git;a=summary</url> <tag>HEAD</tag> </scm> http://git-wip-us.apache.org/repos/asf/griffin/blob/d02752b4/ui/angular/src/app/app.component.html ---------------------------------------------------------------------- diff --git a/ui/angular/src/app/app.component.html b/ui/angular/src/app/app.component.html index b1e5476..817cf0d 100644 --- a/ui/angular/src/app/app.component.html +++ b/ui/angular/src/app/app.component.html @@ -49,9 +49,9 @@ under the License. <li class="divider"></li> <li><a href="https://griffin.incubator.apache.org/" target="_blank"><i class="fa fa-home fa-fw"></i> Home Page</a></li> - <li><a href="https://github.com/apache/incubator-griffin/blob/master/griffin-doc/service/api-guide.md" + <li><a href="https://github.com/apache/griffin/blob/master/griffin-doc/service/api-guide.md" target="_blank"><i class="fa fa-book fa-fw"></i> API DOCs</a></li> - <li><a href="https://github.com/apache/incubator-griffin/blob/master/griffin-doc/ui/user-guide.md" + <li><a href="https://github.com/apache/griffin/blob/master/griffin-doc/ui/user-guide.md" target="_blank"><i class="fa fa-question-circle fa-fw"></i> User Guide</a></li> <li><a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw"></i> Contact us</a> </li>
