Skip to content
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

Move core config service to kbn/config package #76874

Merged
merged 30 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
29d8dfc
move deprecations and raw loader to package
pgayvallet Sep 7, 2020
8269fa0
move config service to package
pgayvallet Sep 7, 2020
aa32943
start to adapt the usages
pgayvallet Sep 7, 2020
7d79ca2
adapt yet more usages
pgayvallet Sep 7, 2020
545c867
update generated doc
pgayvallet Sep 7, 2020
92243ba
move logging types to `@kbn/logging`
pgayvallet Sep 10, 2020
c965735
update generated doc
pgayvallet Sep 10, 2020
c016d45
add yarn.lock symlink
pgayvallet Sep 10, 2020
601173c
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 11, 2020
1086b29
Merge branch 'kbn-xxx-kbn-logger-package' into kbn-76003-kbn-config-p…
pgayvallet Sep 11, 2020
67d6575
merge @kbn-logging PR
pgayvallet Sep 11, 2020
f825d42
adapt Env.createDefault
pgayvallet Sep 11, 2020
b2dbebe
update generated doc
pgayvallet Sep 11, 2020
3c1fac0
remove mock exports from the main entrypoint to avoid importing it in…
pgayvallet Sep 11, 2020
e1152a1
use dynamic require to import `REPO_ROOT` from bootstrap file
pgayvallet Sep 14, 2020
ba6b703
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 14, 2020
0bb5c5d
move logger mock to kbn-logging package
pgayvallet Sep 14, 2020
b0c9209
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 15, 2020
d9069c3
address review comments
pgayvallet Sep 15, 2020
d1fe014
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 15, 2020
7999389
import PublicMethodOf from kbn/utility-types
pgayvallet Sep 15, 2020
29e8ae6
fix import conflict
pgayvallet Sep 15, 2020
4d874ef
update generated doc
pgayvallet Sep 15, 2020
fb4bc59
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 15, 2020
8828c18
use the @kbn/std package
pgayvallet Sep 15, 2020
9997809
update generated doc
pgayvallet Sep 15, 2020
fe0fcc5
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 15, 2020
c80dd02
adapt plugin service mock
pgayvallet Sep 15, 2020
c0abb98
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 15, 2020
b77c901
Merge remote-tracking branch 'upstream/master' into kbn-76003-kbn-con…
pgayvallet Sep 16, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions docs/development/core/public/kibana-plugin-core-public.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
| [CoreSetup](./kibana-plugin-core-public.coresetup.md) | Core services exposed to the <code>Plugin</code> setup lifecycle |
| [CoreStart](./kibana-plugin-core-public.corestart.md) | Core services exposed to the <code>Plugin</code> start lifecycle |
| [DocLinksStart](./kibana-plugin-core-public.doclinksstart.md) | |
| [EnvironmentMode](./kibana-plugin-core-public.environmentmode.md) | |
| [ErrorToastOptions](./kibana-plugin-core-public.errortoastoptions.md) | Options available for [IToasts](./kibana-plugin-core-public.itoasts.md) error APIs. |
| [FatalErrorInfo](./kibana-plugin-core-public.fatalerrorinfo.md) | Represents the <code>message</code> and <code>stack</code> of a fatal Error |
| [FatalErrorsSetup](./kibana-plugin-core-public.fatalerrorssetup.md) | FatalErrors stop the Kibana Public Core and displays a fatal error screen with details about the Kibana build and the error. |
Expand Down Expand Up @@ -85,7 +84,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
| [OverlayBannersStart](./kibana-plugin-core-public.overlaybannersstart.md) | |
| [OverlayRef](./kibana-plugin-core-public.overlayref.md) | Returned by [OverlayStart](./kibana-plugin-core-public.overlaystart.md) methods for closing a mounted overlay. |
| [OverlayStart](./kibana-plugin-core-public.overlaystart.md) | |
| [PackageInfo](./kibana-plugin-core-public.packageinfo.md) | |
| [Plugin](./kibana-plugin-core-public.plugin.md) | The interface that should be returned by a <code>PluginInitializer</code>. |
| [PluginInitializerContext](./kibana-plugin-core-public.plugininitializercontext.md) | The available core services passed to a <code>PluginInitializer</code> |
| [SavedObject](./kibana-plugin-core-public.savedobject.md) | |
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading