3
0

1869 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
Tomaž Jerman
77b67acdf3 Allow reminder assignment for all administrators 2020-06-02 09:30:57 +02:00
Denis Arh
4245630ec6 Add actionlog debugging flag, implement policies 2020-06-01 23:13:04 +02:00
Denis Arh
f05d2fc257 Add actionlog policies 2020-06-01 23:12:46 +02:00
Denis Arh
686b10fd1b Fix kv decoder tests 2020-05-31 19:33:40 +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
6c5953f973 Fix mixed SMTP/HTTP ports for mailhog in the makefile 2020-05-31 13:49:21 +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
51d8fbcbb4 Remove spew.Dump leftovers 2020-05-29 06:49:43 +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
f99ca1e9be System error def namings & log messages improvements 2020-05-28 21:49:35 +02:00
Denis Arh
d70fde7f8b Add actionlog prereq for compose services 2020-05-27 21:28:43 +02:00
Denis Arh
f4213e5a7f Add path constraint, improve CLI 2020-05-27 16:32:10 +02:00
Tomaž Jerman
f69ffe01d3 Fix filter nesting for chart filters 2020-05-27 14:03:33 +02:00
Denis Arh
2b3b2f1755 Refactor sink command, add --signature-in-path 2020-05-27 13:54:10 +02:00
Denis Arh
af428e99f9 Support sink signature in a path
For certain cases where we can not afford to have query params
like OAuth, sink signature can be placed at the end of the sink path
2020-05-27 13:46:34 +02:00
Denis Arh
ef47a0d612 Small codegen bits changes, add adoc template for events 2020-05-27 11:06:10 +02:00
Denis Arh
529a8b52dd Merge branch 'feature-auditlog' into develop 2020-05-26 19:17:54 +02:00
Denis Arh
4d751c1875 Improve actionlog err/message placeholder replacement 2020-05-26 19:02:32 +02:00
Denis Arh
2597029164 Replace repository.ErrUserNotFound with service.UserErrNonexistent 2020-05-26 18:44:05 +02:00
Denis Arh
10d9dbfcbb Add corredor user lookup cache 2020-05-26 18:42:09 +02:00
Denis Arh
a0c732f6ff Add check if lambda action can be called 2020-05-26 15:48:05 +02:00
Denis Arh
2d71effdf3 Update used credentials on password login 2020-05-26 15:45:39 +02:00
Denis Arh
566405b648 Remove obsolete system service error type 2020-05-26 14:59:14 +02:00
Denis Arh
e3a81888b6 Fix generated types for pkg/actionlog 2020-05-26 14:58:16 +02:00
Denis Arh
854c3c9047 Implement actionlog for reminders 2020-05-26 14:52:41 +02:00
Denis Arh
7867593bea Implement actionlog for attachments 2020-05-26 14:16:33 +02:00
Denis Arh
a7bc1e4d37 Cleanup actions, errors, implement actionlog for stats 2020-05-26 11:46:55 +02:00
Denis Arh
84bb75e6f7 Implement actionlog for applications 2020-05-26 08:40:01 +02:00
Denis Arh
e8b81396ef Support for HTTP errors, add sink impl. 2020-05-26 08:07:03 +02:00
Denis Arh
5f8fb8a294 Implementation actions & errors for access control, auth, role & user 2020-05-26 08:00:53 +02:00
Denis Arh
f84f8b5b33 Add rest endpoints for action log 2020-05-22 07:16:15 +02:00
Denis Arh
3e2e915418 Add db migration for actionlog 2020-05-22 07:16:15 +02:00
Denis Arh
9e0883c937 Add origin (for action log) info to context 2020-05-22 07:16:14 +02:00
Denis Arh
086411722e Action log implementation 2020-05-22 07:16:14 +02:00
Denis Arh
9613bb7c85 Add middleware to add IP addr from req. to context 2020-05-22 07:16:14 +02:00
Denis Arh
b1a7425ddc Refactor event codegen into subdir 2020-05-22 07:16:14 +02:00