3
0
Commit Graph

678 Commits

Author SHA1 Message Date
Denis Arh
ec9a08b42e Thread filter now returns only threads current user created or replied to 2019-01-03 22:01:17 +01:00
Denis Arh
a83c1ed3e6 MarkAsUnread now returns number of unread messages 2019-01-03 21:37:41 +01:00
Denis Arh
1457bc4032 Optimize module, page loading 2019-01-03 06:40:28 +01:00
Denis Arh
f3e928c930 More explicit record query conditions
Wrapping base scope (module, deleted) into parenthasis so that any additional filter can not
negate it, adding explicit `json is not null` to prevent weird results
2019-01-02 16:28:12 +01:00
Denis Arh
d02040a46a Add module meta field, fix field saving 2019-01-02 16:07:10 +01:00
Denis Arh
749423927a Removed static chart data 2019-01-02 13:37:28 +01:00
Denis Arh
d1a07361bf Add support for intervals for AST, report filtering 2018-12-29 08:10:11 +01:00
Denis Arh
c88f6cda6a Improve AST testing, fix (multi) parethesis closing 2018-12-29 06:55:06 +01:00
Denis Arh
bcb74d54f7 Add support for new operators and sorting keywords 2018-12-28 19:09:44 +01:00
Denis Arh
d1562eb5ef Fix params order in rest controller 2018-12-28 17:20:04 +01:00
Mitja Zivkovic
00f04dd498 Filtering records by exact value of a single field 2018-12-28 11:35:38 +01:00
Denis Arh
5022abd466 Add capabilities to search users by email & name 2018-12-27 14:37:20 +01:00
Denis Arh
b15981de35 Remove field from routes 2018-12-26 09:42:41 +01:00
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