-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Complex webdav properties support #37314
Conversation
@VicDeo I expect that you will need to adjust acceptance test scenario https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavProperties/setFileProperties.feature#L23 to check for the now-correct value being returned. |
@phil-davis thanks. I want to check whether it fails anything else. |
18e24f4
to
af66885
Compare
Please keep in mind that this table is really hugh on some installations - schema change will take forever ..... |
@DeepDiver1975 yes, but it is possible to add these fields in advance before upgrading the code. |
@phil-davis I updated the acceptance test as it parsed complex values incorrectly. |
296e609
to
7c37dac
Compare
Codecov Report
@@ Coverage Diff @@
## master #37314 +/- ##
============================================
- Coverage 64.55% 64.54% -0.01%
- Complexity 19207 19216 +9
============================================
Files 1267 1268 +1
Lines 75065 75097 +32
Branches 1331 1331
============================================
+ Hits 48458 48475 +17
- Misses 26215 26230 +15
Partials 392 392
Continue to review full report at Codecov.
|
@pmaier1 Let us consider to include it in 10.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK in acceptance tests.
Needs a couple of unit tests adjusted for dav 0.6.0
Code changes look fine. |
This is the comment https://github.com/owncloud/core/pull/37314/files#diff-d9adeff76c4cf2852e19574ce708c588L190-L192 |
This PR fixes exactly that FixMe: a webdav property constructed using a class
this means: All DBMS were storing |
Description
Store webdav property type along with the value
Related Issue
Fixes #32670
Fixes #37027
Motivation and Context
Proper Complex webdav properties support
How Has This Been Tested?
acceptance tests
also see #32670 (comment)
Types of changes
Checklist: