3
0

1847 Commits

Author SHA1 Message Date
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
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
f52ea84f65 Remove gRPC (debug) logging via corteza log facility
If needed, sufficiant logging can be achieved with enviromental variables:
GRPC_GO_LOG_VERBOSITY_LEVEL=99 #
GRPC_GO_LOG_SEVERITY_LEVEL=info # (error, warning, info, fatal)
2020-05-06 09:09:31 +02:00
Denis Arh
b62992a2de Upgrade gRPC libs 2020-05-05 10:57:31 +02:00
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