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
Faruk AYDIN
b6494ea1c4
feat: Create execution step model
2022-02-19 13:21:38 +03:00
Faruk AYDIN
82e1f345d4
feat: Create execution model
2022-02-19 13:18:09 +03:00
Faruk AYDIN
3457ad29d7
feat: Use active field with flows
2022-02-18 12:48:49 +03:00
Faruk AYDIN
e155bb528f
feat: Add status to step model and adjust executeFlow accordingly
2022-02-05 19:17:53 +03:00
Ali BARIN
6a3d1ced93
feat: introduce choose account substep in flow editor
2022-02-02 10:40:35 +03:00
Ali BARIN
89fbfd9dfc
feat: make flow name updatable
2022-02-01 10:08:58 +03:00
Faruk AYDIN
0b6eecd41d
feat: Adjust positions and return all steps after deletion of the step
2022-01-30 13:11:19 +01:00
Ali BARIN
3e5b9478c7
feat: add default flow name
2022-01-30 14:13:21 +03:00
Faruk AYDIN
3429784309
chore: Introduce has many steps through flows for user model
2022-01-30 12:34:36 +03:00
Faruk AYDIN
c6e2b94128
chore: Use string IDs instead of integer ones
2022-01-29 18:50:55 +03:00
Faruk AYDIN
86d5cceec7
refactor: Use related query from objectionjs for mutations
2022-01-29 12:27:07 +03:00
Ali BARIN
e7c537f217
feat: introduce action event step in flow step
2022-01-29 11:36:29 +03:00
Faruk AYDIN
2416ce13a7
refactor: Refactor queries by using related query from objectionjs
2022-01-28 19:25:41 +01:00
Ali BARIN
da9ab8016b
fix: make connectionId optional step model
2022-01-28 19:17:20 +03:00
Ali BARIN
95a63affe7
feat: make step in editor configurable
2022-01-28 15:53:37 +03:00
Faruk AYDIN
4985fb422e
feat: Introduce position to step model
2022-01-27 17:46:44 +03:00
Ali BARIN
c09a535653
chore: suit eslint rules
2022-01-20 17:09:12 +01:00
Faruk AYDIN
02cfb979bc
chore: Add active column to flows
2022-01-08 17:48:57 +03:00
Faruk AYDIN
d25d327ef7
feat: Implement update step graphQL mutation
2022-01-06 22:30:48 +01:00
Faruk AYDIN
c07b377de1
feat: Create empty trigger step when the flow is created
2022-01-06 00:08:54 +03:00
Faruk AYDIN
a58411ee99
chore: Expose connection with step type instead of only connectionId
2021-12-24 21:01:07 +03:00
Ali BARIN
e0f380026e
feat: add login mutation
2021-12-21 10:05:16 +01:00
Faruk AYDIN
79b12ac9e6
chore: Do not override query method for findOne query errors
2021-11-28 22:57:20 +01:00
Faruk AYDIN
3e4768c106
chore: Do not try to encrypt or decrypt if data field is empty
2021-11-28 22:57:20 +01:00
Ömer Faruk Aydın
f949eca3c4
feat: Encrypt data column of connections ( #105 )
2021-11-28 22:08:35 +01:00
Faruk AYDIN
63d478f9a9
chore: Implement not found error for queries without a result
2021-11-25 00:39:52 +01:00
Faruk AYDIN
f8e823545a
chore: Adjust create step mutation to work with flows
2021-11-22 23:54:31 +01:00
Faruk AYDIN
8a7d54bb25
feat: Create flow model and graphQL mutation
2021-11-22 23:05:53 +01:00
Faruk AYDIN
c48c905805
feat: Implement draft version of Step model
2021-11-07 00:42:50 +01:00
Faruk AYDIN
a7582a4503
chore: Introduce app info converter and use JSON for info files
2021-10-20 13:56:41 +02:00
Faruk AYDIN
672cc4c60c
feat: Serve static assets of apps
2021-10-19 16:29:37 +02:00
Faruk AYDIN
8de65e52ab
chore: Use key instead of name as parameter for getApp query
2021-10-17 16:04:20 +02:00