stable

Clone or download

Read-only

story #14387 Change to ProjectMilestones

Initially, these plugin was called "Release Widget" but due to some changes, in some places the plugin is "Project Milestones". So, that's not a good thing to have 2 names for the same widget. Now, the plugin is "Project Milestones" every where. No expected changes. Change-Id: Ib087c653abbff6026f6cf7fcf01e42e239e6fb47

Modified Files

Name
R plugins/release_widget/Makefile Go to diff View file
A plugins/projectmilestones/README.mkd +4 −0 Go to diff View file
R plugins/release_widget/VERSION Go to diff View file
A plugins/projectmilestones/build-manifest.json +14 −0 Go to diff View file
R plugins/release_widget/build-rpm.sh Go to diff View file
A plugins/projectmilestones/composer.json +11 −0 Go to diff View file
R plugins/release_widget/include/Plugin/PluginDescriptor.php Go to diff View file
R plugins/release_widget/include/Plugin/PluginInfo.php Go to diff View file
R plugins/release_widget/include/Widget/ProjectReleaseWidget.php Go to diff View file
R plugins/release_widget/include/Widget/ProjectReleasePresenter.php Go to diff View file
R plugins/release_widget/include/Widget/ProjectReleasePresenterBuilder.php Go to diff View file
R plugins/release_widget/include/release_widgetPlugin.php Go to diff View file
R plugins/release_widget/phpunit/.simpletest_skip Go to diff View file
R plugins/release_widget/phpunit/Widget/ProjectReleasePresenterBuilderTest.php Go to diff View file
R plugins/release_widget/rpm/Dockerfile Go to diff View file
R plugins/release_widget/scripts/jest.config.js Go to diff View file
R plugins/release_widget/scripts/package-lock.json Go to diff View file
R plugins/release_widget/scripts/package.json Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/__snapshots__/burndown-chart-drawer.test.ts.snap Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/__snapshots__/burndown-scale-drawer.test.ts.snap Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/__snapshots__/chart-badge-generator.test.ts.snap Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-chart-drawer.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-chart-drawer.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-scale-drawer.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-scale-drawer.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-time-scale-label-formatter.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-time-scale-label-formatter.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-badge-generator.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-badge-generator.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-badge-services.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-badge-services.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-data-service.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/burndown_chart_builder/chart-data-service.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/index.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/po/fr_FR.po Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/api/rest-querier.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/api/rest-querier.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/App.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/App.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/RoadmapSection.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/RoadmapSection.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/__snapshots__/RoadmapSection.test.ts.snap Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprints.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprints.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChart.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChart.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartDisplayer.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartDisplayer.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartError.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartError.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/__snapshots__/BurndownChartDisplayer.test.ts.snap Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDisplayer.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDisplayer.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/WhatsHotSection.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/WhatsHotSection.vue Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/helpers/date-formatters.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/helpers/date-formatters.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/helpers/local-vue-for-test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/helpers/user-locale-helper.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/store/actions.test.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/store/actions.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/store/getters.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/store/index.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/store/mutations.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/src/type.d.ts Go to diff View file
R plugins/release_widget/scripts/releasewidget/vue.shims.d.ts Go to diff View file
R plugins/release_widget/scripts/tsconfig.json Go to diff View file
R plugins/release_widget/scripts/webpack.config.js Go to diff View file
R plugins/release_widget/site-content/fr_FR/LC_MESSAGES/tuleap-release_widget.po Go to diff View file
R plugins/release_widget/templates/releasewidget.mustache Go to diff View file
R plugins/release_widget/themes/BurningParrot/_headers.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/_release-chart.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/_release-toggle-badges-sprints.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/_release-toggle-tracker-artifacts-badges.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/_release-toggle.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/_widget.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-blue-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-blue.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-green-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-green.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-grey-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-grey.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-orange-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-orange.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-purple-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-purple.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-red-condensed.scss Go to diff View file
R plugins/release_widget/themes/BurningParrot/style-red.scss Go to diff View file
A plugins/projectmilestones/themes/package-lock.json +4 −0 Go to diff View file
R plugins/release_widget/themes/package.json Go to diff View file
R plugins/release_widget/themes/webpack.common.js Go to diff View file
R plugins/release_widget/themes/webpack.dev.js Go to diff View file
R plugins/release_widget/themes/webpack.prod.js Go to diff View file
R plugins/release_widget/tuleap-plugin-release_widget.spec Go to diff View file
D plugins/release_widget/README.mkd +0 −4 Go to diff View file
D plugins/release_widget/build-manifest.json +0 −13 Go to diff View file
D plugins/release_widget/composer.json +0 −11 Go to diff View file
D plugins/release_widget/themes/package-lock.json +0 −4 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −2 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −2 Go to diff View file