[01/50] incubator-griffin git commit: Merge branch 'master' of https://github.com/apache/incubator-griffin into apache-master

2018-03-29 Thread guoyp
Repository: incubator-griffin
Updated Branches:
  refs/heads/griffin-0.2.0-incubating-rc2 [created] abcdfa387


Merge branch 'master' of https://github.com/apache/incubator-griffin into 
apache-master


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

Branch: refs/heads/griffin-0.2.0-incubating-rc2
Commit: a4f573acd63b298d554578a3594df255f4e63ed9
Parents: 4e6862f fad7daf
Author: Lionel Liu 
Authored: Wed Jan 10 15:15:28 2018 +0800
Committer: Lionel Liu 
Committed: Wed Jan 10 15:15:28 2018 +0800

--
 griffin-doc/measure/dsl-guide.md|  13 +-
 .../rule/adaptor/GriffinDslAdaptor.scala| 872 +++
 .../griffin/measure/rule/dsl/DqType.scala   |   8 +-
 .../rule/dsl/analyzer/DuplicateAnalyzer.scala   |  46 -
 .../rule/dsl/analyzer/UniquenessAnalyzer.scala  |  46 +
 .../rule/dsl/expr/ClauseExpression.scala|   4 +-
 .../rule/dsl/parser/GriffinDslParser.scala  |  10 +-
 .../resources/_duplicate-batch-griffindsl.json  |  56 --
 .../_duplicate-streaming-griffindsl.json| 116 ---
 .../_duplicate-streaming-sparksql.json  | 130 ---
 .../resources/_uniqueness-batch-griffindsl.json |  58 ++
 .../_uniqueness-streaming-griffindsl.json   | 119 +++
 .../_uniqueness-streaming-sparksql.json | 130 +++
 .../rule/adaptor/GriffinDslAdaptorTest.scala|   4 +-
 14 files changed, 489 insertions(+), 1123 deletions(-)
--




[01/50] incubator-griffin git commit: Merge branch 'master' of https://github.com/apache/incubator-griffin into apache-master

2018-03-06 Thread guoyp
Repository: incubator-griffin
Updated Branches:
  refs/heads/griffin-0.2.0-incubating-rc1 [created] a622dd1c0


Merge branch 'master' of https://github.com/apache/incubator-griffin into 
apache-master


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/0062c744
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/0062c744
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/0062c744

Branch: refs/heads/griffin-0.2.0-incubating-rc1
Commit: 0062c74401a76f573930cd5bb52fc5864057f4f6
Parents: 417926a 8d1707f
Author: Lionel Liu 
Authored: Wed Nov 22 17:13:11 2017 +0800
Committer: Lionel Liu 
Committed: Wed Nov 22 17:13:11 2017 +0800

--
 .../griffin/core/measure/entity/Rule.java   | 27 +---
 .../core/measure/MeasureControllerTest.java | 13 +-
 .../griffin/core/measure/MeasureTestHelper.java |  4 ++-
 3 files changed, 33 insertions(+), 11 deletions(-)
--




[01/50] incubator-griffin git commit: Merge branch 'master' of https://github.com/apache/incubator-griffin into apache-master

2018-03-06 Thread guoyp
Repository: incubator-griffin
Updated Branches:
  refs/heads/griffin-0.2.0-incubating-rc1 [created] 2c02bc0ef


Merge branch 'master' of https://github.com/apache/incubator-griffin into 
apache-master


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/417926a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/417926a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/417926a9

Branch: refs/heads/griffin-0.2.0-incubating-rc1
Commit: 417926a93683ebf2e1205344d52432c05bf19745
Parents: 649acb8 8e0afa4
Author: Lionel Liu 
Authored: Wed Nov 22 14:38:33 2017 +0800
Committer: Lionel Liu 
Committed: Wed Nov 22 14:38:33 2017 +0800

--
 griffin-doc/postman/griffin.json|  7 +++
 .../apache/griffin/core/job/SparkSubmitJob.java | 18 +++--
 .../measure/entity/AbstractAuditableEntity.java |  4 ++--
 .../griffin/core/measure/entity/Rule.java   | 21 ++--
 .../griffin/core/measure/MeasureTestHelper.java |  2 +-
 5 files changed, 41 insertions(+), 11 deletions(-)
--