[jira] [Created] (EAGLE-623) [Maven] Move dependencies in profile "dev" to "eagle-topology-assembly"

2016-10-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-623:
--

 Summary: [Maven] Move dependencies in profile "dev" to 
"eagle-topology-assembly"
 Key: EAGLE-623
 URL: https://issues.apache.org/jira/browse/EAGLE-623
 Project: Eagle
  Issue Type: Improvement
Affects Versions: v0.5.0
Reporter: Hao Chen
Assignee: wujinhu
 Fix For: v0.5.0


"dev" profile is just to make sure developer could easily load all apps in 
development mode. So we should move all application-specific dependencies into 
"eagle-topology-assembly" and let "eagle-server" depend on 
"eagle-topology-assembly" in "dev" profile, and always keep 
"eagle-topology-assembly" as single source of truth to assemble different 
applications' topologies.



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


[jira] [Updated] (EAGLE-624) Installation Doc is not correctly shown in Installation Dialog

2016-10-15 Thread Hao Chen (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hao Chen updated EAGLE-624:
---
Labels: eagle-ui  (was: )

> Installation Doc is not correctly shown in Installation Dialog
> --
>
> Key: EAGLE-624
> URL: https://issues.apache.org/jira/browse/EAGLE-624
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Hao Chen
>Assignee: Hao Chen
>  Labels: eagle-ui
> Fix For: v0.5.0
>
>
> Installation Doc is not correctly shown in Installation Dialog



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


[jira] [Created] (EAGLE-626) Add Eagle HBase Metric Store Publisher

2016-10-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-626:
--

 Summary: Add Eagle HBase Metric Store Publisher
 Key: EAGLE-626
 URL: https://issues.apache.org/jira/browse/EAGLE-626
 Project: Eagle
  Issue Type: New Feature
Affects Versions: v0.5.0
Reporter: Hao Chen
Assignee: Hao Chen
 Fix For: v0.5.0






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


[jira] [Commented] (EAGLE-624) Installation Doc is not correctly shown in Installation Dialog

2016-10-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on EAGLE-624:
--

GitHub user haoch opened a pull request:

https://github.com/apache/incubator-eagle/pull/513

[EAGLE-624][UI] Improve ui information and fix bugs

## Improvements
* Show dependencies apps number
* Support XML child node tree as String in app docs
* Cleanup eagle-server dependencies and output
* Move business logic specific logics into dev profile
* Rename header and remove pre fo installation content

## Bugs
* Fix siteName bug in ui
* Installation Doc is not correctly shown in Installation Dialog

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

$ git pull https://github.com/haoch/incubator-eagle ImproveUIInfo

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

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


commit 185decfeed9ae2d8675f0412e62157c162e22120
Author: Hao Chen 
Date:   2016-10-15T06:10:36Z

Move business logic specific logics into dev profile

commit cf1582c626932fc543509e98f96b809da6b30f8d
Author: Hao Chen 
Date:   2016-10-15T06:32:35Z

Cleanup eagle-server dependencies and output

commit a4b296197b4cea432b0119f0c6ebfadb5ab8b4e5
Author: Hao Chen 
Date:   2016-10-15T06:35:59Z

Fix siteName bug in ui

commit a13120e58b1704c0517de4a34956ea9ec0506236
Author: Hao Chen 
Date:   2016-10-15T16:29:38Z

Support XML child node tree as String in app docs

commit b14d501a725a8b95096d3c9201a2b2522eb3bc7a
Author: Hao Chen 
Date:   2016-10-15T17:15:06Z

Rename header and remove pre fo installation content

commit a7fa5a5d89921eaf30f8a67211016e2cafb4f811
Author: Hao Chen 
Date:   2016-10-15T17:38:42Z

Support XML child node tree as String in app docs

commit 2670f14930161613c112f2223d2eed3e10a2d2e5
Author: Hao Chen 
Date:   2016-10-15T17:46:26Z

EAGLE-624 Fix Installation Doc is not correctly shown in Installation Dialog




> Installation Doc is not correctly shown in Installation Dialog
> --
>
> Key: EAGLE-624
> URL: https://issues.apache.org/jira/browse/EAGLE-624
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Hao Chen
>Assignee: Hao Chen
>  Labels: eagle-ui
> Fix For: v0.5.0
>
>
> h2. Improvements
> * Show dependencies apps number
> * Support XML child node tree as String in app docs
> * Cleanup eagle-server dependencies and output
> * Move business logic specific logics into dev profile
> * Rename header and remove pre fo installation content
> h2. Bugs
> * Fix siteName bug in ui
> * Installation Doc is not correctly shown in Installation Dialog



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


[GitHub] incubator-eagle pull request #513: [EAGLE-624][UI] Improve ui information an...

2016-10-15 Thread haoch
GitHub user haoch opened a pull request:

https://github.com/apache/incubator-eagle/pull/513

[EAGLE-624][UI] Improve ui information and fix bugs

## Improvements
* Show dependencies apps number
* Support XML child node tree as String in app docs
* Cleanup eagle-server dependencies and output
* Move business logic specific logics into dev profile
* Rename header and remove pre fo installation content

## Bugs
* Fix siteName bug in ui
* Installation Doc is not correctly shown in Installation Dialog

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

$ git pull https://github.com/haoch/incubator-eagle ImproveUIInfo

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

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


commit 185decfeed9ae2d8675f0412e62157c162e22120
Author: Hao Chen 
Date:   2016-10-15T06:10:36Z

Move business logic specific logics into dev profile

commit cf1582c626932fc543509e98f96b809da6b30f8d
Author: Hao Chen 
Date:   2016-10-15T06:32:35Z

Cleanup eagle-server dependencies and output

commit a4b296197b4cea432b0119f0c6ebfadb5ab8b4e5
Author: Hao Chen 
Date:   2016-10-15T06:35:59Z

Fix siteName bug in ui

commit a13120e58b1704c0517de4a34956ea9ec0506236
Author: Hao Chen 
Date:   2016-10-15T16:29:38Z

Support XML child node tree as String in app docs

commit b14d501a725a8b95096d3c9201a2b2522eb3bc7a
Author: Hao Chen 
Date:   2016-10-15T17:15:06Z

Rename header and remove pre fo installation content

commit a7fa5a5d89921eaf30f8a67211016e2cafb4f811
Author: Hao Chen 
Date:   2016-10-15T17:38:42Z

Support XML child node tree as String in app docs

commit 2670f14930161613c112f2223d2eed3e10a2d2e5
Author: Hao Chen 
Date:   2016-10-15T17:46:26Z

EAGLE-624 Fix Installation Doc is not correctly shown in Installation Dialog




---
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.
---


[jira] [Updated] (EAGLE-624) Installation Doc is not correctly shown in Installation Dialog

2016-10-15 Thread Hao Chen (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hao Chen updated EAGLE-624:
---
Description: 
h2. Improvements
* Show dependencies apps number
* Support XML child node tree as String in app docs
* Cleanup eagle-server dependencies and output
* Move business logic specific logics into dev profile
* Rename header and remove pre fo installation content

h2. Bugs
* Fix siteName bug in ui
* Installation Doc is not correctly shown in Installation Dialog

  was:Installation Doc is not correctly shown in Installation Dialog


> Installation Doc is not correctly shown in Installation Dialog
> --
>
> Key: EAGLE-624
> URL: https://issues.apache.org/jira/browse/EAGLE-624
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Hao Chen
>Assignee: Hao Chen
>  Labels: eagle-ui
> Fix For: v0.5.0
>
>
> h2. Improvements
> * Show dependencies apps number
> * Support XML child node tree as String in app docs
> * Cleanup eagle-server dependencies and output
> * Move business logic specific logics into dev profile
> * Rename header and remove pre fo installation content
> h2. Bugs
> * Fix siteName bug in ui
> * Installation Doc is not correctly shown in Installation Dialog



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


[jira] [Assigned] (EAGLE-624) Installation Doc is not correctly shown in Installation Dialog

2016-10-15 Thread Hao Chen (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hao Chen reassigned EAGLE-624:
--

Assignee: Hao Chen  (was: Jilin, Jiang)

> Installation Doc is not correctly shown in Installation Dialog
> --
>
> Key: EAGLE-624
> URL: https://issues.apache.org/jira/browse/EAGLE-624
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Hao Chen
>Assignee: Hao Chen
> Fix For: v0.5.0
>
>
> Installation Doc is not correctly shown in Installation Dialog



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


[jira] [Created] (EAGLE-625) Site home page error for missing partials/site/home.html

2016-10-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-625:
--

 Summary: Site home page error for missing partials/site/home.html
 Key: EAGLE-625
 URL: https://issues.apache.org/jira/browse/EAGLE-625
 Project: Eagle
  Issue Type: Bug
Affects Versions: v0.5.0
Reporter: Hao Chen
Assignee: Jilin, Jiang
 Fix For: v0.5.0


{code}
url:
partials/site/home.html?_=0.5842998691423007

status:
404

exception:
undefined

message:
undefined
{code}



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


[jira] [Created] (EAGLE-624) Installation Doc is not correctly shown in Installation Dialog

2016-10-15 Thread Hao Chen (JIRA)
Hao Chen created EAGLE-624:
--

 Summary: Installation Doc is not correctly shown in Installation 
Dialog
 Key: EAGLE-624
 URL: https://issues.apache.org/jira/browse/EAGLE-624
 Project: Eagle
  Issue Type: Bug
Affects Versions: v0.5.0
Reporter: Hao Chen
Assignee: Jilin, Jiang
 Fix For: v0.5.0


Installation Doc is not correctly shown in Installation Dialog



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