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
Denis Arh
117e6aefb1
Fix version LDFLAG
2022-11-25 15:43:56 +01:00
Vivek Patel
49db4254fa
Add WEEK ref to base QL handlers
...
Also, added to PSQL, and SQLite ref handler
2022-11-25 18:25:47 +05:30
Katrin Yordanova
b2c9de57a7
Address compose chart issues
2022-11-24 16:09:16 +01:00
Denis Arh
965ba64678
Adapt locale setup for monorepo, fix webconsole
2022-11-24 09:39:23 +01:00
Denis Arh
ccf5c65492
Remove github.com/cortezaproject/corteza-locale from vendors
2022-11-24 09:39:23 +01:00
Tomaž Jerman
3e1556104d
Add tests for join/link multi value filtering
2022-11-24 08:33:50 +01:00
Tomaž Jerman
fbbe399020
Fix broken expr test due to function export
2022-11-23 16:18:05 +01:00
Tomaž Jerman
77cc790bf7
Add support for in and nin ref handlers in reporter joins
2022-11-23 16:07:45 +01:00
Tomaž Jerman
28e082c507
Add default report frame multi value separator
2022-11-23 16:07:40 +01:00
Jože Fortun
f355a400b6
Revert auth screen and topbar title padding
2022-11-23 15:20:33 +01:00
Vivek Patel
85179f5e42
Remove handle requirement from resource API
...
We removed handle requirement for all resource like namespace(slug), module, user, page, chart.
Due to that namespace import/export was broken as we were using handle as reference, hence fixed it by replacing handle usage with ID of resource.
It also fixes index of template table for handle column.
2022-11-23 15:36:57 +02:00
Denis Arh
d64acc3099
Reverted and reimplemented route deleted flag handling
2022-11-23 11:29:23 +01:00
Jože Fortun
18eded89d2
Fix auth server templates on mobile views
2022-11-23 11:24:34 +01:00
Vivek Patel
397c3e0ce7
Prevent disabling of system field mapping for recordID
...
By preserving false for "Module.Config.DAL.SystemFieldEncoding.ID.Omit" while saving or updating module
2022-11-23 14:48:08 +05:30
Tomaž Jerman
8f5e71845a
Properly set the multivalue flag on frame columns
2022-11-22 11:49:03 +01:00
Tomaž Jerman
a7f70cf801
Remove the Meta field from parsed filter objects
2022-11-22 11:40:34 +01:00
Tomaž Jerman
b13d19e617
Add nin ref to base QL handlers
2022-11-22 11:40:05 +01:00
skamensky
11f7eb1529
Legacy corteza server 2022.9.x fix missing col type ( #505 )
...
* Add support for dropdowns field type in physical tables
2022-11-22 07:54:42 +01:00
Yangruipis
8fc2510c95
fix(rdbms): check number regex
...
Regex for checking number will miss floats with 2+ precision like 0.01,
and treat str with multi dot as number like 0.1.1.1.
2022-11-18 10:15:16 +01:00
Denis Arh
b1ba01b474
Fix import paths in templates & generated go files
2022-11-17 17:29:51 +01:00
Denis Arh
0f8e03742f
Fix import paths (corteza-server => corteza/server)
2022-11-16 15:52:24 +01:00
Denis Arh
ec75432d0c
Fix workflow function for RBAC manipulation
...
Cause: mixed params for resource and operation.
Closes #503
2022-11-15 15:04:20 +01:00
Peter Grlica
16257e9d4b
Fixed deleted apigw status on save
...
Fixed bug that was overwriting deletedAt status in effect un-deleting
the route.
2022-11-14 15:23:08 +01:00
Corteza Monorepo Migrator
683c7c56e2
Moving server files to ./server
2022-11-14 09:26:39 +01:00