[
https://issues.apache.org/jira/browse/AMBARI-20616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983710#comment-15983710
]
Hudson commented on AMBARI-20616:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7354 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7354/])
AMBARI-20616: Provide an optional attribute for custom commands to (sangeetar:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=35d7220afb894565134dd1503d8f2dc08d7be59c])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java
* (edit) ambari-web/app/views/wizard/step9/hostLogPopupBody_view.js
* (edit) ambari-server/src/main/resources/properties.json
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostRoleCommandEntity.java
* (edit) ambari-web/app/utils/helper.js
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/HostRoleCommand.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/TaskResourceProviderTest.java
* (edit) ambari-web/test/utils/helper_test.js
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog300.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/TaskResourceProvider.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
* (edit) ambari-web/app/utils/host_progress_popup.js
* (add)
ambari-server/src/test/java/org/apache/ambari/server/orm/entities/HostRoleCommandEntityTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java
* (edit) ambari-web/app/controllers/wizard/step9_controller.js
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/CustomCommandDefinition.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql
* (edit) ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql
* (edit) ambari-web/app/utils/ajax/ajax.js
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
> Provide an optional attribute for custom commands to specify title used in
> operations window title
> --------------------------------------------------------------------------------------------------
>
> Key: AMBARI-20616
> URL: https://issues.apache.org/jira/browse/AMBARI-20616
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-sever
> Affects Versions: trunk
> Reporter: Sangeeta Ravindran
> Assignee: Sangeeta Ravindran
> Priority: Minor
> Fix For: trunk
>
> Attachments: AMBARI-20616_3.patch, AMBARI-20616.patch
>
>
> Some services in our stack have custom commands where the name is a
> combination of operation and component name.
> For e.g. <name>Remove_Logical_myservice_mycomponent</name>
> When the custom command is being executed, the operations window title is
> displayed as "Remove Logical myservice mycomponent mycomponent"
> It would be useful to provide an optional attribute e.g. opsDisplayName for
> custom commands to specify the title displayed in the operations window.
> <customCommand>
> <name>Remove_Logical_myservice_mycomponent</name>
> <opsDisplayName>true</opsDisplayName>
> <commandScript>
> <script>scripts/mycomponent.py</script>
> <scriptType>PYTHON</scriptType>
> <timeout>10800</timeout>
> </commandScript>
> </customCommand>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)