Commit Graph

42 Commits

Author SHA1 Message Date
Ali BARIN
e651fd141b feat: add new commit trigger in GitHub 2022-05-03 21:12:29 +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
Ali BARIN
b8fb84ef42 feat: add getCurrentUser query 2022-04-01 00:38:54 +03:00
Faruk AYDIN
22e1fe5c44 feat: Implement auto-run interval for triggers of completed flows 2022-03-23 18:17:41 +03:00
Ali BARIN
f11f523b30 feat: add single execution page 2022-03-23 09:33:55 +01:00
Ali BARIN
932145e3a1 feat: add dropdown field with dynamic data in flow 2022-03-20 11:46:49 +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
bf8adb286a feat: Implement getExecutionSteps query 2022-03-11 21:34:33 +03:00
Faruk AYDIN
44623cc384 feat: Implement pagination logic and use with getExecutions query 2022-03-11 21:24:14 +03:00
Faruk AYDIN
343b360303 feat: Implement initial version of getExecutions query 2022-03-09 21:23:31 +03:00
Faruk AYDIN
9926e5589e refactor: Use graphql schema directly with graphql-tools library 2022-03-06 18:33:33 +03:00
Faruk AYDIN
719a948134 fix: Introduce formattedData for connections to separate types 2022-03-05 01:27:00 +03:00
Faruk AYDIN
0c183eeadd refactor: Use relations to expose dataOut field of execution steps 2022-03-03 19:07:25 +01:00
Ali BARIN
d06f21c927 feat: add PowerInput component 2022-02-28 01:26:57 +03:00
Faruk AYDIN
c864a1062d refactor: Pass app data within the constructor of an app 2022-02-27 16:49:07 +01:00
Faruk AYDIN
d139eb8c06 feat: Implement getStepWithTestExecutions query 2022-02-22 00:14:56 +01:00
Faruk AYDIN
6c0ba197c6 feat: Implement onlyWithTriggers flag for getApps graphQL query 2022-02-01 00:15:45 +03:00
Faruk AYDIN
c6e2b94128 chore: Use string IDs instead of integer ones 2022-01-29 18:50:55 +03:00
Faruk AYDIN
2416ce13a7 refactor: Refactor queries by using related query from objectionjs 2022-01-28 19:25:41 +01:00
Faruk AYDIN
bb3183959e chore: Order steps by position ascending 2022-01-28 16:33:53 +01:00
Ali BARIN
c09a535653 chore: suit eslint rules 2022-01-20 17:09:12 +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
Faruk AYDIN
e3184aedb8 feat: Implement get flow graphQL query 2021-12-24 15:28:45 +01:00
Faruk AYDIN
95d38b740e feat: Implement getFlows graphQL query 2021-12-09 17:48:57 +01:00
Faruk AYDIN
79b12ac9e6 chore: Do not override query method for findOne query errors 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
9ea5242d94 chore: Use available apps enum type in queries and mutations 2021-11-28 20:56:42 +01:00
Faruk AYDIN
46321f19f4 chore: Extract authentication logic of the apps to their own classes 2021-11-19 11:53:23 +01:00
Faruk AYDIN
a7582a4503 chore: Introduce app info converter and use JSON for info files 2021-10-20 13:56:41 +02:00
Ali BARIN
2293c939e7 feat: add app connections w/ testing and deleting functions 2021-10-18 23:58:40 +02:00
Faruk AYDIN
672cc4c60c feat: Serve static assets of apps 2021-10-19 16:29:37 +02:00
Faruk AYDIN
5a2de1de9e chore: Return connectionType for testConnection query 2021-10-19 13:22:03 +02:00
Faruk AYDIN
650416ce6b feat: Create testConnection graphQL query 2021-10-18 18:05:04 +02:00
Faruk AYDIN
258b523042 feat: Implement getAppConnections graphQL query 2021-10-18 17:05:36 +02:00
Faruk AYDIN
8de65e52ab chore: Use key instead of name as parameter for getApp query 2021-10-17 16:04:20 +02:00
Faruk AYDIN
084a831e7a feat: Implement getConnectedApps graphQL query 2021-10-17 15:10:38 +02:00
Faruk AYDIN
61e1488e11 chore: Refactor graphQL queries structure 2021-10-11 21:01:34 +02:00
Faruk AYDIN
f36a5cb6d8 feat: Implement getApp graphQL query 2021-10-09 13:31:44 +02:00
Faruk AYDIN
4dbbf37844 chore: Build graphQL query type dynamically 2021-10-09 12:39:18 +02:00
Faruk AYDIN
e0ab059744 chore: Use only getApps query with optional name argument 2021-10-08 23:31:40 +02:00
Faruk AYDIN
0e684570f8 feat: Implement getAll and getAllByName graphQL queries 2021-10-08 21:24:27 +02:00