Skip to content

update package - #310

Merged
thientu995 merged 6 commits into
v17/releasefrom
main
Sep 3, 2026
Merged

update package#310
thientu995 merged 6 commits into
v17/releasefrom
main

Conversation

@thientu995

@thientu995 thientu995 commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • New Features

    • Added localized homepage content and site configuration for English and Vietnamese.
    • Added English and Vietnamese local domain configuration.
    • Set English as the default language, with Vietnamese fallback support.
  • Documentation

    • Updated documentation and in-product screenshots to use the documentation website, improving image reliability.
  • Bug Fixes

    • Improved dashboard styling consistency.
    • Improved container setup reliability when standard user or group IDs already exist.

thientu995 and others added 6 commits August 25, 2026 12:26
* add validate DI

* fix override color

* update nuget

* update defaule language

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.8...v4.37.9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.8 to 4.37.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.8...v4.37.9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@thientu995
thientu995 merged commit f419d39 into v17/release Sep 3, 2026
12 of 13 checks passed
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Team

Run ID: ebaabd4f-e306-4fb3-bd7c-a83839237c90

📥 Commits

Reviewing files that changed from the base of the PR and between b9b3a0d and 108a024.

📒 Files selected for processing (19)
  • .github/workflows/codeql.yml
  • .github/workflows/defender-for-devops.yml
  • README.md
  • uTPro/Dockerfile
  • uTPro/Feature/uTPro.Feature.Dashboard/App_Plugins/utpro-cms-screen/style.css
  • uTPro/Project/uTPro.Project.Web/Program.cs
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/cài-đặt-ban-đầu.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/cài-đặt-toàn-cục.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/cấu-hình-bảo-mật.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/dashboard-header-app.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/home.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/hướng-dẫn-quản-lý-nội-dung.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/ngôn-ngữ-đa-ngôn-ngữ.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Content/trang-chủ.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Domains/utpro.local_en-us.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Domains/utpro.local_vi-vn.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Languages/en-us.config
  • uTPro/Project/uTPro.Project.Web/uSync/v17/Languages/vi-vn.config
  • uTPro/Project/uTPro.Project.Web/uTPro.Project.Web.csproj

📝 Walkthrough

Walkthrough

The pull request updates uSync Home content, localization, domains, documentation image URLs, runtime configuration, dashboard CSS variables, package versions, and CodeQL workflow actions.

Changes

CMS content and localization

Layer / File(s) Summary
Site languages and package configuration
uTPro/Project/uTPro.Project.Web/uTPro.Project.Web.csproj, uTPro/Project/uTPro.Project.Web/uSync/v17/Languages/*
The project updates package versions. English becomes mandatory and default. Vietnamese uses English as its fallback.
Home content serialization
uTPro/Project/uTPro.Project.Web/uSync/v17/Content/home.config
The uSync configuration adds localized Home content, layouts, metadata, navigation, and SEO settings.
Domain and renamed content entries
uTPro/Project/uTPro.Project.Web/uSync/v17/Domains/*, uTPro/Project/uTPro.Project.Web/uSync/v17/Content/trang-chủ.config
The configuration adds the English local domain and records rename entries for the Vietnamese domain and former Home content.

Documentation image URLs

Layer / File(s) Summary
Documentation-hosted images
README.md, uTPro/Project/uTPro.Project.Web/uSync/v17/Content/*
README and CMS documentation screenshots now use docs.utpro.dev URLs instead of raw GitHub URLs.

Runtime and UI configuration

Layer / File(s) Summary
Runtime setup and dashboard styling
uTPro/Dockerfile, uTPro/Project/uTPro.Project.Web/Program.cs, uTPro/Feature/uTPro.Feature.Dashboard/App_Plugins/utpro-cms-screen/style.css
Container user creation tolerates existing UID and GID values. Debug builds enable dependency injection validation. Dashboard CSS variables use !important.

Security workflow action versions

Layer / File(s) Summary
CodeQL action updates
.github/workflows/codeql.yml, .github/workflows/defender-for-devops.yml
CodeQL actions update from v4.37.8 to v4.37.9.

Estimated code review effort: 4 (Complex) | ~45 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant