Commit graph

14635 commits

Author SHA1 Message Date
Matt Bargar
df72ca5746 Merge pull request #8647 from elastic/jasper/backport/8646/5.x
[backport] PR #8646 to 5.x
2016-10-12 20:16:37 -04:00
Elastic Jasper
da8f2c3428 Backport PR #8646
---------

**Commit 1:**
Fix label on scripted field date histograms

Now that we support Painless scripted fields users can create scripted
date fields, and thus scripted date histograms. The label making method
for the date histogram agg was getting the field name in a way that was
incompatible with scripted fields, so I've added some fallback code for
that scenario. I looked through the rest of the makeLabel methods on all
the other aggs and they all correctly access the field displayName
already so this should only need fixed for date histograms.

Now with more lodash for safer access

Fixes elastic#8632

* Original sha: fc635bcf2f
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-12T22:30:15Z
2016-10-12 20:05:22 -04:00
Court Ewing
1ef9fd1c50 Merge pull request #8644 from elastic/jasper/backport/8600/5.x
[backport] PR #8600 to 5.x - Bump node version to 6.7.0
2016-10-12 17:39:04 -04:00
Elastic Jasper
ac0bd9c4a7 Backport PR #8600
---------

**Commit 1:**
Bump node version to 6.7.0

* Original sha: 63c6e9a4da
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-10T10:57:25Z
2016-10-12 17:29:14 -04:00
Matt Bargar
4048df6991 Merge pull request #8640 from elastic/jasper/backport/8638/5.x
[backport] PR #8638 to 5.x
2016-10-12 13:05:48 -04:00
Elastic Jasper
de68ed08fc Backport PR #8638
---------

**Commit 1:**
Fix label on scripted field date histograms

Now that we support Painless scripted fields users can create scripted
date fields, and thus scripted date histograms. The label making method
for the date histogram agg was getting the field name in a way that was
incompatible with scripted fields, so I've added some fallback code for
that scenario. I looked through the rest of the makeLabel methods on all
the other aggs and they all correctly access the field displayName
already so this should only need fixed for date histograms.

Fixes https://github.com/elastic/kibana/issues/8632

* Original sha: 7359b45342
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-12T15:10:15Z
2016-10-12 12:52:50 -04:00
Brandon Kobel
b74c43adf7 Merge pull request #8635 from elastic/jasper/backport/8557/5.x
[backport] PR #8557 to 5.x
2016-10-12 06:13:03 -04:00
Elastic Jasper
c2b74fd372 Backport PR #8557
---------

**Commit 1:**
Resolving bug with console not autocompleting indexes

* Original sha: 0ae37797a8
* Authored by = <brandon.kobel@elastic.co> on 2016-10-05T15:07:43Z
2016-10-12 06:02:31 -04:00
CJ Cenizal
2780784321 Merge pull request #8631 from elastic/jasper/backport/8628/5.x
[backport] PR #8628 to 5.x - Add classes for standardizing the vertical rhythm of content on a page.
2016-10-11 15:59:10 -07:00
Elastic Jasper
24b4fff85b Backport PR #8628
---------

**Commit 1:**
Add classes for standardizing the vertical rhythm of content on a page. Apply to Management landing page.

* Original sha: 0eeb17ca2c
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-10-11T21:37:34Z
2016-10-11 18:56:24 -04:00
CJ Cenizal
8752eea429 Merge pull request #8625 from elastic/jasper/backport/8208/5.x
[backport] PR #8208 to 5.x - Add comments and inline docs for visualization saving and editing process.
2016-10-11 12:42:59 -07:00
Elastic Jasper
433c265b30 Backport PR #8208
---------

**Commit 1:**
Add comments and inline docs for visualization saving and editing process.
The goal is to clarify where URL state is coming from, when working with
visualizations. Some of the classes touched upon are: SavedVis,
PersistedState, AppState, and base classes.

Explored files:
- src/core_plugins/kibana/public/visualize/editor/editor.js
- src/core_plugins/kibana/public/visualize/saved_visualizations/_saved_vis.js
- src/ui/public/courier/data_source/_doc_send_to_es.js
- src/ui/public/courier/data_source/doc_source.js
- src/ui/public/courier/saved_object/saved_object.js
- src/ui/public/es.js
- src/ui/public/events.js
- src/ui/public/persisted_state/persisted_state.js
- src/ui/public/state_management/app_state.js
- src/ui/public/state_management/state.js
- src/ui/public/vis/agg_config.js
- src/ui/public/vis/agg_configs.js
- src/ui/public/vis/vis.js

* Original sha: 34e3f498fc
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-08-10T00:10:48Z
2016-10-11 15:41:41 -04:00
Brandon Kobel
05635eb93d Merge pull request #8613 from elastic/jasper/backport/8566/5.x
[backport] PR #8566 to 5.x - Support decimals in histogram interval
2016-10-10 15:46:09 -04:00
Elastic Jasper
21724892eb Backport PR #8566
---------

**Commit 1:**
Modifying the histograms interval to support decimals

* Original sha: da04e108de
* Authored by = <brandon.kobel@elastic.co> on 2016-10-05T20:46:52Z

**Commit 2:**
Removing the input-whole-number, no longer used.

* Original sha: cccb3708c6
* Authored by = <brandon.kobel@elastic.co> on 2016-10-06T17:29:03Z
2016-10-10 15:27:28 -04:00
Court Ewing
e5b11217e9 Merge pull request #8611 from elastic/jasper/backport/8301/5.x
[backport] PR #8301 to 5.x - [docs] Init breaking changes
2016-10-10 12:29:41 -04:00
Elastic Jasper
8189d1bea6 Backport PR #8301
---------

**Commit 1:**
[docs] Init breaking changes

* Original sha: 3e60953880
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T17:35:44Z

**Commit 2:**
[docs] Add separate section for 5.0

* Original sha: 9f0101f286
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T19:09:36Z

**Commit 3:**
[docs] Capitalize breaking changes title

* Original sha: f10a949cad
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-10T14:17:01Z
2016-10-10 12:11:17 -04:00
Court Ewing
0b58581acc Merge pull request #8593 from elastic/jasper/backport/8448/5.x
[backport] PR #8448 to 5.x - Add highlight opacity as global setting
2016-10-10 11:27:44 -04:00
Court Ewing
fc519dfcaa Merge pull request #8605 from elastic/jasper/backport/8340/5.x
[backport] PR #8340 to 5.x - [tests/functional] auto-rebuild assets in test:ui:server task
2016-10-10 11:21:48 -04:00
Elastic Jasper
ea0adf7460 Backport PR #8340
---------

**Commit 1:**
[tests/functional] auto-rebuild assets in test:ui:server task

While working on some functional tests I had to re-run the `test:ui:server` task several times to rebuild the front-end assets. I'm not sure why that should be necessary, so this updates the server used in that specific task to auto-rebuild the assets.

* Original sha: ea303935a1
* Authored by spalger <email@spalger.com> on 2016-09-19T20:15:04Z
2016-10-10 11:11:06 -04:00
Court Ewing
ba54aeeca2 docs: bump to rc1 2016-10-10 11:04:57 -04:00
Elastic Jasper
4ef443401e Backport PR #8448
---------

**Commit 1:**
Add highlight opacity as global setting

The opacity of the items that are dimmed on a chart can now be configured. This is useful for users who want to increase or decrease the contrast between the element under focus and the other elements.

* Original sha: b02bbad6c8
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-23T05:12:59Z

**Commit 2:**
coerce opacity to valid value

* Original sha: 8d10852a73
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-23T17:09:31Z

**Commit 3:**
improve code style

* Original sha: 807cc1b491
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-23T17:41:47Z
2016-10-07 18:36:28 -04:00
Court Ewing
251dce699f Merge pull request #8591 from epixa/5.x-backport-8540
[5.x] Ensure dashboard panels appear in the correct order
2016-10-07 17:28:13 -04:00
Stacey Gammon
50d41a2158 Ensure dashboard panels appear in the correct order
Backports #8540
2016-10-07 17:14:53 -04:00
Court Ewing
99e38a7b47 Merge pull request #8589 from elastic/jasper/backport/8588/5.x
[backport] PR #8588 to 5.x - Flag scripted fields as searchable and aggregatable
2016-10-07 17:06:17 -04:00
Elastic Jasper
e31430bda6 Backport PR #8588
---------

**Commit 1:**
Flag scripted fields as searchable and aggregatable

* Original sha: 701ceed063
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-07T19:15:59Z
2016-10-07 16:54:33 -04:00
Thomas Neirynck
d39321ffa4 Merge pull request #8587 from elastic/jasper/backport/8580/5.x
[backport] PR #8580 to 5.x - remove watermark from timelion
2016-10-07 14:55:44 -04:00
Elastic Jasper
e0eb8bcb60 Backport PR #8580
---------

**Commit 1:**
remove watermark from timelion

* Original sha: dfed59eca9
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-10-06T20:54:55Z
2016-10-07 14:39:41 -04:00
Thomas Neirynck
395d086dc4 Merge pull request #8573 from elastic/jasper/backport/8571/5.x
[backport] PR #8571 to 5.x
2016-10-06 14:22:52 -04:00
Elastic Jasper
de0564417c Backport PR #8571
---------

**Commit 1:**
Save settings on enter keypress

Remove unused imports

* Original sha: 09d334694d
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-10-06T15:46:48Z
2016-10-06 14:10:34 -04:00
Brandon Kobel
0e7ca30e9d Merge pull request #8569 from elastic/jasper/backport/8534/5.x
[backport] PR #8534 to 5.x - Displaying console logs in UTC
2016-10-06 11:47:32 -04:00
Elastic Jasper
bb7e461127 Backport PR #8534
---------

**Commit 1:**
Displaying stdout logs in UTC

* Original sha: 6f7efa7262
* Authored by = <brandon.kobel@elastic.co> on 2016-10-04T17:02:13Z
2016-10-06 11:33:10 -04:00
Thomas Neirynck
ec2f4a402d Merge pull request #8563 from elastic/jasper/backport/8558/5.x
[backport] PR #8558 to 5.x - Remove unused vars
2016-10-06 09:32:14 -04:00
Elastic Jasper
420dd2c72d Backport PR #8558
---------

**Commit 1:**
remove unused vars

do not hardcode css-snippet

* Original sha: 56c130aa80
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-10-05T15:47:05Z
2016-10-05 18:46:13 -04:00
Court Ewing
9cfa823468 Merge pull request #8561 from elastic/jasper/backport/8559/5.x
[backport] PR #8559 to 5.x - Remove Connect Data section from Management app
2016-10-05 17:53:50 -04:00
Elastic Jasper
0690fcd5ad Backport PR #8559
---------

**Commit 1:**
Remove Connect Data section from Management app

* Original sha: 016f881dba
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-05T19:39:16Z

**Commit 2:**
Fix path mentioned in comment

* Original sha: 66488f5d6b
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-05T20:50:52Z

**Commit 3:**
Remove unnecessary page method

* Original sha: 5f7117dba2
* Authored by Matthew Bargar <mbargar@gmail.com> on 2016-10-05T20:53:49Z
2016-10-05 17:27:20 -04:00
Stacey Gammon
f42a5f380f Merge pull request #8549 from elastic/jasper/backport/8537/5.x
[backport] PR #8537 to 5.x - Reduce memory leaks in visualization tests
2016-10-05 09:31:01 -04:00
Elastic Jasper
d5e80233be Backport PR #8537
---------

**Commit 1:**
Reduce memory leaks in visualization tests

These are the biggest offenders of dom node leaks during the browser
tests runs (there are more - specifically with leakage of
$rootScope.$new not being subsequently destroyed, but that takes up
significantly less memory).

This fix lets me run browser tests with consistent results.

* Original sha: 5affa99a24
* Authored by Stacey Gammon <gammon@elastic.co> on 2016-10-04T18:33:42Z
2016-10-05 08:40:47 -04:00
Court Ewing
3bc4ba1492 Merge pull request #8547 from elastic/jasper/backport/8539/5.x
[backport] PR #8539 to 5.x - Compatibility fixes for ES master
2016-10-05 08:26:16 -04:00
Elastic Jasper
dba1a7cf88 Backport PR #8539
---------

**Commit 1:**
[elasticsearch/proxy] strip _ query string param

With elasticsearch starting to validate query string parameters, we need to stop sending the extra "_" query string paramters (used to cache-bust in browsers). The changes are larger than "necessary" because the url parsing and formatting logic was updated to use the bonafide `url.parse` and `url.format` methods, rather than a series of specialized string mutations. The tests for this code were also expanded as a part of this effort.

* Original sha: d7bcab9f96
* Authored by spalger <email@spalger.com> on 2016-10-04T20:20:35Z

**Commit 2:**
[es/test] improve failure logging

* Original sha: 7de6323976
* Authored by spalger <email@spalger.com> on 2016-10-04T21:41:20Z

**Commit 3:**
[courier] move incorrectly placed search/get params into the request body

* Original sha: afe7a4c88a
* Authored by spalger <email@spalger.com> on 2016-10-04T21:47:49Z

**Commit 4:**
[es/tests] fix routing tests

* Original sha: 1c718bcd40
* Authored by spalger <email@spalger.com> on 2016-10-04T21:48:36Z

**Commit 5:**
[functional_tests/try] improve final failure message

* Original sha: 655eb05b03
* Authored by spalger <email@spalger.com> on 2016-10-04T22:29:02Z

**Commit 6:**
[functional_tests/discover] replace some sleep() calls with try()s

* Original sha: fa6212ab5c
* Authored by spalger <email@spalger.com> on 2016-10-04T22:31:11Z

**Commit 7:**
[functional_tests/try] trim intermediate tryForTime failure logging

* Original sha: a1e62ef048
* Authored by spalger <email@spalger.com> on 2016-10-04T22:51:12Z

**Commit 8:**
[courier] remove use of esShardTimeout, see #8544

* Original sha: 5a81f53306
* Authored by spalger <email@spalger.com> on 2016-10-04T23:26:48Z

**Commit 9:**
[courier] remove unused import

* Original sha: 4ecc73f902
* Authored by spalger <email@spalger.com> on 2016-10-04T23:58:52Z
2016-10-05 08:18:09 -04:00
Court Ewing
773032bc9c Merge pull request #8536 from elastic/jasper/backport/8487/5.x
[backport] PR #8487 to 5.x - Allows for server.host to be set in development
2016-10-04 14:00:37 -04:00
Elastic Jasper
a08d3a8e0b Backport PR #8487
---------

**Commit 1:**
Allows for server.host to be set in development

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Original sha: 7d76e68378
* Authored by Tyler Smalley <tyler.smalley@elastic.co> on 2016-09-28T06:42:11Z
2016-10-04 13:04:47 -04:00
Court Ewing
55caeb4353 Merge pull request #8527 from elastic/jasper/backport/8513/5.x
[backport] PR #8513 to 5.x - timelion: Mark third party services as experimental
2016-10-03 17:37:41 -04:00
Elastic Jasper
4c1fb83d2a Backport PR #8513
---------

**Commit 1:**
timelion: Mark third party services as experimental

We don't have any mechanism in place right now to verify that the third
party backends that ship with Timelion are continuing to work as
expected, and in the event that any service introduces a backwards
compatibility break or becomes unavailable, we have no plan for how
users can workaround the issue.

This is essentially the same situation we found ourselves in with our
third party tile map provider, so we should at least come up with
solutions for this before removing the experimental labels.

* Original sha: 7af23789e5
* Authored by Court Ewing <court@epixa.com> on 2016-10-02T15:01:33Z
2016-10-03 17:11:36 -04:00
Court Ewing
ca9de80654 Merge pull request #8526 from spalger/backport/5.x/remove-csv-upload
[backport 5.x] Remove CSV Upload
2016-10-03 17:10:36 -04:00
Matthew Bargar
5f0b75a9f8 Remove CSV Upload
Remove Upload Data API

Remove CSV Upload server config

Remove other unused Add Data code

Remove Upload CSV from getting started docs

remove unused npm deps
2016-10-03 14:01:12 -07:00
Court Ewing
594317ccad Merge pull request #8523 from elastic/jasper/backport/8135/5.x
[backport] PR #8135 to 5.x - Remove pipelines from ingest endpoint, and import csv wizard
2016-10-03 16:50:10 -04:00
Elastic Jasper
efcd70deeb Backport PR #8135
---------

**Commit 1:**
Removed pipelines from ingest endpoint, and import csv wizard

* Original sha: a35aac2c5d
* Authored by Jim Unger <bigfunger@gmail.com> on 2016-08-31T17:36:55Z

**Commit 2:**
Merge branch 'master' into add-data-remove-pipeline

* Original sha: 9437a02df8
* Authored by Jim Unger <bigfunger@gmail.com> on 2016-09-06T20:59:06Z
2016-10-03 16:40:35 -04:00
Thomas Neirynck
f815b121b0 Merge pull request #8520 from thomasneirynck/backport/8438
[Backport to 5.x] remove leading spaces
2016-10-03 16:09:16 -04:00
Thomas Neirynck
14592d5322 remove leading spaces 2016-10-03 15:45:11 -04:00
Spencer
5a633ea753 Merge pull request #8518 from elastic/jasper/backport/8509/5.x
[backport] PR #8509 to 5.x - [esErrors/isTermSizeZeroError] always return true/false
2016-10-03 12:11:06 -07:00