stable
Clone or download
Read-only
Merge commit 'refs/changes/55/30555/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: chore: Implement request #36883 Rename Field builders Change-Id: I44e3fa51d79ce4103f2c2fe485cc38645f593bee
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Sidebar/AgileDashboardPromotedMilestonesRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Sidebar/PromotedMilestoneBuilderTest.php | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/DuckTypedField/DuckTypedFieldTest.php | +12 | −12 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/DuckTypedField/FieldTypeRetrieverWrapperTest.php | +11 | −11 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidTermCollectorVisitorTest.php | +26 | −26 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryBuilder/Field/FieldFromWhereBuilderTest.php | +13 | −13 | Go to diff View file |
M | plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Field/FieldUsageCheckerTest.php | +12 | −12 | Go to diff View file |
M | plugins/kanban/tests/unit/KanbanActionsCheckerTest.php | +10 | −10 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/ArtifactLinkFieldReferenceProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGathererTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoryInOneMirrorPlannerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/Tracker/Fields/FormElementFactoryAdapterTest.php | +1 | −1 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/REST/v1/RoadmapTasksRetrieverTest.php | +11 | −11 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Move/IsAStepDefinitionFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Move/IsAStepExecutionFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/Workflow/PostActionCheckerTest.php | +1 | −1 | Go to diff View file |
R | plugins/tracker/tests/unit/Builders/ArtifactLinkFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementDateFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerExternalFormElementBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementFileFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementFloatFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementIntFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementOpenListBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementStringFieldBuilder.php | Go to diff View file | ||
R | plugins/tracker/tests/unit/Builders/TrackerFormElementTextFieldBuilder.php | Go to diff View file | ||
M | plugins/tracker/tests/unit/REST/Artifact/ArtifactCreatorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkChangesetValueBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/ArtifactLink/NewArtifactLinkInitialChangesetValueBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/FieldsDataBuilderTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/ChangesetValue/FieldsDataFromValuesByFieldBuilderTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/REST/Artifact/PUTHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/CollectMovableExternalFieldEventTest.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/DryRunDuckTypingFieldCollectorTest.php | +17 | −17 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/DuckTypedMoveArtifactLinksMappingBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/ExternalFieldsHaveSameTypeVerifierTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/FieldIsExternalVerifierTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/IsPermissionsOnArtifactFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/IsUserGroupListFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/OpenListFieldVerifierTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/StaticListFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/UserGroupOpenListFieldVerifierTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/UserListFieldVerifierTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ArtifactsDeletion/PostArtifactDeletionCleanerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/CalendarEvent/EventDatesRetrieverTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ArtifactForwardLinksRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/ChangesetValue/ArtifactLink/ReverseLinksToNewChangesetsConverterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactLinkerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Link/ArtifactReverseLinksUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationNotificationsSettingsFromXmlBuilderTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/File/AttachmentForTraditionalUploadCreatorTest.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/Settings/Administration/CalendarConfigUpdaterTest.php | +16 | −16 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/REST/v1/Move/DryRunMoverTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/REST/v1/Move/RestArtifactMoverTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidFields/Date/DateFieldCheckerTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Report/Query/Advanced/InvalidTermCollectorVisitorTest.php | +25 | −25 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/ArtifactCannotBeCreatedReasonsGetterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeChangesetFieldsValueRetrieverTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeNotConfiguredTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/OtherSemantic/TimeframeTooltipEntryTest.php | +11 | −11 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/FieldChangeArtifactLinksUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLDuckTypingUpdaterTest.php | +27 | −27 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Updater/OpenListUserGroupsByDuckTypingUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php | +1 | −1 | Go to diff View file |