Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/7.5' into backport/7.5/pr-50189
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Griffith committed Nov 13, 2019
2 parents ee2faa6 + b0941df commit da15de3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/migration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ your application from one version of Kibana to another.
See also <<release-highlights>> and <<release-notes>>.
--

include::migration/migrate_7_5.asciidoc[]
include::migration/migrate_7_4.asciidoc[]
include::migration/migrate_7_3.asciidoc[]
include::migration/migrate_7_2.asciidoc[]
Expand Down
34 changes: 34 additions & 0 deletions docs/migration/migrate_7_5.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[[breaking-changes-7.5]]
== Breaking changes in 7.5
++++
<titleabbrev>7.5</titleabbrev>
++++

This page discusses the breaking changes that you need to be aware of when migrating
your application to Kibana 7.5.

//See also <<release-highlights-7.5.0, release highlights>> and <<release-notes-7.5.0, release notes>>.

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide

////
The following section is re-used in the Installation and Upgrade Guide
[[breaking_70_notable]]
=== Notable breaking changes
////
// tag::notable-breaking-changes[]

[float]
[[breaking_75_change_default_setting]]
=== The default setting for `courier:batchSearches` is now `false`

*Details:*
Changing the default setting for `courier:batchSearches` to `false` means
that search requests will use the `_search` {es} endpoint rather than `_msearch`.

*Impact:*
Dashboard panels will load individually, and search requests will terminate
when users navigate away or update the query.

// end::notable-breaking-changes[]
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function ({ getService, getPageObjects }) {
});

describe('axis scaling', () => {
it('does not scale by default', async () => {
it.skip('does not scale by default', async () => {
const expectedTableData = [
[ '2015-09-20 00:00', '6' ],
[ '2015-09-20 01:00', '9' ],
Expand Down

0 comments on commit da15de3

Please sign in to comment.