-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
nextcloud: fix deprecation warning #68435
Conversation
@GrahamcOfBorg test nextcloud.basic |
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.
I haven't tested, but overall LGTM 👍
I assume all the tests (aside from the redis
test mentioned by @jonringer) pass now?
I tested locally, and the other two pass |
Does the warning occur on master as well? If so, this should be based on master and backported to 19.09 once merged. |
7575a63
to
56e5ddd
Compare
I think so. I rebased it, but labels/reviewers are messed up now. |
Thanks! |
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.
Diff seems fine, also tested this on my personal Nextcloud instance. The broken test gets fixed in #68441, so this should be safe to merge now 👍
Backported as 0d38802. Thanks! |
Motivation for this change
#65706 deprecates phpfpm poolConfigs, but the nextcloud module still sets those by default. This is supposed to get rid of that deprecation warning. Could use some independent testing.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @aanderse