/[Apache-SVN]
ViewVC logotype

Revision 1418985


Jump to revision: Previous Next
Author: yusaku
Date: Sun Dec 9 14:47:44 2012 UTC (11 years, 4 months ago)
Changed paths: 54
Log Message:
AMBARI-1059. Refactor cluster management. (yusaku)

Changed paths

Path Details
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/global/cluster_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/global/update_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/installer.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/main/charts/heatmap.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/main/host/add_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/main/service/add_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard/step3_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard/step5_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard/step6_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard/step8_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard/step9_controller.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers/wizard.js added
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/controllers.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/data/mock/services.js deleted
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/data/services.js added
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/initialize.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/mappers/alerts_mapper.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/messages.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/models/hosts.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/router.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/routes/add_host_routes.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/routes/add_service_routes.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/routes/installer.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/routes/main.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/styles/application.less modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/styles/apps.less modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/charts/heatmap/heatmap_host.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/charts/heatmap/heatmap_rack.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/charts/heatmap.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/charts/linear_time.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/dashboard/service/hbase.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/dashboard/service/hdfs.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/dashboard/service/mapreduce.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/dashboard.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/host.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/service/info/client_summary.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/main/service/info/summary.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/wizard/step3.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/wizard/step4.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/templates/wizard/step8.hbs modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/utils/graph.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/common/chart/linear_time.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/admin/user/create.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/dashboard/service/hbase.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/dashboard/service/hdfs.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/dashboard/service/mapreduce.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/dashboard/service.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/dashboard.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/service/info/summary.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/main/service/menu.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/wizard/step1_view.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/wizard/step3_view.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/app/views/wizard/step8_view.js modified , text changed
Directoryincubator/ambari/branches/AMBARI-666/ambari-web/vendor/scripts/spin.min.js added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26