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

Hudson commented on AMBARI-21183:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7615 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/7615/])
AMBARI-21183. Removal of INIT Repository State from Web Client (hiveww: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=12202a2fd303e0d557a987f77f33387e17c9fb81])
* (edit) ambari-web/app/models/stack_version/repository_version.js
* (edit) ambari-web/app/data/controller_route.js
* (edit) ambari-web/test/views/main/admin/stack_upgrade/version_view_test.js
* (edit) ambari-web/app/app.js
* (edit) 
ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js
* (edit) 
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_column_view.js
* (edit) 
ambari-web/test/views/main/admin/stack_upgrade/upgrade_version_box_view_test.js
* (edit) ambari-web/app/controllers/main/admin/stack_and_upgrade_controller.js
* (edit) ambari-web/test/app_test.js
* (edit) ambari-web/app/views/main/admin/stack_upgrade/upgrade_wizard_view.js
* (edit) 
ambari-web/test/controllers/main/admin/stack_and_upgrade_controller_test.js
* (edit) ambari-web/app/views/main/admin/stack_upgrade/versions_view.js
* (edit) 
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js


> Removal of INIT Repository State from Web Client
> ------------------------------------------------
>
>                 Key: AMBARI-21183
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21183
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 3.0.0
>            Reporter: Antonenko Alexander
>            Assignee: Antonenko Alexander
>             Fix For: 3.0.0
>
>
> AMBARI-21179 removed the unused {{INIT}} state from repository version 
> distributions. It seems like the web client is still using this field in 
> several places. The new value of repositories which were in the {{INIT}} 
> state is now {{NOT_REQUIRED}}:
> {code}
> {
>   "href": "http://localhost:8080/api/v1/clusters/c1/stack_versions/2";,
>   "ClusterStackVersions": {
>     "cluster_name": "c1",
>     "id": 2,
>     "repository_version": 2,
>     "stack": "HDP",
>     "state": "NOT_REQUIRED",
>     "version": "2.6",
>     "host_states": {
>       "CURRENT": [],
>       "INSTALLED": [],
>       "INSTALLING": [],
>       "INSTALL_FAILED": [],
>       "NOT_REQUIRED": [],
>       "OUT_OF_SYNC": []
>     }
>   },
>   "repository_versions": [
>     {
>       "href": 
> "http://localhost:8080/api/v1/clusters/c1/stack_versions/2/repository_versions/2";,
>       "RepositoryVersions": {
>         "id": 2,
>         "stack_name": "HDP",
>         "stack_version": "2.6"
>       }
>     }
>   ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to