3
0

310 Commits

Author SHA1 Message Date
Denis Arh
12abdbcd1e Fix uint64 encoding for JSON export
All IDs  (uint64) should be encoded as string
2020-06-02 15:06:35 +02:00
Denis Arh
e6775aaa09 Add more robust user val expanding 2020-06-02 14:37:34 +02:00
Denis Arh
387e862fd6 Note about preloading users for export 2020-06-02 14:37:34 +02:00
Denis Arh
8b752a0331 Add missing export action, fix import action log 2020-06-02 14:37:34 +02:00
Denis Arh
b46bc8c570 Reroute user lookups for notifications and record export
Temporary disable gRPC comm between compose and system services
2020-06-02 14:37:34 +02:00
Tomaž Jerman
36b40d9f3b Add sys user export to xlsx export 2020-06-02 14:33:25 +02:00
Tomaž Jerman
cd48a4b22a Add sys user export to tructured export 2020-06-02 14:33:25 +02:00
Tomaž Jerman
8b6aa177c7 Add sys user export to .csv export 2020-06-02 14:33:25 +02:00
Tomaž Jerman
6e05c2a6ab Allow encoders to access system users during export 2020-06-02 14:33:25 +02:00
Denis Arh
4245630ec6 Add actionlog debugging flag, implement policies 2020-06-01 23:13:04 +02:00
Denis Arh
d0afb17cf3 Implement service actions & errors on messaging 2020-05-31 19:23:43 +02:00
Denis Arh
ebff2fd6a6 Implement actions & errors for notifications 2020-05-31 13:49:49 +02:00
Denis Arh
709a3a946a Improve auditlog meta handling (support for omitting empty values) 2020-05-31 10:38:27 +02:00
Denis Arh
4d2b0fc7d3 Improve record value error handling & cleanup errors in rest 2020-05-30 09:37:11 +02:00
Denis Arh
288e516986 Fix bulk ops logic & (record value) error handling 2020-05-29 15:52:42 +02:00
Denis Arh
e8212ec8ff Add action log for bulk op, fix tests 2020-05-29 06:49:22 +02:00
Tomaž Jerman
ab2e76dd22 Add support for batch record operations
Allows us to perform multiple operations with a single request
under the same transaction.
2020-05-28 23:40:21 +02:00
Denis Arh
a662fcb021 Implement actions & service errors for compose 2020-05-28 21:51:33 +02:00
Denis Arh
d70fde7f8b Add actionlog prereq for compose services 2020-05-27 21:28:43 +02:00
Tomaž Jerman
f69ffe01d3 Fix filter nesting for chart filters 2020-05-27 14:03:33 +02:00
Tomaž Jerman
a09a6be3a3 Add extra configuration options to chart struct 2020-05-20 15:42:49 +02:00
Jože Fortun
c84e798ce7 Add weight to page create 2020-05-19 12:52:24 +02:00
Tomaž Jerman
d09fec19ca Revert "Dont omit empty record values value"
This reverts commit 959e2742c17a530298523c87dab1d5cb74a1756b.

This issue was resolved inside corteza-js
https://github.com/cortezaproject/corteza-js/pull/10
2020-05-10 14:25:58 +02:00
Tomaž Jerman
959e2742c1 Dont omit empty record values value 2020-05-08 20:15:50 +02:00
Denis Arh
c2f4765fb0 Refactor & improve record filtering, proper handling of bool fields 2020-04-30 13:34:07 +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
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
8c93135124 Describe settings/current endpoint 2020-04-20 12:27:57 +02:00
Denis Arh
23bf0c52c7 Add missing raw&has for post&get 2020-04-08 17:02:07 +02: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
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
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
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
ce10e46e71 Refactor corredor service and make it less events-oriented 2020-03-26 19:07:13 +01:00
Denis Arh
f7191963dc Improve handling of complex constraint checks 2020-03-26 19:07:13 +01:00
Tomaž Jerman
e6ab67d2fb Post feedback tweaks 2020-03-25 14:54:48 +01:00
Tomaž Jerman
ecf85b340d Refactor system's naming convention 2020-03-25 13:37:43 +01:00
Tomaž Jerman
e153da5dab Allow different path for migration meta files 2020-03-23 22:00:11 +01:00