Tomaž Jerman
83720489d1
Add getter/setter to RBAC rules
2023-03-17 10:58:46 +01:00
Tomaž Jerman
804d59722a
Base envoy codegen
2023-03-17 10:58:46 +01:00
Tomaž Jerman
acc256badf
Prepare RBAC processing utils
2023-03-17 10:58:46 +01:00
Tomaž Jerman
b1d4531748
Add base implementation of reworked dep. management
2023-03-17 10:58:45 +01:00
Tomaž Jerman
947be57039
Add y7s utils to manually build YAML documents
2023-03-17 09:27:34 +01:00
Tomaž Jerman
ef5d87eb07
Extend y7s node kind checks support
2023-03-17 09:27:34 +01:00
Tomaž Jerman
8dd5dbfe65
Add bool and int support to pkg/cast2
2023-03-17 09:27:34 +01:00
Tomaž Jerman
6f8d7a0f2b
Fix invalid model constraints when imported via Envoy
2023-03-15 17:08:21 +01:00
Mumbi Francis
5b3b584c8f
Add functionality to generate user avatars and enable users to upload and manage their profile photos
2023-03-13 16:03:52 +03:00
Mumbi Francis
8a50d2f13f
Fix reports link step sort for numeric column
2023-03-10 11:55:27 +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
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
Vivek Patel
83f95ed5da
Refactor data-privacy endpoints
...
Moved DataPrivacyRequest and DataPrivacyRequestComment under DataPrivacy route
2023-01-25 22:25:48 +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
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
kinyaelgrande
a26b0dd606
Add support for helper env-variable that create super users
2023-01-13 09:29:31 +03: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
Vivek Patel
5b653178b6
Add INSTR ql ref for all drivers
2022-12-21 17:13:42 +05:30
Tomaž Jerman
771c87548a
Make paging cursor expr. builders work with MSSQL
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
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
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
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
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
3bb299ce72
Fix part of the broken tests
2022-12-09 11:18:18 +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
b1465d1907
Fix reporting tests and page cursor
2022-12-07 10:43:39 +01:00
Tomaž Jerman
d53fa26044
Add support for Nylas (and other) integration authentication
2022-12-06 17:07:45 +01:00
kinyaelgrande
1f1f0d2ce3
Add support for SMTP Configurations test
2022-12-05 13:52:35 +03:00
Vivek Patel
79dc5b9a70
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 10:45:26 +01:00
Denis Arh
207f01daf5
Refresh code templates and regenerate go files
...
Mostly minor changes related to go 1.19 comment formatting.
2022-11-27 10:57:03 +01:00
Denis Arh
e5d67c6e16
Error package related codebase improvements
...
Remove/replace "github.com/pkg/errors" and "errors"
with "fmt" or "corteza/server/pkg/errors"
Closes #528
2022-11-27 10:29:36 +01:00
skamensky
9ac63876be
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:10:39 +01:00
Vivek Patel
1699e3f94b
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-24 10:28:22 +02:00
Vivek Patel
8571b3c568
Fix options codegen
...
Just ran `make codegen`, to regenerate generated files
2022-11-21 14:59:35 +05:30