3
0

293 Commits

Author SHA1 Message Date
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
Tomaž Jerman
6ccc4c7294 Add support for per field value mapping 2020-03-23 21:39:10 +01:00
Tomaž Jerman
4b995099d2 Add support for migration source joins 2020-03-22 12:08:20 +01:00
Tomaž Jerman
ac1fd84413 Add support for migration mapping
This adds support for splitting a single source into
multiple modules.
2020-03-22 12:08:20 +01:00
Tomaž Jerman
c5cb20eb9f POC graph based data migration system
Implement a POC data migration system.
See README for more details.
2020-03-22 12:08:20 +01:00
Denis Arh
0f659fdeae Extend record constraints to support cr/up/de-at and values matching
New record contraints now support:
 - record.updatedAt
 - record.createdAt
 - record.deletedAt
 - record.values.<field-name>
2020-03-20 14:23:38 +01:00
Tomaž Jerman
845dc2c4de Fix page ordering by exposing weight 2020-03-18 09:55:49 +01:00
Denis Arh
0c95128bdc More robust record importing initialization, fallback to file ext when text is detected 2020-03-16 12:33:41 +01:00
Denis Arh
ed445d120c Sanitization & validation refactoring (dates, refs) 2020-03-11 19:45:33 +01:00
Denis Arh
f4ce3bbbe5 Fix problems with multi-value set/del 2020-03-10 11:06:21 +01:00
Denis Arh
2f3919884e Skip deleted values on insert, fix 0000-00-00 error 2020-03-09 10:12:42 +01:00
Denis Arh
0c9c67e34c Improve store & bucket path handling 2020-03-05 10:10:57 +01:00
Denis Arh
83a7707ac0 Remove permissions related to legacy automation 2020-02-26 20:24:44 +01:00
Denis Arh
efb82f721d Remove obsolete automation files & references to it 2020-02-26 08:32:17 +01:00
Denis Arh
d2fcb352ec Cleanup & refactor protobuf codegen 2020-02-26 08:20:59 +01:00
Denis Arh
c34814b855 Fix buggy default value setter 2020-02-25 20:00:47 +01:00
Denis Arh
79047e9d39 Add value validators & sanitizers for all field kinds 2020-02-25 17:25:55 +01:00
Denis Arh
4d72fe1a13 Refactor record update/create procedures 2020-02-25 08:18:56 +01:00