Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB26118426 for ; Fri, 4 Mar 2016 00:41:08 +0000 (UTC) Received: (qmail 99324 invoked by uid 500); 4 Mar 2016 00:41:08 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 99290 invoked by uid 500); 4 Mar 2016 00:41:08 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 99274 invoked by uid 99); 4 Mar 2016 00:41:08 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2016 00:41:08 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 129972E81DA; Fri, 4 Mar 2016 00:41:08 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4259301615350129587==" MIME-Version: 1.0 Subject: Re: Review Request 44253: Add a "Add" button to Repo management UI. From: Matt To: Alexandr Antonenko , Sumit Mohanty , Yusaku Sako Cc: Matt , Ambari Date: Fri, 04 Mar 2016 00:41:08 -0000 Message-ID: <20160304004108.7389.65368@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Matt X-ReviewGroup: Ambari X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/44253/ X-Sender: Matt References: <20160302194129.1648.48012@reviews.apache.org> In-Reply-To: <20160302194129.1648.48012@reviews.apache.org> X-ReviewBoard-Diff-For: ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AddRepositoryModal.html X-ReviewBoard-Diff-For: ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/AddRepositoryModal.js Reply-To: Matt X-ReviewRequest-Repository: ambari --===============4259301615350129587== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44253/ ----------------------------------------------------------- (Updated March 3, 2016, 4:41 p.m.) Review request for Ambari, Alexandr Antonenko, Sumit Mohanty, and Yusaku Sako. Changes ------- Add experimental flag Bugs: AMBARI-13216 https://issues.apache.org/jira/browse/AMBARI-13216 Repository: ambari Description ------- This patch adds a UI button to the Ambari Admin view which allows users to Add a repository to an stack which is already installed on the cluster. Steps to follow to add a new repository to the stack: - Add the new repository to HDP/x.y/repos/repoinfo.xml - Check if the new repository is available at the REST endpoint. Eg: http://c6401.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.4/operating_systems/redhat6/repositories - Go to Ambari Admin UI and add the repository. **Screenshots:** ![Image 1](https://issues.apache.org/jira/secure/attachment/12790852/screenshot-1.png) ![Image 2](https://issues.apache.org/jira/secure/attachment/12790854/screenshot-2.png) Diffs (updated) ----- ambari-admin/src/main/resources/ui/admin-web/app/index.html fe049ac ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/mainCtrl.js 1213d0d ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js 97a7696 ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsEditCtrl.js dcd79df ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/AddRepositoryModal.js PRE-CREATION ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css ff963ee ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AddRepositoryModal.html PRE-CREATION ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html 0c6ca84 ambari-web/app/config.js 098a0dc Diff: https://reviews.apache.org/r/44253/diff/ Testing ------- Manually Tested. Thanks, Matt --===============4259301615350129587==--