aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
Commit message (Expand)AuthorAgeFilesLines
* add backbone-superStas Vilchik2015-06-021-0/+1
* SONAR-6602 refactor groups pageStas Vilchik2015-06-021-0/+7
* move issues page from coffee to jsStas Vilchik2015-06-011-17/+2
* move issue component from coffee to jsStas Vilchik2015-05-291-1/+1
* fix web buildStas Vilchik2015-05-291-5/+2
* use grunt-concurrentStas Vilchik2015-05-281-24/+32
* refactor quality gates pageStas Vilchik2015-05-281-3/+3
* migrate some code from coffee to jsStas Vilchik2015-05-261-5/+8
* improve gruntfileStas Vilchik2015-05-261-68/+29
* SONAR-6581 refactor provisioning pageStas Vilchik2015-05-251-0/+11
* SONAR-6579 add support of gravatarsStas Vilchik2015-05-251-0/+1
* SONAR-6565 refactor users pageStas Vilchik2015-05-221-1/+18
* disable parallel compilation of web assetsStas Vilchik2015-05-201-4/+1
* fix paths in coverage reportStas Vilchik2015-05-191-2/+1
* sanitize gruntfileStas Vilchik2015-05-191-25/+8
* parallel execution of web tests using grunt-parallelStas Vilchik2015-05-191-24/+58
* move require.js to third-partyStas Vilchik2015-05-191-1/+1
* change web structure: separate componentsStas Vilchik2015-05-191-235/+195
* SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-191-16/+0
* fix grunt watch taskStas Vilchik2015-05-151-1/+1
* add grunt task for quick build (no minification)Stas Vilchik2015-05-151-0/+3
* faster grunt buildStas Vilchik2015-05-061-20/+30
* SONAR-6005 Migrate markdown help window from rubyStas Vilchik2015-04-201-0/+7
* drop unused js codeStas Vilchik2015-04-101-2/+0
* SONAR-5851 add app skeletonStas Vilchik2015-04-101-0/+7
* revert SONAR-6331Stas Vilchik2015-04-091-7/+0
* remove dashboard2 prototypeStas Vilchik2015-04-021-7/+0
* SONAR-6331 refactor overview pageStas Vilchik2015-03-311-3/+1
* SONAR-6331 add a project overview pageStas Vilchik2015-03-301-0/+9
* add some web testsStas Vilchik2015-03-171-0/+1
* remove extra logging of web tests, do not fail fast during analysisStas Vilchik2015-03-131-5/+2
* fix lcov report for windowsStas Vilchik2015-03-131-4/+4
* try to fix execution of web tests on windowsStas Vilchik2015-03-131-2/+6
* add extra logging for web testsStas Vilchik2015-03-131-2/+1
* Revert "disable parallel execution of web tests with coverage"Stas Vilchik2015-03-131-0/+1
* disable parallel execution of web tests with coverageStas Vilchik2015-03-121-1/+0
* enable parallel execution for tests with coverage, stabilize coverage reportingStas Vilchik2015-03-121-0/+1
* do not instrument 3rd-party libraries and templatesStas Vilchik2015-03-061-4/+4
* Merge remote-tracking branch 'remotes/origin/feature/workspace' into branch-5.2Stas Vilchik2015-03-061-0/+3
|\
| * SONAR-6215 Add a workspace POCStas Vilchik2015-03-021-0/+3
* | Revert "generate relative paths for the lcov report"Stas Vilchik2015-03-061-2/+2
* | Revert "try to fix file paths in the coverage report"Stas Vilchik2015-03-061-4/+4
* | try to fix file paths in the coverage reportStas Vilchik2015-03-061-4/+4
* | generate relative paths for the lcov reportStas Vilchik2015-03-051-2/+2
* | SONAR-5726 SONAR-6234 cover some corner cases, add testsStas Vilchik2015-03-041-0/+10
* | generate js coverage report from casperjs testsStas Vilchik2015-03-041-6/+52
* | SONAR-5726 add global issue filter widgetStas Vilchik2015-03-041-0/+7
|/
* add combined dev&watch grunt taskStas Vilchik2015-02-251-0/+3
* add static mapping for expressStas Vilchik2015-02-201-1/+3
* speed up uglify js stepStas Vilchik2015-02-201-18/+4