[GitHub] incubator-griffin pull request #260: Support standard quartz table initializ...

2018-04-19 Thread dingminyi
GitHub user dingminyi opened a pull request:

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

Support standard quartz table initialization sql file for mysql.

Currently the quartz table initialization sql file for mysql is using 
innodb engine which may not supported by some running instances. I uploaded the 
standard initialization sql file as "init_quartz_mysql.sql" and renamed the old 
one to "init_quartz_mysql_innodb.sql".

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

$ git pull https://github.com/dingminyi/incubator-griffin init_sql_refine

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

https://github.com/apache/incubator-griffin/pull/260.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 #260


commit 09ed48e455d708f510e344f299ba440f38f747bf
Author: Ding, Minyi <dmy@...>
Date:   2018-04-19T07:17:39Z

Rename Init_quartz_mysql.sql to Init_quartz_mysql_innodb.sql

commit 62785aff71615bdf86c53a8262468fd36b5ecdd1
Author: Ding, Minyi <dmy@...>
Date:   2018-04-19T07:24:57Z

Add standard quartz table initialization sql file for mysql.




---


[GitHub] incubator-griffin pull request #240: Refine auth string building logic in Me...

2018-03-28 Thread dingminyi
GitHub user dingminyi opened a pull request:

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

Refine auth string building logic in MetricStoreImpl.

Refine auth string building logic in MetricStoreImpl.

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

$ git pull https://github.com/dingminyi/incubator-griffin 
RefineESAuthBuilding

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

https://github.com/apache/incubator-griffin/pull/240.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 #240


commit e620c8289693d2fac90bd22399afe10070b9d4d5
Author: Ding, Minyi <dmy@...>
Date:   2018-03-28T11:33:14Z

Refine auth string building logic in MetricStoreImpl.




---