You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by chitin <gi...@git.apache.org> on 2017/01/09 09:16:36 UTC

[GitHub] eagle pull request #767: EAGLE-852 Application start button should be disabl...

GitHub user chitin opened a pull request:

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

    EAGLE-852 Application start button should be disabled when it's running, and the same for stop button.

    EAGLE-852 Application start button should be disabled when it's running, and the same for stop button.
    - Add disabled judgment logic.
    
    executable | status  | start button | stop button
    ---|--- | --- | ---
    Y | INITIALIZED | Y | N
    Y | STARTING | N | N
    Y | RUNNING | N | Y
    Y | STOPPING | N | N
    Y | STOPPED | N | N
    N | INITIALIZED | N | N
    
    https://issues.apache.org/jira/browse/EAGLE-852

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

    $ git pull https://github.com/chitin/incubator-eagle EAGLE-852-startbutton

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

    https://github.com/apache/eagle/pull/767.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 #767
    
----
commit 91b60c52038d62565d75049d7608248fe7ad5afb
Author: chitin <ch...@gmail.com>
Date:   2017-01-09T05:10:27Z

    [MINOR] Fix unit test problem
    - Add dependency for HADOOP_METRIC_MONITOR, should fix UT.

commit 37c0ea9c664a5e61ed6cac3cd43cb509a20206f7
Author: chitin <ch...@gmail.com>
Date:   2017-01-09T09:00:54Z

    EAGLE-852 Application start button should be disabled when it's running, and the same for stop button.
    - Add disabled judgment logic.
    
    https://issues.apache.org/jira/browse/EAGLE-852

----


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

[GitHub] eagle issue #767: EAGLE-852 Application start button should be disabled when...

Posted by haoch <gi...@git.apache.org>.
Github user haoch commented on the issue:

    https://github.com/apache/eagle/pull/767
  
    LGTM


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

[GitHub] eagle pull request #767: EAGLE-852 Application start button should be disabl...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


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