3
0
Commit Graph

4219 Commits

Author SHA1 Message Date
Emmy Leke
df2c0d85e6 Add spinner to template editor submit button 2022-12-21 17:28:34 +01:00
Emmy Leke
8307f81a0b Remove whitespace from module field select fields 2022-12-21 17:24:11 +01:00
Vivek Patel
57c44a7d18 Fix drivers In operator error message 2022-12-21 17:03:25 +01:00
Kelani Tolulope
676e92216c Limiting operators based on field configuration 2022-12-21 17:03:11 +01:00
Katrin Yordanova
c56d19ee94 Disable dragging when filtering in CItemPicker 2022-12-21 17:33:48 +02:00
Atanas Yonkov
0b6d9212f3 Improve compose page title when saving it as copy 2022-12-21 17:10:32 +02:00
Vivek Patel
5b653178b6 Add INSTR ql ref for all drivers 2022-12-21 17:13:42 +05:30
Emmy Leke
a2af386f6a Remove asterisk from workflow and auth handle 2022-12-21 11:44:06 +01:00
Jože Fortun
2adad6ac98 Add link to interval trigger documentation in workflows 2022-12-20 16:15:44 +01:00
Katrin Yordanova
ad9342e15b Update view after importing a record, namespace, module or chart 2022-12-20 14:28:02 +02:00
Katrin Yordanova
ec5232699e Show loading spinner before displaying page list 2022-12-20 10:44:30 +02:00
Jože Fortun
59eb7f4079 Add debounce to all color pickers 2022-12-16 15:29:01 +01:00
Emmy Leke
c1e85b72fe Fix paste bug for all kinds of input 2022-12-16 15:18:29 +01:00
Emmy Leke
f5ce59c779 Fix reporter text quote issue 2022-12-16 13:28:22 +01:00
kinyaelgrande
ee48ec9a92 fix authorized clients empty-list text view 2022-12-16 09:48:52 +03:00
Katrin Yordanova
2aa086fa75 Add remaining cypress ids for the sidebar 2022-12-15 18:03:07 +02:00
Jože Fortun
698ba1fa13 Fix record block padding on all records 2022-12-15 11:05:56 +01:00
Peter Grlica
503537ad2d GH release runner fixed to Ubuntu 20.04
There were issues with compiled binary and libc version on 20.04,
temporarily set to 20.04 until docker image upgraded to 20.22.
2022-12-14 17:05:02 +01:00
Kelani Tolulope
f29b9a1dfe Add geometry rendering improvements 2022-12-14 16:54:03 +01:00
Jože Fortun
82981edb2b v2023.3.0-dev.1 2022-12-14 16:13:54 +01:00
Tomaž Jerman
650b2eb4ff Fix fnc call lapsus for revisions pageblock refresh 2022-12-14 16:13:27 +01:00
Tomaž Jerman
890c431156 Tweak store logic and tests to support MSSQL 2022-12-14 15:47:39 +01:00
Tomaž Jerman
27d03d2c99 Properly handle boolean casting when extracted from JSON 2022-12-14 15:47:39 +01:00
Tomaž Jerman
725ed9f4f2 Add JSON validity checks to make value extraction safer 2022-12-14 15:47:39 +01:00
Tomaž Jerman
46e31f4d01 Fix improperly defined MSSQL TRUNCATE clause 2022-12-14 15:47:39 +01:00
Tomaž Jerman
771c87548a Make paging cursor expr. builders work with MSSQL 2022-12-14 15:47:39 +01:00
Tomaž Jerman
a5e5e15296 Add handling for 2627 MSSQL error code (duplicate PK) 2022-12-14 15:47:39 +01:00
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