3
0

351 Commits

Author SHA1 Message Date
Denis Arh
6041f26d04 Remove obsolete compose/repository 2020-08-29 15:00:59 +02:00
Denis Arh
720dc38da6 Port compose record builder 2020-08-29 15:00:43 +02:00
Denis Arh
e8049fe7aa Pass ctx+store to validators, refactor record (script) triggering 2020-08-27 23:21:14 +02:00
Denis Arh
0c085d7b24 Ported compose attachments 2020-08-27 23:19:49 +02:00
Denis Arh
361a9007bf Cleaner store API 2020-08-26 14:49:33 +02:00
Denis Arh
6bfb1eebd9 Removed db tags from compse & system 2020-08-24 15:43:04 +02:00
Denis Arh
349ff3cf2d Add improved sorting and key-based pagination 2020-08-24 15:43:04 +02:00
Denis Arh
9290f160a8 Implement new paging with resource check on filter 2020-08-24 15:43:03 +02:00
Denis Arh
a5990ca093 System services migrated 2020-08-24 15:43:03 +02:00
Denis Arh
8ac6c17ea8 Rename generated interfaces (for easier ext.) 2020-08-24 15:41:01 +02:00
Denis Arh
7ef781d84c Add isGeneric check for action errors 2020-08-24 15:41:01 +02:00
Denis Arh
c8d552e6a6 Implement new store infrastructure 2020-08-24 15:40:15 +02:00
Denis Arh
f3e03a58f8 Migrated types to new codegen 2020-08-24 15:39:39 +02:00
Denis Arh
697f3bc089 Migrated API specs to new codegen 2020-08-24 15:39:39 +02:00
Denis Arh
a7f8cd58cd Remove old migration files 2020-08-24 15:38:42 +02:00
Denis Arh
f4e6d2ae5a Refactor bootstraping procedure 2020-08-24 15:38:42 +02:00
Denis Arh
2c1368262b Refactored provisioning 2020-08-24 15:38:42 +02:00
Tomaž Jerman
06f25a87f3 TMP OneTimeTool to add legacy ids to imported records 2020-08-05 11:25:39 +02:00
Denis Arh
ed0fc88690 Tweaked severity on action log actions 2020-07-22 22:57:18 +02:00
Jože Fortun
dec88dcd98 Fix number sanitizer bug 2020-07-17 13:37:11 +02:00
Denis Arh
da28b761a1 Add healthchecks for db, mail, scheduler, corredor, store 2020-07-11 13:26:52 +02:00
Denis Arh
c12d537f00 Include charts colour scheme 2020-07-10 14:30:55 +02:00
Denis Arh
05a10d3508 Add support for yAxis on chart exp/imp 2020-07-10 10:38:48 +02:00
Denis Arh
a9788206e6 Fix module resolving on import 2020-07-09 22:24:46 +02:00
Denis Arh
9b02a55a3b Refactor, fix & improve compose exporter
Fixed: some page block kinds did not resolve module-refs properly
2020-07-09 22:24:22 +02:00
Denis Arh
08e1fb7a14 Ability to disable action logging
Introduce new policy type (NewPolicyNone, MakeDisabledPolicy),
add ACTIONLOG_ENABLED configuration (true by default)
2020-07-09 16:29:01 +02:00
Tomaž Jerman
f2b2279547 Fix page reordering on root node
When operating on root node, the parentID is 0; the page is not
found so it fails.
2020-06-30 20:58:29 +02:00
Denis Arh
fd8ca49c54 Allow renderer key when importing chart config 2020-06-29 13:50:22 +02:00
Denis Arh
c89b4713e9 Switch all *after event from dispatch to waitfor
It removes a problem where (http) requests ends before *after script are
executed with canceled context
2020-06-27 21:21:54 +02:00
Denis Arh
3626bdba0d Remove field options debug artefacts 2020-06-27 08:26:15 +02:00
Denis Arh
90fcf428eb Fix broken tests after e0b09449 2020-06-26 13:22:40 +02:00
Denis Arh
df6909286a Improve number sanitization (precision) 2020-06-26 13:14:11 +02:00
Denis Arh
5290441cae Remove spew.dump from compose/types/record_test.go 2020-06-26 13:14:11 +02:00
Tomaž Jerman
ce9c997584 Respect Number field's specified precision 2020-06-26 13:14:10 +02:00
Tomaž Jerman
e0b0944921 Add support for timezone export 2020-06-23 10:12:51 +02:00
Tomaž Jerman
3b15dbc350 Improve bulk record field error handling 2020-06-23 08:58:44 +02:00
Denis Arh
d18d679b63 Add perm. check for record value field update 2020-06-20 17:58:19 +02:00
Denis Arh
2b0e65bf7d Refactor transaction handling for records
Now wrapping only storage related code
2020-06-19 19:36:46 +02:00
Denis Arh
1397e8eeb5 Simplify db connection handling
Due to incompatibilities with update of github.com/titpetric/factory,
we are crippeling db connection handling (MustGet fn) - only supporting
one ("default") connection
2020-06-19 12:44:14 +02:00
Denis Arh
2a9e9411b6 Remove webhooks (endpoints, service, type, db tables, ...) 2020-06-07 10:37:22 +02:00
Denis Arh
2cb1839ba6 Fix config import (broken automation buttons) 2020-06-03 12:44:07 +02:00
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