Commit Graph
74 Commits
Author SHA1 Message Date
Tomaž Jerman a554e289cb Fix invalid model constraints when imported via Envoy 2023-03-15 17:07:43 +01:00
Tomaž Jerman 3ec7d19fae Support the STD agg. fnc. on MySQL databases
This was supported in past versions, preserving here.
Other drivers currently do not support it (as in the past).
2023-03-13 11:39:23 +01:00
Peter Grlica bc5c78b4c8 Upgraded goja and updated dependencies 2023-03-07 13:22:58 +01:00
Vivek Patel 1e4089ff34 Add explicit type cast to JSONB for PSQL
Explicit type casting was needed for timezone to cast into jsonb.
2023-03-01 17:28:21 +05:30
Vivek Patel 6129da43cf Add endpoint to undo dismissed reminder
User can undo their own reminders.
2023-02-28 15:18:29 +01:00
Vivek Patel 9dd3a14c1d Fix record filter for field with hyphen
Add hyphen to allowed list of ident while parsing the query
2023-02-28 13:00:50 +05:30
Peter Grlica 27947fcaf6 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:49:27 +01:00
Jože Fortun e3db0dc56b Add ability to toggle block border 2023-02-09 16:40:02 +01:00
Vivek Patel 724804c493 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 11:39:56 +01:00
Vivek Patel 25cf6decb8 Fix template parsing
Added pointer address while parsing the template meta.
2023-02-09 11:39:56 +01:00
Vivek Patel 13d8e0fde8 Fix tests for Workflow, Template
Added Name, short in tests.
2023-02-08 12:32:15 +01:00
Tomaž Jerman 88204f7725 Add a check to skip base resource provisioning
Before it would overwrite some RBAC rules with the pre-defined ones.
2023-02-07 13:48:28 +01:00
Mumbi Francis 3d960a1f18 Change PGSQL CortezaID columns datatype to numeric 2023-02-07 14:10:22 +03:00
Tomaž Jerman 1419a25e79 Make names required for resources 2023-01-31 14:46:55 +02:00
Tomaž Jerman 8fefb95152 Make name required for sensitivity levels 2023-01-30 17:18:02 +01:00
Tomaž Jerman 9a8619ba24 Make sens. level handle not required to keep consistent 2023-01-27 16:14:08 +01:00
Tomaž Jerman 38b6cb35e7 Add the float cast function to workflow gval handlers 2023-01-20 11:52:36 +01:00
Tomaž Jerman 1febba3ebd Add val handler for bool type on MySQL 2023-01-17 16:12:15 +01:00
Tomaž Jerman e14870512d Fix failng test due to year change 2023-01-17 15:57:40 +01:00
Tomaž Jerman fd55cce9b9 Remove handle requirement from roles 2023-01-13 09:52:33 +01:00
Tomaž Jerman 22f49b0310 Enable filtering, sorting, and paging for federation nodes 2023-01-13 08:57:29 +01:00
Tomaž Jerman 14326713ed Fix server panic on user export where archived/deleted roles are used 2023-01-10 12:04:28 +01:00
Tomaž Jerman 56e55439d7 Add a nicer error when trying to delete in use sens. levels 2023-01-04 15:21:32 +01:00
Tomaž Jerman fc259ca623 Change wf iterators to treat limit=0 as no limit for consistency 2023-01-04 14:18:41 +01:00
Tomaž Jerman 82c70b3660 Add missing error exception for change password handler 2023-01-04 12:54:25 +01:00
Katrin Yordanova 54517d20ea Align text message in inc_toasts.html 2023-01-03 12:48:46 +02:00
Vivek Patel accda2e0cb Fix drivers In operator error message 2022-12-21 21:28:57 +05:30
Vivek Patel 8e5d63c09b Add val handler for bool type
Add ql value handler for bool type for drivers.

Fixes #599, #583
2022-12-21 17:25:53 +05:30
Vivek Patel 36d8fc6f78 Add INSTR ql ref for all drivers 2022-12-21 17:13:15 +05:30
kinyaelgrande 3e58d6bd0c fix authorized clients empty-list text view 2022-12-16 09:40:58 +03:00
Tomaž Jerman 6a14808afd Fix improper role resolution in workflow RBAC grant functions 2022-12-12 15:29:50 +01:00
Tomaž Jerman 12623a794e Improve external auth provider BC by defaulting empty usage 2022-12-07 12:52:14 +01:00
Tomaž Jerman 28024d759d Fix broken SAML auth after external flow rework 2022-12-07 12:52:14 +01:00
Vivek Patel 9b4219d295 Fix sort tests for one simple column
By adding expected values in equal expression.
2022-12-07 10:41:31 +01:00
Vivek Patel 431d1ac5ba Fix app setting test for Nylas 2022-12-07 10:25:36 +01:00
Vivek Patel dd2f7cd222 Fix reporting tests and page cursor 2022-12-07 10:25:36 +01:00
Tomaž Jerman 449c4ca794 Fix broken external auth test 2022-12-07 10:25:36 +01:00
Tomaž Jerman 5b6a201210 Expose some external auth settings to make providers available 2022-12-06 16:44:29 +01:00
Tomaž Jerman 9566b518b7 Change external credential logic to use consistent error reporting 2022-12-06 16:44:29 +01:00
Tomaž Jerman a9f722fa35 Change auth handler receivers to pointers for easier setting propagation 2022-12-06 16:44:29 +01:00
Tomaž Jerman de698ce7ba Add support for Nylas (and other) integration authentication 2022-12-06 16:44:29 +01:00
Vivek Patel a22cdfc81c Fix parsing og sort string
By trimming extra inverted quotes from the sort string
2022-12-02 20:04:55 +05:30
Vivek Patel 035a38f3df Fix paging cursor for report
By updating cursor only if it exists while building report filter
2022-12-02 18:07:45 +05:30
kinyaelgrande d1c68ce3c0 Add support for SMTP Configurations test 2022-12-02 14:30:48 +03:00
Vivek Patel 10a27198d2 Supports coalesce sorting
Updated parse sorting method to support coalesce sorting with multiple columns, by extending the current sortExpr with modifier and multiple columns, IE. `coalesce` as modifier and given arguments will be multiple columns for the sortExpr.

Also, updated cursor to support modifier and multiple column support along with rdbms.go.tpl for the same.
2022-12-01 15:02:56 +05:30
Tomaž Jerman 956e30e2b2 Add order by over dimensions for compose record reports 2022-11-30 15:45:10 +01:00
Vivek Patel c0d19e2358 Fix codegen locale.cue 2022-11-30 14:22:17 +05:30
Vivek Patel 934db6260b Add WEEK ref to GVal expr reference
It helps to define the outputType of week ql reference
2022-11-29 20:04:35 +05:30
Denis Arh d554447547 Move API GW route init to activation level
Closes #495
2022-11-27 09:48:35 +01:00
skamensky ee0b18fb1b Add support for RDBMS schema management
With `DB_ALLOW_DESTRUCTIVE_CHANGES=true` Corteza can change DB tables and columns when Compose Module configuration changes.
2022-11-26 13:11:28 +01:00