Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression(fuselage-ui-kit): Use default translation namespace for -core apps #32105

Merged
merged 6 commits into from
Apr 8, 2024

Conversation

tassoevan
Copy link
Contributor

@tassoevan tassoevan commented Apr 1, 2024

Proposed changes (including videos or screenshots)

Core apps differ from regular apps by the ID suffix -core. Before this change, it'd be assumed that any app might have a translation namespace available, named app-<app ID>. This is simple not true for core apps, as they use default namespaces (e.g. core) only. The absence of a core app translation namespace would cause UIKit blocks to be suspended ("blink") while a request to server for translations on the expected namespace is going on.

Issue(s)

CORE-227

Steps to test or reproduce

Further comments

Copy link

changeset-bot bot commented Apr 1, 2024

⚠️ No Changeset found

Latest commit: 085d164

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.76%. Comparing base (a7823c1) to head (085d164).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #32105      +/-   ##
===========================================
- Coverage    54.81%   54.76%   -0.06%     
===========================================
  Files         2303     2303              
  Lines        50833    50833              
  Branches     10413    10413              
===========================================
- Hits         27864    27838      -26     
- Misses       20459    20487      +28     
+ Partials      2510     2508       -2     
Flag Coverage Δ
e2e 53.70% <ø> (-0.07%) ⬇️
unit 75.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

gabriellsh
gabriellsh previously approved these changes Apr 1, 2024
@tassoevan tassoevan changed the title fix(fuselage-ui-kit): Use default translation namespace for -core apps regression(fuselage-ui-kit): Use default translation namespace for -core apps Apr 1, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Apr 2, 2024
@gabriellsh gabriellsh marked this pull request as ready for review April 2, 2024 15:48
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Apr 2, 2024
Copy link
Contributor

dionisio-bot bot commented Apr 3, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@dionisio-bot dionisio-bot bot added stat: QA assured Means it has been tested and approved by a company insider and removed stat: ready to merge PR tested and approved waiting for merge stat: QA tested labels Apr 3, 2024
@gabriellsh gabriellsh added this to the 6.7 milestone Apr 3, 2024
Copy link
Member

@MarcosSpessatto MarcosSpessatto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can a unit-test be added to cover this?

@ggazzo ggazzo added stat: QA assured Means it has been tested and approved by a company insider and removed stat: QA assured Means it has been tested and approved by a company insider labels Apr 8, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Apr 8, 2024
@kodiakhq kodiakhq bot merged commit 86bc4ca into develop Apr 8, 2024
46 checks passed
@kodiakhq kodiakhq bot deleted the fix/core-apps-translations branch April 8, 2024 13:16
ggazzo pushed a commit that referenced this pull request Apr 8, 2024
gabriellsh added a commit that referenced this pull request Apr 9, 2024
 Via GitHub (2) and Guilherme Gazzo (1)
* develop: (40 commits)
  chore: Fix some check/lint warnings (#32048)
  Revert "fix!: api login should not suggest which credential is wrong" (#32156)
  test: Prevent playwright from unselecting options by mistake (#32158)
  chore(meteor/packages): apply code style (#32145)
  fix: New messages export overwrites previous one from the same day when using Amazon S3 (#32062)
  Release 6.7.0
  chore: bump to 6.8.0 (#32153)
  chore: remove unused onStartup function (#32149)
  Release 6.7.0-rc.4
  chore: remove collections when db watcher is disabled (#32150)
  chore: Bump Apps-Engine version (#32144)
  regression(fuselage-ui-kit): Use default translation namespace for `-core` apps (#32105)
  regression(fuselage-ui-kit): Use default translation namespace for `-core` apps (#32105)
  chore: move imported `Apps` to proxy (#32142)
  feat: allowing forward to offline dep (#31976)
  ci: fix services container not building in build step (#32075)
  feat: `Contextualbar` resizable (#29461)
  fix: Missing space between name and user name on system messages (#32136)
  fix: livechat room desync on different windows (#32135)
  fix: livechat room desync on different windows (#32135)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants