Commit graph

19098 commits

Author SHA1 Message Date
Aleh Zasypkin 432cf1b562
[6.x] Skip React Intl placeholder during pseudo localization. (#26465) 2018-11-30 14:19:08 +01:00
tibmt 21ffb1ed5e
translate additional part of Infra PR (#26409) (#26457) 2018-11-30 09:55:26 +02:00
Spencer b5e0c20595
[ci] don't try to extract bootstrap cache in packer cache script (#26408) (#26419) 2018-11-29 16:52:19 -08:00
Spencer 3abe125f57
[6.x] [ftr] wrap remote in browser service (#26394) (#26444)
Backports the following commits to 6.x:
 - [ftr] wrap remote in browser service  (#26394)
2018-11-29 16:11:36 -08:00
Tyler Smalley edb7dc6de8
[migration] Provide protection against missing shards (#26303) (#26420)
Provides protection against reading/re-indexing against an index with missing
shards which could result in data loss. This shouldn't be common, as the Saved
Object indices should only ever have a single shard. This is more to handle
instances where customers manually expand the shards of an index.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-29 13:15:10 -08:00
Luke Elmers f8651a8077
Show pagination on saved searches in dashboard read mode. (#26224) (#26429) 2018-11-29 11:13:21 -07:00
Brandon Kobel f00d37fcc5
Respect the basePath for the link to the user profile in the k7 header (#26417) (#26423) 2018-11-29 09:33:48 -08:00
Chris Cowan 127a07148b
Fix Potential Color Bugs (#26292) (#26427)
- Fixes 25707 by parsing the colors generated for the node and adding a
try/catch to prevent an errors by returning the default color
- Set the min bounds to zero when there is only one data point
2018-11-29 10:33:40 -07:00
Joe Fleming c658f4461a
Fix: Run with reporting disabled (#25829) (#26380)
* fix: relative link instead of static

* fix: handle missing reporting config value

* chore: refactor reportingBrowserType check

* fix: core interpreter reportingBrowserType

the code was duplicated from canvas, so it's equally as broken, this duplicates the fix
2018-11-29 09:23:54 -07:00
tibmt 5b482feb23
translate InfraOps visualization component (Part 2) (#25212) (#26411)
* translate InfraOps visualization component (Part 2 - part of folder components and root files)

* update translation of Beats Management vizualization component (Part 2)

* update translation of Infra Ops vizualization component (Part 2)

* update translation of Infra Ops vizualization component (Part 2)

* update translation of Infra Ops vizualization component (Part 2)

* change some ids and add some logic

* update Infra Ops Part 2 - directly wrap some classes by injectI18n()

* Update Infra Part-II change some code

* update Infra-II - add static to displayName, add needed translations

* update Infra-II - fix errors wich broke CI

* update Infra-II - fix errors wich broke CI

* update Infra-II - fix errors

* update Infra-II - fix errors in group_by_controls

* update Infra-II - update nodeType in files with errors

* update Infra-II

* update Infra-II

* update Infra-II - update one type

* add one empty line, use lodash get method
2018-11-29 16:19:37 +02:00
Walter Rafelsberger 73387d22f7 [ML] Wrap controller initialization in assertions. (#26265) (#26273)
- The controller tests introduced in #25382 had a flaw: If a controller initialization would fail and throw an error, that test suite wouldn't be able to clean up any stubs. So tests using the same stubs would report and error because the stubs couldn't be wrapped again.
- This PR wraps every controller initialization inside an assertion and catches those errors properly as part of the test.
2018-11-29 13:25:15 +00:00
Pete Harverson ce1fe02458
[ML] Adds support for kuery to job wizards (#26094) (#26403) 2018-11-29 12:10:03 +00:00
spalger 4e9bdc5353 [ci] every script needs to have set -e 2018-11-29 03:10:12 -08:00
Maryia Lapata 280e65229d
Beats Management translations (#25228) (#26398)
* Beats Management translations

* Fix merge issues

* Revert translations for config

* Fix tslint error

* Add map for config translations

* Use Map

* Fix tslint

* Update i18n ids

* Fix tslint

* Remove commented code

* Revert translation of Filebeat and Metricbeat because they should be translated

* Update message id
2018-11-29 13:02:12 +03:00
Peter Pisljar 555d6281e4
add raw data to split column (#26321) (#26337) 2018-11-29 09:28:42 +01:00
Tim Roes e5cb6a4cc2
Rewrite URL when closing vis type selection modal (#26327) (#26395) 2018-11-29 09:01:45 +01:00
Spencer d3d270ea9e
[ci] simplify ci_setup scripts (#26215) (#26393)
Cleanup some of the legacy bits from our ci_setup, simplify the setup necessary in child CI scripts, and unify the more generic bits of the scripts.
2018-11-28 17:31:30 -08:00
Spencer e5620daba9
[6.x] [kbn/i18n] remove npm-run-all (#26297) (#26388)
Backports the following commits to 6.x:
 - [kbn/i18n] remove npm-run-all  (#26297)
2018-11-28 17:30:25 -08:00
Robert Monfera 459815fafc
Feat: add self-snapping of canvas elements (#26092) (#26364) 2018-11-28 23:10:59 +01:00
Tyler Smalley 990eb24967
Improve plugin version mismatch error message (#25774) (#26371)
Closes #16796

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-28 12:53:32 -08:00
Robert Monfera 2b26c18a4f
[Canvas] Single POST when manipulating multiple elements (#26119) (#26365)
* Feature: POST only once even when updating multiple Canvas elements

* Chore: remove disused action
2018-11-28 21:33:22 +01:00
Søren Louv-Jansen 1ebb8461a6
[APM] Highlight selected bucket in transaction bucket distribution (#26266) (#26347) 2018-11-28 20:48:12 +01:00
Tim Roes de8d01c242
Fix auto refresh not working after page reload (#26088) (#26362)
* Fix auto refresh after page reload

* Fix timefilter initial state
2018-11-28 20:36:41 +01:00
Caroline Horn fe82b79bf9
Moar ui/public LESS 2 SASS (#26222) (#26358) 2018-11-28 13:51:14 -05:00
Tim Sullivan 77a7e8bc10
[Reporting] Enhance Error Messaging and Handling 3 (#26299) (#26345)
* [Reporting] A few more error handling improvements

* update comment

* Update index.js

link another api documentation site in a comment
2018-11-28 10:09:06 -07:00
Søren Louv-Jansen 5eb4598909
[APM] Fix missing index pattern (#26245) (#26336)
* [APM] Get rid of `pre` middleware

* Add `search_fields=title`
2018-11-28 15:46:21 +01:00
spalger e0720e35a8 [yarn] fix alphabetical order in deps 2018-11-28 06:42:22 -08:00
Søren Louv-Jansen 2d15e0283e
[6.x] [APM] Move chartsSelector transformation to backend (#26117) | [APM] Get rid of pre middleware (#26256) (#26328)
* [APM] Move chartsSelector transformation to backend (#26117)

* [APM] Move ML anomaly transformation to backend

Move apmTimeseries to backend

Fix tests

* Update default values

* Fix bug

* [APM] Get rid of `pre` middleware (#26256)

Rename apmIndexPattern to apmIndexPatternTitle and narrow down search query

Fix tests

Remove unused aggregation

Revert "Rename apmIndexPattern to apmIndexPatternTitle and narrow down search query"

This reverts commit 5aa86744a0b360ceb75a59ebc8a0a084b24fbe50.
2018-11-28 13:54:55 +01:00
pavel06081991 31aed7755d
translate sample data (#26069) (#26268)
translate sample data
2018-11-28 10:07:56 +03:00
Peter Pisljar 24be3c6211
kbn-interpreter package should not import from ui (#26161) (#26320) 2018-11-28 07:37:20 +01:00
Tiago Costa 88d0c43e3b
Watch optimizer cache invalidation (#24172) (#26319)
* chore(NA): cherry pick work from spencer on impleting the cache invalidation system and merging it with current master.

* feat(NA): add support for dlls bundle into the cache state invalidation system.

* chore(NA): merge with master.

* feat(NA): first working version for the watch cache.

* feat(NA): added logger, correct cache delete and removed last todos.

* feat(NA): remove some useless features for the time being.

* refact(NA): just pass kibanaHapiServer.log function directly instead of an anonimous function that calls the kibanaHapiServer.log one.

* refact(NA): move everything to async.

* refact(NA): remove dll mentions.

* chore(NA): removed types/mkdirp as we dont use mkdirp into typescript.
2018-11-28 05:06:31 +00:00
Tyler Smalley 12a4629496
Bump node to 8.14.0 (#26313) (#26316)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-27 20:46:09 -08:00
Brandon Kobel dd7e5500b1
support standard license (#26294) (#26301) 2018-11-27 19:20:34 -08:00
Spencer 63bc959c34
[6.x] [eslint] use disallow license header rule (#26309) (#26311)
Backports the following commits to 6.x:
 - [eslint] use disallow license header rule  (#26309)
2018-11-27 17:49:15 -08:00
spalger 6ed7285dcb [kbn-pm] update build 2018-11-27 15:41:39 -08:00
Spencer 8f39b64f3f
[kbn/pm] allow packages to define extra paths to clean (#26132) (#26284)
I noticed some discussion about how kbn clean should probably clear out the `.eslintcache` file, since it doesn't handle changes in related modules (for things like the import plugin) and it would be nice if `yarn kbn clean` took care of the issue. I figured it's not a bad idea, but adding `.eslintcache` directly to `@kbn/pm` felt wrong, so instead I've added another config options that can go in the package.json file, `clean.extraPatterns`. This array of patterns is passed into `del()` so that it can include things like negation.

As the name suggests this doesn't override the initial paths, just adds some extras that will be checked and cleared when `yarn kbn clean` is run.
2018-11-27 15:35:44 -08:00
Larry Gregory a67ad05e19
[6.x] support standard license (#26294) (#26304)
Backports the following commits to 6.x:
 - support standard license  (#26294)
2018-11-27 18:11:41 -05:00
Catherine Liu cc15cbbf92
Made docs link version specific (#26201) (#26225) 2018-11-27 13:43:56 -07:00
Tiago Costa 6dc8a140b3
Extend precommit hook script to support git GUI apps (#25883) (#26288)
* feat(NA): extend support from precommit hook to git GUI apps.

* docs(NA): more descriptive error message.
2018-11-27 19:55:52 +00:00
Lisa Cawley 5ba8924d7a [DOCS] Clarify monitoring dependencies (#26229) 2018-11-27 11:47:18 -08:00
Larry Gregory 77f06b0b96
Fix spaces license check (#26270) (#26276)
## Summary

Allows the public spaces API to work with a gold license

Resolves https://github.com/elastic/kibana/issues/26271
2018-11-27 14:29:30 -05:00
Tim Sullivan 4eaea129c0
[Reporting] Better logging for waitForSelector failure (#25762) (#26286)
* [Reporting] Better logging for waitForSelector failure

* break waitForSelector

* experimental changes

* cleanup/consistency

* fix some test report title strings

* test disable chromium

* roll back test code

* take out non-working phantom changes

* roll back disable chromium test

* allow logger to use curried tags

* temporarily re-do report failure-causing change for test

* replace newline with escaped for single log line

* undo test change

* remove obsolete test
2018-11-27 12:12:35 -07:00
Oliver Gupte 5945bd1722
[APM] fixes #20145 by displaying span.context.http.url in the span details flyout (#26238) (#26275) 2018-11-27 11:01:35 -08:00
Tim Roes 97fd4481c8
Add description for vis types (#26243) (#26280) 2018-11-27 19:44:05 +01:00
Jonathan Budzenski 3898f5b3ba
docs: add logging.useUTC to known issues (#26055) 2018-11-27 12:24:16 -06:00
Jonathan Budzenski e8cd7bf988
[config] fix logging.useUTC deprecation unset (#26053) 2018-11-27 12:21:59 -06:00
Tyler Smalley 438bd155f7
[migrations] Throw error if reindex task fails (#26062) (#26281)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-27 10:10:56 -08:00
Tim Sullivan c9c1054eeb
Job Info button in Reporting Listing (#25421) (#26279)
* Job Info button in Reporting Listing

* use lodash directly

* start of flyout use

* description list in flyout

* capitalize

* undefined guard

* expire info on close

* add jest test

* better at error handling + messaging
2018-11-27 10:55:50 -07:00
Søren Louv-Jansen 75aa88e970
[APM] Migrate to Typescript and refactor backend apis (#25848) (#26269) 2018-11-27 17:42:04 +01:00
Oliver Gupte f795b93735
[APM] Changed 'Response Time' to 'Duration' in transactions screens (#25990) (#26242) 2018-11-27 08:33:05 -08:00