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

[Core] create deprecations service #94845

Merged
merged 37 commits into from
Mar 30, 2021
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9b1e734
core.deprecations service
Bamieh Mar 17, 2021
3d82928
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 17, 2021
d1ea48b
update docs and names
Bamieh Mar 18, 2021
4c94eb1
fix core tests
Bamieh Mar 18, 2021
5f08e85
merge master
Bamieh Mar 18, 2021
b044c6a
update docs
Bamieh Mar 18, 2021
e5983fd
type_check
Bamieh Mar 18, 2021
376ff36
more type check fixes
Bamieh Mar 18, 2021
177ec43
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 21, 2021
87b0261
update snapshots
Bamieh Mar 21, 2021
39903d6
update kbn-config tests
Bamieh Mar 21, 2021
670c085
add public client
Bamieh Mar 21, 2021
722cd6f
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 21, 2021
330948e
type check
Bamieh Mar 21, 2021
9cc430a
update link
Bamieh Mar 22, 2021
0ea9e81
update logging deprecations documentationUrls
Bamieh Mar 23, 2021
a1bfdbc
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 23, 2021
6bed551
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 24, 2021
87c32da
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 25, 2021
bacb636
code review changes
Bamieh Mar 25, 2021
94d5129
add functional tests
Bamieh Mar 25, 2021
6b0e96e
merge master
Bamieh Mar 25, 2021
50f6285
udpate core public api
Bamieh Mar 25, 2021
7a70415
update public docs
Bamieh Mar 25, 2021
446c504
fix type check
Bamieh Mar 25, 2021
ca7f6ca
update docs
Bamieh Mar 25, 2021
f16a7b8
update docs
Bamieh Mar 25, 2021
0800f22
fix test case
Bamieh Mar 25, 2021
a749ad7
code review changes
Bamieh Mar 30, 2021
065f0a5
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 30, 2021
8a6cdcc
Merge branch 'master' into core/expose_config_deprecations
kibanamachine Mar 30, 2021
4cdb5e8
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 30, 2021
0611d4a
Merge branch 'master' of github.com:elastic/kibana into core/expose_c…
Bamieh Mar 30, 2021
61d49af
update tests
Bamieh Mar 30, 2021
98a7350
Merge branch 'core/expose_config_deprecations' of github.com:Bamieh/k…
Bamieh Mar 30, 2021
8a2cb0a
Merge branch 'master' into core/expose_config_deprecations
Bamieh Mar 30, 2021
55c9889
fix eslint
Bamieh Mar 30, 2021
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
Prev Previous commit
Next Next commit
update link
Bamieh committed Mar 22, 2021

Verified

This commit was signed with the committer’s verified signature.
mcous Michael Cousins
commit 9cc430aaf575369c4c742e87c8d8d2efdf3e3660
2 changes: 1 addition & 1 deletion src/plugins/timelion/server/deprecations.ts
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export const getDeprecations: RegisterDeprecationsConfig['getDeprecations'] = as
deprecations.push({
message: `You have ${count} Timelion worksheets. The Timelion app will be removed in 8.0. To continue using your Timelion worksheets, migrate them to a dashboard.`,
documentationUrl:
'https://www.elastic.co/guide/en/kibana/master/dashboard.html#timelion-deprecation',
'https://www.elastic.co/guide/en/kibana/current/create-panels-with-timelion.html',
level: 'warning',
correctiveActions: {
manualSteps: [