Commit Graph

4158 Commits

Author SHA1 Message Date
Ali BARIN
e2542f39e1 feat(Roles): adopt request form data for new form style 2025-04-09 14:02:16 +00:00
Ali BARIN
80a54bc444 feat(permission-catalog): re-order actions 2025-04-09 14:02:16 +00:00
Ali BARIN
6c0a5aad76 feat(Can): use new manage permission in checks 2025-04-09 14:02:16 +00:00
Ali BARIN
ee1b910f3c feat(backend): use manage permissions in checks 2025-04-09 14:02:16 +00:00
Ali BARIN
8b1ed54d54 feat(web): use new manage permission in checks 2025-04-09 14:02:16 +00:00
Ali BARIN
f4c7ca3e7f feat(migrations): introduce manage permissions instead of create, update, delete, publish 2025-04-09 14:02:16 +00:00
Ömer Faruk Aydın
4a08ee49da Merge pull request #2433 from automatisch/list-api-tokens
feat: Implement listing API tokens API endpoint
2025-04-09 13:03:08 +02:00
Faruk AYDIN
83d4f5e2e7 feat: Implement listing API tokens API endpoint 2025-04-09 12:04:23 +02:00
Ömer Faruk Aydın
c5d9ad1b69 Merge pull request #2430 from automatisch/create-api-token-endpoint
feat: Implement create API Token endpoint
2025-04-09 11:59:23 +02:00
Faruk AYDIN
6f39be7039 fix: Update api token snapshot for model tests 2025-04-09 11:53:54 +02:00
Faruk AYDIN
1162a52605 fix: Api token serializer test description 2025-04-09 11:51:05 +02:00
Faruk AYDIN
540525d6fb feat: Implement create API Token endpoint 2025-04-09 11:50:10 +02:00
Faruk AYDIN
59510dcb0a feat: Implement token generation logic on api tokens 2025-04-09 11:50:10 +02:00
Faruk AYDIN
add8a44f40 feat: Implement admin api token serializer 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
Ömer Faruk Aydın
847197d28d Merge pull request #2431 from automatisch/remove-convert-migrations
refactor: Remove convert migrations as its not needed anymore
2025-04-09 11:49:37 +02:00
Faruk AYDIN
4bd0025595 refactor: Remove convert migrations as its not needed anymore 2025-04-08 11:37:34 +02:00
Ömer Faruk Aydın
d3bb2ee328 Merge pull request #2428 from automatisch/create-api-token-model
feat: Implement API Token model
2025-04-07 15:28:25 +02:00
Faruk AYDIN
5723dbf31b feat: Implement API Token model 2025-04-07 14:29:23 +02:00
Ali BARIN
1af34b1bd6 Merge pull request #2421 from automatisch/AUT-1366
feat: prevent adding connection when app is disabled
2025-04-01 17:41:32 +02:00
Ömer Faruk Aydın
b0c4c434be Merge pull request #2427 from automatisch/is-owner
feat: Implement isOwner flag to apps get flows API endpoint
2025-04-01 16:46:45 +02:00
Faruk AYDIN
1ecf1af24b feat: Implement isOwner flag for connections get flows API endpoint 2025-04-01 16:31:20 +02:00
Faruk AYDIN
988d3cbea6 feat: Implement isOwner flag to apps get flows API endpoint 2025-04-01 16:31:20 +02:00
Ali BARIN
eb45b77c17 Merge pull request #2426 from automatisch/reorder-assertions-for-user-page-tests
test: reorder assertions for user page related tests
2025-04-01 15:37:29 +02:00
Jakub P
acea109fb7 test: reorder assertions for user page related tests 2025-04-01 14:46:33 +02:00
Ali BARIN
48b55b2dab Merge pull request #2424 from automatisch/tests-improvements-for-windows-os
test: improvements for windows os execution
2025-04-01 14:11:09 +02:00
Ömer Faruk Aydın
954cdf2d26 Merge pull request #2423 from automatisch/flow-is-owner
feat: Implement isOwner flag for get flows API endpoint
2025-04-01 13:12:08 +02:00
Faruk AYDIN
59b887079a feat: Implement isOwner flag for get flows API endpoint 2025-04-01 12:58:19 +02:00
Ali BARIN
351576b6b3 Merge pull request #2418 from automatisch/execution-filters-ui
feat(executions): add execution filters
2025-04-01 12:28:10 +02:00
Ali BARIN
98c24f584e feat(executions): add execution filters 2025-04-01 10:11:46 +00:00
Jakub P
21b154112e test: improvements for windows os execution 2025-04-01 00:28:12 +02:00
kasia.oczkowska
56a2839504 feat: prevent adding connection when app is disabled 2025-03-31 15:21:42 +01:00
Ali BARIN
59256480c6 Merge pull request #2415 from automatisch/AUT-1513
fix: resolve issue with incorrect connections list
2025-03-31 14:39:01 +02:00
Ali BARIN
43992f7e98 Merge pull request #2419 from automatisch/aut-1498
fix(flow-export): update all parameters
2025-03-31 14:29:37 +02:00
Ali BARIN
fff0ba4c72 fix(flow-export): update all parameters 2025-03-31 10:26:02 +00:00
kasia.oczkowska
b69900ed11 feat: disable submitting when submitting is in progress 2025-03-31 11:00:02 +01:00
kasia.oczkowska
91bfb38651 fix: correct the dependencies array in the handleChange function within the ChooseConnectionSubstep 2025-03-31 11:00:02 +01:00
Ali BARIN
28d0ceb770 Merge pull request #2416 from automatisch/fix-flakiness-in-users-tab-tests
test: improve searching for elements on users page
2025-03-28 17:58:27 +01:00
Ömer Faruk Aydın
33b91e4cb2 Merge pull request #2414 from automatisch/executions-time-range-filter
feat: Implement time based filters for executions API endpoint
2025-03-28 16:21:12 +01:00
Faruk AYDIN
9b5f33058c fix: Do not require start and end date time for execution filters 2025-03-28 16:16:16 +01:00
Faruk AYDIN
f7e81ec687 test: Implement get executions method time filters tests 2025-03-28 16:16:16 +01:00
Faruk AYDIN
6068b6c746 feat: Implement time based filters for executions API endpoint 2025-03-28 16:16:16 +01:00
Jakub P
04f75ed15b test: improve searching for elements on users page 2025-03-28 16:09:53 +01:00
Ali BARIN
80132054b6 Merge pull request #2411 from automatisch/AUT-1481
feat: update react flow library and improve state management
2025-03-28 15:01:33 +01:00
Ali BARIN
bc77ea2d4a Merge pull request #2413 from automatisch/AUT-1501-AUT-1499-AUT-1500
feat: handle 404 template error
2025-03-28 15:01:10 +01:00
kasia.oczkowska
1cc93cdf68 feat: display update template error 2025-03-28 12:41:29 +00:00
kasia.oczkowska
8ea85d3d49 fix: remove not functioning isCreateFlowError 2025-03-28 09:26:44 +00:00
kasia.oczkowska
1596493d1e feat: handle 404 template error 2025-03-27 12:24:52 +00:00
Ali BARIN
4d83509f6b Merge pull request #2408 from automatisch/flow-filters
feat(flows): add flow filters
2025-03-27 00:47:29 +01:00
Ali BARIN
3d060df5bd feat(flows): add flow filters 2025-03-26 23:35:35 +00:00