Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/unifiedDocViewer/poc' into unifi…
Browse files Browse the repository at this point in the history
…edDocViewer/poc
  • Loading branch information
lukasolson committed May 17, 2023
2 parents 67b335f + b551ad3 commit 88223cc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ test/plugin_functional/plugins/ui_settings_plugin @elastic/kibana-core
packages/kbn-ui-shared-deps-npm @elastic/kibana-operations
packages/kbn-ui-shared-deps-src @elastic/kibana-operations
packages/kbn-ui-theme @elastic/kibana-operations
packages/kbn-unified-doc-viewer @elastic/kibana-data-discovery
src/plugins/unified_doc_viewer @elastic/kibana-data-discovery
src/plugins/unified_field_list @elastic/kibana-data-discovery
src/plugins/unified_histogram @elastic/kibana-data-discovery
Expand Down
18 changes: 16 additions & 2 deletions packages/kbn-unified-doc-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,24 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
],
"kbn_references": []
"kbn_references": [
"@kbn/monaco",
"@kbn/test-jest-helpers",
"@kbn/kibana-react-plugin",
"@kbn/data-views-plugin",
"@kbn/discover-plugin",
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/field-formats-plugin",
"@kbn/kibana-utils-plugin",
"@kbn/field-types",
"@kbn/es-query",
]
}
5 changes: 2 additions & 3 deletions src/plugins/discover/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@kbn/charts-plugin",
"@kbn/config-schema",
"@kbn/core",
"@kbn/core-notifications-browser",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/data-view-editor-plugin",
Expand All @@ -30,7 +29,6 @@
"@kbn/kibana-utils-plugin",
"@kbn/lens-plugin",
"@kbn/navigation-plugin",
"@kbn/react-field",
"@kbn/saved-objects-finder-plugin",
"@kbn/saved-objects-management-plugin",
"@kbn/saved-objects-plugin",
Expand All @@ -52,7 +50,8 @@
"@kbn/unified-search-plugin",
"@kbn/url-forwarding-plugin",
"@kbn/usage-collection-plugin",
"@kbn/utility-types"
"@kbn/utility-types",
"@kbn/unified-doc-viewer"
],
"exclude": [
"target/**/*",
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/unified_doc_viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
"include": ["public/**/*"],
"kbn_references": [
"@kbn/core",
"@kbn/core-ui-settings-browser",
"@kbn/data-plugin",
"@kbn/data-views-plugin",
"@kbn/discover-plugin",
"@kbn/es-types",
"@kbn/field-formats-plugin",
"@kbn/i18n",
"@kbn/i18n-react",
"@kbn/kibana-react-plugin",
"@kbn/kibana-utils-plugin",
"@kbn/monaco",
"@kbn/react-field",
"@kbn/test-jest-helpers",
"@kbn/unified-doc-viewer",
Expand Down

0 comments on commit 88223cc

Please sign in to comment.