Skip to content

Remove old ocs share api code#22242

Merged
rullzer merged 3 commits intomasterfrom
remove_old_ocs_share_api_code
Mar 13, 2016
Merged

Remove old ocs share api code#22242
rullzer merged 3 commits intomasterfrom
remove_old_ocs_share_api_code

Conversation

@rullzer
Copy link
Contributor

@rullzer rullzer commented Feb 9, 2016

The old code is no longer reachable as the endpoint that uses OCS has taken it all over now.

Thus we can say farewell to this old code.

CC: @schiesbn @nickvergessen @DeepDiver1975 @PVince81 @DeepDiver1975

@rullzer rullzer added this to the 9.0-current milestone Feb 9, 2016
@rullzer rullzer force-pushed the remove_old_ocs_share_api_code branch from a00bcc5 to 7020335 Compare February 9, 2016 18:31
@rullzer
Copy link
Contributor Author

rullzer commented Feb 9, 2016

Oracle had a weird timeout on some tests... lets see if that happens again..

@rullzer
Copy link
Contributor Author

rullzer commented Feb 9, 2016

Ok oracle timesout on

15:50:31 1) Test_Files_Sharing_Api::testPublicLinkUrl
15:50:31 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT * FROM "oc_share" WHERE ("share_type" = ?) AND (("uid_initiator" = ?) OR (("uid_owner" = ?) AND ("uid_initiator" IS NULL))) ORDER BY "id" ASC' with params [3, "test-share-user1", "test-share-user1"]:
15:50:31 
15:50:31 Execution aborted after 15 minutes
15:50:31 
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:119
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:835
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:450
15:50:31 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:485
15:50:31 

I have no idea why

@rullzer rullzer modified the milestones: 9.1-next, 9.0-current Feb 9, 2016
@DeepDiver1975 DeepDiver1975 force-pushed the remove_old_ocs_share_api_code branch from 7020335 to 55dfa97 Compare February 11, 2016 09:54
@DeepDiver1975
Copy link
Member

really fishy

02:33:40.162 
02:33:40.162 There were 8 errors:
02:33:40.162 
02:33:40.162 1) Test_Files_Sharing_Api::testPublicLinkUrl
02:33:40.163 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT * FROM "oc_share" WHERE ("share_type" = :dcValue1) AND (("uid_initiator" = :dcValue3) OR (("uid_owner" = :dcValue2) AND ("uid_initiator" IS NULL))) ORDER BY "id" ASC' with params [3, "test-share-user1", "test-share-user1"]:
02:33:40.163 
02:33:40.163 Execution aborted after 15 minutes
02:33:40.163 
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:119
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:450
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:485
02:33:40.163 
02:33:40.163 Caused by
02:33:40.163 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.163 
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php:70
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php:116
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:823
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:450
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:485
02:33:40.163 
02:33:40.163 2) Test_Files_Sharing_Api::testGetShareFromSource
02:33:40.163 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.163 
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/files/node/node.php:87
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/files/node/node.php:178
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:483
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:450
02:33:40.163 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:539
02:33:40.164 
02:33:40.164 3) Test_Files_Sharing_Api::testGetShareFromFolder
02:33:40.166 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT * FROM "oc_share" WHERE ("share_type" = ?) AND (("uid_initiator" = ?) OR (("uid_owner" = ?) AND ("uid_initiator" IS NULL))) AND ("file_source" = ?) ORDER BY "id" ASC' with params [3, "test-share-user1", "test-share-user1", "5559"]:
02:33:40.166 
02:33:40.166 Execution aborted after 15 minutes
02:33:40.166 
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:119
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:645
02:33:40.166 
02:33:40.166 Caused by
02:33:40.166 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.166 
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:84
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php:104
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:825
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:645
02:33:40.166 
02:33:40.166 4) Test_Files_Sharing_Api::testGetShareFromFolderReshares
02:33:40.166 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT * FROM "oc_share" WHERE ("share_type" = ?) AND (("uid_initiator" = ?) OR (("uid_owner" = ?) AND ("uid_initiator" IS NULL))) AND ("file_source" = ?) ORDER BY "id" ASC' with params [3, "test-share-user2", "test-share-user2", "5571"]:
02:33:40.166 
02:33:40.166 Execution aborted after 15 minutes
02:33:40.166 
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:119
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:716
02:33:40.166 
02:33:40.166 Caused by
02:33:40.166 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.166 
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:84
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php:104
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:825
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.166 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:716
02:33:40.167 
02:33:40.167 5) Test_Files_Sharing_Api::testGetShareFromSubFolderReShares
02:33:40.167 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.167 
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php:84
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:471
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:755
02:33:40.167 
02:33:40.167 6) Test_Files_Sharing_Api::testGetShareFromFolderReReShares
02:33:40.167 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.167 
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:423
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:1028
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:890
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:491
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.167 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:803
02:33:40.168 
02:33:40.168 7) Test_Files_Sharing_Api::testGetShareMultipleSharedFolder
02:33:40.168 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.168 
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:1262
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:988
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:455
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:450
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:852
02:33:40.168 
02:33:40.168 8) Test_Files_Sharing_Api::testGetShareFromFileReReShares
02:33:40.168 Doctrine\DBAL\DBALException: An exception occurred while executing 'SELECT * FROM "oc_share" WHERE ("share_type" = ?) AND (("uid_initiator" = ?) OR (("uid_owner" = ?) AND ("uid_initiator" IS NULL))) AND ("file_source" = ?) ORDER BY "id" ASC' with params [3, "test-share-user3", "test-share-user3", 5602]:
02:33:40.168 
02:33:40.168 Execution aborted after 15 minutes
02:33:40.168 
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:119
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:836
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:913
02:33:40.168 
02:33:40.168 Caused by
02:33:40.168 PHP_Invoker_TimeoutException: Execution aborted after 15 minutes
02:33:40.168 
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:212
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:828
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/connection.php:183
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php:206
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/db/querybuilder/querybuilder.php:135
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/defaultshareprovider.php:493
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/lib/private/share20/manager.php:859
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:393
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/api/share20ocs.php:438
02:33:40.168 /ssd/jenkins/workspace/core-ci-linux/database/oci/label/SLAVE/apps/files_sharing/tests/api.php:913
02:33:40.168 

@rullzer rullzer force-pushed the remove_old_ocs_share_api_code branch 3 times, most recently from 39abb9b to e7f5f13 Compare March 8, 2016 15:15
@rullzer
Copy link
Contributor Author

rullzer commented Mar 8, 2016

Ok it seems oracle needs e7f5f13

Else it keeps on looping.

All is fine now. Please review.

@rullzer
Copy link
Contributor Author

rullzer commented Mar 11, 2016

please review @PVince81 @schiesbn @nickvergessen @MorrisJobke @DeepDiver1975 @LukasReschke

Basically it just removes the old OCS endpoint (unused anyway) and converts all the integration tests tests we had on the old endpoint to the new endpoint.

@MorrisJobke
Copy link
Contributor

Looks good so far 👍

@LukasReschke
Copy link
Member

👍

@rullzer rullzer force-pushed the remove_old_ocs_share_api_code branch from e7f5f13 to 3f8c998 Compare March 13, 2016 12:34
rullzer added a commit that referenced this pull request Mar 13, 2016
@rullzer rullzer merged commit 9c19159 into master Mar 13, 2016
@rullzer rullzer deleted the remove_old_ocs_share_api_code branch March 13, 2016 18:17
@lock
Copy link

lock bot commented Aug 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants