]> source.dussan.org Git - sonarqube.git/commit
SONAR-6602 refactor groups page
authorStas Vilchik <vilchiks@gmail.com>
Tue, 2 Jun 2015 11:53:17 +0000 (13:53 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 2 Jun 2015 13:08:42 +0000 (15:08 +0200)
commitc04875f418197895a512cc77026327c3da99d1d2
treedbc81566b6da483d907ba75b97e9b41b15b29570
parentc0f8ed1eca7185bcb63454ba8757a0290721e1dc
SONAR-6602 refactor groups page
37 files changed:
server/sonar-web/Gruntfile.coffee
server/sonar-web/src/main/js/apps/groups/app.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/create-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/delete-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/form-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/group.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/groups.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/header-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/layout.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/list-footer-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/list-item-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/list-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/search-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-delete.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-form.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-header.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-layout.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-list-footer.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-list-item.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-search.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/templates/groups-users.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/update-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/users-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/groups-view.js
server/sonar-web/src/main/less/components/panels.less
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
server/sonar-web/src/test/js/groups-spec.js [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/error.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search-big-1.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search-big-2.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search-created.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search-filtered.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search-updated.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/search.json [new file with mode: 0644]
server/sonar-web/src/test/json/groups-spec/users.json [new file with mode: 0644]
server/sonar-web/src/test/views/groups.jade [new file with mode: 0644]