Commit Graph

61 Commits

Author SHA1 Message Date
Ali BARIN
b15ad10a55 feat(api): add create folder endpoint for users 2025-04-24 13:00:41 +00:00
Faruk AYDIN
6f39be7039 fix: Update api token snapshot for model tests 2025-04-09 11:53:54 +02:00
Faruk AYDIN
59510dcb0a feat: Implement token generation logic on api tokens 2025-04-09 11:50:10 +02:00
Faruk AYDIN
616c1a92bc refactor: Move api token related files to ee 2025-04-09 11:50:10 +02:00
Faruk AYDIN
5723dbf31b feat: Implement API Token model 2025-04-07 14:29:23 +02:00
Faruk AYDIN
9a0aef9d9b feat: Use status directly from executions 2025-03-19 17:09:36 +01:00
Ali BARIN
be8a967ab1 refactor(config): rename and re-type footer columns 2025-03-10 12:06:13 +00:00
Ali BARIN
035ed6fee3 feat(config): add customizable footer 2025-03-10 09:53:36 +00:00
Faruk AYDIN
89e9a93872 feat: Add enable templates column to config 2025-03-04 12:34:02 +01:00
Faruk AYDIN
44ea560c79 chore: Adjust template model file extension to ee 2025-02-18 13:07:53 +01:00
Faruk AYDIN
2e279d4709 feat: Create template model 2025-02-17 14:48:25 +01:00
Jakub P.
8f7e458612 fix: add missing hash sign for primaryColor in gitea 2025-02-11 10:56:09 +01:00
Jakub P.
10bc5fc3ff fix: add gmail to backend snapshot test 2025-02-07 10:45:50 +01:00
Jakub P.
c05f61c7ce fix: add monday to backend apps snapshot 2025-02-04 23:38:13 +01:00
Faruk AYDIN
172eab410b feat: Add folderId column to the flow model 2025-02-03 19:44:26 +01:00
Ali BARIN
b01d389d79 feat(brave-search): add app with web search action 2025-01-27 12:21:11 +00:00
Ali BARIN
ba82ba2632 feat(openrouter): add app with create chat completion action 2025-01-24 12:16:37 +00:00
Ali BARIN
2163b0864d Merge pull request #2303 from automatisch/mistral-ai-integration
feat(mistral-ai): add app with create chat completion action
2025-01-24 13:14:39 +01:00
Ali BARIN
25b076ba6c Merge pull request #2302 from automatisch/together-ai-integration
feat(together-ai): add app with create completion and create chat completion actions
2025-01-24 13:14:29 +01:00
Ali BARIN
bb48ee730f Merge pull request #2301 from automatisch/perplexity-integration
feat(perplexity): add perplexity app with send chat prompt action
2025-01-24 13:14:20 +01:00
Ali BARIN
37c57bc49e Merge pull request #2299 from automatisch/anthropic-ai-integration
feat(anthropic): add anthropic app with send message action
2025-01-24 13:14:07 +01:00
Faruk AYDIN
b76f7c0721 feat: Create folder model 2025-01-24 12:10:11 +01:00
Ali BARIN
adacdced8a feat(perplexity): add perplexity app with send chat prompt action 2025-01-23 10:31:06 +00:00
Ali BARIN
8bdb1481ac feat(anthropic): add anthropic app with send message action 2025-01-23 10:30:13 +00:00
Ali BARIN
18a92d9a4e feat(mistral-ai): add app with create chat completion action 2025-01-22 15:55:51 +00:00
Ali BARIN
bb204781e0 feat(together-ai): add app with create completion and create chat completion actions 2025-01-22 15:16:49 +00:00
Ali BARIN
5de6d347e7 test(virtualq): update app list snapshot 2025-01-17 11:50:51 +01:00
Krzysztof DK
79b0d083e6 feat: add freescout app with new event trigger (#2287)
* added FreeScout plugin

* docs: add freescout in sidebar

* docs(freescout): add missing app icon

* refactor(freescout): rename filter as eventType

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2025-01-16 17:28:53 +01:00
Faruk AYDIN
bc87e18d3f feat: Add name column to Step model 2025-01-06 16:42:00 +03:00
Faruk AYDIN
8c4b67e147 refactor: Rename AppAuthClient model as OAuthClient 2024-12-18 17:42:04 +01:00
Ali BARIN
a57134a89c feat(AppConfig): iterate how apps are managed
- auth clients are always shared, cannot be disabled
- custom connections are enabled by default, can be disabled
- any existing connections can be reconnected regardless of its AppConfig or AppAuthClient states
2024-12-17 14:26:55 +00:00
Ali BARIN
ee397441ed refactor: update RoleMapping references 2024-11-25 15:13:14 +00:00
Ali BARIN
a05fe856bb Merge pull request #2169 from automatisch/saml-auth-provider-test
test: Implement initial tests for SamlAuthProvider model
2024-11-08 13:04:09 +01:00
Faruk AYDIN
3dbe599cb3 test: Implement initial tests for SamlAuthProvider model 2024-11-08 12:55:37 +01:00
Ali BARIN
cf966dd83c test(user): write tests for tableName, jsonSchema, relationMappings 2024-11-08 11:52:50 +00:00
Ali BARIN
a531b8b5fe test(step): cover tableName, jsonSchema, virtualAttributes, relationMappings in model 2024-11-01 15:29:35 +01:00
Ömer Faruk Aydın
fa607aa961 Merge pull request #2154 from automatisch/update-saml-auth-providers-role-mapping-test-snapshot
chore(saml-auth-providers-role-mapping): remove unused test snapshot
2024-10-30 15:05:19 +01:00
Ali BARIN
fbf898be64 test(flow): write model tests 2024-10-30 14:39:06 +01:00
Ali BARIN
e3e2ecc1e1 chore(saml-auth-providers-role-mapping): remove unused test snapshot 2024-10-30 13:05:52 +00:00
Ali BARIN
bc195ed452 test(role): write model tests 2024-10-28 13:50:32 +00:00
Ali BARIN
6791e002ff test(app-config): remove redundant virtual attributes test case 2024-10-24 16:59:17 +02:00
Ali BARIN
0bbe362660 refactor(app-config): rename allow_custom_connection as custom_connection_allowed 2024-10-24 16:59:17 +02:00
Ali BARIN
a76bee51fc refactor(app-config): remove canCustomConnect virtual attribute 2024-10-24 16:59:17 +02:00
Ali BARIN
6e42b52414 refactor(app-config): rename canConnect as connectionAllowed 2024-10-24 16:59:17 +02:00
Ali BARIN
aed61209fa feat(app-config): update canConnect upon dependent changes 2024-10-24 16:59:17 +02:00
Ali BARIN
ecb04b4ba9 test(app-config): write model tests 2024-10-24 16:59:17 +02:00
Faruk AYDIN
bc0861fd9e test: Implement tests for permission model 2024-10-18 15:34:06 +02:00
Ali BARIN
0234b4ad81 Merge pull request #2125 from automatisch/aut-1322
test(connection): write model tests
2024-10-16 13:23:17 +02:00
Ali BARIN
42f6311ca8 test(app): write model tests 2024-10-16 12:56:17 +02:00
Ali BARIN
0f77a1ec03 test(connection): write model tests 2024-10-16 09:38:48 +00:00