stable

Clone or download

Read-only

Merge commit 'refs/changes/76/13276/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12569: Remove Tracker v5 SOAP API

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +3 −3 Go to diff View file
M plugins/tracker/etc/nginx/tracker.conf +0 −2 Go to diff View file
M plugins/tracker/include/REST/FieldListBindUGroupValueRepresentation.class.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/FieldListBindUserValueRepresentation.class.php +1 −1 Go to diff View file
M plugins/tracker/include/REST/FieldOpenListRepresentation.class.php +8 −8 Go to diff View file
M plugins/tracker/include/REST/FieldRepresentation.class.php +8 −8 Go to diff View file
M plugins/tracker/include/REST/FieldValueRepresentation.class.php +3 −3 Go to diff View file
M plugins/tracker/include/REST/TrackerRestBuilder.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +0 −66 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +0 −40 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php +6 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +0 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Date.class.php +8 −19 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php +21 −37 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Float.class.php +3 −14 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Integer.class.php +3 −14 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php +21 −40 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php +10 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +0 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +0 −17 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_CommentNull.class.php +0 −10 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +19 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +0 −28 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +40 −52 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +3 −50 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php +16 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +4 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +1 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +36 −36 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php +12 −42 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +6 −69 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +2 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +39 −43 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +9 −64 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php +16 −37 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +9 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php +3 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +24 −31 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php +12 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +2 −19 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +9 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +0 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +0 −13 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +16 −31 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php +37 −41 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +0 −18 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +3 −15 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +0 −15 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php +23 −39 Go to diff View file
D plugins/tracker/include/Tracker/Report/Tracker_Report_SOAP.class.php +0 −107 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Date.class.php +5 −18 Go to diff View file
M plugins/tracker/include/Tracker/Rule/List.class.php +1 −11 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_Rule.class.php +11 −22 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +23 −48 Go to diff View file
D plugins/tracker/include/Tracker/SOAP/NotTrackerWhitelistedUserException.php +0 −29 Go to diff View file
D plugins/tracker/include/Tracker/SOAP/SOAPRequestValidatorTrackerWhitelistedUser.php +0 −72 Go to diff View file
D plugins/tracker/include/Tracker/SOAP/TemporaryFile.class.php +0 −129 Go to diff View file
D plugins/tracker/include/Tracker/SOAPServer.class.php +0 −795 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic.class.php +0 −14 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +4 −18 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +0 −14 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +0 −11 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +0 −17 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_URLVerification.class.php +3 −3 Go to diff View file
M plugins/tracker/include/constants.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +0 −12 Go to diff View file
M plugins/tracker/include/workflow/Transition.class.php +1 −13 Go to diff View file
M plugins/tracker/include/workflow/Workflow.class.php +0 −21 Go to diff View file
D plugins/tracker/include/wsdl.php +0 −933 Go to diff View file
D plugins/tracker/phpunit/Tracker/SOAP/SOAPRequestValidatorTrackerWhitelistedUserTest.php +0 −86 Go to diff View file
M plugins/tracker/tests/REST_Backend/TrackerRestBuilderTest.php +6 −6 Go to diff View file
D plugins/tracker/tests/Tracker/Report/Test.php +0 −63 Go to diff View file
D plugins/tracker/tests/Tracker/SOAPServerTest.php +0 −951 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +0 −303 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +0 −8 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_DateTest.php +2 −4 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_FileTest.php +1 −88 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_FloatTest.php +1 −7 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_IntegerTest.php +5 −10 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ListTest.php +1 −38 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_OpenListTest.php +7 −8 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_TextTest.php +4 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementFactoryTest.php +75 −99 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementTest.php +2 −71 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_FieldTest.php +54 −130 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +6 −36 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +0 −96 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_DateTest.php +0 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +43 −423 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FloatTest.php +0 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_IntegerTest.php +0 −5 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ListTest.php +50 −58 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_StaticTest.php +3 −30 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsTest.php +0 −25 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersTest.php +7 −35 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_MultiSelectboxTest.php +1 −42 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_OpenListTest.php +0 −81 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_SelectboxTest.php +0 −121 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_StringTest.php +1 −6 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_TextTest.php +0 −5 Go to diff View file
M plugins/tracker/tests/Tracker_ReportFactoryTest.php +0 −37 Go to diff View file
M plugins/tracker/tests/Tracker_RulesManagerTest.php +10 −114 Go to diff View file
D plugins/tracker/tests/Tracker_SemanticManagerTest.php +0 −177 Go to diff View file
M plugins/tracker/tests/workflow/TransitionTest.php +2 −20 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowTest.php +0 −120 Go to diff View file
D plugins/tracker/www/soap/ChangeLog +0 −83 Go to diff View file
D plugins/tracker/www/soap/VERSION +0 −1 Go to diff View file
D plugins/tracker/www/soap/index.php +0 −87 Go to diff View file
D plugins/tracker/www/soap/view-wsdl.php +0 −25 Go to diff View file
D plugins/tracker/www/soap/wsdl.php +0 −1 Go to diff View file
M plugins/tracker_encryption/include/ChangesetValue.php +0 −17 Go to diff View file
M plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php +1 −1 Go to diff View file
M src/common/event/Event.class.php +0 −15 Go to diff View file
M src/www/help/api.php +0 −2 Go to diff View file
M tests/soap/bin/setup.sh +0 −2 Go to diff View file
M tests/soap/lib/TestDataBuilder.php +0 −5 Go to diff View file
D tests/soap/tests/TrackerTest.php +0 −79 Go to diff View file
D tests/soap/tests/TrackerV3Test.php +0 −129 Go to diff View file