stable

Clone or download

Read-only

Remove read only administration UI

This administration section will soon have no sense since this whole thing is going to be defined/managed with the endpoint PUT /scaled_agile_program/{id}/hierarchy. Part of story #17882: define cross project hierarchy between Features and User Stories Change-Id: Iaf73be43f29e4774251e9aa3ce5131ff53bdcdf9

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php +0 −3 Go to diff View file
D plugins/agiledashboard/include/Planning/Admin/PlanningEditURLEvent.php +0 −83 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +7 −24 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php +1 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +0 −8 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +2 −2 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/PlanningAdapter.php +0 −16 Go to diff View file
D plugins/scaled_agile/include/Adapter/TrackerDataAdapter.php +0 −56 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItems.php +0 −61 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsCollection.php +0 −47 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/PlannableItemsCollectionBuilder.php +0 −82 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemPresenter.php +0 −47 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenter.php +0 −51 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollection.php +0 −47 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilder.php +0 −85 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/ProgramAdminPresenter.php +0 −71 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminURLBuilder.php +0 −60 Go to diff View file
D plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminViewController.php +0 −231 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +2 −81 Go to diff View file
D plugins/scaled_agile/package-lock.json +0 −4 Go to diff View file
D plugins/scaled_agile/package.json +0 −16 Go to diff View file
M plugins/scaled_agile/site-content/fr_FR/LC_MESSAGES/tuleap-scaled_agile.po +0 −52 Go to diff View file
D plugins/scaled_agile/templates/program-admin.mustache +0 −66 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ArtifactLinkFieldAdapterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/DescriptionFieldAdapterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/StatusFieldAdapterTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TimeFrameFieldsAdapterTest.php +5 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/TitleFieldAdapterTest.php +6 −6 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/PlanningAdapterTest.php +2 −20 Go to diff View file
D plugins/scaled_agile/tests/unit/Adapter/TrackerDataAdapterTest.php +0 −67 Go to diff View file
D plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/PlannableItemsCollectionBuilderTest.php +0 −205 Go to diff View file
D plugins/scaled_agile/tests/unit/Program/Administration/PlannableItems/Presenter/PlannableItemsPerTeamPresenterCollectionBuilderTest.php +0 −164 Go to diff View file
D plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminURLBuilderTest.php +0 −146 Go to diff View file
D plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminViewControllerTest.php +0 −378 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +1 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php +2 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/SemanticCheckerTest.php +7 −8 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +7 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/WorkflowCheckerTest.php +4 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldCollectionBuilderTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceTrackerCollectionTest.php +3 −3 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Team/ProgramIncrementsTrackerCollectionTest.php +3 −7 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php +0 −3 Go to diff View file
D plugins/scaled_agile/themes/program-admin.scss +0 −22 Go to diff View file
D plugins/scaled_agile/webpack.common.js +0 −47 Go to diff View file
D plugins/scaled_agile/webpack.dev.js +0 −23 Go to diff View file
D plugins/scaled_agile/webpack.prod.js +0 −23 Go to diff View file