[Code] code viewer for APM integration#46884
Conversation
💔 Build Failed |
5a171d7 to
78809dd
Compare
💚 Build Succeeded |
|
Pinging @elastic/code |
|
@elasticmachine merge upstream |
6d2c46d to
ccc0049
Compare
ccc0049 to
208ad82
Compare
💚 Build Succeeded
|
|
@elasticmachine merge upstream |
💚 Build Succeeded
|
mw-ding
left a comment
There was a problem hiding this comment.
This is awesome!
Can you move all the core components to this fold https://github.com/elastic/kibana/tree/master/x-pack/legacy/plugins/code/public/components/integrations. The apm_demo folder has been removed.
@rylnd can you take look at this PR in case some of the conventions are not aligned.
4b75afb to
81b4041
Compare
done |
|
retest |
|
retest |
💔 Build Failed |
|
@spacedragon there's a small conflict due to my data changes in #48230, as we discussed. Let me know if you need help resolving it. |
| <div className="codeFlyout__header--file"> | ||
| <EuiIcon type="codeApp" size="m" /> | ||
| <EuiText size="s"> | ||
| <EuiLink href={`/app/code#/${props.repo}/blob/${props.revision}/${props.file}`}> |
There was a problem hiding this comment.
@spacedragon I don't think this is generating the correct route, at least not in dev mode (the three-letter path prefix is lost)
There was a problem hiding this comment.
Hmm, it works on my machine. What url did it give you there?
We can fire an issue after merge this PR if there is a problem.
* Do not nest classes unless necessary (none here were needed) * Prefer to give an EUI component a class rather than styling its internal one * use underscores to separate blocks from elements
This is a less unexpected way to align our tabs on the right.
The ID was removed when we switched to a ref, and I did not see a need for the flex-grow declarations.
The subtree is going to be redrawn either way; saving the one outer div here isn't adding much.
No worries, problem solved, thanks . |
e9be424 to
1c20ac1
Compare
💚 Build Succeeded |
* [Code] code viewer for APM integration
* [Code] code viewer for APM integration
Summary
https://github.com/elastic/code/issues/1634

Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers