-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
translate tutorials(apm) #22217
translate tutorials(apm) #22217
Conversation
💔 Build Failed |
💚 Build Succeeded |
blocked by #22181 |
💚 Build Succeeded |
Hi @pavel06081991, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile? |
# Conflicts: # src/core_plugins/kibana/server/tutorials/apm/apm_client_instructions.js # src/core_plugins/kibana/server/tutorials/apm/apm_server_instructions.js # src/core_plugins/kibana/server/tutorials/apm/elastic_cloud.js # src/core_plugins/kibana/server/tutorials/apm/index.js # src/core_plugins/kibana/server/tutorials/apm/on_prem.js
b23f80e
to
04ea98f
Compare
💚 Build Succeeded |
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, but old eslint comments should be removed
defaultMessage: 'Configure the agent', | ||
}), | ||
textPre: i18n.translate('kbn.server.tutorials.apm.nodeClient.configure.textPre', { | ||
// eslint-disable-next-line no-multi-str |
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.
no-multi-str
rule is disabled in eslint config
// eslint-disable-next-line no-multi-str | ||
defaultMessage: 'Note: If script execution is disabled on your system, \ | ||
you need to set the execution policy for the current session \ | ||
to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\\install-service-apm-server.ps1`.', |
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.
Maybe we should move PowerShell.exe -ExecutionPolicy UnRestricted -File .\\install-service-apm-server.ps1
to the values
. What do you think?
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.
It's a good point. Thank you.
Fixed.
💔 Build Failed |
💚 Build Succeeded |
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
this has a merge conflict, needs to be updated with master |
💔 Build Failed |
retest |
💚 Build Succeeded |
* translate tutorials(apm) * remove tabs from the line beginning * remove id duplicate * Remove disabling no-multi-str rule * Move command to the values
#21957
translate tutorials(apm)