-
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
chore(NA): avoids imports of server or public code into common #67231
chore(NA): avoids imports of server or public code into common #67231
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
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.
maps changes LGTM
code review
...lugins/infra/common/inventory_models/shared/components/metrics_and_groupby_toolbar_items.tsx
Show resolved
Hide resolved
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.
Security/Spaces changes LGTM
Co-authored-by: Ryland Herrick <[email protected]>
@elastic/kibana-app-arch @elastic/apm-ui @elastic/logs-metrics-ui @elastic/endpoint-app-team can I get a code owners review here please? 😃 |
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.
APM changes look good. Thanks for doing this.
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.
infra
plugin changes LGTM
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.
@elastic/kibana-app-arch LGTM
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…ic#67231) * chore(NA): avoids imports of server or public code into common * chore(NA): fix imports from public or server into common * chore(NA): fix typechecking for data plugin stubs * chore(NA): fix types and tests related with licensing plugin * chore(NA): fix problems on infra plugin * chore(NA): fix typo on .eslintrc.js Co-authored-by: Ryland Herrick <[email protected]> * chore(NA): migrate to license mock usage on security plugin licensing module Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]>
…ic#67231) * chore(NA): avoids imports of server or public code into common * chore(NA): fix imports from public or server into common * chore(NA): fix typechecking for data plugin stubs * chore(NA): fix types and tests related with licensing plugin * chore(NA): fix problems on infra plugin * chore(NA): fix typo on .eslintrc.js Co-authored-by: Ryland Herrick <[email protected]> * chore(NA): migrate to license mock usage on security plugin licensing module Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]> # Conflicts: # x-pack/plugins/infra/common/inventory_models/shared/components/metrics_and_groupby_toolbar_items.tsx # x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.d.ts # x-pack/plugins/security/common/licensing/license_service.test.ts # x-pack/plugins/spaces/common/licensing/license_service.test.ts
… (#68168) * chore(NA): avoids imports of server or public code into common * chore(NA): fix imports from public or server into common * chore(NA): fix typechecking for data plugin stubs * chore(NA): fix types and tests related with licensing plugin * chore(NA): fix problems on infra plugin * chore(NA): fix typo on .eslintrc.js Co-authored-by: Ryland Herrick <[email protected]> * chore(NA): migrate to license mock usage on security plugin licensing module Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]>
…67231) (#68175) * chore(NA): avoids imports of server or public code into common (#67231) * chore(NA): avoids imports of server or public code into common * chore(NA): fix imports from public or server into common * chore(NA): fix typechecking for data plugin stubs * chore(NA): fix types and tests related with licensing plugin * chore(NA): fix problems on infra plugin * chore(NA): fix typo on .eslintrc.js Co-authored-by: Ryland Herrick <[email protected]> * chore(NA): migrate to license mock usage on security plugin licensing module Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Ryland Herrick <[email protected]> # Conflicts: # x-pack/plugins/infra/common/inventory_models/shared/components/metrics_and_groupby_toolbar_items.tsx # x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.d.ts # x-pack/plugins/security/common/licensing/license_service.test.ts # x-pack/plugins/spaces/common/licensing/license_service.test.ts * chore(NA): fix eslint problems
…ms-column * 'master' of github.com:elastic/kibana: (63 commits) remove scripts. prettire update has been done (elastic#68130) Closes elastic#68055 by detecting the local Kibana version and using that as (elastic#68198) [apm] docs: add deployment annotation example (elastic#67408) [ML] Extend population preview chart to show actual and typical value (elastic#67569) Refactor index management client integration tests for scalability (elastic#67917) Add generator function that creates multiple alerts (elastic#67713) chore(NA): remove config arg from os packages (elastic#67871) [Reporting] Move code out of Legacy (elastic#67904) [Metrics UI] Add overrides to Snapshot API to support alert previews (elastic#68125) [Security] [Cases] Manage timeline UI API (elastic#67719) [ENDPOINT][INGEST]Task/endpoint ingest update (elastic#67234) Fix code coverage for jest, upload merged reports (elastic#68149) Update documentation/examples of deprecated namespaceAgnostic field (elastic#68039) [DOCS] Updates Canvas docs with new menus (elastic#66061) chore(NA): avoids imports of server or public code into common (elastic#67231) [SIEM] Fix GetOneTimeline graphql type (elastic#68137) skip flaky suite (elastic#67838) [Uptime] Add loading message for monitor list no items (elastic#67378) [Ingest Manager] Update indexing strategy docs to use dataset.* (elastic#68068) [Ingest Manager] Fix datasource validation for streams without vars (elastic#67950) ... # Conflicts: # x-pack/plugins/index_management/__jest__/client_integration/helpers/index.ts # x-pack/plugins/index_management/__jest__/client_integration/home.test.ts # x-pack/plugins/index_management/__jest__/client_integration/home/index_templates_tab.helpers.ts
There is a compliment to other PRs previously opened #67152 and #67149.
It adds an eslint rule to prevent
server
orpublic
code to be imported intocommon
code.