Rıdvan Akca
|
30fadee94d
|
feat(twitch): add new live streams trigger
|
2023-11-06 14:10:53 +03:00 |
|
Rıdvan Akca
|
e97c7e2e68
|
feat(twitch): add twitch integration
|
2023-11-02 13:49:01 +03:00 |
|
Faruk AYDIN
|
903e9e6093
|
test: Implement graphQL getFlow query tests
|
2023-10-31 15:57:44 +01:00 |
|
Faruk AYDIN
|
d30e491817
|
test: Delete formattedData from connection factory before persisting
|
2023-10-31 15:57:22 +01:00 |
|
Faruk AYDIN
|
aa727e3260
|
test: Adjust step factory to assign correct appKey
|
2023-10-31 15:56:49 +01:00 |
|
Ömer Faruk Aydın
|
1cad3a7149
|
Merge pull request #1398 from automatisch/tests/disable-typescript
test: Disable ts check for test files
|
2023-10-31 12:08:30 +01:00 |
|
Ali BARIN
|
2febc5efad
|
fix(mutations/delete-flow): cover incomplete trigger
|
2023-10-30 15:19:31 +01:00 |
|
Faruk AYDIN
|
903616bef6
|
test: Disable ts check for test files
|
2023-10-30 14:25:22 +01:00 |
|
Rıdvan Akca
|
c944193fb4
|
feat(trello): add create card action
|
2023-10-30 11:48:19 +01:00 |
|
Faruk AYDIN
|
4bda1edda7
|
test: Show coverage for graphQL queries folder
|
2023-10-29 13:13:01 +01:00 |
|
Ali BARIN
|
bf7ab475ee
|
feat: unregister webhook upon deleting flow
|
2023-10-27 19:19:13 +02:00 |
|
Ömer Faruk Aydın
|
2f39efb935
|
Merge pull request #1381 from automatisch/add-filters-in-get-executions-query
feat(queries/get-executions): add filter support
|
2023-10-26 17:56:10 +02:00 |
|
Ali BARIN
|
2cfa64c2a3
|
test(queries/get-executions): use createdAt in filter test cases
|
2023-10-26 15:43:08 +00:00 |
|
Ali BARIN
|
7245a0a599
|
refactor(queries/get-executions): use createdAt in filters
|
2023-10-26 15:29:28 +00:00 |
|
Ali BARIN
|
0633da3244
|
fix(mutations/duplicate-flow): correct webhook path
|
2023-10-26 17:21:28 +02:00 |
|
Faruk AYDIN
|
96341976f5
|
test: Add graphQL query test for getExecutions
|
2023-10-26 17:19:37 +02:00 |
|
Faruk AYDIN
|
9abfaec4d5
|
test: Adjust permission factory to pass all values
|
2023-10-26 17:17:12 +02:00 |
|
Faruk AYDIN
|
945c52dd6b
|
test: Add createdAt and updatedAt defaultst to execution and flow
|
2023-10-26 17:16:42 +02:00 |
|
Faruk AYDIN
|
6567d24760
|
test: Adjust app key of step depending on type
|
2023-10-26 17:15:50 +02:00 |
|
Ali BARIN
|
e185ceb385
|
fix(queries/get-executions): recover flow and steps relations
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
1b21bbe5b7
|
feat(queries/get-executions): accept timestamp instead of ISO datetime
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
14b7053ed8
|
feat: add updated_at index in executions
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
2760526def
|
feat: add flow_id index in executions
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
d851db22d0
|
feat(queries/get-executions): add updatedAt filter support
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
2fa360e400
|
feat(queries/get-executions): add status filter support
|
2023-10-26 13:52:20 +02:00 |
|
Ali BARIN
|
e4eb146169
|
feat(queries/get-executions): add flowId filter support
|
2023-10-26 13:52:20 +02:00 |
|
Moaaz Elsayed
|
86611453b5
|
feat(zendesk): add zendesk integration (#1385)
* feat(zendesk): add zendesk integration
* Add Zendesk connection documentation
* docs(zendesk/connection): add missing steps
* feat(zendesk): add more auth scopes for planned triggers/actions
* fix(zendesk): fix instanceUrl
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
|
2023-10-26 12:47:13 +02:00 |
|
Faruk AYDIN
|
ab6e49bf4f
|
fix: Guard lowercase email for delete user operation
|
2023-10-25 01:00:43 +02:00 |
|
Rıdvan Akca
|
ee90422f56
|
feat(trello): add trello integration (#1380)
|
2023-10-24 15:13:08 +02:00 |
|
Ömer Faruk Aydın
|
627184f124
|
Merge pull request #1379 from automatisch/factories/execution-step
test: Implement execution step factory
|
2023-10-24 13:45:08 +02:00 |
|
Rıdvan Akca
|
fa02edfefc
|
feat(pushover): add send a pushover notification action (#1373)
|
2023-10-24 13:40:24 +02:00 |
|
Faruk AYDIN
|
61afebc827
|
test: Implement execution step factory
|
2023-10-24 12:35:29 +02:00 |
|
Faruk AYDIN
|
a4c22799e7
|
fix: Correct executions table name for execution factory
|
2023-10-24 12:35:29 +02:00 |
|
Faruk AYDIN
|
870a110a75
|
fix: Fetch lastStep directly on the step factory
|
2023-10-24 12:35:29 +02:00 |
|
Ömer Faruk Aydın
|
c1bf063b12
|
Merge pull request #1377 from automatisch/factories/execution
test: Implement factory for the execution model
|
2023-10-23 23:06:45 +02:00 |
|
Faruk AYDIN
|
4d2172d153
|
test: Implement factory for the execution model
|
2023-10-23 22:52:24 +02:00 |
|
Faruk AYDIN
|
d0fab0e1f1
|
test: Add factory file for the step model
|
2023-10-23 22:47:19 +02:00 |
|
Faruk AYDIN
|
16d0c243c7
|
test: Add factory file for the flow model
|
2023-10-23 18:26:43 +02:00 |
|
Faruk AYDIN
|
6be8a581d2
|
refactor: Use named exports for factories
|
2023-10-23 10:36:44 +02:00 |
|
Faruk AYDIN
|
655deb12c8
|
refactor: Rename fixtures as factories to differentiate dynamic data
|
2023-10-23 10:30:27 +02:00 |
|
Faruk AYDIN
|
c4394228f2
|
fix(placetel): Authenticate in case valid user without device
|
2023-10-22 23:03:46 +02:00 |
|
Rıdvan Akca
|
98e6dbe141
|
feat(pushover): add pushover integration
|
2023-10-22 23:03:46 +02:00 |
|
Ömer Faruk Aydın
|
4fac1ef7c4
|
Merge pull request #1355 from automatisch/AUT-347
feat(youtube): add new video by search trigger
|
2023-10-21 10:52:31 +02:00 |
|
Rıdvan Akca
|
034bc6a79e
|
refactor(pipedrive): make filterProvidedFields func reusable
|
2023-10-20 19:06:34 +02:00 |
|
Rıdvan Akca
|
94e64676af
|
refactor(pipedrive): set baseUrl in a seperate file
|
2023-10-20 18:36:50 +02:00 |
|
Rıdvan Akca
|
3a638220af
|
feat(pipedrive): add create person action
|
2023-10-20 17:39:24 +02:00 |
|
Rıdvan Akca
|
0772308bf5
|
feat(pipedrive): add create organization action
|
2023-10-20 17:12:51 +02:00 |
|
Rıdvan Akca
|
9f5ea80731
|
feat(youtube): add new video by search trigger
|
2023-10-20 18:02:44 +03:00 |
|
Ömer Faruk Aydın
|
fb1f520096
|
Merge pull request #1367 from automatisch/test/connection-fixture
test: Implement connection fixture
|
2023-10-20 15:53:04 +02:00 |
|
Rıdvan Akca
|
4eace3fb7e
|
feat(youtube): add new video in channel trigger
|
2023-10-20 16:35:13 +03:00 |
|