3
0
Commit Graph

154 Commits

Author SHA1 Message Date
Tomaž Jerman
6f5bb2ebd5 Port namespace import/export svc to Envoy v2 2023-03-20 11:42:49 +01:00
Tomaž Jerman
030a440885 Port cli import/export commands to Envoy v2 2023-03-20 11:42:49 +01:00
Tomaž Jerman
09be722093 Add Envoy v2 initialization to boot levels 2023-03-20 11:42:49 +01:00
Tomaž Jerman
dc4f8f22f3 Fix failing tests 2023-03-17 11:14:51 +01:00
Tomaž Jerman
6c40b33b5e Fix error formatting lint issue 2023-03-17 10:58:46 +01:00
Tomaž Jerman
525df34579 Touchups 2023-03-17 10:58:46 +01:00
Tomaž Jerman
2f015a26f6 Improve error handling & recovery 2023-03-17 10:58:46 +01:00
Tomaž Jerman
a0e25b457f Cleanup record encoding logic, add tests 2023-03-17 10:58:46 +01:00
Tomaž Jerman
1e6cbf6123 Add logic for record datasourceimport/export 2023-03-17 10:58:46 +01:00
Tomaž Jerman
b975b2b56a Change datasource mapping to use the old state vs the new state 2023-03-17 10:58:46 +01:00
Tomaž Jerman
eb63f41a44 Allow encoders/decoders to terminate for impossible scenarios 2023-03-17 10:58:46 +01:00
Tomaž Jerman
7af889c164 Add logic for resource translation import/export 2023-03-17 10:58:46 +01:00
Tomaž Jerman
c42cf298de Tweak logic & add base RBAC import/export test 2023-03-17 10:58:46 +01:00
Tomaž Jerman
cf30aeb75d Tweak logic & add base import/export test 2023-03-17 10:58:46 +01:00
Tomaž Jerman
0bfc2a7f87 Add resource skipping for store encoders 2023-03-17 10:58:46 +01:00
Tomaž Jerman
f661206a79 Tweak envoy config structs
Have each node define it's own configs where the decoder may
define the wanted values and the global config populates missing
values in the Bake step.
2023-03-17 10:58:46 +01:00
Tomaž Jerman
2e9ba97dda Add missing bits from V1, slight touchup 2023-03-17 10:58:46 +01:00
Tomaž Jerman
a8b60c6525 POC exporting record datasources 2023-03-17 10:58:46 +01:00
Tomaž Jerman
25b880e049 POC importing record datasources 2023-03-17 10:58:46 +01:00
Tomaž Jerman
db1abbe65a Prepare JSON & CSV decoders for large imports 2023-03-17 10:58:46 +01:00
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
735cb155f5 Add codegen templates for Envoy (un)marshal 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
7ed70a374f Prepare codegen schema for Envoy templates 2023-03-17 10:58:45 +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
1e929210b4 Add codegen for resource value getter/setter
Getters and setters will be used by Envoy to update values.
Most of the getters/setters can be deducted from the model
definitions.
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
54dd8d0ef3 Fix missing font file error on integration test 2023-03-15 16:14:45 +03:00
Mumbi Francis
e7c2fdcb11 Validate font file for avatar generation
and fix the tests that we're broken by the new avatar feature
2023-03-15 15:04:03 +03: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
Tomaž Jerman
3f3954bf9f 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:42:42 +01:00
Emmy Leke
c6f88e2679 Add tab block to compose 2023-03-10 15:16:13 +01:00
Mumbi Francis
8a50d2f13f Fix reports link step sort for numeric column 2023-03-10 11:55:27 +03:00
Tomaž Jerman
7b46f10493 Assure multi value fields are properly & completely updated 2023-03-08 17:51:22 +01:00
Tomaž Jerman
bda9c72009 Assure record value position for patch endpoint 2023-03-08 17:51:22 +01:00
Tomaž Jerman
2d174620fa Add endpoint for bulk record patch 2023-03-08 17:51:22 +01:00
Peter Grlica
850f4ef6b0 Upgraded goja and updated dependencies 2023-03-07 13:37:50 +01:00
Vivek Patel
8a7b8d9c7f Add endpoint to undo dismissed reminder
User can undo their own reminders.
2023-02-28 15:24:21 +01:00
Vivek Patel
2840f32ada Fix upgrade script order 2023-02-23 10:14:20 +01:00
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