stable
Clone or download
Read-only
Merge commit 'refs/changes/97/4397/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8341: Filter backlog items in planning v2 backlog Change-Id: I803f44698262b7a41454c7be752cda3fd5e1a193
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/planning-v2/Gruntfile.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/bower.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +23 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +11 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +81 | −51 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +172 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html | +18 | −18 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-service.js | +4 | −4 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-service.spec.js | +101 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields-service.js | +45 | −16 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/highlight-filter/highlight-filter.js | +42 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/highlight-filter/highlight-filter.spec.js | +69 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/in-properties-filter/in-properties-filter.js | +111 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/in-properties-filter/in-properties-filter.spec.js | +741 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.spec.js | +87 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html | +20 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/less/main.less | +40 | −3 | Go to diff View file |