Commit graph

15728 commits

Author SHA1 Message Date
Stacey Gammon
b463aebfb6 show the spy toggle in an expanded panel on hover (#12550)
* show the spy toggle in an expanded panel on hover

the css was wrong because the expanded panel is no longer inside
gridster.  Added tests that would have caught this.

* rename toggleSpyPane to toggleSpyPanel
2017-06-30 13:38:00 -04:00
Thomas Neirynck
f6db5ece5e ensure spy panel obscures underlying visualization (#12502) 2017-06-30 12:00:44 -04:00
Thomas Neirynck
491f3a8ab6 goal-type should be discoverable (#12603) 2017-06-30 11:49:19 -04:00
Spencer
aa729af3a1 [ftr/dashboard+scripting] disable unstable tests (#12592) 2017-06-30 00:03:18 -07:00
Spencer
f0f1998175 fix esArchiver tests (#12594) 2017-06-30 00:00:41 -07:00
Spencer
cca8fff6e8 [npm] upgrade grunt-esvm (#12593) 2017-06-29 22:23:27 -07:00
Thomas Neirynck
bcd9e7dc22 Add region map documentation and rename references from tile map to coordinate map (#12370) 2017-06-29 23:49:26 -04:00
Spencer
5af4f21ab1 [tests] increase timeout for es_archiver test setup (#12576) 2017-06-29 19:09:31 -07:00
Thomas Neirynck
b183996b71 remove wrong statement from doc (#12579) 2017-06-29 21:40:52 -04:00
Tyler Smalley
ead5754a42 Uses SavedObjects API in Courier Saved Object (#12407)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-06-29 16:26:19 -07:00
Lisa Cawley
db4ba51f26 [DOCS] Add link to shared attributes (#12574) 2017-06-29 15:28:39 -07:00
Nathan Reese
b6e9628be6 Date histogram brush - add range filter when field is not index pattern time field. (#12286)
* create range filter for brush event when xaxis field is not index pattern timefield

* remove switch statement

* move logic to functions

* convert Dates to milliseconds

* add format:epoch_millis to date range filter
2017-06-29 13:41:04 -06:00
Nathan Reese
fce318bcb9 add groupCount back to addStackedBars method (#12506) 2017-06-29 13:23:11 -06:00
Spencer
fab90fab59 Refactor commaList filter logic into common util (#12553)
* [utils] extract _.commaSeparatedList mixin to common utils

* [utils] test current version of parseCommaSeparatedList()

* [utils] remove mutation in parseCommaSeparatedList()

* [utils] extract commaList filter to util

* [utils] add tests for formatListAsProse()

* [utils] refactor formatListAsProse(), add oxford comma

* [commaList] add oxford comma to commaList output

* [utils/prose] remove pointless condition

* address PR feedback

* 💥 the stringification thingy
2017-06-29 12:00:27 -07:00
Árpád Poprádi
848bf17b29 [UI Framework] Reactify kuiTabs and related CSS components (#12302)
* [UI Framework] Reactify kuiTabs and related CSS components
2017-06-29 07:51:16 -07:00
Peter Pisljar
1243c0f159 updating based on review (#12537) 2017-06-29 09:03:18 +02:00
Court Ewing
55daa20626 Rely on kbn-xsrf header for CSRF protection (#12547)
This change reverts the behavior of accepting content-type as a CSRF
option.
2017-06-28 12:33:41 -07:00
Nathan Reese
532ab640f4 Remove lodash mixin dependencies from Field Formatters (#12507)
* remove private module dependencies from highlight

* remove _.class from _numeral.js

* remove asPrettyString from lodash mixin

* remove shortenDottedString from lodash mixin

* remove use of class lodash mixin in field formatters

* create unit tests for asPrettyString and shortenDottedString

* remove empty constructors and use static to move Class properties inside class definition body

* use class method syntax to ensure method is on prototype instead of instance
2017-06-28 11:04:09 -06:00
Thomas Neirynck
9eb7e58b1d use new staging server for catalogue manifest (#12521) 2017-06-28 11:58:15 -04:00
Lukas Olson
1bea30ddc7 Fix filter bar appearing above other elements (#12480)
* Fix filter bar appearing above other elements

* Make z-index relationships clearer

* Rename variables appropriately

* Use a lower z-index
2017-06-28 08:01:38 -07:00
Chris Cowan
cfa1fc0ef3 removing calculate_indices function from annotations and data requests (#12281) 2017-06-28 07:40:07 -07:00
CJ Cenizal
c5f2ea8066 [UI Framework] Order UI Framework React component exports to be alphabetical (#12526)
* Order UI Framework React component exports to be alphabetical.
* Add globalBoxShadow variable.
2017-06-27 15:51:27 -07:00
Lukas Olson
d49291a386 Fix docs wording for invert filter (#12481) 2017-06-27 10:38:27 -07:00
Lisa Cawley
e21a133e00 [DOCS] Update Kibana Guide to use shared attributes (#12505)
* [DOCS] Update Kibana Guide to use shared attributes

* [DOCS] Add docs repository path
2017-06-27 10:13:42 -07:00
Stacey Gammon
5bc7f7b9f3 Expose the variables for dynamically building doc links (#12513)
* Expose the variables for dynamically building doc links

* Rename variable
2017-06-27 12:53:14 -04:00
Aleh Zasypkin
15c7453717 Gracefully handle query string global state parameter with malformed rison content. (#12376) 2017-06-27 18:20:45 +02:00
Chris Earle
d4ff0d6a7d [Deprecations] Log method and URL for deprecated requests (#12509)
This just adds the method (e.g., GET) and the URL that is deprecated to the deprecation logger.

This helps for testing when you notice it so that you can go fix it.
2017-06-27 11:55:43 -04:00
Peter Pisljar
cbe7610e17 fixes gauge chart width calculation (#12499)
This fixes an issue where a gauge or metric would disappear when the resizing happens.
2017-06-27 10:24:51 -04:00
Deb Adair
6c7ec91e92 [DOCS] Fixed broken cross doc links. 2017-06-26 17:57:42 -07:00
Deb Adair
f75452754d [DOCS] Added ref attribute. 2017-06-26 17:22:45 -07:00
Deb Adair
d88227eafc [DOCS] Fixed xref to JS client doc. 2017-06-26 17:16:28 -07:00
Jonathan Budzenski
2e70fba30e [eslint] Ignore ui_framework/doc_site/build (#12400) 2017-06-26 18:07:44 -05:00
Stacey Gammon
929015bc17 Fix stats permissions and use underscore instead of dash (#12478) 2017-06-26 08:55:10 -04:00
Stacey Gammon
e494160866 Fix the issue where multiple color pickers would stay open (#12458) 2017-06-26 08:54:31 -04:00
spalger
5ca30018c5 [docs] remove metions of time-pattern index patterns 2017-06-23 13:42:24 -07:00
Nathan Reese
bddefd223b Add github-markdown.css to markdown visualization (#12377)
* add github-markdown.css to markdown visualization

* bring css internal and use kibana variables

* add license from github-markdown-css

* support dark-theme
2017-06-23 13:46:08 -06:00
Stacey Gammon
99811040f3 full screen mode implementation for dashboard (#12265)
* full screen mode implementation

* Have Edit and Add buttons kick you out of full screen mode

* Instruct the grid to resize when switching between full screen and regular modes

* Use new styles and listen for ESC key

* handle dark theme

* Remove full screen option from edit mode

It’s awkward with no obvious save button to escape edit mode.

* Code review comments

* deregister the route handler if the user navigates away from the dashboard page.

* Use a new broadcast event rather than hijacking the window resize one
2017-06-23 14:09:53 -04:00
Chris Cowan
68bdd7cbdd Remove Version Check for Dashboard Import API (#12476)
* removing version check from import api

* removing tests
2017-06-23 09:16:52 -07:00
Xabier Napal
1b9742336a Close writable stream when reloading logging configuration (#10994) (#10995) 2017-06-23 10:24:39 -05:00
Nathan Reese
1c551081c5 Separate field format editors from field formatters (#12425)
* create registry for field format editors

* index fieldFormatEditors registry by formatId and remove duplicate code between stringify and field_format_editor

* correctly cancel  in date format editor and other minor changes

* unnest editor object

* update fieldFormatEditor usage comment to reflect changes

* use ui_exports to load editor registry instead of modules.js
2017-06-22 15:40:34 -06:00
Jonathan Budzenski
6c298efc0b [es archiver] fix error causes when requesting multiple index features, replace with filter path (#12473) 2017-06-22 16:06:12 -05:00
Chris Roberson
7df397bd7b [Management] More universal solution for fetching indices and aliases (#12405)
* Use two separate, cleaner endpoints due to reliability concerns around indices.getAlias

* Prioritize getAlias and fallback to cat.indices
2017-06-22 15:47:52 -04:00
lcawley
198ed65e57 [DOCS] Add Logstash Reference URL as attribute 2017-06-22 10:56:37 -07:00
Jonathan Budzenski
7155a404ef [licenses] Bump ua-parser-js override (#12474) 2017-06-22 12:19:20 -05:00
Lukas Olson
0e5ee35667 Update docs with the addition of filter editors (#12321)
* Update docs with the addition of filter editors

* Move operators into a table
2017-06-21 18:33:21 -07:00
Lisa Cawley
6cd36bbc9c [DOCS] Add XPack Reporting to Kibana Guide (#12062)
* [DOCS] Add XPack Reporting to Kibana Guide

* [DOCS] Add attributes for private vs open repo builds

* [DOCS] Add index-shared.asciidoc

* [DOCS] Address feedback on index-shared.asciidoc

* [DOCS] Add X-Pack introduction to Kibana Guide

* [DOCS] Add X-Pack installion to Kibana Guide

* [DOCS] Fix duplicate security attribute in index-shared.asciidoc

* [DOCS] Further fix duplicate security attribute in index-shared.asciidoc

* [DOCS] Revert changes to intro and setup

* [DOCS] Split index-shared.asciidoc

* [DOCS] Add index-shared5.asciidoc
2017-06-21 16:38:49 -07:00
Lisa Cawley
c33aee3df8 [DOCS] Add Dev Tools to Kibana Guide (#12438) 2017-06-21 16:07:12 -07:00
Peter Pisljar
3269965dfb removing old point series defaults (#11958)
This fixes issues where properties from the visualizations saved in older versions were not applied to the Visualization.

This also addressed the fontSize of metrics not being applied on the Dashboard.
2017-06-21 16:08:08 -04:00
Felix Stürmer
1eaf83eb3b [Accessibility] Avoid empty th in doc-table header row (#12364) 2017-06-21 18:07:32 +02:00
Nathan Reese
57f7da66d7 Make vertical bar chart gutter widths consistent (#12264)
* vary bar widths and keep gutter widths static

* update addGroupedBars to use datumWidth and remove groupCount from addStackedBars

* make datumWidth single function

* remove artifacts of rebase
2017-06-21 06:41:29 -06:00