-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: Allow listening to form submissions via events and webhooks #2265
Conversation
68adead
to
ba50b71
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2265 +/- ##
=======================================
Coverage ? 36.16%
Complexity ? 1014
=======================================
Files ? 70
Lines ? 3824
Branches ? 0
=======================================
Hits ? 1383
Misses ? 2441
Partials ? 0 |
So this can only be part of the next planned major version 5.0 as we still support Nextcloud 29 an 28, while there are already plans for 5.0 we still need to work on some features / technical dept. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice side effect: We can use this for flow support besides windmill :)
eaa4ba9
to
eab4d7d
Compare
I removed the requirement of Nextcloud 30, so we can hopefully merge this sooner 🙏 |
@marcelklehr nice :) please fix the errors, then we can merge it :) |
eab4d7d
to
a8dbf2b
Compare
Signed-off-by: Marcel Klehr <[email protected]>
a8dbf2b
to
0005db6
Compare
Yes and no, this is about windmill webhooks based workflows. Meaning the first 3 issues would I still consider feature requests, similar to the analytics integration - if someone wants to create an integration (and add proper tests) we could integrate that. only #1223 could be done with Nextcloud 30 due to the |
requires Nextcloud 30
This will allow users of the upcoming windmill workflow automation app to trigger automations based on form submissions.