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

Generalized notif stream #826

Merged
merged 3 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. reservation: remove notifications from reservation

    This commit removes the notification stream from
    the reservation manager and replaces it with a
    subscriber interface.
    sputn1ck committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6408ec8 View commit details
    Browse the repository at this point in the history
  2. notifications: add notification manager

    This commit adds a generic notification manager
    that can be used to subscribe to different types
    of notifications.
    sputn1ck committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5df53cd View commit details
    Browse the repository at this point in the history
  3. loopd: add notification manager

    This commit adds the notification manager to the
    loopd daemon.
    sputn1ck committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7409ae7 View commit details
    Browse the repository at this point in the history