stable
Clone or download
Read-only
Merge 'gerrit #20498' into stable/master
* commit '1717834e0f': story #17878 rename Multi Project Backlog into Scaled Agile Change-Id: Ic6f70be1aa65c476af4d20f7370d8514d9eb09a8
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/multi_project_backlog/composer.json | +0 | −13 | Go to diff View file |
D | plugins/multi_project_backlog/package-lock.json | +0 | −4 | Go to diff View file |
A | plugins/scaled_agile/composer.json | +13 | −0 | Go to diff View file |
R | plugins/multi_project_backlog/db/install.sql | Go to diff View file | ||
R | plugins/multi_project_backlog/db/uninstall.sql | Go to diff View file | ||
R | plugins/multi_project_backlog/etc/logrotate.syslog.dist | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/ArtifactCreatorChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/MilestoneCreatorChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/RequiredFieldChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/SemanticChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/StatusSemanticChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/CreationCheck/WorkflowChecker.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerCollectionFactory.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MilestoneTrackerRetrievalException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/ArtifactCreatedHandler.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsRunner.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsTask.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/PendingArtifactChangesetNotFoundException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/PendingArtifactCreationDao.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/PendingArtifactNotFoundException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Asynchronous/PendingArtifactUserNotFoundException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/CopiedValues.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/CopiedValuesGatherer.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MilestoneMirroringException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestoneCreationException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestoneFieldsData.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/MirrorMilestonesCreator.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/NoDescriptionChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/NoEndPeriodChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/NoStartDateChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/NoTitleChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/MappedStatusValue.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoDuckTypedMatchingValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/NoStatusChangesetValueException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/Status/StatusValueMapper.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/Mirroring/UnsupportedTitleFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MissingRootPlanningException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/MissingTimeFrameFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/NoArtifactLinkFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/NoDescriptionFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/NoMilestoneTrackerException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/NoStatusFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/NoTitleFieldException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFieldCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFieldCollectionBuilder.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFieldRetrievalException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFields.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/SynchronizedFieldsGatherer.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/ContributorMilestoneTrackerCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/TimeframeFields.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/Milestone/TitleFieldHasIncorrectTypeException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/MirroredArtifactLink/MirroredMilestoneArtifactLinkType.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItems.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsCollectionBuilder.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsTrackersDao.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/PlannableItemsTrackersUpdater.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/Presenter/PlannableItemPresenter.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/Presenter/PlannableItemsPerContributorPresenter.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/Presenter/PlannableItemsPerContributorPresenterCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/Presenter/PlannableItemsPerContributorPresenterCollectionBuilder.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/PlannableItems/TopPlanningNotFoundInAggregatorProjectException.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/AggregatorAdminPresenter.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/AggregatorDao.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/ReadOnlyAggregatorAdminURLBuilder.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/ReadOnlyAggregatorAdminViewController.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/ContributorProjectsCollection.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Aggregator/ContributorProjectsCollectionBuilder.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Contributor/RootPlanning/MilestoneTrackerUpdateProhibited.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Contributor/RootPlanning/RootPlanningEditionHandler.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/Contributor/ContributorDao.php | Go to diff View file | ||
R | plugins/multi_project_backlog/include/multi_project_backlogPlugin.php | Go to diff View file | ||
A | plugins/scaled_agile/package-lock.json | +4 | −0 | Go to diff View file |
R | plugins/multi_project_backlog/package.json | Go to diff View file | ||
R | plugins/multi_project_backlog/site-content/fr_FR/LC_MESSAGES/tuleap-multi_project_backlog.po | Go to diff View file | ||
R | plugins/multi_project_backlog/templates/aggregator-admin.mustache | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/ArtifactCreatorCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/MilestoneCreatorCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/RequiredFieldCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/SemanticCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/StatusSemanticCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/CreationCheck/WorkflowCheckerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneTrackerCollectionFactoryTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/MilestoneTrackerCollectionTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/ArtifactCreatedHandlerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsRunnerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/Asynchronous/CreateMirrorsTaskTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/CopiedValuesGathererTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestoneFieldsDataTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/MirrorMilestonesCreatorTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/Mirroring/Status/StatusValueMapperTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldCollectionTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldsGathererTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/SynchronizedFieldsTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/ContributorMilestoneTrackerCollectionTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/Milestone/TimeframeFieldsTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/MirroredArtifactLink/MirroredMilestoneArtifactLinkTypeTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/PlannableItems/PlannableItemsCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/PlannableItems/PlannableItemsTrackersUpdaterTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/PlannableItems/Presenter/PlannableItemsPerContributorPresenterCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/ReadOnlyAggregatorAdminURLBuilderTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/ReadOnlyAggregatorAdminViewControllerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/ContributorProjectsCollectionBuilderTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Aggregator/ContributorProjectsCollectionTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/Contributor/RootPlanning/RootPlanningEditionHandlerTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/tests/unit/multi_project_backlogPluginTest.php | Go to diff View file | ||
R | plugins/multi_project_backlog/themes/aggregator-admin.scss | Go to diff View file | ||
R | plugins/multi_project_backlog/webpack.common.js | Go to diff View file | ||
R | plugins/multi_project_backlog/webpack.dev.js | Go to diff View file | ||
R | plugins/multi_project_backlog/webpack.prod.js | 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 |