Skip to content

feat(services): add lifecycle and connectivity services#984

Open
karlitschek wants to merge 1 commit intomasterfrom
split/07-services-lifecycle-connectivity
Open

feat(services): add lifecycle and connectivity services#984
karlitschek wants to merge 1 commit intomasterfrom
split/07-services-lifecycle-connectivity

Conversation

@karlitschek
Copy link
Copy Markdown
Member

Adds four read-only service classes used by the upcoming admin dashboard cards. None are wired into existing controllers yet, so this change is a pure addition with no behavior change.

  • EolInfo - PHP and Nextcloud end-of-life date warnings
  • OsUpdates - reads /var/lib/update-notifier/updates-available
    and /var/run/reboot-required (no sudo, no shell)
  • AppStoreReachability - cached HEAD probe to apps.nextcloud.com
  • FederationStats - sent / received / trusted-server counts

Adds four read-only service classes used by the upcoming admin
dashboard cards. None are wired into existing controllers yet, so
this change is a pure addition with no behavior change.

* EolInfo              - PHP and Nextcloud end-of-life date warnings
* OsUpdates            - reads /var/lib/update-notifier/updates-available
                         and /var/run/reboot-required (no sudo, no shell)
* AppStoreReachability - cached HEAD probe to apps.nextcloud.com
* FederationStats      - sent / received / trusted-server counts

Signed-off-by: Frank Karlitschek <frank@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant