Commit Graph

19 Commits

Author SHA1 Message Date
Faruk AYDIN
11ef2ac4bc fix: Integration and auth problems wrt slack and 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
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
4d5be952ce refactor: Use functional design for the authentication of apps 2022-10-07 16:06:10 +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
7cf1bfffbc refactor: Use http client to authenticate typeform 2022-07-16 00:54:55 +03:00
Ali BARIN
39d82f17d7 feat: add gitlab authentication 2022-05-04 00:49:14 +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
bb36748764 refactor: Use input params for all mutations 2022-03-08 11:32:38 +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
c864a1062d refactor: Pass app data within the constructor of an app 2022-02-27 16:49:07 +01: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
Faruk AYDIN
3f2f1212c9 chore: Use integer for IDs of resources 2022-01-02 14:33:05 +03:00
Faruk AYDIN
79b12ac9e6 chore: Do not override query method for findOne query errors 2021-11-28 22:57:20 +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
cbfba465db chore: Rename createAuthLink as createAuthData 2021-10-26 21:52:04 +02:00