]> source.dussan.org Git - sonarqube.git/commit
SONAR-5851 replace old profiles page with new one
authorStas Vilchik <vilchiks@gmail.com>
Mon, 13 Apr 2015 07:56:02 +0000 (09:56 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 13 Apr 2015 11:36:12 +0000 (13:36 +0200)
commitdf728b2edfc519075112cc157e4d7fe23fe514cb
tree4c5587ef172c22c844f9d3894d2ecd94df130ac1
parent1434abc6dcf716a06267a109908c7dc920fad9c8
SONAR-5851 replace old profiles page with new one
43 files changed:
server/sonar-web/src/main/hbs/nav/nav-global-navbar.hbs
server/sonar-web/src/main/js/quality-profiles/app.js
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/old_profiles_controller.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_profiles_controller.rb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_copy_form.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_create_form.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_diff_rule.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_new.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_rename_form.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_restore_built_in_form.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_restore_form.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/_tabs.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/changelog.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/compare.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/edit.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/index.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/inheritance.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/new.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/permalinks.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/projects.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/old_profiles/show.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_copy_form.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_create_form.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_diff_rule.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_new.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_rename_form.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_restore_built_in_form.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/edit.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/inheritance.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/new.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/permalinks.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/projects.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/quality_profiles/index.html.erb [deleted file]
server/sonar-web/src/test/js/quality-profiles.js
server/sonar-web/src/test/views/profiles.jade [new file with mode: 0644]
server/sonar-web/src/test/views/quality_profiles.jade [deleted file]