3
0
Commit Graph

92 Commits

Author SHA1 Message Date
Tomaž Jerman 614f9c7cde Copy base page translations to page layouts on provision 2023-04-07 12:39:27 +02:00
Tomaž Jerman e18049f933 Tweak page layout sub types and JSON encoding 2023-04-07 12:39:27 +02:00
Tomaž Jerman 67e7698b28 Add provision for page button resource translations 2023-04-07 12:39:27 +02:00
Tomaž Jerman c16307476c Add provision for old -> new page setup 2023-04-07 12:39:27 +02:00
Tomaž Jerman 9ec7139c84 Add page layout definitons to envoy 2023-04-07 12:39:27 +02:00
Tomaž Jerman 9d37d8c949 Change page layout name to title, codegen config tweaks 2023-04-07 12:39:27 +02:00
Tomaž Jerman 3a329511a4 Add resource translations for page layouts 2023-04-07 12:39:26 +02:00
Tomaž Jerman 0a2a11d9fd Add page layout weight & reordering 2023-04-07 12:39:26 +02:00
Jože Fortun 23177e956a Make pageID in page-layout listNamespace not required 2023-04-07 12:39:26 +02:00
Tomaž Jerman bd59d58e98 Add base CRUD for page layout support 2023-04-07 12:39:26 +02:00
Vivek Patel 84d23c6797 Fix locale test
Added `// go:embed src/*` back to embeded.go
2023-04-06 16:45:35 +05:30
Vivek Patel cba972ac31 Removed pkg/discovery
It moves discovery types to discovery/ on root.
2023-04-06 11:53:18 +05:30
Mumbi Francis 6b958e0edb Fix dedicated record revisions table 2023-04-05 17:25:01 +03:00
Tomaž Jerman 7db85c5456 Update provisioning with new envoy 2023-04-02 11:11:19 +02:00
Tomaž Jerman 2c42ec631e Support setting values within Envoy 2023-04-02 11:11:19 +02:00
Mumbi Francis 3707f7edae Embed avatar initials font path and relocate it 2023-03-29 12:28:08 +03:00
Tomaž Jerman 21e3710e8a Update envoy to not scope referenced workflows 2023-03-27 17:53:50 +02:00
Vivek Patel c9740a6527 Add support for icons
- Add icon endpoint for list and upload
- Add endpoint to update icon to specific page
- Add compose icon settings for max size and mimetype limitation
2023-03-23 08:50:29 +01:00
Tomaž Jerman 6148fdcab1 Order envoy nodes by RT to produce consistent outputs 2023-03-22 10:56:20 +01:00
Tomaž Jerman 22a70f61a8 Fix invalid matchup when importing resources
Matchups were not scoped which caused them to get matched
to any matched ident, regardles of scope.

This caused NS duplication to "move" original resources to the
cloned one instead of copying them.
2023-03-20 16:07:49 +01:00
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 6c40b33b5e Fix error formatting lint issue 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 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 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