-
Notifications
You must be signed in to change notification settings - Fork 667
[WIP] Bug 1980531: additionalHelpActions 'HelpMenu' ConsoleLinks not translated #9495
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
[WIP] Bug 1980531: additionalHelpActions 'HelpMenu' ConsoleLinks not translated #9495
Conversation
|
@kdoberst: This pull request references Bugzilla bug 1980531, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@kdoberst: This pull request references Bugzilla bug 1980531, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Thanks @kdoberst
It's not currently possible for admins to remove these links. The operator will recreate them if an admin deletes them. We should be able to add the |
|
@kdoberst: This pull request references Bugzilla bug 1980531, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This has been verified and there is PR to put those changes into the console-operator. |
|
@kdoberst: This pull request references Bugzilla bug 1980531, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
dtaylor113
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, one issue to include new translated sections in e2e tests :-)
If the additional links are now translated we should remove the .first() here in frontend/packages/integration-tests-cypress/tests/i18n/pseudolocalization.spec.ts in order to test pseudolocalization of all help menu sections.
889c6b7 to
e6de100
Compare
|
@kdoberst: This pull request references Bugzilla bug 1980531, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
e6de100 to
f0e1ad1
Compare
f0e1ad1 to
e60f69e
Compare
These changes are adding the new endpoint that the UI can poll in order to check for plugin changes. https://issues.redhat.com/browse/console-2537
These changes are in response to code review comments to move the polling registration to the top level app.jsx component. https://issues.redhat.com/browse/console-2537
e60f69e to
0cb0e42
Compare
This was accidentally added during a rebase. Removing because it is no longer in master
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kdoberst The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@kdoberst: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
There was an error rebasing. Closing this PR and opening #9811 |
|
@kdoberst: An error was encountered getting external tracker bugs for bug 1980531 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
could not parse external identifier "openshift/console/pull/9385#pullrequestreview-702386658" as pull: invalid pull identifier: could not parse 9385#pullrequestreview-702386658 as number: strconv.Atoi: parsing "9385#pullrequestreview-702386658": invalid syntax
Please contact an administrator to resolve this issue, then request a bug refresh with DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Addresses Bug 1980531
In the help menu, the "Learning Portal" and "OpenShift Blog" links are brought into the console code so they can be translated.
Note: This PR should be merged after openshift/console-operator#565 to prevent the help links from being duplicated.