-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case #118328
Conversation
Pinging @elastic/apm-ui (Team:apm) |
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.
Thanks for doing this. I think it was intention to make cli commands (scripts) kebab-case rather than snake_case.
@elastic/apm-ui any opinions here?
thanks good to know :D After running
I don't have a strong opinion on that, i'm always in favour of consistency and conventions that work for the team. |
Sounds good to me. I don't have any strong opinions as long as we can find consensus on the team |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
I noticed that kibana core also uses snake_case for scripts:
https://github.com/elastic/kibana/tree/1a321bce77393810216685ae0841b74588bf3be3/scripts
…igrate-away-from-injected-css-js * 'main' of github.com:elastic/kibana: (221 commits) [Reporting] Add log level to config (elastic#118319) [Metrics UI] Skip failing waffle chart color palette test (elastic#118527) [APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case (elastic#118328) skip flaky suites (elastic#99581, elastic#118356, elastic#118474) [Alerting] Initial implementation of alerting task `cancel()` (elastic#114289) chore(NA): creates pkg_npm_types bazel rule (elastic#116465) skip flaky suite (elastic#116892) Bump chromedriver to 95.0.0 (elastic#116724) [Data visualizer] Improve design of expanded rows (elastic#118125) [APM] prefer ECS field names for HTTP and URL (elastic#118485) Update query_debugging_in_development_and_production.md (elastic#118491) [Uptime] adjust Elastic Synthetics integration functional tests (elastic#118163) [kbn/rule-data-utils] add submodules and require public use them (elastic#117963) [DOCS] Refresh APM correlation screenshots (elastic#116723) (elastic#118577) Handles ns to ms conversion for event loop delay metrics (elastic#118447) [Cases] Rename functional tests folder (elastic#118490) dummy commit skip flaky suite (elastic#118593) Improve workpad schema validation (elastic#97838) skip flaky suite (elastic#118584) ... # Conflicts: # src/plugins/dashboard/public/application/embeddable/viewport/dashboard_viewport.tsx
Friendly reminder: Looks like this PR hasn’t been backported yet. |
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
…tic#118328) * [APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case * Fix wrong path Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
) (#119040) * [APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case * Fix wrong path Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kate Patticha <[email protected]>
…tic#118328) * [APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case * Fix wrong path Co-authored-by: Kibana Machine <[email protected]>
) * [APM] chore: Unify naming of 'apm/scripts/**/*' with snake_case * Fix wrong path Co-authored-by: Kibana Machine <[email protected]>
Summary
Rename all files and folders inside
apm/scripts
in order to followsnake_case
naming convention.Addresses part of #107347