GitHub user haoch opened a pull request:
https://github.com/apache/incubator-eagle/pull/518
[EAGLE-630] Add Publishments to Policy API
Path:
POST /metadata/policies/{policyId}/publishments/
Data: String array, like:
[
"publishmentName1", "publishmentName2",.., "publishmentNameN"
]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haoch/incubator-eagle EAGLE-630
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/518.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 #518
----
commit 8bcaa034d203ee3ef491f6debd99b2eb73750ac2
Author: Hao Chen <[email protected]>
Date: 2016-10-16T16:34:10Z
[EAGLE-627] Add Policy PolicyValidator and Validation API
https://issues.apache.org/jira/browse/EAGLE-627
* Validate SiddhiQL syntax problem
* Provide Internal information like:
* Validate syntax is ok
* Explain details like inputStreams and outputStreams
commit 140358b439612aed26f3c4b996ca0f78b346ad88
Author: Hao Chen <[email protected]>
Date: 2016-10-16T16:44:45Z
Fix checkstyle warnings
commit dac9c8b23200fe8ed830aa8a4944af1882a6fb9d
Author: Hao Chen <[email protected]>
Date: 2016-10-16T16:49:21Z
Ignore unstabled unit test TestDistinctValuesInTimeBatchWindow#testNormal
commit 24308edb1db17c3887b0368b6fa28968efde3c15
Author: Hao Chen <[email protected]>
Date: 2016-10-16T17:22:51Z
Rename setException(Exception) to setStackTrace(Throwable) for conflicting
setter definitions for property 'exception'
commit aee5c1b4ee3eb70bd9690bc0a2548aac32b34a73
Author: Hao Chen <[email protected]>
Date: 2016-10-17T05:42:26Z
Path:
~~~
POST /metadata/policies/{policyId}/publishments/
~~~
Data: String array, like:
~~~
[
"publishmentName1", "publishmentName2",.., "publishmentNameN"
]
~~~
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---