3
0
Commit Graph

158 Commits

Author SHA1 Message Date
Tomaž Jerman
b43da9f96b Address multi value aggregation keys for reporting 2024-08-29 12:48:08 +02:00
Mumbi Francis
06ab6a421e Add enable switch on code snippets 2024-08-28 12:08:31 +03:00
Mumbi Francis
2e8b0e96a3 Add support for injecting custom code-snippets in webapps 2024-08-23 17:55:09 +03:00
Mumbi Francis
25a9db0ef3 Fix updatedAt field value in stylesheet theme provision 2024-08-05 12:14:58 +02:00
Peter Grlica
fd7b018456 Null values on datetime fields 2024-06-12 12:38:06 +02:00
Peter Grlica
bc0b185c6b Resolve healthcheck race conditions 2024-05-13 15:43:10 +02:00
Tomaž Jerman
eb7c39fee5 Add backoff delay for object store fs access
This helps with robustness for async file systems.
2024-04-12 11:52:19 +02:00
Tomaž Jerman
b389d5039d Allow alterations for default schema but prevent applying 2024-02-15 11:23:01 +01:00
Mumbi Francis
64085f96b1 Add theme to existing and new users' metadata 2024-02-12 16:38:57 +01:00
Tomaž Jerman
2637334460 Fix post opt. tests 2024-02-06 13:39:22 +01:00
Tomaž Jerman
41e86f2c16 Fix unit tests 2024-02-06 13:39:22 +01:00
Tomaž Jerman
225f516045 Cleanup workflow state management loops 2024-02-06 13:39:22 +01:00
Tomaž Jerman
5d32ea1eb4 Refactor stackframe construction to reduce memory pressure 2024-02-06 13:39:22 +01:00
Tomaž Jerman
280ae83376 Add/tweak tests for TypedVale.Clone 2024-02-06 13:39:22 +01:00
Tomaž Jerman
ad6494e866 Improve TypedValue clone to go parallel after certain threshold 2024-02-06 13:39:22 +01:00
Tomaž Jerman
52ac5698c8 Introduce .Clone to typed values for deep copy 2024-02-06 13:39:22 +01:00
Tomaž Jerman
9cb5d05c34 Refactor expr bits for the new path utils 2024-02-06 13:39:22 +01:00
Tomaž Jerman
6c499217ef Add tests for pkg/str methods 2024-02-06 13:39:22 +01:00
Tomaž Jerman
8031e2093a Change pkg/id to utilize channels for better performance 2024-02-06 13:38:52 +01:00
Tomaž Jerman
1f415be2db Add an efficient expr path traverser 2024-02-06 13:38:52 +01:00
Tomaž Jerman
860e0c585c Tweakup the rule index to reduce allocs 2024-02-06 13:38:52 +01:00
Tomaž Jerman
5fdfd7f107 Rework RBAC rule indexing to improve raw lookup performance 2024-02-06 13:38:52 +01:00
Jože Fortun
001afe2dde Change default extra-light color to match designs (#768D9A with 0.5 opacity on bg #0B344E is #3E5A6F 2024-01-30 17:46:06 +03:00
Mumbi Francis
eded8d843c Update provisioning for light and extra-light 2024-01-30 17:46:06 +03:00
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