Faruk AYDIN
0825eb36e4
chore: Use get app helper to get application data
2022-10-07 16:06:10 +03:00
Faruk AYDIN
63ffd1f720
fix: Type problems regarding global variable
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
Faruk AYDIN
e149d47135
feat: Implement exposing errors from actions within processor
2022-09-27 12:20:16 +03:00
Ali BARIN
29a9338ad7
feat(docker-compose): add worker as service
2022-09-07 23:25:26 +02:00
Faruk AYDIN
d0922d85b3
feat: Add error details jsonb column to execution steps
2022-09-04 19:13:25 +03:00
Ali BARIN
dc79d623be
feat: add no data alert in test substep and execution
2022-09-01 22:25:57 +02:00
Faruk AYDIN
0eb28ec1a5
chore: Remove github and typeform from temporary app list
2022-09-01 14:03:31 +03: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
44e3de8534
refactor: Pass connection, flow and step as params to apps
2022-08-21 20:25:04 +03:00
Faruk AYDIN
5fb988ae2d
feat: Add published_at column to flows and adjust update flow status
2022-08-17 20:12:18 +02:00
Faruk AYDIN
bb37299c5b
feat: Expose flow count with connections of getApp query
2022-08-13 01:50:03 +03: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
744b31aad6
feat: add dynamic flow app icons
2022-08-06 23:41:47 +02:00
Ali BARIN
15aaada3fe
feat: add relative time and context menu in flows
2022-08-06 23:41:47 +02:00
Faruk AYDIN
e7f12f4a06
feat: Expose iconUrl together with steps
2022-08-06 23:11:42 +03:00
Faruk AYDIN
70d59c6c64
feat: Add draft column to connections
2022-07-27 13:54:10 +03:00
Faruk AYDIN
12a6912d97
chore: Restrict exposed apps until triggers/actions are complete
2022-07-14 15:33:03 +03:00
Faruk AYDIN
fad2495941
fix: Fetch connection while getting trigger for step
2022-05-13 12:48:21 +02:00
Ali BARIN
d864831bc5
feat: add schedule integration
2022-05-07 11:17:45 +02:00
Faruk AYDIN
21836bc5f1
feat: Implement telemetry for connection creation and updates
2022-05-05 01:34:26 +02:00
Faruk AYDIN
00b8f83da5
feat: Implement telemetry for execution step creation
2022-05-05 01:29:47 +02:00
Faruk AYDIN
466ffcc6bc
feat: Implement telemetry for the creation of executions
2022-05-05 01:26:31 +02:00
Faruk AYDIN
c5465513ba
feat: Implement telemetry for created and updated flows
2022-05-05 01:21:09 +02:00
Faruk AYDIN
4ff6d887ab
feat: Implement telemetry for step creation and updates
2022-05-05 01:18:37 +02:00
Ali BARIN
1e00c7d14e
feat: add new photo in album flickr trigger
2022-04-16 02:24:50 +03:00
Ali BARIN
651cceec14
feat: add new favorite photo trigger in flickr
2022-04-16 02:12:35 +03:00
Ali BARIN
c227dc86bb
feat(cli): create DB in start command if not exists ( #285 )
2022-04-08 11:36:35 +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
8512528fcf
feat: Implement getData query and send a message action for slack
2022-03-16 01:48:58 +03:00
Faruk AYDIN
343b360303
feat: Implement initial version of getExecutions query
2022-03-09 21:23:31 +03:00
Faruk AYDIN
775ac7a8b1
fix: Backend eslint warnings
2022-03-07 18:26:31 +03:00
Faruk AYDIN
e73f33f3db
fix: Adjust info.json files to work with formattedData field
2022-03-05 01:27:00 +03:00
Faruk AYDIN
719a948134
fix: Introduce formattedData for connections to separate types
2022-03-05 01:27:00 +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
bbb6f0b0ff
chore: Find apps folder path by using require resolve
2022-03-02 21:34:31 +03:00
Ali BARIN
a506d1985f
feat: compute step parameters with prior steps
2022-02-28 23:08:18 +01:00
Ali BARIN
d06f21c927
feat: add PowerInput component
2022-02-28 01:26:57 +03:00
Faruk AYDIN
003213d223
fix: Adjust null flag for step model fields
2022-02-27 16:46:04 +03:00
Faruk AYDIN
70bb79ab6c
chore: Update objectionjs version to 3
2022-02-26 20:29:44 +03:00
Faruk AYDIN
d139eb8c06
feat: Implement getStepWithTestExecutions query
2022-02-22 00:14:56 +01:00
Faruk AYDIN
ba2b5afe2b
feat: Implement initial version of processor
2022-02-20 18:02:09 +03:00