3
0
Commit Graph

2948 Commits

Author SHA1 Message Date
Tomaž Jerman
03bea8d9bd Add function to add recipients 2021-08-30 09:39:13 +02:00
Denis Arh
922f4c3138 Add explicit option for enabling RBAC logging 2021-08-26 17:52:21 +02:00
Denis Arh
77b593a192 Refactor log init, add new env options, filter 2021-08-26 17:28:50 +02:00
Denis Arh
e48ffb2e08 Upgraded zap logger to v1.19 2021-08-26 13:42:14 +02:00
Peter Grlica
34aaad7800 Refactored pipelines, errors 2021-08-26 10:36:38 +02:00
Denis Arh
1bf4cbbe3e Add missing temp 'language' tpl function 2021-08-25 22:50:58 +02:00
Denis Arh
c27b0281ca Support lang extanding for internal translations 2021-08-25 22:47:29 +02:00
Denis Arh
3a9348500b Refactor lang loading, support sorting, enabling 2021-08-25 22:46:15 +02:00
Denis Arh
62c1571bdc Add configurable locale reloading (via options) 2021-08-25 17:07:14 +02:00
Denis Arh
04d274fb70 Improve lang-detection on backend 2021-08-25 16:10:53 +02:00
Vivek Patel
e4a59a5f03 Adds expr functions
- modWeek returns modify week part of the date input
- random returns random number between range if given
- sub returns diff between two dates in milliseconds
2021-08-24 14:08:39 +05:30
Denis Arh
626f03a9e7 Fix flaky template-creation tests 2021-08-24 00:11:20 +02:00
Denis Arh
bb3aabb078 Fix conflict artefacts 2021-08-24 00:11:06 +02:00
Denis Arh
ae292c90bc Fixed broken auth/i18n tests 2021-08-23 23:53:11 +02:00
Denis Arh
fc161da7b3 Merge branch '2021.9.x-feature-i18n' into 2021.9.x 2021-08-23 23:46:52 +02:00
Denis Arh
65fb7065be Translation fixes 2021-08-23 23:46:25 +02:00
Denis Arh
af09848dd8 Fix tests (use translation keys) 2021-08-23 19:10:21 +02:00
Martin Salamon
ddef6ed5b4 Auth screen (templates & handlers) translation 2021-08-23 19:10:21 +02:00
Denis Arh
ca86a36a5d Make service actions translatable
String placeholders are now wrapped with
double curly brackets for consistency
2021-08-23 19:10:21 +02:00
Denis Arh
5d6945cec9 Add locale handling, translation dec/enc and serving 2021-08-23 19:10:21 +02:00
Denis Arh
64085fbd1b Fix minor typo in cli-settings 2021-08-23 19:09:54 +02:00
Tomaž Jerman
b2a3a9384b Add missing handle validation to templates 2021-08-23 10:14:18 +02:00
Peter Grlica
19fe1eb46d Role name consolidation fix 2021.9.0-dev.3 2021-08-19 14:18:56 +02:00
Peter Grlica
49a9e5fdd5 Added duration to apigw pipeline, fixed int64 input to jsenv 2021-08-19 10:38:06 +02:00
Denis Arh
f375070236 Role name consolidation 2021-08-18 19:58:27 +02:00
Denis Arh
d1ccbc3e17 Fix encoding on save & re-encoding on fetch 2021-08-18 18:35:27 +02:00
Peter Grlica
6645ac0c66 Reload routes on filter update, jsenv update, http handler body fix 2021-08-18 14:10:14 +02:00
Denis Arh
b718bd83ac Add poiner receiver on settings functions 2021-08-18 09:42:51 +02:00
Denis Arh
57c20f1301 Support custom logo for main and header 2021-08-18 09:42:47 +02:00
Tomaž Jerman
b95e878c92 Allow store functions to define codegen imports 2021-08-17 10:26:32 +02:00
Tomaž Jerman
244b0cf8ed Rework workflow step scheduling to improve stacktraces
The initial implementation caused them to be flaky when working
with loops.
2021-08-17 09:18:50 +02:00
Tomaž Jerman
fdbf7e6d53 Add support for record specific RBAC rules 2021-08-17 09:03:43 +02:00
Denis Arh
14b3f07941 Allow appending to KVV values (kvv.field[] = val) 2021-08-16 21:46:58 +02:00
Denis Arh
0b7e9b108b Support custom logo for main and header 2021-08-16 18:02:53 +02:00
Denis Arh
e695081286 Add reporter webapp to the list of webapps (HTTP_WEBAPP_LIST) 2021.9.0-dev.2 2021-08-16 16:20:31 +02:00
Peter Grlica
e4953c83f8 Rbac fallback for messagebus queues for now 2021-08-16 15:48:46 +02:00
Tomaž Jerman
072bea9d6b Add missing envoy system:report definitions 2021-08-16 15:10:40 +02:00
Peter Grlica
767f86f01a Added match() regex matching to expr 2021-08-16 12:58:22 +02:00
Tomaž Jerman
02b3e83320 Merge branch '2021.9.x-feature-relay' into 2021.9.x 2021-08-16 09:27:08 +02:00
Tomaž Jerman
37e75293e3 Improve frame def. grouping logic based on model step 2021-08-16 09:24:47 +02:00
Tomaž Jerman
f30174d343 Fix join db fragmentation when not defining a sort 2021-08-16 09:24:47 +02:00
Tomaž Jerman
259da8561c Add AST value type validation & support for Number 2021-08-16 09:24:47 +02:00
Tomaž Jerman
3e6fd1e47c Tweaks to expr handlers 2021-08-16 09:24:47 +02:00
Tomaž Jerman
efb94908f2 Extra expression parsing and formatting tweaks
* persist `raw` on AST nodes
* remove unneeded groupping by the ql pkg
* allow store flavours to specify what operations need to be enclosed
* extra tests
2021-08-16 09:16:07 +02:00
Tomaž Jerman
cb122121f6 Temporary sub select fix to make filtering work on MySQL 2021-08-16 09:16:07 +02:00
Tomaž Jerman
f21efd5f8d Additional report modeling tests 2021-08-16 09:16:07 +02:00
Tomaž Jerman
5e4397c436 Update group step with AST col. def. 2021-08-16 09:16:07 +02:00
Tomaž Jerman
762ea93c27 Include sort in the data frame 2021-08-16 09:16:07 +02:00
Tomaž Jerman
8d6e96a999 Rework reporting bits to use the reworked qlng package 2021-08-16 09:16:07 +02:00
Tomaž Jerman
25a9be1a54 Refactor pkg/ql for more flexibility
Created a temporary pkg/qlng package which contains the reworked
logic to avoid (potentially) breaking the rest of the system.

Most of the testing will be done implicitly via reporting tests.
2021-08-16 09:16:07 +02:00