[Code] Embedded Code Snippet Component#47183
Conversation
|
Pinging @elastic/code (Team:Code) |
|
@mw-ding same caveats here as mentioned in #47180 (comment). |
💔 Build Failed
|
6ed7e30 to
9cc0c43
Compare
💔 Build Failed
|
x-pack/legacy/plugins/code/public/components/codeblock/embedded_codeblock.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
This would be the eventual API that APM team will pass through. Shall we export these type definitions and the EmbeddedCodeBlock component to code/public/index.ts as we have chatted?
There was a problem hiding this comment.
also, we probably need to provide a util function to convert APM's code context data into this shape. I will paste around a sample APM stacktrace data here later.
x-pack/legacy/plugins/code/public/components/integrations/data.ts
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/code/index.ts
Outdated
There was a problem hiding this comment.
please rebase because of this change: #46664. For this flag, just leave here as the xpack.code.integrations.enabled flag does.
There was a problem hiding this comment.
This was rebased onto master; it wasn't obvious what needed to change and there were no conflicts, so nothing really changed here. Please give this another look.
d40db03 to
8f1dcf0
Compare
💔 Build Failed
|
* Adds new route hidden behind a config var (`xpack.code.integrations.enabld`) * Updates CodeBlock component to have a smaller API surface * Adds several example components for various pieces of the new APM integration designs.
8f1dcf0 to
3b5fc1a
Compare
💚 Build Succeeded |
Hits and ranges were both part of our search results queries; O11y won't have that information.
|
@daveyholler this one as well. :) |
x-pack/legacy/plugins/code/public/components/integrations/integrations.scss
Show resolved
Hide resolved
💔 Build Failed |
|
retest |
💚 Build Succeeded |
* Add Integrations page and POC CodeBlock usage * Adds new route hidden behind a config var (`xpack.code.integrations.enabld`) * Updates CodeBlock component to have a smaller API surface * Adds several example components for various pieces of the new APM integration designs. * Pare down stub data Hits and ranges were both part of our search results queries; O11y won't have that information.
… into console-token-iterator * 'console-token-iterator' of github.com:jloleysens/kibana: (184 commits) [functional/services] update webdriver lib and types (elastic#47381) Standardizing IconField implementation across the app (elastic#47196) Move ui/value_suggestions ⇒ NP data plugin (elastic#45762) Remove ui/persisted_log - Part 2 (elastic#47236) Update gulp related packages (elastic#47421) Update dependency idx to ^2.5.6 (elastic#47399) try running fewer jobs in parallel on the same worker (elastic#47403) Update webpack related packages (elastic#47402) Update jsonwebtoken related packages (elastic#47400) Update gulp related packages (major) (elastic#46665) Update dependency prettier to ^1.18.2 (elastic#47340) Update dependency @types/puppeteer to ^1.20.1 (elastic#47339) Update dependency @elastic/elasticsearch to ^7.4.0 (elastic#47338) Update dependency tar-fs to ^1.16.3 (elastic#47341) [Code] Code Integrator Component (elastic#47180) [Canvas][i18n] Sidebar (elastic#46090) Generate uuid in task Manager as Kibana uuid may not yet have been initialised [Code] Embedded Code Snippet Component (elastic#47183) Revert "Add pipeline for flaky test runner job (elastic#46740)" SearchSource: fix docvalue_fields and fields intersection logic (elastic#46724) ...
* Add Integrations page and POC CodeBlock usage * Adds new route hidden behind a config var (`xpack.code.integrations.enabld`) * Updates CodeBlock component to have a smaller API surface * Adds several example components for various pieces of the new APM integration designs. * Pare down stub data Hits and ranges were both part of our search results queries; O11y won't have that information.
Summary
This addresses elastic/code#1635.
xpack.code.integrations.enabled)CodeBlockcomponent to minimize the API and make it more generalChecklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers