Ali BARIN
b8a44afd25
refactor: re-type interceptors for axios@1.6.0
2023-11-13 16:14:03 +00:00
Rıdvan Akca
ff00644e62
feat(reddit): add create link post action
2023-11-10 18:21:04 +03:00
Rıdvan Akca
5738a09771
feat(reddit): add new posts matching search trigger
2023-11-10 16:50:26 +03:00
Rıdvan Akca
354b331b08
feat(reddit): add reddit integration
2023-11-10 12:51:52 +03:00
Rıdvan Akca
3593cf3808
feat(xero): add new payments trigger
2023-11-09 11:57:47 +03:00
Ali BARIN
6ea7400ff4
Merge pull request #1419 from automatisch/AUT-391
...
feat(xero): add new bank transactions trigger
2023-11-08 17:07:14 +01:00
Rıdvan Akca
1a4ba35ef4
feat(xero): add new bank transactions trigger
2023-11-08 18:59:50 +03:00
Ali BARIN
2d52cab693
fix: let permitted users delete others' flows ( #1417 )
2023-11-08 16:55:30 +01:00
Ömer Faruk Aydın
e1fac78aba
Merge pull request #1412 from automatisch/aut-311
...
fix: let permitted users create step in not-owned flows
2023-11-08 17:55:53 +03:00
Rıdvan Akca
9200e1011b
feat(xero): add xero integration
2023-11-08 17:03:33 +03:00
moaaz
bc337c588a
feat(carbone): add add-template
action
2023-11-08 11:27:17 +01:00
Ali BARIN
0873cfa997
fix: let permitted users create step in not-owned flows
2023-11-07 15:51:24 +00:00
Mohammed Zaher
5db62679fa
feat(removebg): add remove-bg integration ( #1406 )
...
* feat(remove-bg): add remove-bg integration
* feat(removebg): update name and icon
* docs(removebg): update name and icon
* docs: add remove.bg in available apps
* docs(removebg): correct path
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-11-07 13:52:55 +01:00
Moaaz Elsayed
a4a0102679
feat(carbone): add carbone integration ( #1405 )
...
* feat(carbone): add carbone integration
* Update list-apps.spec.js to ensure Carbone is the first application in the alphabetically sorted list
Previously, the test expected DeepL to be the first in the list. Now, this change ensures that Carbone will take precedence as it will come first in the alphabetical order.
2023-11-07 13:00:22 +01:00
Rıdvan Akca
2afcfbb4bc
feat(ghost): add new post published trigger ( #1403 )
2023-11-07 12:55:35 +01:00
Rıdvan Akca
f0e8f070a8
feat(ghost): add ghost integration ( #1401 )
2023-11-07 11:30:26 +01:00
Rıdvan Akca
c42374e031
feat(notion/create-page): support variables in parentPageId field ( #1410 )
2023-11-07 09:33:57 +01:00
Rıdvan Akca
be610c7fa9
feat(zendesk): add create ticket action
2023-11-06 16:02:26 +01:00
Faruk AYDIN
903e9e6093
test: Implement graphQL getFlow query tests
2023-10-31 15:57:44 +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
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
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
Rıdvan Akca
fa02edfefc
feat(pushover): add send a pushover notification action ( #1373 )
2023-10-24 13:40:24 +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