3
0
Commit Graph

665 Commits

Author SHA1 Message Date
Mitja Zivkovic
672c38747f Removed types.Field 2018-12-26 09:41:56 +01:00
Denis Arh
a7e4e34a75 Improve reporting metrics/dimensions/filtering capabilities
Add lexer & ast tree parser to assist with record querying
2018-12-26 07:04:13 +01:00
Mitja Zivkovic
5fc1294693 Fix crm docs 2018-12-24 11:40:41 +01:00
Denis Arh
3d9008569a Merge branch 'content-to-record' 2018-12-24 10:22:51 +01:00
Denis Arh
a66189b458 Rename rest/module content refs to record 2018-12-24 10:22:25 +01:00
Mitja Zivkovic
45ae60a874 Rename content to record on json 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
94215b0db0 Rename content to record on crm/repository 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
40d8683ba1 Rename content to record on crm/service 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
fffcf7fa08 Rename content to record on crm/types 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
5584e6a2c9 Rename content to record on database 2018-12-24 10:15:09 +01:00
Mitja Zivkovic
37eb4ceccd Rename content to record on endpoints 2018-12-24 10:13:13 +01:00
Denis Arh
57c97c63a0 Chart CRUD, service, repository 2018-12-24 06:17:06 +01:00
Denis Arh
7ff12554b2 Remove old module/chart rest/svc/repo 2018-12-17 12:09:43 +01:00
Denis Arh
7b39b764f8 Move from explicit service passing to using default 2018-12-17 12:07:09 +01:00
Denis Arh
e6c8a4339f Add more sanity checks in oidc client reg flow 2018-12-17 07:19:13 +01:00
Denis Arh
d30353d4f5 Improve reporting, support basic metric expressions 2018-12-12 18:57:31 +01:00
Denis Arh
93f8eed8f3 Some protection for empty sets passed to ... IN (?) queries... 2018-12-12 13:32:58 +01:00
Denis Arh
6204c7ffdf Find now returns all, not just non-record pages, push orphaned pages to root 2018-12-12 11:17:54 +01:00
Denis Arh
d0398ec56f Initial record reporting endpoint 2018-12-10 21:06:21 +01:00
Denis Arh
491c97db83 Vendors updated 2018-12-10 15:25:18 +01:00
Denis Arh
3e07610cfe Preload content on update and copy createdAt 2018-12-06 10:19:27 +01:00
Tit Petric
73728bcf61 add(crm): api spec for workflow jobs 2018-12-05 16:51:40 +01:00
Tit Petric
101c322299 add(crm): scaffold a workflow API 2018-12-05 16:12:23 +01:00
Tit Petric
fb8f6dcdb3 add(sam): migrate messages to utf8mb4 2018-12-05 15:35:43 +01:00
Tit Petric
38debbb1b1 upd(rbac): user create returns valid user now 2018-12-05 13:27:55 +00:00
Tit Petric
f92d7a96f0 upd(rbac): update tests 2018-12-05 13:27:31 +00:00
Mitja Zivkovic
dc2635e05c add(crm): content order params 2018-12-05 14:26:49 +01:00
Denis Arh
9d62e6090e Refactor field updating logic out of create & update 2018-12-05 11:55:24 +01:00
Denis Arh
e5bd66adc8 Preload module on update and copy createdAt 2018-12-05 11:54:55 +01:00
Denis Arh
1ce6db5420 Merge branch 'feature/module-field-options' 2018-12-05 11:17:11 +01:00
Tit Petric
99f8f4e872 upd(crm): update module api fields parameter 2018-12-04 16:40:02 +01:00
Tit Petric
c7d4b4d629 upd(crm): unmarshalled fields change 2018-12-04 16:39:14 +01:00
Tit Petric
bb4fee2dde upd(crm): fix page as zero based index 2018-12-04 16:38:42 +01:00
Tit Petric
0c5f1ea97e upd(crm): serialization for ModuleFieldSet 2018-12-04 16:37:25 +01:00
Tit Petric
eb9869bcdf upd(codegen): special handling of *Set types 2018-12-04 16:36:52 +01:00
Tit Petric
fdd499776c add(crm): migration for crm module form options 2018-12-04 16:35:38 +01:00
Tit Petric
43554592e4 upd(codegen): enable imports with requests 2018-12-04 15:26:51 +01:00
Tit Petric
d98d8be69a add(crm): add options field as json 2018-12-04 14:44:05 +01:00
Tit Petric
6be72a3dcf ws(codegen): codegen code update 2018-12-04 14:38:31 +01:00
Tit Petric
98e490ce88 add(rbac): permissions struct for services 2018-12-04 14:38:31 +01:00
Tit Petric
d9606440b7 add(sam): spec and scaffold of permissions api 2018-12-04 14:38:31 +01:00
Tit Petric
71fb80945a fix(codegen): rbac.Operations is a type 2018-12-04 14:38:31 +01:00
Tit Petric
f2dfffbab2 update:
- codegen includes rbac since it's used everywhere,
- update permissions structure naming for title/subtitle
2018-12-04 14:38:31 +01:00
Mitja Zivkovic
687cd0b2e0 add(crm): added field json to crm_content table 2018-12-04 13:29:54 +01:00
Denis Arh
cebc4f1569 Update paging to use pages instead of offset, make page 1-based 2018-12-04 13:26:49 +01:00
Mitja Zivkovic
35a86793f6 fix(crm): overwriting of module form fields 2018-12-03 07:34:43 +01:00
Denis Arh
1387f56f35 Fix bug when creating new group chan 2018-12-02 07:39:53 +01:00
Denis Arh
fde2b16db7 Add support for fetching record-pages only, change behavior of a /page/tree endpoint
/page/tree now returns only non-module (non-record) pages
/page endpoint now accepts optional recordPagesOnly param
2018-12-02 07:15:40 +01:00
Denis Arh
97f24cee3e Reconfigure realize to monitor per-app locations only 2018-12-02 06:43:31 +01:00
Tit Petric
8019940dd6 fix(codegen): fix syntax error, gofmt 2018-11-29 21:06:34 +01:00