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

10.2 - Changelog Test Results #35020

Closed
individual-it opened this issue Apr 15, 2019 · 8 comments
Closed

10.2 - Changelog Test Results #35020

individual-it opened this issue Apr 15, 2019 · 8 comments
Assignees
Labels
Milestone

Comments

@individual-it
Copy link
Member

individual-it commented Apr 15, 2019

Changelog

All notable changes to this project will be documented in this file.

Items based on https://github.com/owncloud/core/blob/stable10/CHANGELOG.md

Added

#35051

Changed

#35052

Removed

#35053

Fixed

#35054

@individual-it individual-it added this to the QA milestone Apr 15, 2019
@PVince81
Copy link
Contributor

Apps-external folder appears after install, but despite "apps" being non-writable in config.php, it still puts app updates there. Raised #35031

@individual-it
Copy link
Member Author

As multiple people working on that long list now, I've split it to reduce the risk of overwriting each-others results

@individual-it
Copy link
Member Author

individual-it commented Apr 24, 2019

Things that could have been tested by acceptance tests

Change PR issue found while testing estimated effort to write tests comment
Adding background:queue commands: status and delete #34783 0.25md
Added new permissions option for public link #34983 #35056 & #35057 added by fix tests did exist, but not for the exact scenario
Support for automatically accepting incoming federated shares from trusted servers #34206 #35067 0.25md tests do exist, but not for the exact scenario
User option to opt-out autocomplete in share dialog #34942 1md
Extend repair command to be able to list repair steps and run them individually #34499 0.25md (just checking the output)
Command for first run wizard to reset for all users firstrunwizard/#83 0.25md done in owncloud/firstrunwizard#104
Inform admin about the need to login again after changing the master encryption key #34596 0.25md
By default the "apps-external" directory is included in config.php during installation #34656 #34902 #35031 1md
Allow admins to enable medial search on group and user #34779 #35066 (known issue with LDAP) 0.5md
Add occ command to poll incoming federated shares for updates #34933 #34959 #34993 1md
Log exception when background job class not found #34723 ?
Fix public link share default expiration behavior #34971 1md
Don't expose hashed password in OCS api #34691 0.25md
Fix chunking infinite loop in some environment related issues #34558 ? might be complicated to corrupt the chunk
Properly hide share fields in "Shared with You" section when permissions are restricted #34473 1md
Fix cancel upload and hide 'uploading' message for files_drop shared folders #34097 ?
Tidy up code for notification by email #34786 #35089 ?
Directly honour robots.txt if htaccess.RewriteBase is set #34949 0.25md

@PVince81
Copy link
Contributor

PVince81 commented May 2, 2019

Tidy up code for notification by email

for this one, simply add acceptance tests for the "Notify by email" button in the share panel, both for users and groups

@PVince81
Copy link
Contributor

PVince81 commented May 2, 2019

Extend repair command to be able to list repair steps and run them individually

already covered by unit test which checks the output, so probably not worth it

need to double check, I might be mixing it up with another one...

@PVince81
Copy link
Contributor

PVince81 commented May 2, 2019

Log exception when background job class not found

ignore

Fix chunking infinite loop in some environment related issues

ignore

Fix cancel upload and hide 'uploading' message for files_drop shared folders

Would be nice to cover these upload scenarios as the frontend upload code is a bit twisted and fragile...

@individual-it
Copy link
Member Author

individual-it commented May 9, 2019

  • some simple update tests from 10.1.1 with occ and webupdater ✔️
  • installation of .deb package
    dpkg -i ... created /var/www/owncloud but not /var/www/owncloud/apps-external when installing (If I remember @PVince81 correctly that is what should happen)
    but then when starting the web-installer it says Can't create or write into the apps-external directory /var/www/owncloud/apps-external issue: .deb package of 10.2.0RC2 does not create a apps-external folder #35189 ✔️

@individual-it
Copy link
Member Author

I think we are done here for now
list for tests to be automated here #35207

@lock lock bot locked as resolved and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants