3
0

4192 Commits

Author SHA1 Message Date
Tomaž Jerman
7c857ab183 Add (temporary) solution to MSSQL true/false representation problem
Passing dialect options lower so the supporting functions can prepare
proper expressions.
Might be better off defining a new nuance for this, or researching
more if I can trick goqu to do it correctly.
2022-12-14 15:47:39 +01:00
Tomaž Jerman
41234648a9 Base MSSQL database support implementation 2022-12-14 15:47:39 +01:00
Tomaž Jerman
a026aeb790 Change state checks to use literal expressions
MSSQL doesn't like expressions in the lines of "column" IS @p1
which is how goqu generated the column.IsNull() part.
2022-12-14 15:47:39 +01:00
Tomaž Jerman
878e5edddb Add support for two step DB upsert 2022-12-14 15:47:39 +01:00
Tomaž Jerman
5d73098854 Fix broken tests due to fmt.Errf compile errors 2022-12-13 17:25:04 +01:00
Jože Fortun
11399e4113 Fix progress block refresh not working 2022-12-12 16:44:12 +01:00
Denis Arh
d1cac76ab1 Remove github.com/cortezaproject/corteza-locale from vendors 2022-12-12 15:43:33 +01:00
Vivek Patel
50b653fdc9 Fix reporting tests and page cursor 2022-12-12 20:03:24 +05:30
Vivek Patel
d7d8d9e7a9 Fix parsing og sort string
By trimming extra inverted quotes from the sort string
2022-12-12 20:03:11 +05:30
Tomaž Jerman
3e00b38e2f Fix improper role resolution in workflow RBAC grant functions 2022-12-12 15:30:05 +01:00
Vivek Patel
73b85a0305 Fix paging limit for report
By defaulting it to zero if it's undefined or NaN.
2022-12-12 15:22:09 +01:00
Vivek Patel
82d8a304b8 Fix paging cursor for report
By updating cursor only if it exists while building report filter
2022-12-12 15:22:09 +01:00
Tomaž Jerman
0c040cce8a Add order by over dimensions for compose record reports 2022-12-12 15:22:09 +01:00
Vivek Patel
ba09184834 Fix codegen locale.cue 2022-12-12 15:22:09 +01:00
Denis Arh
b2f799f8d8 Adapt locale setup for monorepo, fix webconsole 2022-12-12 15:22:09 +01:00
Vivek Patel
39905c1788 Add WEEK ref to GVal expr reference
It helps to define the outputType of week ql reference
2022-12-12 15:22:09 +01:00
Tomaž Jerman
f89d3d77e1 Add tests for join/link multi value filtering 2022-12-12 15:22:09 +01:00
Tomaž Jerman
863ee99515 Fix broken expr test due to function export 2022-12-12 15:22:09 +01:00
Tomaž Jerman
107d7a70ce Add support for in and nin ref handlers in reporter joins 2022-12-12 15:22:09 +01:00
Tomaž Jerman
8f3c3c3ea7 Add default report frame multi value separator 2022-12-12 15:22:09 +01:00
Tomaž Jerman
734bd2c21f Properly set the multivalue flag on frame columns 2022-12-12 15:22:09 +01:00
Tomaž Jerman
99f6503226 Remove the Meta field from parsed filter objects 2022-12-12 15:22:09 +01:00
Tomaž Jerman
048e51ac00 Add nin ref to base QL handlers 2022-12-12 15:22:09 +01:00
skamensky
b838e96b3d Legacy corteza server 2022.9.x fix missing col type (#505)
* Add support for dropdowns field type in physical tables
2022-12-12 15:22:09 +01:00
Katrin Yordanova
d5645ba8a1 Add cypress ids to CPermissionList 2022-12-12 16:04:12 +02:00
Tomaž Jerman
30bdc8b325 Improve external auth provider BC by defaulting empty usage 2022-12-12 14:14:55 +01:00
Tomaž Jerman
947469c1e6 Fix broken SAML auth after external flow rework 2022-12-12 14:14:50 +01:00
Tomaž Jerman
3fd2ccf037 Fix sensitivity level delete/undelete logic lapsus 2022-12-12 14:02:17 +01:00
Tomaž Jerman
1d5add222d Update main README.md 2022-12-12 13:10:03 +01:00
Atanas Yonkov
de61dc936e Add option to magnify certain page blocks 2022-12-12 12:23:53 +02:00
Katrin Yordanova
78b49a6411 Fix compose namespace translations 2022-12-09 12:21:03 +02:00
Tomaž Jerman
3bb299ce72 Fix part of the broken tests 2022-12-09 11:18:18 +01:00
Jože Fortun
05704b0b77 Add padding top to CResourceList search bar on smaller screens 2022-12-08 13:21:55 +01:00
Jože Fortun
12324bdaa3 Improve left padding on smaller screens for Topbar 2022-12-08 12:43:54 +01:00
Katrin Yordanova
a7158107ec Add cypress ids for common sidebar functionality 2022-12-07 18:37:18 +02:00
Katrin Yordanova
e0f82de9b4 Reword invalid email error message translation on server 2022-12-07 16:59:29 +02:00
Jože Fortun
2c2299a1c9 Fix ids for matrix release notification workflows 2022-12-07 10:44:17 +01:00
Vivek Patel
2f854e9b81 Fix sort tests for one simple column
By adding expected values in equal expression.
2022-12-07 10:43:56 +01:00
Vivek Patel
b181c061a4 Fix app setting test for Nylas 2022-12-07 10:43:50 +01:00
Vivek Patel
b1465d1907 Fix reporting tests and page cursor 2022-12-07 10:43:39 +01:00
Jože Fortun
2c8bcfcb08 Remove unused variable from compose Bool.c3 2022-12-07 10:42:28 +01:00
Tomaž Jerman
ce2c487f5f Fix broken external auth test 2022-12-07 09:26:01 +01:00
Jože Fortun
2c41524547 Remove forbidden roles translations 2022-12-06 17:09:25 +01:00
Tomaž Jerman
d8d7661bfa Expose some external auth settings to make providers available 2022-12-06 17:07:45 +01:00
Tomaž Jerman
f14a5464fe Change external credential logic to use consistent error reporting 2022-12-06 17:07:45 +01:00
Jože Fortun
074f0f31aa Add Nylas compose page block 2022-12-06 17:07:45 +01:00
Tomaž Jerman
59a7929721 Change auth handler receivers to pointers for easier setting propagation 2022-12-06 17:07:45 +01:00
Tomaž Jerman
63002f9e4d Hide providerUsage checkbox for non Nylas providers 2022-12-06 17:07:45 +01:00
Tomaž Jerman
d53fa26044 Add support for Nylas (and other) integration authentication 2022-12-06 17:07:45 +01:00
Katrin Yordanova
9bd739cc9c Add missing forbidden roles translations to system settings 2022-12-06 16:09:10 +02:00