Faruk AYDIN
109f628921
chore: Add step validation to import step API endpoint
2025-01-20 14:54:44 +01:00
Faruk AYDIN
28a74f0cb2
feat: Implement import flow API endpoint
2025-01-17 13:15:54 +01:00
Ali BARIN
3a2f879e3c
fix(virtualq/dynamic-data): fix names in list waiters
2025-01-17 11:50:51 +01:00
Ali BARIN
db139634d3
chore(virtualq/list-waiters): update variable names
2025-01-17 11:50:51 +01:00
Ali BARIN
5de6d347e7
test(virtualq): update app list snapshot
2025-01-17 11:50:51 +01:00
Ali BARIN
b0e186cfbd
feat(virtualq): add actions to manage waiters
2025-01-17 11:50:51 +01:00
Ali BARIN
28da91b19a
feat(signalwire/dynamic-data): introduce children nodes
2025-01-16 22:02:20 +01:00
Ali BARIN
c17834ca77
fix(signalwire/send-sms): use correct dynamic data for sms phone numbers
2025-01-16 22:02:20 +01:00
Ali BARIN
3496495eca
test(factories/step): let null override appKey
2025-01-16 22:02:20 +01:00
Ali BARIN
4105e6f982
fix(signalwire): remove wrong connect attribute
2025-01-16 22:02:20 +01:00
Ali BARIN
3498861d18
fix(dynamic-data): make requiring connection optional in step
2025-01-16 22:02:20 +01:00
Ali BARIN
78d38ff13a
feat(signalwire/dynamic-data): update node attribute values
2025-01-16 22:02:20 +01:00
Ali BARIN
20ecdb9ae0
feat: update scope tokens
2025-01-16 22:02:20 +01:00
Ali BARIN
febac7716b
feat(signalwire/actions): stop showing connections substep
2025-01-16 22:02:20 +01:00
Ali BARIN
61624baa68
feat: support scopes for dynamic field entries
2025-01-16 22:02:20 +01:00
Ali BARIN
7130d8e934
feat(signalwire): some sample values for attribute values
2025-01-16 22:02:20 +01:00
Ali BARIN
a9b55c5d01
chore(signalwire): fix typo in folder name
2025-01-16 22:02:20 +01:00
Ali BARIN
b1291d0185
feat(signalwire): add dynamic data for nodes and attributes
2025-01-16 22:02:20 +01:00
Ali BARIN
661a5b24b2
feat(signalwire): add add-voice-xml-node and respond-with-voice-xml actions
2025-01-16 22:02:20 +01:00
Ali BARIN
0056940fa2
feat(trigger): add workSynchronously flag
2025-01-16 22:02:20 +01:00
Ali BARIN
bfcf54a26f
feat(signalwire): add receive call
2025-01-16 22:02:20 +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
Ali BARIN
fd77cfb354
fix(workers): correct worker for trigger queue
2025-01-16 11:36:06 +00:00
Faruk AYDIN
0abbb999e8
test: Add computeWebhookPath method test for step model
2025-01-15 16:46:19 +01:00
Faruk AYDIN
0f15cb1a06
feat: Add supportsConnections flag to individual steps
2025-01-14 11:47:53 +01:00
Ö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
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
418452c122
chore(test): add missing test files in coverage
2025-01-13 15:57:37 +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
Faruk AYDIN
bc87e18d3f
feat: Add name column to Step model
2025-01-06 16:42:00 +03: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
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
Faruk AYDIN
8c4b67e147
refactor: Rename AppAuthClient model as OAuthClient
2024-12-18 17:42:04 +01: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
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
cf7e2e0880
refactor(app-config): remove obsolete properties
2024-12-17 14:26:55 +00:00
Ali BARIN
613f744dd6
feat(app-config): add useOnlyPredefinedAuthClients property
2024-12-17 14:26:55 +00:00
Faruk AYDIN
d1de47788a
feat: Expose supportsOauthClients info for apps
2024-12-16 16:13:34 +01:00
Faruk AYDIN
e41a331ad7
refactor: Abstract queue generation and configuration
2024-12-12 14:51:13 +01:00
Faruk AYDIN
770b07179f
refactor: Workers and queues and eliminate redundant process listeners
2024-12-11 12:53:24 +01:00
Faruk AYDIN
39cba6bc74
test: Fix tests for create dynamic data and fields endpoints
2024-12-11 12:45:50 +01:00