How to test web install flow

2018-01-09 Thread Dai Xiang
Hi!

I have read related docs and `brunch w -s` is a great cmd to do web
related test. 
But i am confused about that it can not test install flow.

Is there a good way to test it?
-- 
Best Regards
Dai Xiang


Re: [VOTE] Move ASF Github Bot comments to Worklog in JIRA

2018-01-09 Thread Jonathan Hurley
+1 - we definitely don't want these in the comments section!

> On Jan 9, 2018, at 12:49 PM, Nate Cole  wrote:
> 
> +1
> 
> On 1/9/18, 11:56 AM, "Sandor Molnar"  wrote:
> 
>+1
> 
>I believe this is a really good idea.
> 
>Sandor
> 
>From: Vivek Ratnavel 
>Reply-To: "dev@ambari.apache.org" 
>Date: Tuesday, January 9, 2018 at 8:04 PM
>To: "dev@ambari.apache.org" 
>Subject: [VOTE] Move ASF Github Bot comments to Worklog in JIRA
> 
>Hi Team,
> 
>The Apache Ambari repository was moved to gitbox yesterday for deeper 
> integration with github and folks have started using github for review and 
> merge of patches. If you are unsure of any step, please read the updated How 
> to 
> Contribute
>  guide.
> 
>With JIRA linking enabled on Github pull requests, the ASF Github Bot 
> automatically posts several messages as comments in the related JIRA. Check 
> this JIRA for example - https://issues.apache.org/jira/browse/AMBARI-22739. 
> While it is nice to have these comments, we don't want to pollute the 
> comments section of JIRA. When I contacted Apache Infra team on this issue, 
> they suggested that there is an option to push these messages to "Worklog" 
> section of JIRA which made sense to me.
> 
>I am starting this thread to get your vote on moving ASF Github Bot 
> comments to "Worklog" section in JIRA.
> 
>[cid:ii_jc808qxg0_160dc4eda9a1917b]
>Thanks,
>Vivek Ratnavel​
> 
> 



Re: Permissions to modify Jenkins job at builds.apache.org

2018-01-09 Thread Yusaku Sako
Hi Vivek,

Thanks for looking into this.
I’ve given you edit access to builds.apache.org Jenkins jobs.

Yusaku

On 1/9/18, 3:07 PM, "Vivek Ratnavel"  wrote:

Hi Team,

There is a jenkins job


that runs every 10 minutes looking for Ambari JIRA with new patches. This
will no longer run due to our new Github pull request model to review and
merge changes.

I can edit this job to look for new github pull requests and run tests on
the pull request branch. But, I don't have permissions to edit or create
new jenkins job at builds.apache.org.

I request the PMC chair to grant me access to edit the jenkins job to do
the needful.

Thanks,
Vivek Ratnavel




Permissions to modify Jenkins job at builds.apache.org

2018-01-09 Thread Vivek Ratnavel
Hi Team,

There is a jenkins job

that runs every 10 minutes looking for Ambari JIRA with new patches. This
will no longer run due to our new Github pull request model to review and
merge changes.

I can edit this job to look for new github pull requests and run tests on
the pull request branch. But, I don't have permissions to edit or create
new jenkins job at builds.apache.org.

I request the PMC chair to grant me access to edit the jenkins job to do
the needful.

Thanks,
Vivek Ratnavel


Re: [VOTE] Move ASF Github Bot comments to Worklog in JIRA

2018-01-09 Thread Nate Cole
+1

On 1/9/18, 11:56 AM, "Sandor Molnar"  wrote:

+1

I believe this is a really good idea.

Sandor

From: Vivek Ratnavel 
Reply-To: "dev@ambari.apache.org" 
Date: Tuesday, January 9, 2018 at 8:04 PM
To: "dev@ambari.apache.org" 
Subject: [VOTE] Move ASF Github Bot comments to Worklog in JIRA

Hi Team,

The Apache Ambari repository was moved to gitbox yesterday for deeper 
integration with github and folks have started using github for review and 
merge of patches. If you are unsure of any step, please read the updated How to 
Contribute
 guide.

With JIRA linking enabled on Github pull requests, the ASF Github Bot 
automatically posts several messages as comments in the related JIRA. Check 
this JIRA for example - https://issues.apache.org/jira/browse/AMBARI-22739. 
While it is nice to have these comments, we don't want to pollute the comments 
section of JIRA. When I contacted Apache Infra team on this issue, they 
suggested that there is an option to push these messages to "Worklog" section 
of JIRA which made sense to me.

I am starting this thread to get your vote on moving ASF Github Bot 
comments to "Worklog" section in JIRA.

[cid:ii_jc808qxg0_160dc4eda9a1917b]
Thanks,
Vivek Ratnavel​




Re: [VOTE] Move ASF Github Bot comments to Worklog in JIRA

2018-01-09 Thread Sandor Molnar
+1

I believe this is a really good idea.

Sandor

From: Vivek Ratnavel 
Reply-To: "dev@ambari.apache.org" 
Date: Tuesday, January 9, 2018 at 8:04 PM
To: "dev@ambari.apache.org" 
Subject: [VOTE] Move ASF Github Bot comments to Worklog in JIRA

Hi Team,

The Apache Ambari repository was moved to gitbox yesterday for deeper 
integration with github and folks have started using github for review and 
merge of patches. If you are unsure of any step, please read the updated How to 
Contribute
 guide.

With JIRA linking enabled on Github pull requests, the ASF Github Bot 
automatically posts several messages as comments in the related JIRA. Check 
this JIRA for example - https://issues.apache.org/jira/browse/AMBARI-22739. 
While it is nice to have these comments, we don't want to pollute the comments 
section of JIRA. When I contacted Apache Infra team on this issue, they 
suggested that there is an option to push these messages to "Worklog" section 
of JIRA which made sense to me.

I am starting this thread to get your vote on moving ASF Github Bot comments to 
"Worklog" section in JIRA.

[cid:ii_jc808qxg0_160dc4eda9a1917b]
Thanks,
Vivek Ratnavel​


Re: How to read web api-docs and start to develop web

2018-01-09 Thread Vivek Ratnavel
Hi Dai Xiang,

You can take a look at
https://cwiki.apache.org/confluence/display/AMBARI/Add+a+host+and+deploy+components+using+APIs
and all the pages under "API usage scenarios, troubleshooting, and other
FAQs" menu item to get familiar with Aari APIs.

To test ambari-web, you can run:
cd ambari/ambari-web
npm test

If you would like to contribute code, then please read the How to Contribute

guide.

Thanks,
Vivek Ratnavel

On Tue, Jan 9, 2018 at 2:17 AM, Dai Xiang  wrote:

> Hi!
>
> Ambari web is wonderful and it uses many js framework.
>
> I want to read api-docs but do not know how to read since they are in
> html and i want to read them from brower.
>
> Also, is there a easy way to test web from brower without build rpm
> pkgs?
>
> Please help me and share details if possible.
>
> --
> Best Regards
> Dai Xiang
>


[VOTE] Move ASF Github Bot comments to Worklog in JIRA

2018-01-09 Thread Vivek Ratnavel
Hi Team,

The Apache Ambari repository was moved to gitbox yesterday for deeper
integration with github and folks have started using github for review and
merge of patches. If you are unsure of any step, please read the updated How
to Contribute

guide.

With JIRA linking enabled on Github pull requests, the ASF Github Bot
automatically posts several messages as comments in the related JIRA. Check
this JIRA for example - https://issues.apache.org/jira/browse/AMBARI-22739.
While it is nice to have these comments, we don't want to pollute the
comments section of JIRA. When I contacted Apache Infra team on this issue,
they suggested that there is an option to push these messages to "Worklog"
section of JIRA which made sense to me.

I am starting this thread to get your vote on moving ASF Github Bot
comments to "Worklog" section in JIRA.



Thanks,
Vivek Ratnavel​


test

2018-01-09 Thread Andrii Tkach



How to read web api-docs and start to develop web

2018-01-09 Thread Dai Xiang
Hi!

Ambari web is wonderful and it uses many js framework.

I want to read api-docs but do not know how to read since they are in
html and i want to read them from brower.

Also, is there a easy way to test web from brower without build rpm
pkgs?

Please help me and share details if possible.

-- 
Best Regards
Dai Xiang