3
0

111 Commits

Author SHA1 Message Date
Vivek Patel
e8b6117fe5 Fix tests for AuthClient
Added meta.name to test to avoid, missing error
2023-02-22 14:53:29 +05:30
Vivek Patel
76d8212e10 Fix template parsing
Added pointer address while parsing the template meta.
2023-02-22 14:47:02 +05:30
Vivek Patel
c7de539ea9 Fix tests for Workflow, Template
Added Name, short in tests.
2023-02-22 14:46:58 +05:30
Emmy Leke
5f216c9adb Support Conditional fields on record pageblocks 2023-02-22 09:14:06 +01:00
Peter Grlica
d021430d77
Fix id column migrate for views
Change only id columns of tables, not views, as postgres does not allow
changing those.
2023-02-14 16:52:32 +01:00
Jože Fortun
ee392ecf16 Add ability to toggle block border 2023-02-10 11:42:29 +01:00
Vivek Patel
ab283f89c3 Fix saving issue with module discovery settings
By Migrating discovery settings to support multi-language, and updated module discovery config struct to support multi lang result.
2023-02-09 16:23:26 +05:30
Mumbi Francis
26260ee905 Change PGSQL CortezaID columns datatype to numeric 2023-02-08 17:57:46 +03:00
Tomaž Jerman
2358d418ba Add a check to skip base resource provisioning
Before it would overwrite some RBAC rules with the pre-defined ones.
2023-02-07 13:49:05 +01:00
Tomaž Jerman
5edc1c415e Make name required for sensitivity levels 2023-01-30 17:17:42 +01:00
Tomaž Jerman
7bc6101976 Make name required for auth clients 2023-01-27 16:24:27 +01:00
Tomaž Jerman
7046a7fa00 Make sens. level handle not required to keep consistent 2023-01-27 16:14:26 +01:00
Tomaž Jerman
d431b90a98 Make names required for resources 2023-01-26 15:22:59 +01:00
Peter Grlica
07a7feb200 Fixed apigw integration test 2023-01-26 12:35:59 +01:00
Vivek Patel
ef37121872 Fix record tests
Issue with returning invalid, empty errors
2023-01-26 12:17:04 +01:00
Vivek Patel
cc51a28b60 Fix broken tests
- TestStepAggregate
- TestQLWrapParsing

By fixing ast node parsing for more than 2 argument operators
2023-01-26 11:24:05 +01:00
Tomaž Jerman
a5a716e451 Add NoAnimation to compose chart config 2023-01-26 10:41:35 +01:00
Vivek Patel
d5ce490906 Add default val handler on MsSQL 2023-01-26 13:46:09 +05:30
Vivek Patel
83f95ed5da Refactor data-privacy endpoints
Moved DataPrivacyRequest and DataPrivacyRequestComment under DataPrivacy route
2023-01-25 22:25:48 +05:30
Tomaž Jerman
f45ae3c6bc Add val handler for bool type on MySQL 2023-01-25 22:17:24 +05:30
Vivek Patel
36bc78764c Add val handler for bool type
Add ql value handler for bool type for drivers.

Fixes #599, #583
2023-01-25 22:14:46 +05:30
Vivek Patel
2027409b0d Support ql between/not between operator
For number type, IE (Field1 BETWEEN X X) or (Field1 NOT BETWEEN X X)
2023-01-25 22:05:30 +05:30
Vivek Patel
e7fa07cfae Extends DeDup capabilities
Support modifier for value search and allow ability to select matching criteria for multi value field

- Removed name from rule for now
- Value modifier to search with are ignore-case, case-sensitive, fuzzy-search, sounds-like
- Multi value matching criteria are one-of, equal
- Migrate RecordDeDup config for module, by adding upgrade fix for module.config.recordDeDup to migrate as per to the latest DeDupRule struct.
2023-01-25 21:54:36 +05:30
Tomaž Jerman
0419d0240b Add the float cast function to workflow gval handlers 2023-01-20 11:53:41 +01:00
kinyaelgrande
ad46c275f9 Add support for viewing and undeleting soft-deleted records 2023-01-19 17:55:47 +03:00
Tomaž Jerman
65750c5864 Fix failing test due to year change 2023-01-18 10:34:54 +01:00
Peter Grlica
921d4988c7
Fixed pagination on profiler hits 2023-01-16 13:52:44 +01:00
Peter Grlica
a64f4c18b3
Added profile purge endpoint 2023-01-16 13:52:44 +01:00
Peter Grlica
352865b4fb
Added description to gateway route 2023-01-16 13:52:44 +01:00
Peter Grlica
6c423084b3
Added global settings to integration gateway 2023-01-16 13:52:44 +01:00
Peter Grlica
31ca5d6c29
Added Response postfilter
- removed json response
 - added response postfilter
 - unit tests
2023-01-16 13:52:44 +01:00
Peter Grlica
11dccaea9f
Search workflow in processer via handle also 2023-01-16 11:16:49 +01:00
Tomaž Jerman
6c08e0b45b Remove handle requirement from roles 2023-01-13 09:52:52 +01:00
Tomaž Jerman
2ea16012f1 Enable filtering, sorting, and paging for federation nodes 2023-01-13 08:57:46 +01:00
kinyaelgrande
a26b0dd606 Add support for helper env-variable that create super users 2023-01-13 09:29:31 +03:00
Tomaž Jerman
843b8b192c Fix server panic on user export where archived/deleted roles are used 2023-01-10 12:04:54 +01:00
Tomaž Jerman
b3a2937e88 Add a nicer error when trying to delete in use sens. levels 2023-01-04 15:22:19 +01:00
Tomaž Jerman
cc24e622a3 Change wf iterators to treat limit=0 as no limit for consistency 2023-01-04 14:19:14 +01:00
Katrin Yordanova
9f25111b1c Align text message in inc_toasts.html 2023-01-03 13:00:49 +02:00
Vivek Patel
57c44a7d18 Fix drivers In operator error message 2022-12-21 17:03:25 +01:00
Vivek Patel
5b653178b6 Add INSTR ql ref for all drivers 2022-12-21 17:13:42 +05:30
kinyaelgrande
ee48ec9a92 fix authorized clients empty-list text view 2022-12-16 09:48:52 +03: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