GitHub user zombieJ opened a pull request:

    https://github.com/apache/eagle/pull/955

    EAGLE-1048 Delete an alert publisher on Eagle UI

    https://issues.apache.org/jira/browse/EAGLE-1048
    
    Administer can delete  an alert publisher on Eagle UI
    
    Request: DELETE /publishments/\{name\}
    
    Response: 
    ```
    OpResult {
        public int code = 200;   // 200 = SUCCESS 
        public String message = "";
    }
    ```

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

    $ git pull https://github.com/zombieJ/incubator-eagle EAGLE-1048

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

    https://github.com/apache/eagle/pull/955.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 #955
    
----
commit 8dbef4668c57e062f0f1056d6ae6ddc4bcad3fbd
Author: zombieJ <smith3...@gmail.com>
Date:   2017-06-20T09:28:36Z

    support delete publisher

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to