stable
Clone or download
Read-only
story #8341: Filter backlog items in planning v2 backlog
Change-Id: I48f9d80e746f7ada7f300afeb1b02c1f64faac5b
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 |