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

Cleanup cron.php method calls #43454

Merged
merged 6 commits into from
Feb 8, 2024
Merged

Cleanup cron.php method calls #43454

merged 6 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. chore(cron.php): Migrate away from ILogger and \OC::$server

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eb89da9 View commit details
    Browse the repository at this point in the history
  2. chore(psalm): Include cron.php into psalm checked files

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    05de5e2 View commit details
    Browse the repository at this point in the history
  3. fix(cron.php): Use new IAppConfig interface in cron.php

    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    65d013b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecfa7c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6a0e0 View commit details
    Browse the repository at this point in the history
  6. fix(cron.php): Avoid pulling configuration twice

    IConfig is a small wrapper around SystemConfig, no need to pull both of them
    
    Signed-off-by: Côme Chilliet <[email protected]>
    come-nc committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1eb8942 View commit details
    Browse the repository at this point in the history