3
0
Commit Graph

2451 Commits

Author SHA1 Message Date
Tomaž Jerman
a36bb95b0b Add store testing Makefile definitions 2021-02-09 14:59:56 +01:00
Tomaž Jerman
828bc69fc7 Fix merge lapsus 2021-02-04 15:40:47 +01:00
Denis Arh
cd1f25ab68 Keep ref to module on compose record 2021-02-03 12:43:22 +01:00
Denis Arh
89677732ce gin reload utility is now more configurable 2021-01-25 20:24:03 +01:00
Denis Arh
c1fe2a80b5 Refactor yaml utils into sep. package (y7s) 2021-01-25 18:05:24 +01:00
Tomaž Jerman
e32db506f2 Fix record import via some CSV files
Some CSV files failed to detect as text/csv so the import failed.
ref: https://github.com/gabriel-vasile/mimetype/issues/138
2021-01-25 18:05:24 +01:00
Denis Arh
01a7aa6526 Remove .With(ctx) pattern 2021-01-25 18:05:24 +01:00
Jože Fortun
a43bb9b279 Add federation to Swagger 2021-01-25 18:05:19 +01:00
Jože Fortun
39a46dedac Regenerate static files for API docs 2020.12.2 2021-01-25 16:50:11 +01:00
Denis Arh
34d9f6bf7b Fix paging cursor sort-direction flag
Fixes issue cortezaproject/corteza-webapp-compose#213
2021-01-25 16:45:21 +01:00
Jože Fortun
9dd7a609e9 Add federation to Swagger 2021-01-25 16:44:57 +01:00
Tomaž Jerman
ce21db2197 Fix record import via some CSV files
Some CSV files failed to detect as text/csv so the import failed.
ref: https://github.com/gabriel-vasile/mimetype/issues/138
2021-01-15 12:12:01 +01:00
Denis Arh
2eea2ad908 Use debug logger when ACTIONLOG_DEBUG=true 2020.12.1 2021-01-11 13:36:56 +01:00
Denis Arh
1317939dec Fix messaging attachment loading 2021-01-08 18:09:44 +01:00
Denis Arh
a82aa36f62 Add missing condition for fetching preexisting message channels 2021-01-08 10:02:36 +01:00
Denis Arh
1acb807b93 Fix missing settings cli command 2021-01-08 08:25:51 +01:00
Denis Arh
f21d5476e0 Add actionlog ID field json tags 2021-01-08 08:18:57 +01:00
Denis Arh
50aff017a4 Add context to user service in /auth/check handler 2021-01-07 17:33:37 +01:00
Peter Grlica
a9c0345110 Merge branch '2020.12.x-fed-data-fix' into 2020.12.x 2021-01-06 23:03:52 +01:00
Peter Grlica
54e122e7d6 Stale data on old pointer when data syncing 2021-01-06 23:03:42 +01:00
Peter Grlica
cb6c7f8536 Move ignored users check func to query 2021-01-06 23:03:42 +01:00
Tomaž Jerman
d2beb813c4 Fix datasync for missing resources 2021-01-06 23:03:42 +01:00
Denis Arh
d7e8c5032f Optimize record pagination & counting 2021-01-04 13:15:53 +01:00
Denis Arh
b67d2e0db3 Add watch.test.% makefile task 2021-01-04 13:15:53 +01:00
Tomaž Jerman
04054ca07f Fix sink error handling 2020.12.0 2020-12-29 12:40:11 +01:00
Denis Arh
2bfe81b9db Suppress stactrace on websocket session errors 2020-12-25 15:57:00 +01:00
Denis Arh
9ddc92259d Add missing record-check filter function 2020-12-22 21:09:40 +01:00
Denis Arh
44d597cff1 Fix user data masking on search 2020-12-22 21:09:40 +01:00
Denis Arh
46d89253f6 Make chan member query cross-db compatible 2020.12.0-rc.5 2020-12-22 08:35:17 +01:00
Denis Arh
78023594b5 Fix accidental casting of JSON null to int(0) 2020-12-22 07:20:39 +01:00
Denis Arh
4efcf334b0 Additional pagination tests 2020-12-22 07:20:39 +01:00
Tomaž Jerman
355f0e85f5 Add missing message mention sys values 2020-12-21 20:52:09 +01:00
Tomaž Jerman
d6e91ffab3 Fix messaging ws/channel event parameters
As members & member were not specified, the preproc step attempts
to lookup the store, but the data is not yet committed.

This results in partial data.
2020-12-21 20:27:49 +01:00
Denis Arh
14a2a06894 Fix private 1on1 channel lookup 2020-12-21 19:18:31 +01:00
Tomaž Jerman
502edae3e4 Update crm provision files 2020-12-21 18:49:52 +01:00
Tomaž Jerman
3572364ac1 Fix select value validator edgecase 2020-12-21 15:54:31 +01:00
Denis Arh
23420b9978 Move fed. role provisioning to 200_federation 2020.12.0-rc.4 2020-12-21 11:16:23 +01:00
Tomaž Jerman
ce34993b74 Round timestamps to a second accuracy
Different parts of the system (FE, API, store) may use different
standards so operations like IsStale check may fail.
2020-12-21 09:15:08 +01:00
Denis Arh
8c31bf1b86 Restructure protected routes in compose & federation 2020-12-19 08:24:32 +01:00
Denis Arh
5b960a0136 Fix mark-as-read 2020-12-19 08:09:08 +01:00
Denis Arh
e7cfcf9f57 Fix problematic query with filtering by message flag 2020-12-19 08:00:02 +01:00
Denis Arh
ab40792c46 Re-enable old NULL message-type handling code 2020-12-19 07:47:32 +01:00
Denis Arh
8c1f5392da Fix empty user-set type (not null but empty array) 2020-12-19 07:35:39 +01:00
Denis Arh
18b11e56be Support for page navigation on records 2020-12-18 17:31:31 +01:00
Denis Arh
dc30fd4186 Add warnings about exprimental state and sqlite usage 2020-12-18 15:46:48 +01:00
Denis Arh
cf9caa8c35 Improve posgresql casting 2020-12-18 15:14:07 +01:00
Tomaž Jerman
1d5ea52021 Fix federation role parameters 2020-12-18 13:51:42 +01:00
Tomaž Jerman
4e7f150e81 Fix graph cycle resolution 2020-12-18 11:16:13 +01:00
Denis Arh
8fa00d04d7 Fix attachment issues on cmp&msg 2020-12-18 10:42:53 +01:00
Denis Arh
fb32fa151c Fix webapp config generator, add federation 2020-12-17 17:45:59 +01:00