Commit Graph

65 Commits

Author SHA1 Message Date
Faruk AYDIN
6964f7ebec chore: Update BullMQ version to 3.0.0 2022-10-30 18:52:53 +01:00
Faruk AYDIN
854dc6f61a chore: Remove redundant libraries of backend 2022-10-30 16:50:33 +01:00
Faruk AYDIN
cd5502fdde feat: Add http basic auth for BullMQ dashboard 2022-10-30 15:11:22 +01:00
Ali BARIN
419d84da97 feat(rss): add new items in feed trigger 2022-10-28 00:57:48 +02:00
Ali BARIN
92a2d68a81 feat: add defineTrigger and defineAction 2022-10-16 11:15:05 +02:00
Ali BARIN
ec8e57972a Release v0.1.5 2022-10-09 10:21:05 +02:00
Ali BARIN
43cd8859bc Release v0.1.4 2022-10-08 14:38:27 +02:00
Ali BARIN
1b405728c4 Release v0.1.3 2022-10-08 13:03:31 +02:00
Ali BARIN
c9061b24a0 chore(backend): remove dist folder before building 2022-10-08 12:38:41 +02:00
Ali BARIN
a3dc7d2cde Release v0.1.1 2022-10-08 12:34:50 +02:00
Ali BARIN
bd5aae3469 Release v0.1.0 2022-10-07 17:32:56 +02:00
Ali BARIN
2d3e307189 chore: mark packages as public 2022-10-07 17:32:43 +02:00
Ali BARIN
c79c82cac7 docs: add description in packages 2022-10-07 17:22:55 +02:00
Ali BARIN
e1d953c855 chore: reset versions to 0.0.0 2022-10-07 17:04:22 +02:00
Faruk AYDIN
ac4be28a03 chore: Add AGPL-3.0 license to package.json files 2022-10-07 17:10:14 +03:00
Ali BARIN
29a9338ad7 feat(docker-compose): add worker as service 2022-09-07 23:25:26 +02:00
Ali BARIN
e997aa6c81 chore: introduce docker compose 2022-08-29 11:45:39 +02:00
Faruk AYDIN
997775e54b refactor: Adjust twitter authentication to use http client 2022-07-19 16:45:47 +03:00
Faruk AYDIN
95d03e00da refactor: Use http client to authenticate github 2022-07-18 01:31:07 +03:00
Faruk AYDIN
cdb256390c chore: Use ts-node-dev instead of nodemon for backend dev script 2022-05-13 12:58:03 +02:00
Ali BARIN
39d82f17d7 feat: add gitlab authentication 2022-05-04 00:49:14 +02:00
Faruk AYDIN
224a5b7ba0 feat: Implement initial version of telemetry client 2022-05-01 19:01:21 +02:00
Ali BARIN
96ede071cf feat: add new repository trigger in GitHub 2022-04-20 12:38:11 +03:00
Ali BARIN
9234885ce4 chore: introduce empty type definitions for apps 2022-04-17 01:40:20 +03:00
Ali BARIN
651cceec14 feat: add new favorite photo trigger in flickr 2022-04-16 02:12:35 +03:00
Ali BARIN
31403b7020 fix(backend): correct app favicon path 2022-04-09 13:36:34 +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
22e1fe5c44 feat: Implement auto-run interval for triggers of completed flows 2022-03-23 18:17:41 +03:00
Faruk AYDIN
f8c7b85682 feat: Implement slack authentication 2022-03-15 10:52:54 +03:00
Faruk AYDIN
9926e5589e refactor: Use graphql schema directly with graphql-tools library 2022-03-06 18:33:33 +03:00
Faruk AYDIN
c935f3f691 feat: Implement authentication with JWT 2022-03-06 00:35:30 +03:00
Faruk AYDIN
20e725b590 feat: Implement process worker with bullmq 2022-03-05 12:56:34 +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
Faruk AYDIN
70bb79ab6c chore: Update objectionjs version to 3 2022-02-26 20:29:44 +03:00
Faruk AYDIN
654e868a23 feat: Serve react app through express server 2022-02-24 22:48:04 +03:00
Ali BARIN
f6d7971b4f chore: add eslint separately per package 2022-01-20 17:07:14 +01:00
Ali BARIN
2e1523b40f refactor: rename db:create:user as db:seed:user 2021-12-10 23:46:00 +01:00
Ömer Faruk Aydın
f949eca3c4 feat: Encrypt data column of connections (#105) 2021-11-28 22:08:35 +01:00
Ali BARIN
219d24495d feat: introduce twilio auth 2021-10-27 20:04:08 +02:00
Ali BARIN
72476ceb8b feat: introduce github authentication 2021-10-26 23:41:25 +02:00
Ali BARIN
901699fe64 feat: introduce discord authentication 2021-10-26 18:11:09 +02:00
Faruk AYDIN
ce7130b271 feat: Implement SMTP app connection 2021-10-25 16:49:03 +02:00
Ali BARIN
9e3c61e3df feat: introduce twitch auth 2021-10-24 21:25:04 +02:00
Faruk AYDIN
8e91f1f7ed chore: Make createAuthLink mutation more generic 2021-10-24 20:06:16 +02:00
Ali BARIN
17907a288c feat: introduce firebase authentication 2021-10-24 01:02:34 +02:00
Faruk AYDIN
2eeeeb0028 chore: Introduce GraphQLJSONObject type for credentials 2021-10-24 16:51:29 +02:00