stable
Clone or download
Read-only
Merge commit 'refs/changes/22/14922/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13319 create vue utils tests for Personal Timetracking widget Change-Id: I8d29df87cf80ca3a960585a5db2430fc7b9304d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/app.spec.js | +6 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.spec.js | +65 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue | +0 | −2 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | +86 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +7 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue | +4 | −3 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.spec.js | +67 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue | +2 | −3 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.spec.js | +85 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue | +6 | −4 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.spec.js | +57 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue | +2 | −2 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/helpers/local-vue.js | +33 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/helpers/store-wrapper.spec-helper.js | +42 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/index.js | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.spec.js | +27 | −25 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/index.js | +8 | −6 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +83 | −81 | Go to diff View file |