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
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