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

Refactor OC\Server::getAppConfig #40112

Closed

Conversation

summersab
Copy link
Contributor

This PR refactors the deprecated method OC\Server::getAppConfig and replaces it with OC\Server::get(\OCP\IAppConfig::class) throughout the entire NC codebase (excluding ./apps and ./3rdparty).

Additionally, where necessary, the \OCP\IAppConfig class is imported via the use directive.

@summersab summersab force-pushed the refactor/OC-Server-getAppConfig branch from 9304ae2 to f3ae7a8 Compare August 30, 2023 01:27
Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
@summersab summersab force-pushed the refactor/OC-Server-getAppConfig branch from f3ae7a8 to ffb4889 Compare August 30, 2023 02:26
@solracsf solracsf added the 3. to review Waiting for reviews label Aug 30, 2023
@solracsf solracsf added this to the Nextcloud 28 milestone Aug 30, 2023
@@ -98,7 +100,7 @@
$application->add(new OC\Core\Command\Config\App\GetConfig(\OC::$server->getConfig()));
$application->add(new OC\Core\Command\Config\App\SetConfig(\OC::$server->getConfig()));
$application->add(new OC\Core\Command\Config\Import(\OC::$server->getConfig()));
$application->add(new OC\Core\Command\Config\ListConfigs(\OC::$server->getSystemConfig(), \OC::$server->getAppConfig()));
$application->add(new OC\Core\Command\Config\ListConfigs(\OC::$server->getSystemConfig(), \OC::$server->get(IAppConfig::class)));

Check notice

Code scanning / Psalm

DeprecatedMethod

The method OC\Server::getSystemConfig has been marked as deprecated
@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
@skjnldsv skjnldsv added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Feb 23, 2024
@skjnldsv
Copy link
Member

conflicts

This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
81 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Mar 28, 2024
@skjnldsv skjnldsv closed this May 30, 2024
@skjnldsv
Copy link
Member

@summersab I closed a few of your Refactor PRs.
I tried to push as much as possible to rebase and merge the others, but there are far too much conflicts now. If you used some kind of automation, feel free to run it again on master and open new PR, I'll try to push and get them merge before too much conflicts arise again! I thank you a lot for your already amazing dedication to our codebase quality, it's tremendously appreciated!!! 🙇

@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants