Commit Graph

2172 Commits

Author SHA1 Message Date
Faruk AYDIN
9fad4f5876 feat: Implement status filter for executions 2025-03-26 16:07:22 +01:00
Faruk AYDIN
906b8c94e9 feat: Implement name filter for get executions API endpoint 2025-03-26 15:51:44 +01:00
Faruk AYDIN
3fa509674e fix: Filtered flows by only owned with null folder id 2025-03-24 18:03:37 +01:00
Faruk AYDIN
d1d8cc9e4b chore: Remove old pagination helper for GraphQL 2025-03-20 15:37:08 +01:00
Faruk AYDIN
09a51637c4 feat: Add index to executions created_at column 2025-03-19 20:31:13 +01:00
Faruk AYDIN
9a0aef9d9b feat: Use status directly from executions 2025-03-19 17:09:36 +01:00
Faruk AYDIN
417aa3bd30 feat: Update execution status after the creation of execution step 2025-03-19 16:44:24 +01:00
Faruk AYDIN
3585d93ffb feat: Add status column to executions 2025-03-19 16:16:45 +01:00
Faruk AYDIN
d8d89032ae feat: Implement onlyOwnedFlows filter to get flows API endpoint 2025-03-14 16:37:14 +01:00
Faruk AYDIN
60b5d71309 feat: Add status flag to get flows filters 2025-03-14 14:36:52 +01:00
Ali BARIN
839fda8880 feat(web): introduce templates 2025-03-13 16:18:03 +00:00
Faruk AYDIN
b9163a8b73 chore: Remove redundant only blocks from tests 2025-03-12 16:18:26 +01:00
Faruk AYDIN
a359cf0b29 fix: Lint errors of user model test 2025-03-12 16:15:03 +01:00
Faruk AYDIN
f616ec5c8d test: Update getFlows test for user model 2025-03-12 16:12:59 +01:00
Faruk AYDIN
e13dfe220d fix: Specify uncategorized flows by using not-owned folders 2025-03-12 15:45:59 +01:00
Ömer Faruk Aydın
da8ef6aa73 Merge pull request #2390 from automatisch/admin-get-template
feat: Implement admin template show API endpoint
2025-03-11 13:29:16 +01:00
Ali BARIN
2d9d15b481 Merge pull request #2368 from automatisch/AUT-1482
fix: add automatisch user-agent to Flickr
2025-03-11 13:26:59 +01:00
Faruk AYDIN
080dd5202e feat: Implement admin template show API endpoint 2025-03-11 13:22:58 +01:00
Faruk AYDIN
9ebba9427b feat: Implement create flow from template id 2025-03-10 16:35:30 +01:00
Faruk AYDIN
cf80ba28eb feat: Add create flow from template method to user model 2025-03-10 16:35:30 +01:00
Faruk AYDIN
8246adec03 fix: User model tests by returning flow explicitly 2025-03-10 16:35:30 +01:00
Faruk AYDIN
ac1f644071 feat: Implement createEmptyFlow method for user model 2025-03-10 16:35:30 +01:00
Faruk AYDIN
75a7a068f3 refactor: Use import flow as static flow model method 2025-03-10 16:35:30 +01:00
Faruk AYDIN
c4a94ed902 refactor: Do not pass response object to throw validation error 2025-03-10 16:35:30 +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
842833f3d0 feat: Implement getFlowDataWithIconUrls method for templates 2025-03-07 15:55:34 +01:00
Faruk AYDIN
4580027e60 feat: Add icon urls to template serializer 2025-03-06 17:35:10 +01:00
Faruk AYDIN
0a4d0f9f3a refactor: Extract iconUrl generation of steps to helper 2025-03-06 17:18:16 +01:00
Faruk AYDIN
4a626016b2 feat: Add user API endpoint to get templates 2025-03-06 15:34:37 +01:00
Faruk AYDIN
609360b0e6 feat: Add check templates enabled middleware 2025-03-06 15:34:37 +01:00
Faruk AYDIN
67dfa822e7 test: Implement tests for user template serializer 2025-03-06 15:34:37 +01:00
Faruk AYDIN
8ba72db463 feat: Implement get templates API router 2025-03-06 15:34:37 +01:00
Faruk AYDIN
820e4cb2c2 feat: Implement template serializer for normal users 2025-03-06 15:34:37 +01:00
Faruk AYDIN
89e9a93872 feat: Add enable templates column to config 2025-03-04 12:34:02 +01:00
Faruk AYDIN
761d64ff69 feat: Implement admin delete template API endpoint 2025-03-03 14:05:37 +01:00
Faruk AYDIN
1cb380a077 feat: Implement admin update template API endpoint 2025-02-28 16:26:48 +01:00
Faruk AYDIN
5e78120623 feat: Implement admin get templates API endpoint 2025-02-28 16:12:26 +01:00
Faruk AYDIN
3cfa174628 test: Implement tests for create template API endpoint 2025-02-26 16:55:29 +01:00
Faruk AYDIN
72436f7d3b feat: Implement admin create template API endpoint 2025-02-26 16:35:53 +01:00
Jakub P.
6497a29b2c fix: extend flickr user-agent with screenName 2025-02-24 14:53:40 +01:00
Jakub P.
27f45f832a fix: add automatisch user-agent to Flickr 2025-02-24 10:37:14 +01:00
Faruk AYDIN
483eee476b feat: Implement admin template serializer 2025-02-20 15:38:17 +01:00
Ali BARIN
b166759251 Merge pull request #2359 from automatisch/AUT-1478
fix: do not use variables in Formatter transform options
2025-02-20 11:09:44 +01:00
Jakub P.
d3b249ff91 fix: do not use variables in Formatter transform options 2025-02-19 23:26:26 +01:00
Faruk AYDIN
44ea560c79 chore: Adjust template model file extension to ee 2025-02-18 13:07:53 +01:00
Ali BARIN
22261af977 Merge pull request #2355 from automatisch/add-missing-baseurl
fix: add missing baseUrl in apps
2025-02-18 09:48:47 +01:00
Faruk AYDIN
2e279d4709 feat: Create template model 2025-02-17 14:48:25 +01:00
Jakub P.
d4689ac77b fix: add missing baseUrl in apps 2025-02-16 12:11:23 +01:00
Faruk AYDIN
3d1657b63c fix: Unassign flow folders before removing folder 2025-02-14 12:14:27 +01:00