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...
EmailTemplateEdit でテーブルタイプのエラーを修正しました。 tsx - ヘッダー、行、およびカラムの型ガードを追加します
TypeScript エラーを修正: UserInfoExample.tsx と AnalyticsTab.tsx グリッドコンポーネントの問題
TypeScript エラーを修正: ServiceType.label を、 RoleRightTypeExample で ServiceType.name に置き換える
最新のTypeScript修正で新しいビルドを強制する
このコミットは、CI/CD パイプラインがすべての TypeScript/ESLint の修正をピックアップすることを確認します。 ビルドの失敗を解決しました.