Commit Graph
2658 Commits
Author SHA1 Message Date
Tomaž Jerman fc331cc388 Tweaks 2021-03-31 19:32:22 +02:00
Tomaž Jerman 91187e6a50 Update provision update script 2021-03-31 18:36:06 +02:00
Denis Arh 711d29928b Fix loop/iterator input handling 2021-03-31 17:50:53 +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 400ce55dc8 Additional tests for ref type 2021-03-31 10:18:13 +02:00
Tomaž Jerman eb79b192be Fix record ref updates 2021-03-31 10:16:26 +02:00
Denis Arh 1edb005fe2 Corredor is no longer enabled by default 2021-03-31 08:27:22 +02:00
Denis Arh 0bcd2918c6 Fix template afunc handler definition 2021-03-31 08:26:24 +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
Denis Arh 0e787d4772 Fix gateway ref validation bug 2021-03-30 14:58:04 +02:00
Denis Arh ed5f26cd0d Properly resolve input on wf exec request 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 e1f2b21459 More robust compose-record casting 2021-03-29 09:27:07 +02:00
Denis Arh 5c60076d71 Ensure module is linked to record before wf is executed 2021-03-29 09:17:42 +02:00
Denis Arh 2f54a9611e Fixed another TLS typo 2021-03-29 08:52:09 +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 398f1d0aca - Removed duplicate code for random bytes generation by using param value of makeNew in testAuthSessions 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 a2b2d9c61c Fix sqlite-now incompatibility 2021-03-27 17:28:59 +01:00
Denis Arh 2dd9b7ab41 More flexible auth client redirect URI checking 2021-03-27 17:15:16 +01:00
Denis Arh 4c57c4a7b6 Failsafe for unexisting user meta 2021-03-27 16:11:25 +01: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 1d761aad13 Fix array casting issue 2021-03-25 11:01:42 +01:00
Denis Arh b428752412 More strict variable handling in assigners/converers 2021-03-25 08:15:23 +01:00
Denis Arh 605b109402 Improve multi-value setting 2021-03-25 06:49:18 +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
Denis Arh fcd0a5b052 Simplify record value set assignment in expressions
Allow expressions like:
rec.values = rec2
rec.values = rec2.values
2021-03-24 20:33:33 +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
Denis Arh d3c4691faa Fix datetime field type value manipulation 2021-03-23 20:41:35 +01:00
Tomaž Jerman 5f513d6e63 Add moduleID to compose page list filter 2021-03-23 16:09:26 +01:00
Tomaž Jerman 5d2ff6fe05 Finish resource search wf handlers
* Remove page cursor from response,
* correctly return totals.
2021-03-23 11:13:00 +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.3.0-rc.2 2021-03-22 12:30:30 +01:00
Tomaž Jerman 28aa9b3744 Tweak default compose record value logic 2021-03-22 08:16:17 +01:00
Denis Arh 92123d0755 Remove foreign keys from tables (old design) 2021-03-21 16:28:20 +01:00