]> source.dussan.org Git - sonarqube.git/commit
SONAR-6834 Add search and filtering capabilities to the Project Computation page
authorStas Vilchik <vilchiks@gmail.com>
Mon, 21 Sep 2015 17:19:41 +0000 (19:19 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 25 Sep 2015 13:22:52 +0000 (15:22 +0200)
commitb981083dcfeae67da93774744921493b3f49a2d2
tree083b1a26cfbbd39848cc387a1b55eeedcbf6d50c
parent47ab4975909b4c1b2bb0afdfdd90475e61d855b7
SONAR-6834 Add search and filtering capabilities to the Project Computation page
19 files changed:
server/sonar-web/Gruntfile.coffee
server/sonar-web/src/main/js/api/ce.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/app.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/constants.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/header.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/main.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/search.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/stats.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/background-tasks/tasks.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/nav/links-mixin.jsx
server/sonar-web/src/main/js/apps/nav/settings/settings-nav.jsx
server/sonar-web/src/main/js/components/shared/list-footer.jsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/shared/radio-toggle.jsx
server/sonar-web/src/main/js/libs/third-party/moment.js
server/sonar-web/src/main/less/init/misc.less
server/sonar-web/src/main/less/pages.less
server/sonar-web/src/main/less/pages/background-tasks.less [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/background_tasks_controller.rb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/background_tasks/index.html.erb [new file with mode: 0644]