Skip to content

Commit

Permalink
Merge branch '7.x' of github.com:elastic/kibana into backport/7.x/pr-…
Browse files Browse the repository at this point in the history
…56356

* '7.x' of github.com:elastic/kibana: (23 commits)
  Fix setting filters without $store value (elastic#56304) (elastic#56475)
  [ML] Fix Data Visualizer responsive layout  (elastic#56372) (elastic#56472)
  [ML] conditional rison encoding for query params (elastic#56380) (elastic#56469)
  kuery_autocomplete -> convert remaining items to TS/Jest (elastic#56316) (elastic#56471)
  [APM] Fit service map to container (elastic#56336) (elastic#56463)
  Add animation to service map layout (elastic#56042) (elastic#56460)
  chore(NA): delete data/optimize with kbn clean (elastic#55890) (elastic#56422)
  [APM] Storybook support (elastic#54970) (elastic#56445)
  [DOCS] Updates example in Timelion doc (elastic#56444) (elastic#56454)
  [Logs UI] Fix Check for New Data button on empty indices screen (elastic#56239) (elastic#56320)
  [DOCS] Adds breaking changes for 7.6 (elastic#56437)
  [Monitoring] Change all configs to `monitoring.*` (elastic#56215) (elastic#56421)
  [skip-ci] Add example for migrating pre-handlers (elastic#56080) (elastic#56436)
  [7.x] System index templates can't be edited (elastic#55229) (elastic#56417)
  Add missing docker settings (elastic#56411)
  [Uptime] Use dynamic index pattern in Uptime (elastic#55446) (elastic#56386)
  fix edit rule for detections (elastic#56333) (elastic#56405)
  [Filter Bar] Remove flickering when opening filter bar popover (elastic#56222) (elastic#56385)
  [ILM] Index Lifecycle Policies show wrong unit in Kibana UI (elastic#55228) (elastic#55757)
  Move tsvb server to new platform (elastic#55310) (elastic#56394)
  ...
  • Loading branch information
jloleysens committed Jan 31, 2020
2 parents 2a2ef3b + b916251 commit f8afb1b
Show file tree
Hide file tree
Showing 1,012 changed files with 6,212 additions and 3,007 deletions.
4 changes: 2 additions & 2 deletions .i18nrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"paths": {
"common.ui": "src/legacy/ui",
"console": "src/legacy/core_plugins/console",
"console": "src/plugins/console",
"core": "src/core",
"dashboardEmbeddableContainer": "src/plugins/dashboard_embeddable_container",
"data": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"visTypeMetric": "src/legacy/core_plugins/vis_type_metric",
"visTypeTable": "src/legacy/core_plugins/vis_type_table",
"visTypeTagCloud": "src/legacy/core_plugins/vis_type_tagcloud",
"visTypeTimeseries": "src/legacy/core_plugins/vis_type_timeseries",
"visTypeTimeseries": ["src/legacy/core_plugins/vis_type_timeseries", "src/plugins/vis_type_timeseries"],
"visTypeVega": "src/legacy/core_plugins/vis_type_vega",
"visTypeVislib": "src/legacy/core_plugins/vis_type_vislib",
"visualizations": [
Expand Down
Binary file added docs/images/breaking_changes_save_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/migration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@
This section discusses the changes that you need to be aware of when migrating
your application from one version of Kibana to another.

* <<breaking-changes-7.6, Breaking changes in 7.6>>
* <<breaking-changes-7.5, Breaking changes in 7.5>>
* <<breaking-changes-7.4, Breaking changes in 7.4>>
* <<breaking-changes-7.3, Breaking changes in 7.3>>
* <<breaking-changes-7.2, Breaking changes in 7.2>>
* <<breaking-changes-7.1, Breaking changes in 7.1>>
* <<breaking-changes-7.0, Breaking changes in 7.0>>

See also <<release-highlights>> and <<release-notes>>.
See also <<release-highlights>> and <<release-notes>>.
--

include::migration/migrate_7_6.asciidoc[]
include::migration/migrate_7_5.asciidoc[]
include::migration/migrate_7_4.asciidoc[]
include::migration/migrate_7_3.asciidoc[]
include::migration/migrate_7_2.asciidoc[]
include::migration/migrate_7_1.asciidoc[]
include::migration/migrate_7_0.asciidoc[]
include::migration/migrate_7_0.asciidoc[]
Loading

0 comments on commit f8afb1b

Please sign in to comment.