-
Notifications
You must be signed in to change notification settings - Fork 281
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
Switch from OC::$server->get to OCP\Server::get #3801
Conversation
8181538
to
a15269c
Compare
Ended up fixing a few more psalm issues 😆 |
a15269c
to
7926c00
Compare
🤩 Very nice, also with the stub for circles |
5c96d78
to
03733ef
Compare
The remaining integration failure are looking to be related to server change Undefined mixin icon-black-white: apps/deck/css/deck.scss This needs to be ported away from scss compiled by the server |
Fixes for icon issues are in #3803 |
Pushed a fix for the tests to use the SymfonyAdapter in the template and opened nextcloud/server#32349 to get rid of that one. |
And add a bit more typing to some classes + psalm issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
ba48921
to
3a783a7
Compare
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
e14adf2
to
0940ca4
Compare
750ad32
to
d80960c
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
d80960c
to
ce7da62
Compare
Summary
Switch from OC::$server->get to OCP\Server::get
And add a bit more typing to some classes
TODO
Checklist