stable

Clone or download

Read-only

Merge commit 'refs/changes/34/9534/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #10667: Running Karma tests in a Docker container should not force to copy all the sources Change-Id: I73c59810c9f6af7d650e55e09068e91537808940

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/gulpfile.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/Gruntfile.js +8 −20 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/karma.config.js +50 −0 Go to diff View file
D plugins/agiledashboard/www/js/planning-v2/karma/karma-unit.tpl.js +0 −60 Go to diff View file
M plugins/frs/www/js/angular/Gruntfile.js +8 −20 Go to diff View file
A plugins/frs/www/js/angular/karma.config.js +49 −0 Go to diff View file
D plugins/frs/www/js/angular/karma/karma-unit.tpl.js +0 −59 Go to diff View file
M plugins/pullrequest/www/js/angular/Gruntfile.js +8 −20 Go to diff View file
A plugins/pullrequest/www/js/angular/karma.config.js +49 −0 Go to diff View file
D plugins/pullrequest/www/js/angular/karma/karma-unit.tpl.js +0 −59 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/gulpfile.js +1 −0 Go to diff View file
M tests/Jenkinsfile +1 −1 Go to diff View file