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 |
|
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 |
|
Tomaž Jerman
|
58e5b6a21b
|
Fix record fetching ending prematurely due to RBAC
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.
Track both fetched and filtered items to overcome this.
|
2023-10-03 17:38:39 +02:00 |
|
Tomaž Jerman
|
1e29e618f5
|
Revert "Fix record fetching ending prematurely due to RBAC"
This reverts commit 8e03ea56ef.
|
2023-09-29 12:29:42 +02:00 |
|
Jože Fortun
|
ed377a7d2b
|
Remove required from user name on user update
|
2023-09-28 13:33:13 +02:00 |
|
Tomaž Jerman
|
8e03ea56ef
|
Fix record fetching ending prematurely due to RBAC
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.
Track both fetched and filtered items to overcome this.
|
2023-09-25 11:01:22 +02:00 |
|
Jože Fortun
|
2c7e972a7f
|
Fix provisioned page-layout permissions
|
2023-09-11 15:07:49 +02:00 |
|
Peter Grlica
|
979b467cb7
|
Remove handle field on signup
|
2023-09-11 11:58:15 +02:00 |
|
Mumbi Francis
|
26e8dd0e4c
|
Fix issue with full-page navigation when show total is disabled
and resolve page count on the last page issue
|
2023-09-11 12:28:53 +03:00 |
|
Peter Grlica
|
7bc36eb46f
|
Added splice workflow function
|
2023-08-25 14:53:56 +02:00 |
|
Mumbi Francis
|
95a1efc657
|
Include all columns with numeric data type
|
2023-08-22 17:07:07 +02:00 |
|
Mumbi Francis
|
cdc8edba3e
|
Cast corteza ID datatype to text for 'like' and 'not like' filters in PostgreSQL
|
2023-08-22 17:07:07 +02:00 |
|
Mumbi Francis
|
743d99e6cc
|
Include not like on json case-insensitive search
|
2023-08-22 17:04:22 +02:00 |
|
Mumbi Francis
|
b78bb7b0ab
|
Add MYSQL json case-insensitive search
|
2023-08-22 17:04:22 +02:00 |
|
Jože Fortun
|
9f42050b39
|
Add option to define custom record page layout titles with interpolation
|
2023-07-18 13:35:46 +02:00 |
|
Mumbi Francis
|
9615a9153a
|
Redirect user to webapp one upon successful signup
If the authorize client isn't trusted, the user is taken to authorize-client page
|
2023-07-18 11:32:37 +03:00 |
|
Peter Grlica
|
1e82fc034a
|
Fixed apigw scope opt conversion on proxy filter
|
2023-07-03 14:35:30 +02:00 |
|
Tomaž Jerman
|
6558efcaf1
|
Make role undelete dispatch event buss events
This makes it consistent with other resource updaters.
|
2023-06-30 13:38:07 +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
|
03806a20ab
|
Set workflow & trigger ID when actionloggng create events
|
2023-06-13 09:49:04 +02:00 |
|
Tomaž Jerman
|
31f7e14c84
|
Make workflow/trigger actionlog consistent with other resources
Change the default severity to notice to show creates, updates,
deletes, and undeletes in the production ruleset.
|
2023-06-12 14:39:31 +02:00 |
|
Tomaž Jerman
|
2529cf337c
|
Add stale data errors to most resources
|
2023-06-12 12:28:52 +02: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 |
|
Peter Grlica
|
d2b389bebc
|
Fixed From header on env SMTP vars
|
2023-06-06 12:07:08 +02:00 |
|
Tomaž Jerman
|
4ad121747d
|
Add page layouts to namespace export resources
|
2023-06-06 09:33:57 +02:00 |
|
Tomaž Jerman
|
256dd59b83
|
Reset reminder snooze counter when changing remind at
|
2023-06-05 09:31:29 +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 |
|