Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share tags #11351

Closed
wants to merge 9 commits into from
Closed

Share tags #11351

wants to merge 9 commits into from

Conversation

ockham
Copy link
Contributor

@ockham ockham commented Sep 29, 2014

I've fixed both major issues mentioned at #10487, so I now consider this review-ready.
I'll also file a PR for contacts which is supposed to fix owncloud/contacts#38.

// First, we find out if $type is part of a collection (and if that collection is part of
// another one and so on).
if (!$includeCollections || !$collectionTypes = self::getCollectionItemTypes($type))
$collectionTypes[] = $type;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always use curly braces

@ghost
Copy link

ghost commented Sep 29, 2014

💣 Test FAILed. 💣
Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser/7613/

@LukasReschke
Copy link
Member

@owncloud-bot Retest this please

@ghost
Copy link

ghost commented Sep 29, 2014

💣 Test FAILed. 💣
Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser/7620/

@LukasReschke
Copy link
Member

@ockham Please take a look at the failing unit tests. Thanks.

There was 1 error:

1) Test_Tags::testInstantiateWithDefaults
Declaration of OC\Tags::delete() should be compatible with OCP\AppFramework\Db\Mapper::delete(OCP\AppFramework\Db\Entity $entity)

/var/lib/jenkins/jobs/pull-request-analyser/workspace@4/lib/private/tags.php:40
/var/lib/jenkins/jobs/pull-request-analyser/workspace@4/lib/autoloader.php:142
/var/lib/jenkins/jobs/pull-request-analyser/workspace@4/lib/private/tagmanager.php:66
/var/lib/jenkins/jobs/pull-request-analyser/workspace@4/tests/lib/tags.php:49

--


There was 1 failure:

1) Test_Files_Sharing_Api::testDefaultExpireDate
Failed asserting that 2 is identical to 1.

/var/lib/jenkins/jobs/pull-request-analyser/workspace@4/apps/files_sharing/tests/api.php:1245

@scrutinizer-notifier
Copy link

The inspection completed: 23 new issues, 9 updated code elements

@ghost
Copy link

ghost commented Sep 30, 2014

💣 Test FAILed. 💣
Refer to this link for build results (access rights to CI server needed):
https://ci.owncloud.org//job/pull-request-analyser/7631/

@ockham ockham mentioned this pull request Oct 1, 2014
@ockham ockham closed this Oct 1, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 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.

Highlight currently open contact in list (also groups in sidebar)
3 participants