Commit Graph

3766 Commits

Author SHA1 Message Date
Ömer Faruk Aydın
7c712d7814 Merge pull request #2267 from automatisch/export-flow
feat: Implement initial logic of exporting flow
2025-01-13 18:06:55 +01:00
Ali BARIN
5bcd2dadbb Merge pull request #2276 from automatisch/aut-1405
refactor(webhook): remove singleton webhook logic
2025-01-13 18:04:26 +01:00
Ali BARIN
aa4f28102c Merge pull request #2275 from automatisch/extend-test-coverage
chore(test): add missing test files in coverage
2025-01-13 18:04:17 +01:00
Ali BARIN
e4b31c7f52 refactor(webhook): remove singleton webhook logic 2025-01-13 16:11:29 +00:00
Ali BARIN
e36fe2f0b4 chore(test): update coverage thresholds 2025-01-13 16:05:46 +00:00
Ali BARIN
d688a97081 Merge pull request #2258 from automatisch/remote-use-what-changed
refactor: remove obsolete dependency and its usage
2025-01-13 17:03:52 +01:00
Ali BARIN
07a19a5676 refactor: remove obsolete dependency and its usage 2025-01-13 15:58:45 +00:00
Ali BARIN
418452c122 chore(test): add missing test files in coverage 2025-01-13 15:57:37 +00:00
Ali BARIN
fb06c7cf52 Merge pull request #2274 from automatisch/make-editabletypography-consistent
feat(EditableTypography): make icon size and position consistent
2025-01-13 14:48:02 +01:00
Ali BARIN
5977078136 feat(EditableTypography): make icon size and position consistent 2025-01-13 13:31:42 +00:00
Faruk AYDIN
371555863a refactor: Adjust export button styling and add icon 2025-01-13 14:15:28 +01:00
Ali BARIN
ec14801261 feat(web): add exporting flow functionality 2025-01-13 12:30:15 +00:00
Faruk AYDIN
7d621c07f1 fix: Rename duplicate flow mock as export flow mock 2025-01-13 12:14:48 +01:00
Faruk AYDIN
f15d1ac7b1 refactor: Only return JSON for flow export 2025-01-13 12:14:16 +01:00
Faruk AYDIN
51291889cd chore: Remove slugify library 2025-01-13 12:13:46 +01:00
Faruk AYDIN
c180b98460 feat: Complete export flow rest API endpoint 2025-01-10 17:22:00 +03:00
Faruk AYDIN
169c86a748 feat: Implement initial logic of exporting flow 2025-01-10 17:22:00 +03:00
Ali BARIN
72116d9727 Merge pull request #2240 from automatisch/AUT-1376-new
feat: introduce inline error messages for create user and create role forms
2025-01-10 15:08:22 +01:00
kasia.oczkowska
ae74b899bd refactor: use form's centralized error management 2025-01-10 13:58:03 +00:00
kasia.oczkowska
9ae347d130 fix: remove unnecessary function argument 2025-01-10 13:56:47 +00:00
Jakub P.
8f5909d7b0 test: use new alert in create role and create user tests 2025-01-10 13:56:47 +00:00
kasia.oczkowska
4f24c0881a feat: introduce inline error messages for create user and create role forms 2025-01-10 13:56:47 +00:00
Ali BARIN
819f122106 Merge pull request #2227 from automatisch/AUT-1371
feat: introduce inline error messages for InstallationForm and SignUpForm
2025-01-10 12:26:45 +01:00
Ali BARIN
7a2d574422 Merge pull request #2266 from automatisch/rename-step
feat: add support to rename flow step
2025-01-09 12:30:57 +01:00
Ali BARIN
99c9d83c37 feat(ExecutionStep): show step name in execution history 2025-01-09 11:00:36 +00:00
Ali BARIN
f6be5f1263 feat(Editor): use iniitial event name as step name when empty 2025-01-08 15:11:15 +00:00
Ali BARIN
dadd35d791 feat(FlowStep): disable editing step name when flow is published 2025-01-08 15:10:46 +00:00
Ali BARIN
0b4af4b1b9 feat(EditableTypography): support disable state 2025-01-08 15:10:26 +00:00
Ali BARIN
e29e71bdf1 feat: add support to rename flow step 2025-01-07 13:46:07 +00:00
Ömer Faruk Aydın
583c09ce40 Merge pull request #2265 from automatisch/steps-name-column
feat: Add name column to Step model
2025-01-07 13:00:11 +03:00
Faruk AYDIN
bc87e18d3f feat: Add name column to Step model 2025-01-06 16:42:00 +03:00
Ali BARIN
f9731824eb Merge pull request #2260 from automatisch/vitest-update-config 2024-12-20 16:09:57 +01: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
Ömer Faruk Aydın
65d42995da Merge pull request #2257 from automatisch/restructure-workers-jobs
Restructure workers and jobs
2024-12-20 12:51:27 +01:00
Faruk AYDIN
c7072a29bb refactor: Worker structure to work with jobs 2024-12-20 12:47:14 +01:00
Faruk AYDIN
bc6314ac7e refactor: Extract background jobs to separate files 2024-12-20 12:47:14 +01:00
Ömer Faruk Aydın
85397c3802 Merge pull request #2255 from automatisch/rename-app-auth-clients
refactor: Rename AppAuthClient model as OAuthClient
2024-12-20 12:46:37 +01:00
kasia.oczkowska
ebc21e90ac refactor: remove redundant errors setting in SignUpForm 2024-12-20 10:02:04 +00:00
Jakub P.
d675fd6e69 test: adapt tests to OAuth client rename 2024-12-19 20:19:28 +01:00
Ali BARIN
24e54f6f5f Merge pull request #2256 from automatisch/AUT-1384
feat: disable inputs when data is loading
2024-12-19 19:37:17 +01:00
Ali BARIN
8d5287d51e refactor(web): use oauth client instead of app auth client 2024-12-19 14:53:47 +00:00
kasia.oczkowska
d320e8eec6 feat: disable inputs when data is loading 2024-12-19 12:21:22 +00:00
Faruk AYDIN
8c4b67e147 refactor: Rename AppAuthClient model as OAuthClient 2024-12-18 17:42:04 +01:00
Ali BARIN
ce4e4b4885 refactor(Form): centralize error management 2024-12-17 17:32:31 +00:00
Ali BARIN
4a4628e255 Merge pull request #2244 from automatisch/aut-1375
feat(AppConfig): iterate how apps are managed
2024-12-17 15:35:29 +01:00
Jakub P.
a8ed13da33 test: adapt apps tests to new logic 2024-12-17 14:27:10 +00:00
Ali BARIN
c78646ed8e feat(connections): iterate add button availability 2024-12-17 14:27:10 +00:00
Ali BARIN
bccd56f994 test(user): expect sorted connections in authorizedConnections 2024-12-17 14:26:55 +00:00
Ali BARIN
a1c1287548 test(AppAuthClient): remove unused AppConfig import statement 2024-12-17 14:26:55 +00:00