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

Feature/event bus #1063

Merged

Commits on Feb 4, 2021

  1. feat: add simple event bus

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    24f0178 View commit details
    Browse the repository at this point in the history
  2. feat: emit event on webhooks

    In the future, this should be inverted.
    
    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    8a762c6 View commit details
    Browse the repository at this point in the history
  3. feat: log exceptions and continue processing events

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3d2a216 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    838c260 View commit details
    Browse the repository at this point in the history
  2. feat: use context instead of profile in event bus

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d07a498 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. feat: allow specifying reply_from_verkey in send

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9e79bfd View commit details
    Browse the repository at this point in the history
  2. feat: accept profile only in event notify

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    3dbb81e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. feat: add sent_time to basicmessage webhook

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    3d4ef09 View commit details
    Browse the repository at this point in the history
  2. fix: basicmessage handler tests

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    10b8134 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. AdminServer is now the only one to send_webhook

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ae32a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. adding back responder.send_webhook with a deprecation warning

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    fad1502 View commit details
    Browse the repository at this point in the history
  2. mapping events to webhooks

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    36cdc8d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. base record replace webhooks with events

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    2dc86d7 View commit details
    Browse the repository at this point in the history
  2. split up admin server event subscribers

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4218259 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from Indicio-tech/event-bus-webhook-refactor-b…

    …ase_record
    
    Base record replace webhooks with events
    dbluhm authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    99bcd4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from Indicio-tech/event-bus-webhook-refactor

    AdminServer is now the only one to send_webhook
    dbluhm authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    fd29562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8c31b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    3f9f11d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9470be5 View commit details
    Browse the repository at this point in the history
  3. fix: event bus forwarding to webhook

    Signed-off-by: Matthew Wright <matthew@smallhelm.com>
    farskipper committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    cdde03f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    9413e09 View commit details
    Browse the repository at this point in the history
  2. style: fix formatting with black

    Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
    dbluhm committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c3f0ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a10c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    b1e9a2c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    39f2c9a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    708f9d3 View commit details
    Browse the repository at this point in the history