Commit Graph

22 Commits

Author SHA1 Message Date
Ali BARIN
bdca75590f feat(api): add create user invitation endpoint 2025-04-25 16:39:38 +00:00
Ali BARIN
3d2c578094 feat(api): add delete user invitation endpoint 2025-04-25 16:08:55 +00:00
Ali BARIN
6013dcc8e0 feat(api): add get flows endpoint 2025-04-25 14:22:32 +00:00
Ali BARIN
e7a8023f1d feat(api): add get user endpoint 2025-04-25 12:37:58 +00:00
Ali BARIN
2ed372c9f1 feat(api): add get users endpoint 2025-04-25 12:28:02 +00:00
Ali BARIN
fdded19c30 feat(api): add create template endpoint 2025-04-25 11:35:37 +00:00
Ali BARIN
eac51c1894 feat(api): add delete template endpoint 2025-04-25 10:07:41 +00:00
Ali BARIN
aae4511013 feat(api): add get template endpoint 2025-04-25 09:58:52 +00:00
Ali BARIN
79009fc31f feat(api): add update flow status endpoint 2025-04-25 08:53:04 +00:00
Ali BARIN
bd0732347d feat(api): add create flow endpoint for users 2025-04-24 23:06:49 +00:00
Ali BARIN
83b72b9283 feat(api): add get execution endpoint 2025-04-24 15:45:32 +00:00
Ali BARIN
6ecb05db3e feat(api): add get executions endpoint 2025-04-24 15:06:11 +00:00
Ali BARIN
b15ad10a55 feat(api): add create folder endpoint for users 2025-04-24 13:00:41 +00:00
Ali BARIN
46570f9388 feat(api): add get folders endpoint for users 2025-04-24 11:36:50 +00:00
Faruk AYDIN
7853762355 fix: Update vitest coverage threshold 2025-04-23 11:50:42 +02:00
Ali BARIN
e36fe2f0b4 chore(test): update coverage thresholds 2025-01-13 16:05:46 +00:00
Ali BARIN
418452c122 chore(test): add missing test files in coverage 2025-01-13 15:57:37 +00:00
Ali BARIN
6454bea99e test: update coverage thresholds 2024-12-20 14:29:16 +00:00
Ali BARIN
af64c08646 chore(test): exclude uncovered controllers 2024-12-20 14:26:46 +00: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
09335fcd79 chore: add test coverage 2024-11-25 09:01:05 +00:00
Faruk AYDIN
af9ceac0b4 feat: Use vitest instead of jest for ESM compatibility 2024-01-12 14:07:59 +01:00