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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. swapserverrpc: refactor reservation notifications

    This commit refactors the proto definitions of the
    reservation notifications to use a more generic
    mechanism that can be used for other types of
    notifications as well.
    sputn1ck committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e7bd486 View commit details
    Browse the repository at this point in the history
  2. reservation: remove notifications from reservation

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

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

    This commit adds the notification manager to the
    loopd daemon.
    sputn1ck committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1ce867f View commit details
    Browse the repository at this point in the history