Conversation
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
LGTM - I only pulled the PR locally and verified I could |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
spalger
left a comment
There was a problem hiding this comment.
Sweet, thanks for the info and I'm happy to see that removing the nohoist doesn't cause any issues and actually prevents issues as we fiddle a little less with the yarn resolution. LGTM
# Conflicts: # package.json # x-pack/legacy/plugins/siem/public/mock/timeline_results.ts # x-pack/legacy/plugins/siem/public/pages/timelines/timelines_page.tsx # yarn.lock
| } | ||
| ); | ||
|
|
||
| if (!this.isProductionMode) { |
There was a problem hiding this comment.
there is no separate endpoint for graphiql anymore
There was a problem hiding this comment.
@patrykkopycinski does that mean that this functionality exists within graphql now, or that we're losing this functionality entirely? /cc @XavierM since I know he was most familiar with usage of this endpoint.
| import { getOptionLabel } from '../../../../../../../../../../plugins/apm/common/agent_configuration/all_option'; | ||
|
|
||
| function removeEmpty<T>(obj: T): T { | ||
| // @ts-ignore |
There was a problem hiding this comment.
Could you add a description of why you're ignoring TS warning, please?
# Conflicts: # yarn.lock
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / kibana-oss-agent / Accessibility Tests.test/accessibility/apps/management·ts.Management Create Index pattern wizardStandard OutStack TraceHistory
To update your PR or re-run it, just comment with: |
Summary
After #51926 was reverted I've tried to split the changes into smaller pieces and make sure there are stable.
The next step will be #58988
Checklist
Delete any items that are not applicable to this PR.
For maintainers