Bump skywalking-ui submodule for SWIP-12 i18n menu labels#13840
Merged
Bump skywalking-ui submodule for SWIP-12 i18n menu labels#13840
Conversation
apache/skywalking-booster-ui#548 landed on main (commit d39db06b34), adding mobile_wechat_mini_program / mobile_alipay_mini_program i18n keys (en / zh / es) for the two SWIP-12 sub-menus under Mobile. Before: menu labels fell back to the raw i18nKey string. After: menu labels read 'WeChat Mini Program' and 'Alipay Mini Program'. Also reconcile the SWIP-12 OAP Server changelog entry with what actually shipped — the earlier wording claimed componentId-driven layer mapping in CommonAnalysisListener, which was reverted during review (mini-programs are client-side / exit-only, same browser pattern, so CommonAnalysisListener stays unchanged and service / instance / endpoint entities come from MAL + LAL). Mention the MAL enhancement (TimeUnit in ENUM_FQCN) that shipped alongside.
There was a problem hiding this comment.
Pull request overview
Updates the 10.5.0 changelog to reflect the shipped SWIP-12 mini-program behavior and to note the UI i18n label fix for the new Mobile sub-menus.
Changes:
- Reword the SWIP-12 OAP Server changelog entry to match the implemented architecture (MAL/LAL-driven entities; no
RPCAnalysisListenerchange). - Add a changelog entry noting
TimeUnitenum registration for MAL histogram unit selection. - Add a UI changelog entry noting i18n labels for WeChat/Alipay Mini Program menu items.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wankai123
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the
skywalking-uisubmodule to pick up apache/skywalking-booster-ui#548, which addsmobile_wechat_mini_program/mobile_alipay_mini_programi18n keys (en / zh / es) for the two SWIP-12 sub-menus under Mobile. Before this bump, the menu labels rendered as the rawi18nKeystring in the UI.Also reconcile the SWIP-12 OAP Server changelog entry with what actually shipped — the earlier wording claimed componentId-driven layer mapping in
CommonAnalysisListener, which was reverted during review (mini-programs are client-side / exit-only, same pattern as browser and iOS, soCommonAnalysisListenerstays unchanged and service / instance / endpoint entities come from MAL + LAL). Added an entry for theTimeUnitenum registration inMALCodegenHelper.ENUM_FQCNthat shipped alongside SWIP-12.If this is non-trivial feature, paste the links/URLs to the design doc. — SWIP-12
Update the documentation to include this new feature. — changelog UI + OAP Server entries reconciled
Tests(including UT, IT, E2E) are added to verify the new feature. — no code change; submodule pointer + docs only
If it's UI related, attach the screenshots below.
If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
Update the `CHANGES` log.