Rename PipelineProcessorsEditor to PipelineEditor to shorten import path to a length that Windows can handle, and to disambiguate with child component of the same name. (#89645)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
CJ Cenizal 2021-01-29 09:21:51 -08:00 committed by GitHub
parent 61d4d870e2
commit 9286b1352e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
156 changed files with 23 additions and 23 deletions

View file

@ -9,7 +9,7 @@ import { notificationServiceMock, scopedHistoryMock } from 'src/core/public/mock
import { LocationDescriptorObject } from 'history';
import { KibanaContextProvider } from 'src/plugins/kibana_react/public';
import { ProcessorsEditorContextProvider, Props, PipelineProcessorsEditor } from '../';
import { ProcessorsEditorContextProvider, Props, PipelineEditor } from '../';
import {
breadcrumbService,
@ -36,7 +36,7 @@ export const ProcessorsEditorWithDeps: React.FunctionComponent<Props> = (props)
return (
<KibanaContextProvider services={appServices}>
<ProcessorsEditorContextProvider {...props}>
<PipelineProcessorsEditor onLoadJson={jest.fn()} />
<PipelineEditor onLoadJson={jest.fn()} />
</ProcessorsEditorContextProvider>
</KibanaContextProvider>
);

View file

@ -14,7 +14,7 @@ export const OnFailureProcessorsTitle: FunctionComponent = () => {
const { services } = useKibana();
return (
<div className="pipelineProcessorsEditor__onFailureTitle">
<div className="pipelineEditor__onFailureTitle">
<EuiTitle size="xs">
<h4>
<FormattedMessage

Some files were not shown because too many files have changed in this diff Show more