Ali BARIN
69582ff83d
feat: introduce role based access control
2023-08-03 19:39:48 +02:00
Ali BARIN
de7a35dfe9
feat: introduce singleton webhook URL
2023-06-22 08:51:43 +00:00
Ali BARIN
f2dc2f5530
feat: introduce CustomAutocomplete with variables
2023-06-12 14:06:13 +02:00
Faruk AYDIN
0784a2d4d0
refactor: Use limit to prevent fetching all records
2023-06-06 12:59:33 +02:00
Faruk AYDIN
51ac37f1de
fix: Return isPaused according to isAllowedToRunFlows method
2023-04-11 17:11:38 +02:00
Faruk AYDIN
9cb4607f69
refactor: User permission and limits to run flows
2023-04-11 16:59:59 +02:00
Ali BARIN
77e29050c8
feat(flow): add virtual paused/published/draft status
2023-04-09 16:45:41 +00:00
Ali BARIN
7d47793afb
feat: add subscription update and cancel logics
2023-04-06 13:08:49 +00:00
Ali BARIN
4d90df9d9a
feat: introduce Sentry
2023-03-10 18:53:10 +00:00
Ali BARIN
ae3512fecf
feat: don't interrupt execution due to quota
2023-03-09 15:13:50 +00:00
Ali BARIN
54e68f6252
feat: skip processing tasks over task quota
2023-03-09 12:48:16 +00:00
Ali BARIN
472ffd5b5c
feat: increase consumed task count upon tasks
2023-03-07 21:26:12 +00:00
Ali BARIN
0970db3295
feat: add remoteWebhookId in Flow
2022-12-16 21:06:52 +01:00
Ömer Faruk Aydın
a7f68f80d1
Merge branch 'main' into issue-553
2022-10-14 22:36:45 +02:00
Faruk AYDIN
56a9aeece7
refactor: Extract processor job into separate background jobs
2022-10-13 18:45:30 +02:00
Ali BARIN
a2602cd2c8
Merge branch 'main' into issue-553
2022-10-08 15:03:51 +02:00
Faruk AYDIN
8308265a62
wip: Restructure twitter integration
2022-10-07 16:06:10 +03:00
Ali BARIN
1404650566
chore: update querybuilder type in flow model
2022-09-29 19:54:08 +02:00
Ali BARIN
29a9338ad7
feat(docker-compose): add worker as service
2022-09-07 23:25:26 +02:00
Faruk AYDIN
6537a1c649
refactor: Use plural wording for user tweets trigger
2022-08-31 19:07:42 +03:00
Faruk AYDIN
db2c3556de
refactor: Get last execution and find last internal ID
2022-08-31 12:53:19 +03:00
Faruk AYDIN
5ddb5ab6fa
feat: Implement draft version of pagination with user tweet trigger
2022-08-29 23:11:28 +03:00
Ali BARIN
be141e55a9
feat: make flow editor read only when published
2022-08-24 21:01:51 +02:00
Faruk AYDIN
5fb988ae2d
feat: Add published_at column to flows and adjust update flow status
2022-08-17 20:12:18 +02:00
Ali BARIN
a1b360a172
fix: make flow.name required with 1 minimum length
2022-08-08 19:44:02 +02:00
Faruk AYDIN
2e980664ac
fix: Order associated steps by position for the flow
2022-08-07 11:54:44 +02:00
Ali BARIN
15aaada3fe
feat: add relative time and context menu in flows
2022-08-06 23:41:47 +02:00
Ali BARIN
d864831bc5
feat: add schedule integration
2022-05-07 11:17:45 +02:00
Faruk AYDIN
c5465513ba
feat: Implement telemetry for created and updated flows
2022-05-05 01:21:09 +02:00
Ali BARIN
75eda7f2af
feat(cli): run migrations and app in start command ( #284 )
...
* feat: perform pending migrations in start command
* feat: log error when DB connection is refused
* feat: log error when Redis connection is refused
* refactor: fix type errors
* fix: correct server and copy graphql schema
* fix: differentiate migrations by env
* chore: remove dev executable
* chore: fix typo in default postgresUsername
* fix: copy json files into dist folder
* chore(cli): add dev script
* chore: pull non-dev logs to info level
* feat(cli): run app in start command
* fix(backend): remove default count in Connection
* fix(cli): remove .eslintrc usage in lint script
* refactor: remove disableMigrationsListValidation
* refactor: make Step optional in ExecutionStep
* refactor: make Flow optional in Step
2022-04-08 11:27:46 +02:00
Faruk AYDIN
3340bdff4c
feat: Fetch data while considering previously persisted records
2022-03-24 20:13:36 +03:00
Faruk AYDIN
22e1fe5c44
feat: Implement auto-run interval for triggers of completed flows
2022-03-23 18:17:41 +03:00
Faruk AYDIN
343b360303
feat: Implement initial version of getExecutions query
2022-03-09 21:23:31 +03:00
Ali BARIN
02af7948e5
refactor: convert IDs to uuid
2022-03-04 02:11:03 +03:00
Ali BARIN
3391578655
chore: introduce @automatisch/types
2022-03-03 13:33:33 +03:00
Faruk AYDIN
3457ad29d7
feat: Use active field with flows
2022-02-18 12:48:49 +03:00
Ali BARIN
89fbfd9dfc
feat: make flow name updatable
2022-02-01 10:08:58 +03:00
Ali BARIN
3e5b9478c7
feat: add default flow name
2022-01-30 14:13:21 +03:00
Faruk AYDIN
86d5cceec7
refactor: Use related query from objectionjs for mutations
2022-01-29 12:27:07 +03:00
Faruk AYDIN
02cfb979bc
chore: Add active column to flows
2022-01-08 17:48:57 +03:00
Faruk AYDIN
8a7d54bb25
feat: Create flow model and graphQL mutation
2021-11-22 23:05:53 +01:00