stable
Clone or download
Read-only
Merge commit 'refs/changes/19/12219/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12011 Refactoring: introduce vuex for existing part 2 Change-Id: I3cede24ba813214201b2d6e331a13e4d6871fb42
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/www/scripts/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/package.json | +2 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/app.spec.js | +2 | −3 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.spec.js | +0 | −78 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue | +13 | −58 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | +2 | −62 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue | +6 | −10 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.spec.js | +0 | −51 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue | +6 | −10 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.spec.js | +0 | −69 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue | +12 | −27 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/index.js | +30 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +43 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js | +60 | −0 | Go to diff View file |
A | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +30 | −0 | Go to diff View file |