Mohammed Alamri
fdcb27ebe3
Fix #1486
2023-12-20 15:10:24 +01:00
Tomaž Jerman
4520742ad8
Cover re-type alterations by creating additional columns
2023-12-13 10:17:12 +01:00
Tomaž Jerman
33821ddd9f
Fix dal schema alterations not presenting/reloading revision models
2023-12-12 15:27:48 +01:00
Tomaž Jerman
3e1d7bd42b
Fix dal schema alt to use correct attribute codec idents
2023-12-12 09:26:31 +01:00
Tomaž Jerman
1d5402678d
Fix namespace export error when i18n resources reference deleted resources
2023-12-11 13:34:42 +01:00
Peter Grlica
47beebb3f3
Added error wrapping for compose record wf functions
2023-11-30 15:24:56 +01:00
guangwu
db42a86bd1
chore: slice append replace loop ( #1358 )
2023-11-29 11:56:48 +01:00
Tomaž Jerman
77572e1675
Add extra type mapping to mysql dialect
2023-11-16 09:27:36 +01:00
Tomaž Jerman
28774f0f1c
Add ResourceType filter to dal alteration struct
2023-11-16 09:26:57 +01:00
Tomaž Jerman
58ea38233e
Fix mssql alter column query
2023-11-14 16:01:44 +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
Tomaž Jerman
0d999d1bba
Change external auth providers to always reload on settings change
2023-11-09 15:58:58 +01:00
Peter Grlica
7acdf183f4
Added sass to docker image
2023-11-03 13:27:20 +01:00
Tomaž Jerman
a384efa290
Fix (tmp skip invalid) tests
2023-11-03 11:37:43 +01:00
Tomaž Jerman
dc54b55e55
Fix namespace export error when resources reference deleted resources
2023-11-03 11:28:10 +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
be82687d96
Fix invalid SQL for pgsql column type change
2023-10-26 17:09:59 +02:00
Tomaž Jerman
e852e7bcf1
Allow dismissed filter parameter for dal schema alterations
2023-10-26 17:09:59 +02:00
Tomaž Jerman
1e10db1e95
Add tests & tweaks for RDBMS dialect column fit checks
2023-10-26 17:09:59 +02:00
Tomaž Jerman
caabf6647e
Cleanup svc functions, add actionlog & rbac
2023-10-26 17:09:59 +02:00
Tomaž Jerman
71d3cf6518
Add elevated permissions to svc activate step
2023-10-26 17:09:59 +02:00
Tomaž Jerman
c1241cf8a8
Add missing fields to dal schema alteration def. files
2023-10-26 17:09:59 +02:00
Tomaž Jerman
107128463a
Add missing column definition for enum type
2023-10-26 17:09:59 +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
7c6fb592bc
Fix lapsus in module->model attribute type mapping
2023-10-26 17:09:59 +02:00
Tomaž Jerman
c99f68030d
Switch mysql information schema to column type
...
Column type provides more information about the storage, such as
intager signature and decimal precision.
2023-10-26 17:09:59 +02:00
Tomaž Jerman
41628f40c7
Add ColFits functions for other rdbms dialects
2023-10-26 17:09:59 +02:00
Tomaž Jerman
f733788323
Tweak MySQL type fit check
...
Make the check respect signed & unsigned as well as decimal and
varchar sizes.
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
7b5e8d1aa9
Fix lapsus in sys->pkg alt mapping for partial mapping
2023-10-26 17:09:58 +02:00
Tomaž Jerman
27cdf5d9f0
Fix lapsus for colum type alter SQL
2023-10-26 17:09:58 +02:00
Tomaž Jerman
ea1f6ca3cd
Fix lapsus on applying re-type alterations
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
d2a901d424
Prevent schema alterations on the default schema
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
f5c11dbe22
Properly cast temporal types so DB drivers can be more flexible
2023-10-26 17:09:57 +02:00
Tomaž Jerman
81a46b0546
Make record value setting more flexible with datetime fields
2023-10-26 17:09:57 +02:00
Tomaž Jerman
081058dd64
Remove lowercase modifiers from alteration index
2023-10-26 17:09:57 +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
b86f67cf6f
Update store addapters to support DAL schema alterations
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
Mumbi Francis
82636aefaf
Add an option to soft delete page icon
2023-10-24 12:34:40 +03:00
Jože Fortun
2508b60dc0
Add ability to manage custom chart color schemes
2023-10-23 16:34:18 +02:00