Paul Campbell kemitix · he/him
  • Joined on 2023-01-21
kemitix closed issue kemitix/git-next#91 2024-07-23 21:12:51 +01:00
Add outgoing webhook notifications
kemitix pushed to next at kemitix/git-next 2024-07-23 21:09:46 +01:00
9e12f5eb5d feat: post webhook notifications to user
kemitix pushed to main at kemitix/git-next 2024-07-23 21:09:44 +01:00
288c20c24b feat: dispatch NotifyUser messages to server for user (2/2)
kemitix pushed to next at kemitix/git-next 2024-07-23 21:06:39 +01:00
288c20c24b feat: dispatch NotifyUser messages to server for user (2/2)
kemitix pushed to main at kemitix/git-next 2024-07-23 21:06:38 +01:00
4978400ece refactor: use Option<&T> over &Option<T>
kemitix pushed to main at kemitix/git-next 2024-07-23 21:03:32 +01:00
bcf57bc728 feat: dispatch NotifyUser messages to server for user (1/2)
kemitix pushed to next at kemitix/git-next 2024-07-23 21:03:32 +01:00
4978400ece refactor: use Option<&T> over &Option<T>
kemitix pushed to next at kemitix/git-next 2024-07-23 21:00:37 +01:00
bcf57bc728 feat: dispatch NotifyUser messages to server for user (1/2)
kemitix pushed to main at kemitix/git-next 2024-07-23 21:00:36 +01:00
e9877ca9fa feat: support sending messages to the user
kemitix pushed to main at kemitix/git-next 2024-07-23 20:57:41 +01:00
c86d890c2c feat: enable configuration of a webhook for receiving notifications
kemitix pushed to next at kemitix/git-next 2024-07-23 20:57:41 +01:00
e9877ca9fa feat: support sending messages to the user
kemitix pushed to next at kemitix/git-next 2024-07-23 20:54:46 +01:00
c86d890c2c feat: enable configuration of a webhook for receiving notifications
kemitix pushed to main at kemitix/git-next 2024-07-23 20:54:46 +01:00
1690e1bff6 docs: document Notifications to user
kemitix pushed to next at kemitix/git-next 2024-07-23 20:50:28 +01:00
1690e1bff6 docs: document Notifications to user
kemitix pushed to dev at kemitix/git-next 2024-07-23 20:50:21 +01:00
9e12f5eb5d feat: post webhook notifications to user
288c20c24b feat: dispatch NotifyUser messages to server for user (2/2)
4978400ece refactor: use Option<&T> over &Option<T>
bcf57bc728 feat: dispatch NotifyUser messages to server for user (1/2)
e9877ca9fa feat: support sending messages to the user
Compare 7 commits »
kemitix pushed to dev at kemitix/git-next 2024-07-23 19:47:48 +01:00
eb298a13be feat: post webhook notifications to user
kemitix pushed to dev at kemitix/git-next 2024-07-23 19:38:18 +01:00
7ca886c4bc feat: post webhook notifications to user
a317fc6648 feat: dispatch NotifyUser messages to server for user (2/2)
d7be6802ef refactor: use Option<&T> over &Option<T>
2239deed4c feat: dispatch NotifyUser messages to server for user (1/2)
17c232b874 feat: support sending messages to the user
Compare 6 commits »
kemitix pushed to dev at kemitix/git-next 2024-07-23 19:34:31 +01:00
2c46d24679 WIP: feat: post webhook to user
a3027cd191 WIP: feat: dispatch NotifyUser messages to server actor (2/2)
a0e2f5446d refactor: use Option<&T> over &Option<T>
837008cea1 WIP: feat: dispatch NotifyUser messages to server actor (1/2)
f46d6d177a WIP: feat: support sending messages to a notification webhook
Compare 6 commits »
kemitix pushed to dev at kemitix/git-next 2024-07-23 19:30:40 +01:00
782bf67b36 WIP: feat: post webhook to user
c10861c2fb WIP: feat: dispatch NotifyUser messages to server actor (2/2)
b28ecbdf34 refactor: use Option<&T> over &Option<T>
5299b8b0ed WIP: feat: dispatch NotifyUser messages to server actor (1/2)
e13a89b4a0 FIXUP server-actor handler receive valid server config
Compare 7 commits »
kemitix pushed to dev at kemitix/git-next 2024-07-23 19:30:29 +01:00
738f8dd33d WIP: feat: post webhook to user