3
0

1813 Commits

Author SHA1 Message Date
Denis Arh
7072afff20 More verbose logging on corredor connection 2020-05-05 08:15:43 +02:00
Denis Arh
876d0046bd Upgrade to go 1.14 2020-05-03 10:31:11 +02:00
Denis Arh
c2f4765fb0 Refactor & improve record filtering, proper handling of bool fields 2020-04-30 13:34:07 +02:00
Denis Arh
9f3a00c0e2 pkg/ql refactoring, add proper bool literal handling 2020-04-30 13:32:59 +02:00
Denis Arh
efa2f28b8c Add incl/excl filtering for deleted record 2020-04-30 08:34:20 +02:00
Denis Arh
f291613516 Rename RecordFilter's Filter to Query for consistency 2020-04-30 07:30:25 +02:00
Denis Arh
7f1c3903c4 Add control for handling record events
This also disables event handling when doing record import.
2020-04-25 12:40:14 +02:00
Tomaž Jerman
47fca9be92 Add value formatting to record create/update steps 2020-04-24 14:03:28 +02:00
Tomaž Jerman
562b616485 Fix interval query param lapsus 2020-04-24 14:01:20 +02:00
Tomaž Jerman
af0588f9e2 Merge branch 'fix-record-owner-flag' into develop 2020-04-22 15:59:47 +02:00
Tomaž Jerman
efc318cff3 Fix ownedBy flag preservation
If procUpdate was ran multiple times, ownedBy flag changed to
current user.
2020-04-22 14:13:22 +02:00
Denis Arh
1be225a748 Fix record-value-set encoding & cleanup before automation 2020-04-22 12:58:53 +02:00
Denis Arh
1966f07b5a More informative KV decoding errors 2020-04-21 13:55:43 +02:00
Denis Arh
48b0fe4c53 Fix paths to default app icon/logo 2020-04-21 13:19:38 +02:00
Denis Arh
c7df11af0b Add support for attachment (system, settings) 2020-04-20 12:27:57 +02:00
Denis Arh
4a5914627d Fix leading spaces in spec json files 2020-04-20 12:27:57 +02:00
Denis Arh
08de3dfdf2 Define ui.* settings on system 2020-04-20 12:27:57 +02:00
Denis Arh
8c93135124 Describe settings/current endpoint 2020-04-20 12:27:57 +02:00
Denis Arh
47bb9ab45a Support "final" flag for KV
This enables us to store structure as JSON under a specific
(final) key
2020-04-20 12:27:57 +02:00
Tomaž Jerman
b254ebd686 Fix pagination property mixup 2020-04-15 15:50:36 +02:00
Denis Arh
8e4f3bf886 Improve delete/undelete & unique handling 2020-04-08 17:43:15 +02:00
Denis Arh
3d1e6af8d5 Harden user data input check 2020-04-08 17:17:46 +02:00
Denis Arh
337361e1c6 When creating user (not signup) autoconfirm email 2020-04-08 17:02:28 +02:00
Denis Arh
23bf0c52c7 Add missing raw&has for post&get 2020-04-08 17:02:07 +02:00
Denis Arh
5facc91fe8 Fix small typo in tests 2020-04-08 14:08:30 +02:00
Denis Arh
44498c324c Fix missing (super)user on provision 2020-04-08 13:46:05 +02:00
Denis Arh
b48010730b Add ability to enable static file serving 2020-03-27 22:26:22 +01:00
Denis Arh
2f631f055a Corredor TLS certs are now disabled by default 2020-03-27 22:23:24 +01:00
Denis Arh
fe0e35cb57 Disable initialization on some commands 2020-03-27 22:00:10 +01:00
Denis Arh
c0713893b6 Improve initial logger configuration
Default logging level is now WARN
If serve-api command is executed and log level is not explicitly specified
with LOG_LEVEL, log level is set to INFO

Root command now accepts -s/--silent and -d/--debug flags
for log level control
2020-03-27 21:48:04 +01:00
Denis Arh
d90d6ecdc6 Merge branch 'feature-improved-pagination' into develop 2020-03-27 18:36:37 +01:00
Denis Arh
fe8db890b0 Add support for limit/offset 2020-03-27 18:36:05 +01:00
Denis Arh
7a6a0851c2 Add limit/offset params, reformat all paging & sorting params 2020-03-27 18:36:05 +01:00
Denis Arh
7fec663f2c Add support for limit/filter 2020-03-27 18:36:05 +01:00
Denis Arh
5a966a2303 Add request param getters & checkers 2020-03-27 18:36:05 +01:00
Denis Arh
63eb346a4a Fix server script security
Security params must be processed before procesing iterator
2020-03-27 12:46:58 +01:00
Denis Arh
32ce2216cb Add generated code for added page weight 2020-03-26 20:27:45 +01:00
Denis Arh
526a76dd71 Add output formatter for record values 2020-03-26 20:21:13 +01:00
Denis Arh
cb9682e404 Merge branch 'feature-corredor-iterators' into develop 2020-03-26 19:07:46 +01:00
Denis Arh
2fac997b61 Fix script exec permission testing
Explicity triggered scripts are no longer the only source of
permissions - iterators use the same mechanisms
2020-03-26 19:07:14 +01:00
Denis Arh
6e5047bd22 Add ability to manually trigger record iterator via API 2020-03-26 19:07:14 +01:00
Denis Arh
a3b1450e16 Add support for iterators on record service 2020-03-26 19:07:14 +01:00
Denis Arh
33721bf870 Refactor corredor service, add supprot for iterators 2020-03-26 19:07:14 +01:00
Denis Arh
2767bbb38a Add onIteration compose record event 2020-03-26 19:07:13 +01:00
Denis Arh
58e9447aec Add support for find-by-any on namespace 2020-03-26 19:07:13 +01:00
Denis Arh
3622fa2b61 Add support for find-by-any on module 2020-03-26 19:07:13 +01:00
Denis Arh
a7e0a2306d Add pagination parsing to rh package 2020-03-26 19:07:13 +01:00
Denis Arh
db789e10fd Add debug routes for eventbus & corredor service 2020-03-26 19:07:13 +01:00
Denis Arh
ce10e46e71 Refactor corredor service and make it less events-oriented 2020-03-26 19:07:13 +01:00
Denis Arh
44f818e180 Refactor handler ops maker functions 2020-03-26 19:07:13 +01:00