Faruk AYDIN
dc4899c240
refactor: Adjust flow query to use joinRelated
2022-08-06 15:03:43 +03:00
Ali BARIN
533d73d718
feat: add non-auth apps and flowCount in getConnectedApps
2022-08-05 16:13:50 +02:00
Ali BARIN
5a177b330a
feat: add paging capability in getFlows query
2022-08-05 13:40:03 +02:00
Ali BARIN
744c927b69
fix: use non-draft connectionCount in getConnectedApps
2022-08-04 22:04:36 +02:00
Ali BARIN
a624a8d8b5
refactor: add version in app config
2022-08-04 21:31:09 +02:00
Ali BARIN
e7c734c55e
feat: expose version with healthcheck query
2022-08-04 21:31:09 +02:00
Ali BARIN
5271af8b94
feat: add supportsConnections support in App
2022-08-04 21:23:23 +02:00
Faruk AYDIN
448a1a49b4
fix: Import App model for create connection query
2022-07-27 23:25:20 +03:00
Ali BARIN
98d7969a1e
feat: check app existence in createConnection
2022-07-27 21:11:31 +02:00
Ali BARIN
a5367c3770
feat: add app field in verifyConnection
2022-07-27 16:01:39 +02:00
Ali BARIN
58d5847eed
refactor: remove app field out of createConnection
2022-07-27 16:01:19 +02:00
Faruk AYDIN
70d59c6c64
feat: Add draft column to connections
2022-07-27 13:54:10 +03:00
Faruk AYDIN
cb26948db6
refactor: Remove redundant getAppConnections query
2022-07-26 23:42:00 +03:00
Faruk AYDIN
b69009f8b6
chore: Adjust connections order by created date descending
2022-07-16 21:38:35 +03:00
Faruk AYDIN
7cf1bfffbc
refactor: Use http client to authenticate typeform
2022-07-16 00:54:55 +03:00
Faruk AYDIN
b44cccb972
fix: Add scheduler to AvailableAppsEnumType
2022-07-14 16:26:40 +03:00
Faruk AYDIN
7c543ff8ed
feat: Return only related flows with given app
2022-05-08 17:14:29 +02:00
Ali BARIN
d864831bc5
feat: add schedule integration
2022-05-07 11:17:45 +02:00
Ömer Faruk Aydın
5c1e0f5b17
Merge pull request #312 from automatisch/gitlab-auth
...
feat: add gitlab authentication
2022-05-05 01:03:50 +02:00
Ali BARIN
39d82f17d7
feat: add gitlab authentication
2022-05-04 00:49:14 +02:00
Ali BARIN
e651fd141b
feat: add new commit trigger in GitHub
2022-05-03 21:12:29 +02:00
Ali BARIN
1e00c7d14e
feat: add new photo in album flickr trigger
2022-04-16 02:24:50 +03: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
f8c7b85682
feat: Implement slack authentication
2022-03-15 10:52:54 +03:00
Faruk AYDIN
3f7a888429
fix: Make processor to work with multiple trigger objects
2022-03-12 17:16:40 +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
Ali BARIN
030d886cf7
refactor: introduce input in gql mutations
2022-03-09 00:53:20 +03:00
Faruk AYDIN
bb36748764
refactor: Use input params for all mutations
2022-03-08 11:32:38 +03:00
Faruk AYDIN
212523aec6
feat: Implement updateUser mutation
2022-03-07 21:08:45 +03:00
Faruk AYDIN
64011b5c4b
feat: Implement updateFlowStatus mutation
2022-03-07 20:39:47 +03:00
Faruk AYDIN
63198a6569
fix: Do not try to update ID of the flow
2022-03-07 18:26:41 +03:00
Faruk AYDIN
775ac7a8b1
fix: Backend eslint warnings
2022-03-07 18:26:31 +03:00
Faruk AYDIN
ecc9239bfe
chore: Set token expiration time to 14 days
2022-03-06 18:56:14 +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
b288dc8c35
refactor: use step.executionSteps[].dataOut
2022-03-05 01:37:25 +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
Faruk AYDIN
0c183eeadd
refactor: Use relations to expose dataOut field of execution steps
2022-03-03 19:07:25 +01:00
Ali BARIN
3391578655
chore: introduce @automatisch/types
2022-03-03 13:33:33 +03:00
Ali BARIN
a506d1985f
feat: compute step parameters with prior steps
2022-02-28 23:08:18 +01:00