stable

Clone or download

Read-only

Rename the program management plugin to "program_management"

You will need to manually update ForgeUpgrade configuration to be able to run the forgeupgrade bucket: sed -i 's#/usr/share/tuleap/plugins/scaled_agile#/usr/share/tuleap/plugins/program_management#' /etc/tuleap/forgeupgrade/config.ini Part of story #18408: plan Features in Program Increment Change-Id: I1e9823bca7f6a31109caa3e69ca9be7df17e4b17

Modified Files

Name
A plugins/program_management/build-manifest.json +9 −0 Go to diff View file
A plugins/program_management/composer.json +14 −0 Go to diff View file
R plugins/scaled_agile/composer.lock Go to diff View file
R plugins/scaled_agile/db/install.sql Go to diff View file
R plugins/scaled_agile/db/mysql/2020/202011301645_add_index_artifact_id_pending_mirrors.php Go to diff View file
R plugins/scaled_agile/db/mysql/2021/202101131515_add_scaled_agile_service.php Go to diff View file
R plugins/scaled_agile/db/mysql/2021/202101271150_add_explicit_top_backlog.php Go to diff View file
R plugins/scaled_agile/db/mysql/2021/202102011440_add_prioritize_feature_permission.php Go to diff View file
A plugins/program_management/db/mysql/2021/202102100900_rename_plugin.php +84 −0 Go to diff View file
R plugins/scaled_agile/db/uninstall.sql Go to diff View file
R plugins/scaled_agile/etc/logrotate.syslog.dist Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/PendingArtifactCreationDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapper.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/RequiredFieldChecker.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/SemanticChecker.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreationException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactChangesetNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/PendingArtifactUserNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilder.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsDAO.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ArtifactLinkFieldNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ChangesetValueNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/NatureAnalyzerException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ProgramNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzer.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SourceChangesetValuesCollectionAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StartDateValueValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/SynchronizedFieldsAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/BackgroundColorRetriever.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/Content/ContentDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/Content/ProgramIncrementNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/Content/ProgramIncrementRetriever.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/FeatureElementsRetriever.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Feature/FeaturesDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchyAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchyException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/HierarchySaver.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/ScaledAgileHierarchyDAO.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/TeamCanOnlyHaveOneBacklogTrackerException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/TeamTrackerMustBeInPlannableTopBacklogException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/TeamTrackerNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Hierarchy/TrackerDoesNotBelongToTeamException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/CanPrioritizeFeaturesDAO.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/ConfigurationUserCanNotSeeProgramException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/PlanDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/PlanProgramAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/PlanProgramIncrementConfigurationBuilder.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/PlanTrackerException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/PlannableTrackerCannotBeEmptyException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/ProgramAccessException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/ProgramAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/ProgramNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/ProjectIsNotAProgramException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Plan/UserCanNotAccessToProgramException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/PlanningAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/ProgramDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/ProgramUserGroupBuildAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/ProgramUserGroupDoesNotExistException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/PlanTrackerDoesNotBelongToProjectException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/PlanTrackerNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/ProgramTrackerAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/ProgramTrackerException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/ProgramTrackerMustBeDefinedAsPlannableTrackerException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Program/Tracker/ProgramTrackerNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/ProjectAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/ProjectAdmin/PermissionPerGroupSectionBuilder.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/AtLeastOneTeamShouldBeDefinedException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/ProjectIsAProgramException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamAccessException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamAdapter.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamDao.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamMustHaveExplicitBacklogEnabledException.php Go to diff View file
R plugins/scaled_agile/include/Adapter/Team/TeamTrackerAdapter.php Go to diff View file
A plugins/program_management/include/Adapter/Workspace/WorkspaceDAO.php +50 −0 Go to diff View file
R plugins/scaled_agile/include/BuildProject.php Go to diff View file
R plugins/scaled_agile/include/DisplayProgramBacklogController.php Go to diff View file
R plugins/scaled_agile/include/EventRedirectAfterArtifactCreationOrUpdateHandler.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateTaskProgramIncrement.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/MapStatusByValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/PendingArtifactCreationStore.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementArtifactCreationException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreator.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/RunProgramIncrementCreation.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckRequiredField.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckSemantic.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckStatus.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/CheckWorkflow.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/BackgroundColor.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/Content/ContentStore.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/Content/PlannedProgramIncrement.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/Content/RetrieveFeatureContent.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/Content/RetrieveProgramIncrement.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/FeaturesStore.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Feature/RetrieveFeatures.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Plan/BuildPlanProgramConfiguration.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Plan/BuildPlanProgramIncrementConfiguration.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Plan/ConfigurationChecker.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/Plan/PlanCheckException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/BuildProgramIncrementTrackerConfiguration.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/CreateArtifact.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/PlanningHasNoProgramIncrementException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrement.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrementArtifactLinkType.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrementBuilder.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfiguration.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/RetrieveProgramIncrements.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/AnalyzeNatureOfSourceArtifact.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Artifact.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/BuildReplicationData.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactLinkValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildArtifactLinkValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildDescriptionValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildEndPeriodValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildFieldValues.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStartDateValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildStatusValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/BuildTitleValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ChangesetValueNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/DescriptionValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/EndPeriodValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/MappedStatusValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceChangesetValuesCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StartDateValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/StatusValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TitleValue.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Changeset/Values/UnsupportedTitleFieldException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildField.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildSynchronizedFields.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/BuildTimeFrameFields.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/Field.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/FieldRetrievalException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/FieldSynchronizationException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/MissingTimeFrameFieldException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/NoArtifactLinkFieldException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/NoDuckTypedMatchingValueException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFields.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackers.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldFromProgramAndTeamTrackersCollectionBuilder.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFields.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/TimeFrameFields.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/Fields/TitleFieldHasIncorrectTypeException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/ReplicationData.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/SubmissionDate.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/ProgramIncrementTrackerRetrievalException.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollection.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilder.php Go to diff View file
R plugins/scaled_agile/include/Program/Backlog/TrackerCollectionFactory.php Go to diff View file
R plugins/scaled_agile/include/Program/BuildPlanning.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/BuildHierarchy.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/CreateHierarchy.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/Hierarchy.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/HierarchyAnalyzer.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/HierarchyCreator.php Go to diff View file
R plugins/scaled_agile/include/Program/Hierarchy/HierarchyStore.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/BuildProgram.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/BuildProgramUserGroup.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/BuildTracker.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/CannotPlanIntoItselfException.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/CreatePlan.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/InvalidProgramUserGroup.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/Plan.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/PlanCreator.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/PlanStore.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/ProgramIncrementTracker.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/ProgramPlannableTracker.php Go to diff View file
R plugins/scaled_agile/include/Program/Plan/ProgramUserGroup.php Go to diff View file
R plugins/scaled_agile/include/Program/PlanningConfiguration/Planning.php Go to diff View file
R plugins/scaled_agile/include/Program/PlanningConfiguration/PlanningFotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Program/PlanningConfiguration/TopPlanningNotFoundInProjectException.php Go to diff View file
R plugins/scaled_agile/include/Program/Program.php Go to diff View file
R plugins/scaled_agile/include/Program/ProgramStore.php Go to diff View file
R plugins/scaled_agile/include/Program/ToBeCreatedProgram.php Go to diff View file
R plugins/scaled_agile/include/ProgramBacklogPresenter.php Go to diff View file
R plugins/scaled_agile/include/ScaledAgileService.php Go to diff View file
R plugins/scaled_agile/include/ScaledAgileTracker.php Go to diff View file
R plugins/scaled_agile/include/Project.php Go to diff View file
R plugins/scaled_agile/include/REST/ResourcesInjector.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/FeatureRepresentation.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/PlanPutPermissions.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProgramIncrementRepresentation.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProgramIncrementResource.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ScaledAgileResource.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProjectResource.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProjectResourcePutHierarchyRepresentation.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProjectResourcePutPlanRepresentation.php Go to diff View file
R plugins/scaled_agile/include/REST/v1/ProjectResourcePutTeamsRepresentation.php Go to diff View file
R plugins/scaled_agile/include/RedirectParameterInjector.php Go to diff View file
R plugins/scaled_agile/include/Team/BuildTeamTracker.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/BuildTeam.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/CreateTeam.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/Team.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/TeamCollection.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/TeamCreator.php Go to diff View file
R plugins/scaled_agile/include/Team/Creation/TeamStore.php Go to diff View file
R plugins/scaled_agile/include/Team/RootPlanning/MilestoneTrackerUpdateProhibited.php Go to diff View file
R plugins/scaled_agile/include/Team/RootPlanning/RootPlanningEditionHandler.php Go to diff View file
R plugins/scaled_agile/include/Team/TeamTracker.php Go to diff View file
R plugins/scaled_agile/include/TrackerNotFoundException.php Go to diff View file
R plugins/scaled_agile/include/Workspace/ComponentInvolvedVerifier.php Go to diff View file
R plugins/scaled_agile/include/Workspace/UnusedComponentCleaner.php Go to diff View file
R plugins/scaled_agile/include/scaled_agilePlugin.php Go to diff View file
R plugins/scaled_agile/jest.config.js Go to diff View file
R plugins/scaled_agile/package-lock.json Go to diff View file
R plugins/scaled_agile/package.json Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/index.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/po/fr_FR.po Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/App.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/App.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptySvg.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementList.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementList.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementNoContent.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementSkeleton.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/__snapshots__/EmptyState.test.ts.snap Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/EmptyState.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/EmptyState.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedSkeleton.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/__snapshots__/EmptyState.test.ts.snap Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/__snapshots__/ToBePlannedCard.test.ts.snap Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Breadcrumb.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/Breadcrumb.vue Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/components/__snapshots__/Breadcrumb.test.ts.snap Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/configuration.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/ProgramIncrement/program-incrment-retriever.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/ProgramIncrement/program-increment-retriever.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriever.test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriever.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/local-vue-for-test.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/src/helpers/location-helper.ts Go to diff View file
R plugins/scaled_agile/scripts/scaled_agile/vue.shims.d.ts Go to diff View file
R plugins/scaled_agile/site-content/fr_FR/LC_MESSAGES/tuleap-scaled_agile.po Go to diff View file
R plugins/scaled_agile/templates/program-backlog.mustache Go to diff View file
R plugins/scaled_agile/templates/project-admin-permission-per-group.mustache Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/program_scaled_agile/project.xml Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/program_scaled_agile/user_map.csv Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/program_scaled_agile/users.xml Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/team_scaled_agile/project.xml Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/team_scaled_agile/user_map.csv Go to diff View file
R plugins/scaled_agile/tests/rest/_fixtures/team_scaled_agile/users.xml Go to diff View file
A plugins/program_management/tests/rest/setup.sh +3 −0 Go to diff View file
R plugins/scaled_agile/tests/rest/ScaledAgile/ScaledAgileResourceTest.php Go to diff View file
R plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Hierarchy/HierarchyAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Hierarchy/HierarchySaverTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/StatusValueMapperTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactCreatorAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/EndPeriodValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StartDateValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleValueAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Feature/Content/FeatureRetrieverTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Plan/PlanConfigurationBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Plan/PlanProgramAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/PlanningAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/ProgramUserGroupBuildAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Program/Tracker/ProgramTrackerAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/ProjectAdmin/PermissionPerGroupSectionBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/ProjectDataAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Team/TeamAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Adapter/Team/TeamTrackerAdapterTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/DisplayProgramBacklogControllerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/MirroredMilestoneArtifactLinkTypeTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/ProgramIncrementBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldDataFromProgramAndTeamTrackersCollectionTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldsTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/TimeFrameFieldsTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Fields/ProgramIncrementFieldsDataTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollectionTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionBuilderTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/TeamProjectsCollectionTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Hierarchy/HierarchyCreatorTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Plan/PlanCreatorTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/PlanningCheck/ConfigurationCheckerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Program/Team/TeamCreatorTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Team/RootPlanning/RootPlanningEditionHandlerTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/Workspace/ComponentInvolvedVerifierTest.php Go to diff View file
R plugins/scaled_agile/tests/unit/scaled_agilePluginTest.php Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/_scaled_agile.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-blue-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-blue.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-green-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-green.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-grey-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-grey.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-orange-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-orange.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-purple-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-purple.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-red-condensed.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile-red.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile/_backlog.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile/_element.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile/_program_increment.scss Go to diff View file
R plugins/scaled_agile/themes/BurningParrot/scaled_agile/_project-header-background.scss Go to diff View file
R plugins/scaled_agile/tsconfig.json Go to diff View file
R plugins/scaled_agile/webpack.common.js Go to diff View file
R plugins/scaled_agile/webpack.dev.js Go to diff View file
R plugins/scaled_agile/webpack.prod.js Go to diff View file
D plugins/scaled_agile/build-manifest.json +0 −9 Go to diff View file
D plugins/scaled_agile/composer.json +0 −14 Go to diff View file
D plugins/scaled_agile/include/Adapter/Workspace/WorkspaceDAO.php +0 −50 Go to diff View file
D plugins/scaled_agile/tests/rest/setup.sh +0 −3 Go to diff View file
M plugins/tee_container/docker/Dockerfile +1 −1 Go to diff View file
M tests/psalm/tuleap-baseline.xml +21 −34 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +14 −14 Go to diff View file