3
0

2566 Commits

Author SHA1 Message Date
Denis Arh
82c76bbe6c Do not decode JSON from body if no POST params are spec. 2021-03-12 14:50:40 +01:00
Denis Arh
186b6cb99e Update user's meta only when not nil 2021-03-12 14:47:05 +01:00
Peter Grlica
4cbc6a8991 Fixed workflow register option 2021-03-12 14:17:40 +01:00
Peter Grlica
c888f140a1 Merge branch '2021.3.x-feature-auth-test' into 2021.3.x 2021-03-12 14:11:36 +01:00
Peter Grlica
f96211b8c6 Removed session memstore, mocked it in tests
Updated mocked notification service
2021-03-12 13:21:10 +01:00
Peter Grlica
4a08f08f84 Added oauth2 interface to authRequest 2021-03-12 13:15:41 +01:00
Peter Grlica
6de0424b9f Added auth tests 2021-03-12 13:15:36 +01:00
Denis Arh
f7053f1881 Merge branch '2021.3.x-feature-workflow' into 2021.3.x 2021-03-12 13:12:30 +01:00
Denis Arh
babaa5c553 Use standard naming for created-at 2021-03-12 13:12:08 +01:00
Denis Arh
e17e16106d Add workflow options, ability to disable wf registration 2021-03-12 13:12:07 +01:00
Denis Arh
f7c89b0c5f Fix delay exec, document func&iter step behaviour 2021-03-12 13:12:07 +01:00
Denis Arh
66804a22c6 Fix noRef check 2021-03-12 13:12:07 +01:00
Tomaž Jerman
4fcc7750a6 Add template stuff to wf functions 2021-03-12 13:12:07 +01:00
Denis Arh
7e78867733 Implement delay & prompt steps 2021-03-12 13:12:07 +01:00
Denis Arh
c6f1149686 Make sure have exactly 2 outbound paths in iterator 2021-03-12 13:12:07 +01:00
Denis Arh
800b246926 Small fixes 2021-03-12 13:12:07 +01:00
Denis Arh
8335b69197 Fix break/continue 2021-03-12 13:12:07 +01:00
Denis Arh
6903ecfcf2 Fix record-value setting 2021-03-12 13:12:07 +01:00
Denis Arh
cf95d42b5b Add record reporting 2021-03-12 13:12:07 +01:00
Denis Arh
452f83868e Refactor and improve workflow step validation 2021-03-12 13:12:07 +01:00
Denis Arh
5c5ae24db3 Fix issue storing 2021-03-12 13:12:07 +01:00
Denis Arh
972d45ef4e Add support for loop break & continue 2021-03-12 13:12:07 +01:00
Denis Arh
fdcf6fe2dc Reorganized workflow & step types 2021-03-12 13:12:07 +01:00
Denis Arh
cfe02be081 Add support for labels on automation functions
Idea for these labels is to give instructions which labels to copy
on step and on workflow when function step is added to the graph.

Labels are defined with "step,workflow", "workflow" or "step" for value.
UI should follow these instructions when copying labels to workflow
and/or step.
2021-03-12 13:12:07 +01:00
Denis Arh
a0ecf0537f Refactored workflow converter, add issues 2021-03-12 13:12:07 +01:00
Denis Arh
5438097648 Refactor, add generic step, add error&termination logic 2021-03-12 13:12:07 +01:00
Denis Arh
7d6fca5856 Improve wf ses. wait logic, complete triggered wf proc 2021-03-12 13:12:07 +01:00
Denis Arh
9ca7888436 Encode event params into scope before running wf session 2021-03-12 13:12:07 +01:00
Denis Arh
fb307bbcae Wfexec logging tweaks, add debug wf step kind 2021-03-12 13:12:07 +01:00
Denis Arh
1fa6c6cb9b Improve event-types <> workflow 2021-03-12 13:12:07 +01:00
Denis Arh
69dd1fc425 Add basic automation functions for compose 2021-03-12 13:12:07 +01:00
Denis Arh
df7314ba74 Add basic automation functions for system 2021-03-12 13:12:07 +01:00
Denis Arh
13b57c8d72 Automation workflow implementation 2021-03-12 13:12:07 +01:00
Denis Arh
d56f2fa82f Codegen for automation types & functions 2021-03-12 13:12:07 +01:00
Denis Arh
d44e3474e8 More verbose info on store scan error 2021-03-12 13:12:07 +01:00
Denis Arh
9290bff442 Vendored modules tidied, updated (gval) 2021-03-12 13:12:07 +01:00
Denis Arh
9d004f65ac Remove exporter commands 2021-03-12 09:46:17 +01:00
Denis Arh
1e49c2772f Fix broken ql tests 2021-03-12 09:45:43 +01:00
Denis Arh
2405ebb187 Add support for partial config (provisioning) import 2021-03-12 08:14:53 +01:00
Denis Arh
53e0c2838f Migrate auth&general email templates from settings 2021-03-12 07:59:35 +01:00
Denis Arh
3649da2967 Remove lang param from auth notifications 2021-03-11 21:19:00 +01:00
Denis Arh
7979fba9be Remove empty pkg/iterator/README.adoc file 2021-03-11 21:11:58 +01:00
Denis Arh
a41af0699a Remove obsolete settings exporter 2021-03-11 21:08:52 +01:00
Denis Arh
261dd4f74e Fix boolean filtering in postgres 2021-03-11 16:58:37 +01:00
Denis Arh
10d4d5e26a Workaround for LIKE operator, COLLATION & PgSQL 2021-03-11 16:26:06 +01:00
Tomaž Jerman
1d5bedc2be Add template provisioning 2021-03-09 15:49:04 +01:00
Tomaž Jerman
c4995dd8eb Little template tweaks 2021-03-09 15:45:14 +01:00
Tomaž Jerman
7b12e6f056 Use templates for system emails 2021-03-09 15:44:35 +01:00
Denis Arh
893a2af23d Disable messaging app 2021-03-09 07:59:32 +01:00
Denis Arh
67d0a788df Remove messaging 2021-03-09 07:36:01 +01:00