-
Notifications
You must be signed in to change notification settings - Fork 872
fix(unifiedsearch): open file requested via traymenu-searchbar directly and locally #8575
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
base: master
Are you sure you want to change the base?
Conversation
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.
see my inline comments
can you also make sure that there are new automated tests covering the new code branches ?
we will need to have tests to understand if the changes are working as expected
bd594c8
to
bd7d413
Compare
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
@mgallien The automated tests have been implemented; the newly implemented code has 100% coverage. We have quite a few edge cases in terms of what nextcloud returns in the We also decided to make tests independent of the results that have been defined in
|
9ba7ea1
to
1eee657
Compare
Artifact containing the AppImage: nextcloud-appimage-pr-8575.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
Forgot to restore old accountState value after setting it to a null pointer. This caused tests after |
…bar directly and locally Signed-off-by: Baris <[email protected]>
…bar directly and locally Signed-off-by: Baris <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Co-authored-by: Matthieu Gallien <[email protected]> Signed-off-by: Barış <[email protected]>
Signed-off-by: Baris <[email protected]>
Signed-off-by: Mike Mengjie Huang <[email protected]>
Signed-off-by: Mike Mengjie Huang <[email protected]>
This pull request addresses issue #7814.
Previously:
Whenever the user searches for and requests a file or folder through the traymenu-searchbar...
Change:
For any server version using the unified search (20+) the requested file or folder is opened in the local file explorer
Authors are @mike0609king and me.
Thanks a lot in advance for review and suggestions!