Commit graph

14644 commits

Author SHA1 Message Date
ppisljar
b3957a968f fix #7125 - disable angular debug info 2016-10-29 16:48:49 +02:00
Spencer
adc95d0955 trim down test harness, remove StackTraceMapper (#8146) 2016-10-28 14:12:48 -07:00
Spencer
908da97953 [elasticsearch] remove SetupError class (#8848) 2016-10-28 10:17:54 -07:00
Spencer
c5ca1604ff Prevent excessive ES version warnings (#8865)
* [es/versionCheck] prevent spamming logs with compatibility warnings

* [es/versionCheck] clarify new var and reason for check

* [es/versionCheck] explain why we need to track per-server
2016-10-28 08:52:48 -07:00
marcelhallmann
409a30ba37 Add coloring for string fields, closes #6537 (#8597)
* #6537 add color formatting for string fields

* #6537 adjust test

* #6537 adjust check

* #6537 add simple check to enable coloring in viz (data table), too

* #6537 call the field formatter instead of the toString() function

* #6537 add some tests for coloring string fields

* #6537 better default value for regex field

* [stringify] track field type in params
2016-10-28 07:39:18 -07:00
Brandon Kobel
62d40bce3c Specifying the utf-8 charset when exporting aggregate tables (#8662)
* Specifying the utf-8 charset when exporting aggregate tables
2016-10-28 09:40:41 -04:00
Thomas Neirynck
8f1d6e7c3f Merge pull request #8844 from scampi/spy-fullscreen
corrected spy fullscreen mode
2016-10-28 09:18:06 -04:00
Stéphane Campinas
04034707da
removed guard-clauses 2016-10-28 10:02:23 +01:00
CJ Cenizal
35fc5f40a3 Merge pull request #8859 from cjcenizal/improvement/css-style-guide-references
Add BEM references to CSS style guide.
2016-10-27 12:12:31 -07:00
CJ Cenizal
bbf948ed1a Add BEM references to CSS style guide. 2016-10-27 12:09:03 -07:00
CJ Cenizal
a598c8b2c7 Merge pull request #8857 from cjcenizal/improvement/css-style-guide-state-class-convention
Fix CSS style guide state class naming convention to be camel case.
2016-10-27 11:59:29 -07:00
CJ Cenizal
bc1b49b88e Fix CSS style guide state class naming convention to be camel case. 2016-10-27 11:54:40 -07:00
Spencer
7e4d42d54f Merge pull request #8734 from spalger/implement/get-field-options
Unify getting fields for aggs, and filter scripted fields for significant terms agg
2016-10-27 11:46:34 -07:00
spalger
7205993507 [aggParams/field] use a more descriptive warning 2016-10-27 11:38:36 -07:00
Court Ewing
7e0eebfb27 docs: Use correct x-pack url in plugin example 2016-10-27 13:28:53 -04:00
Court Ewing
1befc57384 docs: Kibana repo for issues/prs instead of ES 2016-10-27 09:42:21 -04:00
CJ Cenizal
2e89ced6ef Merge pull request #8679 from cjcenizal/experiment/ui-framework-css
Integrate UI Framework
2016-10-26 21:40:36 -07:00
CJ Cenizal
b5444c41c8 Integrate Kibana UI Framework CSS.
- Migrate to new localNav component and subcomponent styles.
- Add support for multi-slot transclusion to kbnTopNav.
- Update Dashboard, Discover, Management, Visualize, Dev Tools, Timelion to use kbnTopNav consistently.
- Update these apps to also display localNavDropdowns consistently, including Timepicker (this mostly meant adding titles).
- Add checkLicenses npm script.
- Add .fullWidth utility class and use it to make search forms 100% width.
2016-10-26 21:39:47 -07:00
Rashid Khan
d40b6beaad Merge pull request #8842 from rashidkpc/performance/spinner
Spinner performance. Use translate instead of positioning.
2016-10-27 10:56:41 +09:00
Stéphane Campinas
a092f15175
corrected spy fullscreen mode 2016-10-26 10:22:58 +01:00
Rashid Khan
eb10f95733 Improve spinner performance 2016-10-26 16:30:12 +09:00
debadair
835432e6e2 Docs: Cleaning up GSG to match UI. (#8840)
* Docs: Cleaning up GSG to match UI.

* Docs: Updated annotated discover screen cap.
2016-10-25 23:44:55 -04:00
Court Ewing
1518862df1 docs: 64/32 bit manual install steps for deb/rpm
Both rpm and deb packages are created per architecture, so the docs need
to reflect that.
2016-10-25 21:43:03 -04:00
Spencer
da9ae10e10 Merge pull request #8837 from spalger/fix/forever-hidden-nav
[chrome/nav] allow link properties to change over time
2016-10-25 15:58:34 -07:00
Spencer
973222c3bf Merge pull request #8822 from spalger/fix/tests/ensure-empty-notifs
[tests] ensure that the notifier is emptied by each test
2016-10-25 15:12:04 -07:00
spalger
34659fb45f [testHarness] use generic Error class 2016-10-25 15:11:39 -07:00
debadair
6b5011a3e4 Docs: Edited dashboard topic to match UI. (#8831) 2016-10-25 17:41:00 -04:00
spalger
e80ad49653 [chrome/nav] allow link properties to change over time
The current implementation uses Array#filter() to produce a list of "shown links", this changes it to a live filter with `ng-if` that will update the view, should the hidden property of the link change over time
2016-10-25 13:51:46 -07:00
Court Ewing
c19beafc3c docs: Fix broken ES docs link in create vis docs
There is no median aggregation, it's just the 50th percentile.
2016-10-25 16:32:38 -04:00
Court Ewing
95cb943e08 docs: Fix inconsistencies in setup docs
The configuration headers are now consistent across targz/zip/deb/rpm,
and KIBANA_HOME variables are used consistently as well.
2016-10-25 14:23:26 -04:00
debadair
6d5335c51a Docs: Cleaned up viz topic. (#8824) 2016-10-25 14:14:50 -04:00
Court Ewing
ccc2c7737e docs: More comprehensive upgrade docs for 5.0+
These changes include all three known upgrade scenarios:

1. New installation (K3 -> K5)
2. Standard upgrade (K4.2 -> K5)
3. Standard upgrade with reindex (K4.1 -> K5)
2016-10-25 12:24:24 -04:00
Court Ewing
51b1121244 docs: Fix prerelease links for deb/rpm packages
These were accidentally swapped in the reorganization.
2016-10-25 09:49:42 -04:00
Court Ewing
9e54b03666 Merge pull request #8813 from debadair/timelion
Docs: Added Timelion topic
2016-10-24 23:08:32 -04:00
debadair
33532b3eff Updated to work with new doc structure 2016-10-24 19:54:14 -07:00
debadair
fe1e11d2df Docs: Added Timelion topic 2016-10-24 19:46:58 -07:00
Court Ewing
ee4c9ce7c6 docs: Use current x-pack docs 2016-10-24 22:12:15 -04:00
Court Ewing
a42239b127 docs: Ensure master is unreleased 2016-10-24 22:01:32 -04:00
Court Ewing
8895ae110f docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00
spalger
001878663d [aggTypes/fieldParam] move orderby back into condition 2016-10-24 17:22:46 -07:00
spalger
fbf884a01a [aggType/test] remove unnecessary change 2016-10-24 17:20:55 -07:00
spalger
0cdef8cd5e [tests] ensure that the notifier is emptied by each test 2016-10-24 17:09:57 -07:00
spalger
6157275f82 [tests] revert changes to notifier clearing 2016-10-24 17:07:42 -07:00
spalger
e71b0f26c7 [aggConfig] restore use of @timestamp 2016-10-24 17:04:13 -07:00
Court Ewing
5dc4afbc8d docs: Tilemaps support 10 zoom instead of 18
Fixes #8801
2016-10-23 16:49:40 -04:00
Court Ewing
377c5e10c5 docs: merge "Controlling Access" with X-Pack config
When setting Kibana up for production, the "Controlling Access" section
was redundant, so it is merged with the X-Pack security section.

Fixes #8724
2016-10-23 16:29:06 -04:00
Court Ewing
b761d2ee43 docs: Fix X-Pack security link for prod docs 2016-10-23 16:18:16 -04:00
Matthew Bargar
56b96d105f Update package repo urls 2016-10-23 15:37:44 -04:00
CJ Cenizal
612912ff4b Merge pull request #8767 from cjcenizal/improvement/side-nav-app-order
Add support for 'order' property for apps.
2016-10-21 09:58:26 -07:00
Matthew Bargar
53e02423b7 Improved wording 2016-10-21 11:29:12 -04:00