Ali BARIN
|
ef3c93a907
|
Merge pull request #785 from automatisch/docs/webhooks
Docs: webhooks app
|
2022-12-08 20:02:53 +01:00 |
|
Faruk AYDIN
|
89bcaa96ed
|
docs: Add trigger and connection pages of webhooks app
|
2022-12-08 22:00:17 +03:00 |
|
Ali BARIN
|
ce1eecf82e
|
Merge pull request #782 from automatisch/docs/docker-installation
docs: Docker installation
|
2022-12-08 19:45:52 +01:00 |
|
Ali BARIN
|
179c0a39d4
|
feat(ntfy): describe user & psswd in auth dialog
|
2022-12-08 19:36:41 +01:00 |
|
Ömer Faruk Aydın
|
d4e8eb276d
|
Merge pull request #780 from automatisch/generic-webhook
Add webhook integration
|
2022-12-08 19:20:52 +01:00 |
|
Ömer Faruk Aydın
|
fd3c26ad73
|
Merge pull request #777 from automatisch/feature/ntfy
Add ntfy support with sending message
|
2022-12-08 19:13:57 +01:00 |
|
Ali BARIN
|
d9f9056515
|
refactor(webhook): remove auth placeholder
|
2022-12-08 11:57:36 +01:00 |
|
Faruk AYDIN
|
8c4970b550
|
chore: Use webhook secret key for new entry trigger
|
2022-12-08 13:00:17 +03:00 |
|
Ali BARIN
|
51ccdf3577
|
feat(webhook): do not process actions in test run
|
2022-12-08 10:42:35 +01:00 |
|
Ali BARIN
|
f79245d24a
|
fix(webhook): remove registrations logic
|
2022-12-08 10:26:07 +01:00 |
|
Ali BARIN
|
e8d8a5e89d
|
feat(webhook): mark test run in executions
|
2022-12-08 10:22:39 +01:00 |
|
Faruk AYDIN
|
75196cbf84
|
feat: Introduce webhook secret key to verify webhook requests
|
2022-12-08 10:33:15 +03:00 |
|
Ali BARIN
|
3c62f182ab
|
feat(webhook): add webhook application
|
2022-12-08 00:34:26 +01:00 |
|
Ali BARIN
|
c5fedda195
|
feat(worker): log when workers are ready
|
2022-12-05 23:53:57 +01:00 |
|
Ali BARIN
|
e1c080f237
|
feat(ntfy): add send message action
|
2022-12-05 00:45:30 +01:00 |
|
Ali BARIN
|
6995323a45
|
feat(ntfy): add auth support
|
2022-12-05 00:45:02 +01:00 |
|
Ali BARIN
|
46bfc597ec
|
feat(ntfy): add application
|
2022-12-05 00:44:25 +01:00 |
|
Ali BARIN
|
8c343abac5
|
feat(telegram-bot): add send message action
|
2022-12-04 17:27:59 +01:00 |
|
Ali BARIN
|
39ac3ff4c2
|
feat(telegram-bot): add authentication support
|
2022-12-04 17:27:58 +01:00 |
|
Ali BARIN
|
677880c633
|
feat(telegram-bot): add application
|
2022-12-04 17:27:58 +01:00 |
|
Faruk AYDIN
|
57a23946cc
|
docs(typeform): Add connection and trigger pages
|
2022-12-01 17:57:07 +01:00 |
|
Ali BARIN
|
bf62ebd20a
|
chore(typeform): add empty type definition file
|
2022-11-30 19:38:57 +01:00 |
|
Ali BARIN
|
687c6a09bc
|
feat(webhook): register in mutation calls
|
2022-11-30 19:33:57 +01:00 |
|
Ali BARIN
|
77a7df1cff
|
feat(webhook): process trigger in controller
|
2022-11-30 19:33:30 +01:00 |
|
Ali BARIN
|
05ce3edb80
|
fix(webhook): respond with 404 for non-webhook flows
|
2022-11-30 19:32:58 +01:00 |
|
Ali BARIN
|
2564d7d976
|
fix(typeform/new-entry): early exit when no response
|
2022-11-30 19:31:38 +01:00 |
|
Ali BARIN
|
2f06cda82b
|
fix: remove circular serialization in GQL errors
|
2022-11-30 16:57:35 +01:00 |
|
Ali BARIN
|
945b777c3c
|
fix(typeform): correct app color
|
2022-11-30 02:13:00 +01:00 |
|
Ali BARIN
|
d2a6c45fd6
|
refactor: simplify computed webhook event
|
2022-11-30 02:13:00 +01:00 |
|
Ali BARIN
|
b5436fe7fa
|
chore: add comments in update flow status
|
2022-11-30 02:13:00 +01:00 |
|
Ali BARIN
|
82e3b40e7c
|
refactor: remove redundant function signature
|
2022-11-30 02:12:59 +01:00 |
|
Ali BARIN
|
0f4f36c654
|
refactor: name webhook controller handler
|
2022-11-30 02:12:59 +01:00 |
|
Faruk AYDIN
|
d83e8dabf8
|
feat: Implement webhook logic along with new entry typeform trigger
|
2022-11-30 02:12:56 +01:00 |
|
Faruk AYDIN
|
397926f994
|
feat: Add listForms dynamic data to Typeform app
|
2022-11-30 02:12:26 +01:00 |
|
Faruk AYDIN
|
8d8a9f7c78
|
feat: Implement Typeform authentication
|
2022-11-30 02:12:25 +01:00 |
|
Faruk AYDIN
|
9978241329
|
chore: Add type file for the stripe app
|
2022-11-29 22:10:25 +01:00 |
|
Pierre Maurice Schwang
|
1d6ed8d9d0
|
chore: align trigger key with trigger name
|
2022-11-29 21:32:20 +01:00 |
|
Pierre Maurice Schwang
|
34e2c77934
|
chore: address review comments
|
2022-11-29 20:06:17 +01:00 |
|
Pierre Maurice Schwang
|
f47d912074
|
Merge branch 'main' into feat/stripe
|
2022-11-28 19:28:33 +01:00 |
|
Ali BARIN
|
c393a80185
|
Merge branch 'main' into issue-728
|
2022-11-28 17:06:44 +01:00 |
|
Ali BARIN
|
2e391cc651
|
feat(queue): auto clean up complete and fail jobs
|
2022-11-28 02:01:12 +01:00 |
|
Ali BARIN
|
2e0b2191c0
|
feat: accept username, password, tls for redis configuration
|
2022-11-28 01:57:43 +01:00 |
|
Ali BARIN
|
23f56e4deb
|
feat(http-error): add response
|
2022-11-25 00:49:40 +01:00 |
|
Pierre Maurice Schwang
|
ef27c9348b
|
feat: stripe triggers (payout + transaction)
|
2022-11-24 23:23:22 +01:00 |
|
Faruk AYDIN
|
6bf0e799a1
|
feat: Add isRefreshTokenRequested condition to auth in global variable
|
2022-11-21 09:43:04 +01:00 |
|
Ali BARIN
|
166dda4a4b
|
feat(salesforce): implement refresh token logic
|
2022-11-21 09:43:04 +01:00 |
|
Ali BARIN
|
901605fd9c
|
feat: add refresh token capability
|
2022-11-21 09:43:04 +01:00 |
|
Ali BARIN
|
5c78e6e7bf
|
Release v0.2.0
|
2022-11-12 16:21:42 +01:00 |
|
Faruk AYDIN
|
adddf23ae3
|
refactor: Check http error for actions
|
2022-11-11 09:53:53 +01:00 |
|
Faruk AYDIN
|
d2b8d2beff
|
refactor: Use getDynamicData instead of getData
|
2022-11-10 19:46:04 +01:00 |
|