3
0
Commit Graph

134 Commits

Author SHA1 Message Date
Mumbi Francis
88608fbb08 Add darkmode on customCSS 2024-01-30 17:46:04 +03:00
Mumbi Francis
1412ce28d9 Refactor provisioning 2024-01-30 17:46:04 +03:00
Jože Fortun
3d9a2da551 Improve branding editor UI and merge it into one card 2024-01-30 17:46:04 +03:00
Mumbi Francis
f983804b33 Add side/top bar variables and minor changes. 2024-01-30 17:46:04 +03:00
Jože Fortun
4826e7cae9 Adjust light theme styles to prepare for other themes 2024-01-30 17:46:03 +03:00
kinyaelgrande
a9d1bc098c Update studio themes provision 2024-01-30 17:46:03 +03:00
kinyaelgrande
dcc0876254 Resolve BE reviews 2024-01-30 17:46:03 +03:00
kinyaelgrande
0095663f60 Add support for dark mode in Corteza studio 2024-01-30 17:46:03 +03:00
Peter Grlica
0346f90a0c Removed deprecated code from messagebus 2024-01-08 09:28:01 +01:00
Gergely Szabo
3bb5dd96cc fixing the year issue in TestStepAggregate
The TestStepAggregate function in exec_aggregate_test.go contained the
current year hardcoded. Now, it's dynamic.
2024-01-04 10:35:40 +01:00
Peter Grlica
cbdad33e1c Remove enabled setting on record deduplication 2023-12-22 12:13:23 +01:00
Peter Grlica
52ea952116 Module deduplication validation and provisioning of old rules 2023-12-21 10:08:53 +01:00
Tomaž Jerman
33821ddd9f Fix dal schema alterations not presenting/reloading revision models 2023-12-12 15:27:48 +01:00
guangwu
db42a86bd1 chore: slice append replace loop (#1358) 2023-11-29 11:56:48 +01:00
Tomaž Jerman
7d3c88f0b2 Fix DAL model diff computation for record revisions and psql db
* Fixed up type inconsistency.
* Added some missing type fit matching.
2023-11-14 13:20:54 +01:00
kinyaelgrande
8a8b3bd8c8 Fix corteza-studio bootstrap scss order
and ui.custom-css settings reference
2023-11-01 16:14:35 +03:00
Mumbi Francis
e4269669d8 Add Corteza studio UI personalization feature 2023-10-31 15:52:39 +03:00
Tomaž Jerman
760760f7f6 Fix tests #2 2023-10-30 08:44:16 +01:00
Tomaž Jerman
5e3810302f Fix tests 2023-10-27 16:33:47 +02:00
Tomaž Jerman
7a85cf3e1a Change alteration merge to remove all found duplicates
Before it terminated too quickly so it would incloude half of the
duplicates.
This would cause a problem if we added multiple bits with the same
ident (nested record values for example).
2023-10-26 17:09:59 +02:00
Tomaž Jerman
3eb709b90a Post test tweaks and fixes 2023-10-26 17:09:59 +02:00
Tomaž Jerman
6795e5e0f2 Post testing tweaks and fixes 2023-10-26 17:09:58 +02:00
Tomaž Jerman
a830cddabb Remove old model versions from the dal registry 2023-10-26 17:09:58 +02:00
Tomaž Jerman
e0834bd634 Fix lapsus in checking for duplicate model 2023-10-26 17:09:58 +02:00
Tomaž Jerman
eb9a5ae1b4 Add json tags to dal/model structs 2023-10-26 17:09:58 +02:00
Tomaž Jerman
0d2c3c4395 Re-evaluate model issues after applying alterations 2023-10-26 17:09:57 +02:00
Tomaž Jerman
1eb360f43e Hook svc level alteration management to DAL 2023-10-26 17:09:57 +02:00
Tomaž Jerman
4224ba9828 Update pkg/dal to handle schema alterations 2023-10-26 17:09:57 +02:00
Tomaž Jerman
bc923209f4 Define base DAL schema alteration resource 2023-10-26 17:09:56 +02:00
Tomaž Jerman
532e1ac46b Fix lapsus with envoyx json decoder
The decoder's reset didn't reset because we used an incorrect
reader and didn't reload the JSON decoder.
2023-10-16 12:26:39 +02:00
Tomaž Jerman
399f9a7cc4 Plug new envoy to record import endpoints 2023-10-09 14:45:01 +02:00
Peter Grlica
7bc36eb46f Added splice workflow function 2023-08-25 14:53:56 +02:00
Peter Grlica
1e82fc034a Fixed apigw scope opt conversion on proxy filter 2023-07-03 14:35:30 +02:00
Jože Fortun
037c53d22b Add runtime CSS customization for webapps 2023-06-27 14:48:48 +03:00
Mumbi Francis
89f621c035 Add ability to select and perform bulk operations on all records
This change affects the recordlist and the bulk operations are edit,delete and undelete
2023-06-14 18:37:44 +03:00
Tomaž Jerman
37035984ae Fix known concurrent map access issues 2023-06-08 15:54:11 +02:00
Jože Fortun
c93cd59544 Add .gitignore for server/pkg/locale/src 2023-06-08 13:01:07 +02:00
Vivek Patel
7fcfb40d2e Fix issue with session list
It fixes issue of sorting and pagination for the status column due to Its stringify interpretation.
2023-05-30 16:03:05 +02:00
Tomaž Jerman
41cbe2fb65 Update page->layout migration to include RBAC rules
Apply page RBAC rules to the _forked_ page layout resource.
This is under an assumption that the same rules would be applied
on both places.
2023-05-26 12:13:23 +02:00
Tomaž Jerman
88804b460e Change filter slices to be []string vs []uint64
This is to allow front-end to properly handle ID values.
This change was done to keep consistent with what we were doing
before. Alternative version would be to have a sepparate struct
on the rest package.
2023-05-24 12:26:01 +02:00
Tomaž Jerman
462619f2b9 Change logs to encode uint64 values as strings
This is due to us introducing the web console and the uints needing
to be string encoded (because of JavaScript).
2023-05-24 12:26:01 +02:00
Vivek Patel
6b14f78e8e Support error handler results
It adds error wrapper, error message, error step ID in result of error handler.
2023-05-17 18:10:21 +05:30
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