Actions: dotCMS/core
Actions
Showing runs from all workflows
69,979 workflow runs
69,979 workflow runs
postgres.sql updates for fresh installs.
### Hot-rodding the DB
- UNLOGGED permission_reference table is a cache. It gets flushed and
rebuilt when dotCMS caches get flushed. Perfect candidate for unlogged.
We are already running this in one of our largest customers
environments.
...
CICD Reports
#14983:
completed
by
wezell
CMS_FILTER_URI_OVERRIDE in CMSFilter so
page URIs like /about-us/index/ resolve correctly
- Add early-exit in CMSUrlUtil.resolveResourceType() for
internal/backend URLs to avoid unnecessary identifier lookups
- Improve null-safety checks using UtilMethods.isSet() in
resolvePageAssetSubtype()
- Add integration test verifying trailing-slash page resolution
- Can be disabled by ...
CICD Reports
#14980:
completed
by
wezell
postgres.sql updates for fresh installs.
### Hot-rodding the DB
- UNLOGGED permission_reference table is a cache. It gets flushed and
rebuilt when dotCMS caches get flushed. Perfect candidate for unlogged.
We are already running this in one of our largest customers
environments.
- LZ4 :
-...
-2 Merge Group Check
#2620:
Merge group checks requested
CMS_FILTER_URI_OVERRIDE in CMSFilter so
page URIs like /about-us/index/ resolve correctly
- Add early-exit in CMSUrlUtil.resolveResourceType() for
internal/backend URLs to avoid unnecessary identifier lookups
- Improve null-safety checks using UtilMethods.isSet() in
resolvePageAssetSubtype()
- Add integration test verifying trailing-slash page resolution
- Can be disabled by setting `D...
-2 Merge Group Check
#2619:
Merge group checks requested