Merge pull request #3637 from mdotme/uz-lang
feat: add missing uzbek language
Fixed empty website select. Converted session profile to popover.
Merge branch 'master' into dev
# Conflicts: # .github/workflows/cd.yml # package.json # pnpm-lock.yaml # src/lib/date.ts # src/lib/schema.ts
Set tracker’s fetch call priority to low
Analytic is important activity but not as important as main business logic. Setting low priority doesn't mean the fetch call will be more likely to be discarded...
Fix Kubernetes deployment: remove missing secret references
- Updated k8s/ manifests to match deploy/k8s/base/ configuration - Removed references to non-existent mysql-auth and *** secrets - Simplified ConfigMap to basic...
Fix Kubernetes manifests: update from kamowebregister to securityservice
- Updated deployment.yaml: name, labels, container name, and port (8080) - Updated service.yaml: name, selector, and target port (8080) - Updated configmap.yaml...
Fix Docker build: resolve shared library dependency issue
- Modified Dockerfile to build shared library first in multi-stage build - Updated workflow to remove redundant Maven build steps - Fixed 'm2-repository not fou...