Skip to content

handle nested properties for contact updates - #23317

Merged
MorrisJobke merged 1 commit into
masterfrom
fix/contact-update
Oct 12, 2020
Merged

handle nested properties for contact updates#23317
MorrisJobke merged 1 commit into
masterfrom
fix/contact-update

Conversation

@call-me-matt

Copy link
Copy Markdown
Member

fixes#20544
Signed-off-by: call-me-matt nextcloud@matthiasheinisch.de

@call-me-mattcall-me-matt self-assigned this Oct 9, 2020
@call-me-mattcall-me-matt added the 3. to review Waiting for reviews label Oct 9, 2020
@faily-bot

faily-botBot commented Oct 12, 2020

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 33962: failure

sqlite

Show full log
There were 2 warnings:
1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
--
There was 1 failure:
1) TrashbinTest::testExpireOldFilesShared
Failed asserting that 3 is identical to 2.
/drone/src/apps/files_trashbin/tests/TrashbinTest.php:304
/drone/src/apps/files_trashbin/tests/TrashbinTest.php:287

mariadb10.1-php7.3

mariadb10.4-php7.4

mysql8.0-php7.4

mysql5.6-php7.3

postgres9-php7.3

Show full log
There were 2 warnings:
1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
--
There was 1 failure:
1) TrashbinTest::testExpireOldFilesShared
Failed asserting that 3 is identical to 2.
/drone/src/apps/files_trashbin/tests/TrashbinTest.php:304
/drone/src/apps/files_trashbin/tests/TrashbinTest.php:287

postgres11-php7.4

@skjnldsvskjnldsv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Would be nice to have some testing on this function 🙈

Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>

@MorrisJobkeMorrisJobke left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Code looks good 👍

@MorrisJobkeMorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Oct 12, 2020
@MorrisJobkeMorrisJobke added this to the Nextcloud 21 milestone Oct 12, 2020
@MorrisJobke

Copy link
Copy Markdown
Member

The trash bin failures are fixed with #23391

@MorrisJobke
MorrisJobke merged commit 78da953 into masterOct 12, 2020
@MorrisJobke
MorrisJobke deleted the fix/contact-update branch October 12, 2020 19:49
@welcome

welcomeBot commented Oct 12, 2020

Copy link
Copy Markdown

Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

@blizzz

Copy link
Copy Markdown
Member

since the expected data format changed, this was a critical change and should have been mentioned in #23210

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbugfeature: dav

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ContactManager CreateOrUpdate function messes up contact

5 participants

@call-me-matt@MorrisJobke@blizzz@skjnldsv@nickvergessen