Commit Graph
108 Commits
Author SHA1 Message Date
Faruk AYDIN 00be50d2fd refactor: Restructure create tweet with new global variable 2022-10-22 13:48:56 +02:00
Faruk AYDIN 7e2dd95134 chore: Differentiate trigger and action output types 2022-10-22 13:48:55 +02:00
Faruk AYDIN 64807fbc11 refactor: Add sort logic into my tweets trigger 2022-10-22 13:48:55 +02:00
Faruk AYDIN 204a8ffb7f refactor: No need to return from run methods for twitter triggers 2022-10-22 13:48:55 +02:00
Faruk AYDIN aef097becb refactor: Use new error handling structure for user tweets 2022-10-22 13:48:55 +02:00
Faruk AYDIN 9a743fb4a8 feat: Capture unhandled errors by restructuring apps 2022-10-22 13:48:49 +02:00
Faruk AYDIN 45bf274dc0 fix: Trigger sorting for tweets 2022-10-20 00:38:25 +02:00
Faruk AYDIN 3004cf1115 feat: Implement create tweet action 2022-10-18 19:57:53 +02:00
Faruk AYDIN a5e114ac68 refactor: Restructure twitter app with beforeRequest hook 2022-10-18 19:45:00 +02:00
Faruk AYDIN 3e05d7b5e9 fix: Use apiBaseUrl for twitter generate request method 2022-10-17 23:29:28 +02:00
Ali BARIN 314787f39c refactor: clean up github and rewrite its auth 2022-10-16 23:34:21 +02:00
Ali BARIN 92a2d68a81 feat: add defineTrigger and defineAction 2022-10-16 11:15:05 +02:00
Faruk AYDIN b5e5ae7321 fix: Do not sort user tweets since it's in reverse-chronological order 2022-10-15 11:51:28 +02:00
Faruk AYDIN 8a883765d4 refactor: Do not expose search term separately for search tweets 2022-10-14 23:51:00 +02:00
Faruk AYDIN cad42eed54 refactor: Remove test run methods from triggers 2022-10-14 23:47:50 +02:00
Faruk AYDIN 237ab48d33 refactor: Restructure workers to work with services 2022-10-14 22:33:26 +02:00
Faruk AYDIN 628f872180 refactor: Implement test run helper to work with services 2022-10-14 20:18:58 +02:00
Faruk AYDIN 56a9aeece7 refactor: Extract processor job into separate background jobs 2022-10-13 18:45:30 +02:00
Faruk AYDIN 3c3bb82e97 refactor: Remove early exit strategy for twitter triggers 2022-10-12 23:23:08 +02:00
Faruk AYDIN d9192f6e6b refactor: Introduce IActionOutput and ITriggerOutput types 2022-10-12 22:50:42 +02:00
Faruk AYDIN 050f392dd1 feat: Add error management for new follower of me trigger 2022-10-07 16:06:10 +03:00
Faruk AYDIN 80b25694b5 feat: Implement error management for get user tweets 2022-10-07 16:06:10 +03:00
Faruk AYDIN e462d1f7ea fix: Make generate request method generic for all requests of twitter 2022-10-07 16:06:10 +03:00
Ali BARIN e7b47f5c98 refactor: use functional app implementation 2022-10-07 16:06:10 +03:00
Ali BARIN 0f3d1f0173 fix: add empty type definitions in slack and twitter 2022-10-07 16:06:10 +03:00
Ali BARIN a83983fe06 fix: add BASE_URL in icons of slack and twitter 2022-10-07 16:06:10 +03:00
Ali BARIN 5037e67857 fix: serve assets synchronously 2022-10-07 16:06:10 +03:00
Ali BARIN ae76f7100c refactor(web): fix types 2022-10-07 16:06:10 +03:00
Faruk AYDIN 0825eb36e4 chore: Use get app helper to get application data 2022-10-07 16:06:10 +03:00
Faruk AYDIN 8308265a62 wip: Restructure twitter integration 2022-10-07 16:06:10 +03:00
Faruk AYDIN 4d5be952ce refactor: Use functional design for the authentication of apps 2022-10-07 16:06:10 +03:00
Ali BARIN 52e4e09e85 refactor: rewrite http-client as functional 2022-10-03 17:10:16 +02:00
Faruk AYDIN 953a031ba6 chore: Use integrationError instead of automatischError 2022-09-26 19:12:07 +03:00
Faruk AYDIN 8826125845 feat: Draft implementation to store and expose integration errors 2022-09-26 17:05:56 +03:00
Ömer Faruk Aydın dc8a32b0b4 Merge pull request #507 from automatisch/issue-499
feat: show poll interval in trigger step
2022-09-14 01:12:10 +03:00
Ali BARIN 02deed3e3a feat: show poll interval in trigger step 2022-09-13 23:39:10 +02:00
Ali BARIN bd754da1ed feat: show CTA for connecting to services 2022-09-13 20:26:49 +02:00
Faruk AYDIN 92053ea25a refactor: Slack authentication by passing flow, connection and step 2022-09-01 17:26:28 +02:00
Faruk AYDIN 9613e142c9 feat: Implement new follower of me trigger for twitter 2022-09-01 13:54:33 +03:00
Faruk AYDIN 163629b990 feat: Implement my tweets trigger 2022-09-01 13:34:22 +03:00
Faruk AYDIN 6537a1c649 refactor: Use plural wording for user tweets trigger 2022-08-31 19:07:42 +03:00
Faruk AYDIN abaad7cb82 feat: Implement search tweets trigger 2022-08-31 16:36:39 +02:00
Faruk AYDIN db2c3556de refactor: Get last execution and find last internal ID 2022-08-31 12:53:19 +03:00
Faruk AYDIN fda957b1f6 fix: Adjust response types for twitter auth and endpoints 2022-08-30 14:26:56 +03:00
Faruk AYDIN 29abf702bd chore: Use API Key and API Secret placeholders for twitter connection 2022-08-30 14:18:35 +03:00
Faruk AYDIN 5ddb5ab6fa feat: Implement draft version of pagination with user tweet trigger 2022-08-29 23:11:28 +03:00
Faruk AYDIN 44e3de8534 refactor: Pass connection, flow and step as params to apps 2022-08-21 20:25:04 +03:00
Faruk AYDIN cd6c5216ff refactor: Adjust create tweet action to use new http client 2022-08-20 11:25:20 +02:00
Faruk AYDIN bb68b2dea1 refactor: Adjust architecture for twitter client and user tweet trigger 2022-08-12 00:11:06 +03:00
Ali BARIN b901a396bf fix: update account wording with connection 2022-08-08 18:24:36 +02:00