Closed mbap-dev closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The changes encompass modifications to various workflow configuration files and localization JSON files for the Portuguese (Brazil) language. Key updates include shifting job environments from self-hosted to GitHub-hosted runners in workflow files, altering Docker tags, and enhancing localization strings for clarity and accuracy across multiple application components. Additionally, new keys and entries have been introduced in several localization files to improve user guidance and feedback.
Files | Change Summary |
---|---|
.github/workflows/logging_percentage_check.yml , .github/workflows/publish_foss_docker_amd64.yml , .github/workflows/publish_foss_docker_arm.yml |
Changed runs-on from self-hosted to ubuntu-latest . Updated Docker tags in publish workflows. |
app/javascript/dashboard/i18n/locale/pt_BR/*.json (multiple files) |
Various updates to localization strings for clarity, including new entries, modified phrases, and corrections in capitalization. New keys added in several files to enhance user interface guidance and feedback. |
app/javascript/dashboard/i18n/locale/pt_BR/login.json , app/javascript/dashboard/i18n/locale/pt_BR/resetPassword.json |
Updates to error messages and placeholder texts for improved clarity and conciseness. |
app/javascript/dashboard/i18n/locale/pt_BR/sla.json , app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json |
Modifications to translations related to SLAs and team settings, including new keys and improved phrasing for better understanding. |
sequenceDiagram
participant User
participant App
participant WorkflowRunner
User->>App: Trigger action (e.g., publish Docker image)
App->>WorkflowRunner: Execute job on ubuntu-latest
WorkflowRunner-->>App: Job completed
App-->>User: Notify success or failure
🐰 In the meadow, changes bloom,
With tags and workflows, there's plenty of room.
From self-hosted to GitHub's embrace,
Localization spruces up the place!
Clearer words for all to see,
Hopping along, happy as can be! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores