Skip to content

Commit 6ef45e1

Browse files
Migrate test plugins ⇒ NP (kbn_tp_embeddable_explorer) (elastic#64756)
* Migrated kbn_tp_embeddable_explorer to the new platform. * Added discover as a dependency * fixed types * Updated typescript task * revert previous commit Co-authored-by: Elastic Machine <[email protected]>
1 parent e723a8f commit 6ef45e1

File tree

14 files changed

+122
-251
lines changed

14 files changed

+122
-251
lines changed

test/plugin_functional/plugins/kbn_tp_embeddable_explorer/index.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "kbn_tp_embeddable_explorer",
3+
"version": "0.0.1",
4+
"kibanaVersion": "kibana",
5+
"requiredPlugins": [
6+
"visTypeMarkdown",
7+
"visTypeVislib",
8+
"data",
9+
"embeddable",
10+
"uiActions",
11+
"inspector",
12+
"discover"
13+
],
14+
"server": false,
15+
"ui": true
16+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
DASHBOARD_CONTAINER_TYPE,
2525
DashboardContainer,
2626
DashboardContainerInput,
27-
} from '../../../../../../../../src/plugins/dashboard/public';
27+
} from '../../../../../../src/plugins/dashboard/public';
2828

2929
import { dashboardInput } from './dashboard_input';
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { ViewMode, CONTACT_CARD_EMBEDDABLE, HELLO_WORLD_EMBEDDABLE } from '../embeddable_api';
21-
import { DashboardContainerInput } from '../../../../../../../../src/plugins/dashboard/public';
21+
import { DashboardContainerInput } from '../../../../../../src/plugins/dashboard/public';
2222

2323
export const dashboardInput: DashboardContainerInput = {
2424
panels: {
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* under the License.
1818
*/
1919

20-
export * from '../../../../../../../src/plugins/embeddable/public';
21-
export * from '../../../../../../../src/plugins/embeddable/public/lib/test_samples';
22-
export { HELLO_WORLD_EMBEDDABLE } from '../../../../../../../examples/embeddable_examples/public';
20+
export * from '../../../../../src/plugins/embeddable/public';
21+
export * from '../../../../../src/plugins/embeddable/public/lib/test_samples';
22+
export {
23+
HELLO_WORLD_EMBEDDABLE,
24+
HelloWorldEmbeddableFactory,
25+
} from '../../../../../examples/embeddable_examples/public';

test/plugin_functional/plugins/kbn_tp_embeddable_explorer/public/initialize.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/plugin_functional/plugins/kbn_tp_embeddable_explorer/public/np_ready/kibana.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)