You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/17 05:44:59 UTC

[jira] [Commented] (EAGLE-630) Add Publishments to Policy API

    [ https://issues.apache.org/jira/browse/EAGLE-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581293#comment-15581293 ] 

ASF GitHub Bot commented on EAGLE-630:
--------------------------------------

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 <ha...@apache.org>
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 <ha...@apache.org>
Date:   2016-10-16T16:44:45Z

    Fix checkstyle warnings

commit dac9c8b23200fe8ed830aa8a4944af1882a6fb9d
Author: Hao Chen <ha...@apache.org>
Date:   2016-10-16T16:49:21Z

    Ignore unstabled unit test TestDistinctValuesInTimeBatchWindow#testNormal

commit 24308edb1db17c3887b0368b6fa28968efde3c15
Author: Hao Chen <ha...@apache.org>
Date:   2016-10-16T17:22:51Z

    Rename setException(Exception) to setStackTrace(Throwable) for conflicting setter definitions for property 'exception'

commit aee5c1b4ee3eb70bd9690bc0a2548aac32b34a73
Author: Hao Chen <ha...@apache.org>
Date:   2016-10-17T05:42:26Z

    Path:
    ~~~
    POST /metadata/policies/{policyId}/publishments/
    ~~~
    
    Data: String array, like:
    ~~~
    [
       "publishmentName1", "publishmentName2",.., "publishmentNameN"
    ]
    ~~~

----


> Add Publishments to Policy API
> ------------------------------
>
>                 Key: EAGLE-630
>                 URL: https://issues.apache.org/jira/browse/EAGLE-630
>             Project: Eagle
>          Issue Type: New Feature
>    Affects Versions: v0.5.0
>            Reporter: Hao Chen
>            Assignee: Hao Chen
>             Fix For: v0.5.0
>
>
> Path:
> {code}
> POST /metadata/policies/{policyId}/publishments/ 
> {code}
> Data: String array, like:
> {code}
> [
>    "publishmentName1", "publishmentName2",.., "publishmentNameN"
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)