You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/17 20:51:34 UTC

[jira] [Commented] (AMBARI-7840) Slider View: App names should only contain small caps and numbers

    [ https://issues.apache.org/jira/browse/AMBARI-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175375#comment-14175375 ] 

Hudson commented on AMBARI-7840:
--------------------------------

SUCCESS: Integrated in Ambari-branch-1.7.0 #136 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/136/])
AMBARI-7840. Slider View: App names should only contain small caps and numbers (Buzhor Denys via srimanth) (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=cbccd7354b1de1a139c8c28f4b43ce41a3b75857)
* contrib/views/slider/src/main/resources/ui/test/unit/controllers/createAppWizard/step1_controller_test.js
* contrib/views/slider/src/main/resources/ui/app/controllers/createAppWizard/step1_controller.js


> Slider View: App names should only contain small caps and numbers
> -----------------------------------------------------------------
>
>                 Key: AMBARI-7840
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7840
>             Project: Ambari
>          Issue Type: Bug
>          Components: contrib
>    Affects Versions: 1.7.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7840.patch
>
>
> When creating a slider app with caps, the following is encountered. 
> Response:
> {noformat}
> {
>   "status": 500,
>   "message": "Illegal cluster name: NAME"
> }
> {noformat}
> Slider view should use the same name pattern validation as slider, which is {{"[a-z][a-z0-9_-]*"}}



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