stable
Clone or download
Read-only
Part of story #18336 add support of markdown No functional change expected in card fields display in Kanban and Planning view. Extracting this as a lib lets us remove some of the aliasing "magic" performed both in Jest and in Webpack. Not all could be removed though because there are still a couple of "external" dependencies (the Artifact modal, the cumulative flow diagram). Change-Id: Iea616b371c07abe26d9eedc1a7123dc94f22262f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/package-lock.json | +0 | −15 | Go to diff View file |
M | plugins/agiledashboard/package.json | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/jest.config.js | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/package-lock.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/package.json | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item.js | +1 | −1 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/card-fields/.gitignore | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/card-fields/jest.config.js | +29 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/card-fields/package-lock.json | +41 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/card-fields/package.json | +32 | −0 | Go to diff View file |
R | plugins/agiledashboard/scripts/card-fields/card-computed-field/card-computed-field-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-computed-field/card-computed-field.tpl.html | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-fields-controller.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-fields-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-fields-service.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-fields.tpl.html | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-text-field/card-text-field-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/card-text-field/card-text-field.tpl.html | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/highlight-filter.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/highlight-filter-test.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/index.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/tuleap-card-link-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/card-fields/tuleap-simple-field-directive.js | Go to diff View file | ||
A | plugins/agiledashboard/scripts/lib/card-fields/webpack.common.js | +49 | −0 | Go to diff View file |
R | plugins/agiledashboard/scripts/kanban/tests/card-fields.test.js | Go to diff View file | ||
R | plugins/agiledashboard/scripts/planning-v2/tests/card-fields.test.js | Go to diff View file | ||
M | plugins/agiledashboard/scripts/planning-v2/jest.config.js | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/package.json | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/app.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/webpack.common.js | +7 | −13 | Go to diff View file |
M | tests/jest/jest.projects.config.js | +2 | −1 | Go to diff View file |