GitHub user amitEnquero opened a pull request:

    https://github.com/apache/incubator-griffin/pull/451

    Griffin amit dev

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/enqueroinc/incubator-griffin griffin_amit_dev

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-griffin/pull/451.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #451
    
----
commit 860ea58652f4ca8017bee5f60a0350522fa63057
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-07T03:37:17Z

    JDBC data connector base

commit ff7bcc3c7db04179260084428f123b7d8ac25cdc
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-07T03:37:35Z

    Sql Server data connector

commit a230a08732c539a7ddae59c16985591b4a92dd37
Author: tanvirp <tanvirp@...>
Date:   2018-10-16T05:40:01Z

    sync from Apache Griffin repository (#1)
    
    * Fix doc issue.
    
    dsl-guide describes two kinds of rules, Uniqueness and Distinctness. 
actually they are similiar rule, so we merely keep Uniqueness rule.
    
    Author: Eugene <liu...@apache.org>
    
    Closes #420 from toyboxman/doc/dsl-guide.
    
    * [GRIFFIN-195] Don't list all tables from UI
    
    [GRIFFIN-195]
    Initially, load only list of databases and list of table names.
    Table information is loaded only if user clicks on specific table.
    ![2018-10-07 14 19 
47](https://user-images.githubusercontent.com/867294/46587155-d0849b00-ca3c-11e8-91e4-655a16db6421.gif)
    
    [GRIFFIN-196]
    Search by table names.
    ![2018-10-07 14 20 
11](https://user-images.githubusercontent.com/867294/46587161-d4182200-ca3c-11e8-99a7-4a4a55ca62a8.gif)
    
    Author: Nikolay Sokolov <chemika...@gmail.com>
    
    Closes #431 from chemikadze/GRIFFIN-193.
    
    * Fix a bug in postman script
    
    postman collection is not up to date, some APIs don't work well.
    script has been refreshed in this patch by postman 2.1 standard.
    
    Jira task: GRIFFIN-204
    
    Author: Eugene <liu...@apache.org>
    
    Closes #433 from toyboxman/doc/postman.
    
    * [GRIFFIN-205] accuracy matched fraction
    
    https://issues.apache.org/jira/browse/GRIFFIN-205
    
    This pull request covers only batch dq type.
    We need to decide is it worth to add "matched fraction" to streaming type.
    
    Accuracy transformation tests added.
    
    Author: ashutak <ashu...@griddynamics.com>
    
    Closes #434 from ashutakGG/GRIFFIN-205-accuracy-matchedFraction.
    
    * Fix a little doc bug concerning measure part.
    
    fix linguistic error and improve content
    
    Author: Eugene <liu...@apache.org>
    
    Closes #432 from toyboxman/doc/measure.
    
    * [GRIFFIN-206] fix job timezone when creating from UI
    
    Demonstration of the problem:
    ```
    > new Date()
    Wed Oct 10 2018 11:30:48 GMT-0700 (Pacific Daylight Time)
    > new Date().getTimezoneOffset()/60
    7
    ```
    
    Author: Nikolay Sokolov <chemika...@gmail.com>
    
    Closes #435 from chemikadze/GRIFFIN-206.
    
    * always use apache griffin together as our mark
    
    Author: William Guo <gu...@apache.org>
    
    Closes #436 from guoyuepeng/use_apache_griffin_as_trademark.
    
    * [GRIFFIN-202] Show raw rules on UI
    
    [GRIFFIN-202] Creates section on Measure Detail page, showing formatted 
JSON of the rule.
    
    ![2018-10-14 10 56 
50](https://user-images.githubusercontent.com/867294/46920276-979a7800-cfa0-11e8-94c4-5ee4c58d5d46.gif)
    
    Author: Nikolay Sokolov <chemika...@gmail.com>
    
    Closes #437 from chemikadze/GRIFFIN-202.

commit c63956a228fc6df650df23dbda5d8feeb59678b9
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-16T20:11:33Z

    JDBC url abstraction to support different databases

commit dcfef0dc5575b5e884ca9789fb396552c5fd4f40
Author: RajatSomani <rajat.somani@...>
Date:   2018-10-18T17:55:27Z

    Add: Utility to post Http Requests. HttpUtil.scala uses scala's Http scheme 
creating a FsURLConnection type which is causing incompatibility with 
HttpURLConnection type

commit c7da7d9e78742ad341c63c63dff153a137d965d4
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-18T21:37:27Z

    Apache license added

commit 49569c59d2e8710c21eabf22b9a77e35017a21f3
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-18T21:38:03Z

    enum for SQLSERVER dq type added

commit 6b2b548a80e01401b2029b9d44029bc7b775acfd
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-24T15:59:53Z

    JDBC metadata service controller

commit eca5180c9372193fdb2d8b289f84d169fff26d08
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-24T16:36:21Z

    utility method to read YAML file

commit b302cd46acdabb85bbb4534a49e3142a506ed588
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-24T16:56:58Z

    YAML file read issue resolved

commit 0915c0485e28bccb962db4d3a223f3679b385405
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-25T15:22:31Z

    enpoint for all tables under jdbc type

commit 56b33fd49a50d749679685317283e87ebcdb5f38
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-26T22:30:04Z

    JDBC dq measure support for MYSQL added

commit 7bbdeca37adaf58824bef65e7d046cb515761f63
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-29T05:46:52Z

    added full_table_name field to store schema.table_name format

commit 2a66c9e0d6efebc13ec54a8e784664bfe5579945
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-29T23:01:46Z

    alternate JSON key added for table name field

commit 33a75afac3401f5300cdfee5bf27b01b65c94805
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-29T23:02:46Z

    read all JDBC schemas when schema filter is not provided

commit f082193c6cb936fb2e451b22f30c458f24aff29b
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-29T23:56:53Z

    read all JDBC schemas when schema filter is not provided fixed

commit 64aa8b85a9bc3156c32e419818a24f85f54e1e93
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-10-29T23:57:13Z

    alternate JSON key added for user field

commit 3103214816647d5de4483fbc43d3473c0cc4f397
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-11-01T20:25:21Z

    Change ES url based on the DQ type

commit 0468d8e691b514d94af261bca01cdceef3dc4505
Author: Tanvir Pathan <tanvir.pathan@...>
Date:   2018-11-01T20:27:17Z

    overloaded error message with Throwable param

commit 9fe0130f782cfea5d22e2b4fd686c4db73150dbd
Author: amit <amitsingh5949@...>
Date:   2018-11-04T05:14:41Z

    Adding anomaly and validity dq type

----


---

Reply via email to