-
Notifications
You must be signed in to change notification settings - Fork 8.6k
add kibana.jsonc files to existing packages #138965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
spalger
merged 13 commits into
elastic:main
from
spalger:implement/kibana-packages-manifest
Sep 8, 2022
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0404268
[packages] add kibana.jsonc files
60ec59d
auto-migrate to kibana.jsonc
a251eb0
support interactive pkg id selection too
221faa9
Merge branch 'main' of github.com:elastic/kibana into implement/kiban…
025c2d0
Merge branch 'main' of github.com:elastic/kibana into implement/kiban…
989e029
remove old codeowners entry
a8607c9
Merge branch 'main' of github.com:elastic/kibana into implement/kiban…
12556ab
skip codeowners generation when .github/CODEOWNERS doesn't exist
23e998a
Merge branch 'main' of github.com:elastic/kibana into implement/kiban…
287225e
fall back to format validation if user is offline
a4c69b3
update question style
11eef1b
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine ddceeb4
Merge branch 'main' into implement/kibana-packages-manifest
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/analytics-client", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/analytics-shippers-elastic-v3-browser", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/analytics-shippers-elastic-v3-common", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/analytics-shippers-elastic-v3-server", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/analytics-shippers-fullstory", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/analytics/core-analytics-browser-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-browser-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/analytics/core-analytics-browser-mocks/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-browser-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-browser", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/analytics/core-analytics-server-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-server-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/analytics/core-analytics-server-mocks/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-server-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-analytics-server", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/application/core-application-browser-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-application-browser-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/application/core-application-browser-mocks/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-application-browser-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/application/core-application-browser/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-application-browser", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/application/core-application-common/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-application-common", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-browser-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-browser-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-common-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-common", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-server-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-base-server-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-browser-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-browser-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-browser-mocks/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-browser-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-common/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-common", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-server-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-server-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-server-mocks/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-server-mocks", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/capabilities/core-capabilities-server/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-capabilities-server", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
7 changes: 7 additions & 0 deletions
7
packages/core/chrome/core-chrome-browser-internal/kibana.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "shared-common", | ||
| "id": "@kbn/core-chrome-browser-internal", | ||
| "owner": "@elastic/kibana-core", | ||
| "runtimeDeps": [], | ||
| "typeDeps": [] | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.