3
0

581 Commits

Author SHA1 Message Date
Tomaž Jerman
d70916705d Post testing Envoy tweaks
* ComposeRecord encoding with reference to self,
* improved ComposeRecord reference handling,
* tweaked Select ComposeModuleField validation.
2021-04-06 23:28:08 +02:00
Denis Arh
6b0c32d956 Add redirect URI info when provisioning client 2021-04-03 21:52:17 +02:00
Denis Arh
7383310d36 Better handling empty/uninit values 2021-04-03 13:06:01 +02:00
Denis Arh
99d5f75419 Ensure CastToFloat gets untyped value 2021-04-03 08:26:17 +02:00
Tomaž Jerman
7c759ceef8 Allow Reader to cast to String 2021-04-02 14:37:31 +02:00
Tomaž Jerman
1f6a83280b Add Slice alongside Dict 2021-04-02 13:32:07 +02:00
Denis Arh
1a54155d83 Improve workflow session handling & storing 2021-04-01 21:10:51 +02:00
Denis Arh
daba028d7b Recheck untyped value for Dict implementation 2021-04-01 21:10:51 +02:00
Denis Arh
b458746167 Prevent wf exec if wf/trigger are disabled (when not tracing) 2021-04-01 21:10:51 +02:00
Denis Arh
fdf916b7f9 Rework/simplify expr.Vars handling 2021-04-01 21:10:51 +02:00
Tomaž Jerman
fc331cc388 Tweaks 2021-03-31 19:32:22 +02:00
Tomaž Jerman
5f3243c1a4 Add support for workflow automation page block buttons 2021-03-31 17:29:04 +02:00
Denis Arh
9150b3852b Beter ref handling, some cleanups, added tests 2021-03-31 15:04:08 +02:00
Denis Arh
1edb005fe2 Corredor is no longer enabled by default 2021-03-31 08:27:22 +02:00
Denis Arh
d49f4fbbad Additional tests & bool handling 2021-03-30 20:07:20 +02:00
Denis Arh
565a64d0c1 Add workflow ID to errors & logs 2021-03-30 17:44:15 +02:00
Denis Arh
e49f09405b Rework render vars, allow (R)Vars as input arg 2021-03-30 16:18:34 +02:00
Denis Arh
333b2f344f More improvements on expr vars & rec values 2021-03-30 15:53:13 +02:00
Denis Arh
597c18fd16 Improvments on expressions, gw tests 2021-03-30 14:58:04 +02:00
Denis Arh
723c361171 Use built-in len function for wf exec 2021-03-30 14:58:04 +02:00
Tomaž Jerman
ed8fddd417 Tweak Envoy store -> yaml
* write to fs,
* temporary remove compact format,
* make complete namespace exports easier.
2021-03-30 09:29:08 +02:00
Tomaž Jerman
eaa6d8f75f Fix the join expr function to work with typed Arrays 2021-03-29 12:23:50 +02:00
Denis Arh
34e835ed3c Unlist messaging app on upgrade 2021-03-29 07:45:34 +02:00
Denis Arh
5d8301f4b5 Fix TSL=>TLS typo, fixes #156 2021-03-28 09:25:55 +02:00
vicky
126034f0f6 - removed not used call of sval.String() from migrateEmailTemplates
- Added pointer as second argument of Unmarshal call in MarshalYAML
2021-03-28 09:25:55 +02:00
Alex Astrum
f9501893af Fix support for min.io with Google Cloud Storage (#152)
Adds MINIO_BUCKET_SEP options to control the separator string
2021-03-28 09:25:55 +02:00
Denis Arh
4a58d9c7cb Fixed array & type handlign for gval&expr 2021-03-27 15:24:53 +01:00
Peter Grlica
5a159838ba Added partial provisioning of rbac rules for auth clients 2021-03-26 13:11:17 +01:00
Tomaž Jerman
0589c8e6fa Envoy tweaks
* Fix ComposeChart yAxis yaml unmarshling.
* Allow disabled AutomationWorkflows to be store unmarshled.
* More tests.
2021-03-26 11:39:19 +01:00
Denis Arh
cd2b0c8998 Add support for exporting auth assets, improve dev-exp 2021-03-26 08:11:31 +01:00
Denis Arh
b428752412 More strict variable handling in assigners/converers 2021-03-25 08:15:23 +01:00
Denis Arh
f31ac4a30f Workflow execution logging is now configurable
Use WORKFLOW_EXEC_DEBUG=true to enable it
2021-03-24 21:14:09 +01:00
Denis Arh
ea2d0b6470 Fix auth options typo 2021-03-24 21:09:59 +01:00
Tomaž Jerman
7e81c6bd17 Workflow tweaks
* Allow Reader for email subject,
* Remove valid ID constraint check.
2021-03-24 16:00:19 +01:00
Denis Arh
bb2ad03193 Unref scope, result, input vars when creating stacktrace frame 2021-03-23 22:10:52 +01:00
Denis Arh
587ac403ad Properly encode ID (for JSON) 2021-03-23 22:03:07 +01:00
Tomaž Jerman
dc008af2b4 Expand expr/func_time signatures to allow values and ponters 2021-03-23 10:54:27 +01:00
Denis Arh
664c3c2004 Improve error tracking when error handler is used 2021-03-22 12:30:30 +01:00
Denis Arh
07d93105a8 Fix typo (guest => guess) 2021-03-21 16:27:59 +01:00
Denis Arh
b63fdabf55 Improved wf stacktrace, add more info 2021-03-20 14:48:15 +01:00
Denis Arh
c80ffd0c0e Cleanup expr tests 2021-03-20 14:47:33 +01:00
Tomaž Jerman
7f57e50233 Fix workflow step ID provisioning 2021-03-19 11:46:11 +01:00
Tomaž Jerman
45491ce70b Envoy cleanup 2021-03-19 08:48:58 +01:00
Tomaž Jerman
69b1ac9d01 Add support for workflow import/export 2021-03-19 08:48:58 +01:00
Tomaž Jerman
cfb0822858 Fix record import field mapping & validation
* Allow undefined record ref validator fn
* Remove field mapping fallback if mapping is provided
2021-03-19 08:48:58 +01:00
Denis Arh
0b1c61ba86 Support for wf exec tracing 2021-03-18 20:17:45 +01:00
Peter Grlica
49e5610af3 Added time, array, num and generic gval functions 2021-03-18 17:05:48 +01:00
Denis Arh
5189f47727 Add back prog. role provisioning 2021-03-18 13:42:07 +01:00
Denis Arh
261ad71460 Serve event contraints via API 2021-03-18 08:20:55 +01:00
Denis Arh
79ed77a379 Fixed typos across the codebase (can not, cannot) 2021-03-17 17:25:05 +01:00