Faruk AYDIN
c4a6c86a69
feat: Make web app path static for the backend
2024-01-08 18:36:36 +01:00
Faruk AYDIN
8983a3c581
chore: Remove types folder of the backend package
2024-01-08 15:53:41 +01:00
Faruk AYDIN
962bbc04b5
fix: Change require.resolve to work with ESM
2024-01-08 12:25:21 +01:00
Faruk AYDIN
0804026d74
fix: Correct dirname for the app config
2024-01-08 12:24:53 +01:00
Faruk AYDIN
879aa1f9f8
fix: Eslint offenses for JS files
2024-01-07 20:09:36 +01:00
Faruk AYDIN
f0d2f07193
feat: Convert package scripts to work with JS
2024-01-07 19:36:44 +01:00
Faruk AYDIN
b2f8634008
chore: Use ES modules for backend app
2024-01-05 19:08:04 +01:00
Faruk AYDIN
43dba351c3
feat: Convert all app files to JS
2024-01-05 17:44:21 +01:00
Faruk AYDIN
b95478b635
chore: Use imports as ES modules
2024-01-04 22:24:42 +01:00
Faruk AYDIN
523f8a8951
feat: Convert app, server, worker ts files to JS
2024-01-04 21:47:34 +01:00
Faruk AYDIN
0f71924d06
feat: Convert migration files to JS
2024-01-04 21:44:40 +01:00
Faruk AYDIN
6d1bfc0be0
fix: Remove response data types to get rid of ts errors
2024-01-04 21:17:15 +01:00
Faruk AYDIN
85141812d9
feat: Convert helpers to use JS files
2024-01-04 19:55:41 +01:00
Faruk AYDIN
8819ddefa7
feat: Convert model files to JS
2024-01-04 19:27:13 +01:00
Faruk AYDIN
cbe3db8187
feat: Convert all queues folder to js files
2024-01-04 18:20:08 +01:00
Faruk AYDIN
a452520f1a
feat: Convert root query and mutation resolvers to js
2024-01-04 18:12:27 +01:00
Faruk AYDIN
8d6f0f8e9e
feat: Convert all mutation files to js
2024-01-04 18:04:54 +01:00
Faruk AYDIN
387f8fd44c
feat: Convert all query files to JS
2024-01-04 17:55:29 +01:00
Faruk AYDIN
d1427ffd54
feat: Convert workers to use js files
2024-01-04 17:48:52 +01:00
Faruk AYDIN
9d1aa9e59a
feat: Convert routes folder to the js files
2024-01-04 17:41:52 +01:00
Faruk AYDIN
7d6a8c4607
feat: Convert service folder to js files
2024-01-04 17:33:03 +01:00
Faruk AYDIN
5fd90355ae
feat: Convert error handler ts file to js file
2024-01-04 17:17:25 +01:00
Faruk AYDIN
9b01a2a4da
feat: Convert ts files to js files for errors directory
2024-01-04 17:14:28 +01:00
Faruk AYDIN
5dfa38ca99
feat: Convert ts files to js files for controllers
2024-01-04 17:06:19 +01:00
Faruk AYDIN
ca7b8b865a
feat: Convert ts files to js files for config folder
2024-01-04 16:52:52 +01:00
Faruk AYDIN
b5460712e6
feat: Implement Helix app with new chat action
2024-01-02 19:06:07 +01:00
Ömer Faruk Aydın
6f7dcc2b6e
Merge pull request #1498 from automatisch/AUT-557
...
feat(self-hosted-llm): add send prompt and send chat prompt actions
2024-01-02 14:27:46 +01:00
Ali BARIN
a8b85cdb0d
feat(self-hosted-llm): add send prompt and send chat prompt actions
2023-12-20 16:18:39 +00:00
Ali BARIN
c975a56245
feat(azure-openai): add send prompt action
2023-12-20 14:48:33 +00:00
Ali BARIN
70bb7defd1
feat(queries/getAutomatischInfo): add mation
2023-12-12 17:37:27 +00:00
Ali BARIN
5971425d23
fix(odoo): introduce secure connection option
2023-12-11 15:36:50 +00:00
Rıdvan Akca
a296b5e645
feat(zendesk): add new users trigger
2023-11-30 14:42:25 +03:00
Ali BARIN
eb486a3a07
Merge pull request #1456 from automatisch/AUT-431
...
feat(notion): add updated database items trigger
2023-11-29 16:54:45 +01:00
Rıdvan Akca
1b07f3195a
feat(zendesk): add delete user action
2023-11-29 16:30:05 +03:00
Rıdvan Akca
dfa7d4cb8d
feat(notion): add updated database items trigger
2023-11-29 16:18:38 +03:00
Rıdvan Akca
b07bd4374f
feat(zendesk): add create user action
2023-11-29 16:01:55 +03:00
Rıdvan Akca
16c9d3400c
feat(zendesk): add delete ticket action
2023-11-29 14:27:54 +03:00
Rıdvan Akca
4dd994348d
feat(zendesk): add find ticket action
2023-11-29 13:17:04 +03:00
Ali BARIN
f0cbfafc24
Merge pull request #1443 from automatisch/AUT-411
...
feat(zendesk): add update ticket action
2023-11-28 15:02:21 +01:00
Ali BARIN
737090a67a
feat(discord/create-scheduled-event): remove new prefix
2023-11-28 11:56:36 +00:00
Rıdvan Akca
df54f909c1
feat(zendesk): add update ticket action
2023-11-28 14:40:26 +03:00
Ali BARIN
772b195eca
Merge pull request #1441 from automatisch/AUT-409
...
feat(zendesk): add new tickets trigger
2023-11-28 11:52:22 +01:00
Ali BARIN
c98ac05097
feat(discord/create-new-scheduled-event): rework fields
2023-11-27 17:01:40 +00:00
DerKlobold
a81c5164fc
feat: discord createNewEvent action
...
adds the action of creating a new event on a discord server. provides some sort of logic-check to make sure the correct fields have been filled, depending of the type given.
2023-11-26 18:58:09 +01:00
DerKlobold
5942482690
feat: list discord voice channel dynamic data
...
adds a helper function to provide dynamic data of voice and stage channels of a discord server
2023-11-26 18:56:50 +01:00
Rıdvan Akca
4f538ca2fc
feat(zendesk): add new tickets trigger
2023-11-24 15:22:35 +03:00
Ali BARIN
b0d2f28c78
Merge pull request #1444 from automatisch/AUT-487
...
fix(zendesk): get after_cursor from meta field
2023-11-23 13:42:01 +01:00
Rıdvan Akca
d4380a4426
fix(zendesk): get after_cursor from meta field
2023-11-23 15:17:11 +03:00
Ali BARIN
aa5ae028b2
feat(removebg/remove-image-background): update wording
2023-11-22 15:01:02 +00:00
Mohammed Zaher
8075b65e14
feat(removebg): Add Remove image background
action
2023-11-16 15:39:46 +00:00