Commit graph

15640 commits

Author SHA1 Message Date
Court Ewing
580e0d2964 docs: setting up cross cluster search (#12599)
There isn't a whole lot to say about cross cluster search support in
Kibana other than how to set it up, which is by design.
2017-07-05 17:18:55 -04:00
CJ Cenizal
e375adb0b2 Make ui-select appearance match other inputs. (#12652)
* Make UI Select match other inputs.
* Add padding to right side of placeholder.
2017-07-05 11:49:15 -07:00
CJ Cenizal
0e6af88236 Refine getIndices() to return an empty array if there are no matching indices. (#12659)
- Fix bug that caused an array of the original query and undefined to be returned when the API response was a 404.
- Scope helper functions to getIndices function.
2017-07-05 11:43:06 -07:00
CJ Cenizal
48e403e2bb Replace brand-danger color with new global red color. (#12654) 2017-07-05 10:18:56 -07:00
Clinton Gormley
4d481a2ef8 Include shared/attributes.asciidoc directly from docs master 2017-07-03 18:27:50 +02:00
Stacey Gammon
17720b5b1b Extract url logic out from chrome.nav internals (#12479)
* Extract url logic out from chrome.nav internals

* Introduce new addQueryParameter function which wraps modifyUrl

* Use modifyUrl in a few more places

get tests passing

* Fix extractAppPathAndId tests

* remove unnecessary undefined check

* Pass port and hostname separately instead of host, use window.location.x to get hostname,protocol,port props

* remove deleted file and function references

* Fix refactor issue

* fix another refactor miss

* Only use hostname, protocol or port defaults if none are specified

Otherwise it’s a bit weird to specify a custom hostname but no port and
have the port be picked up from the current location.
2017-06-30 17:01:12 -07:00
Chris Earle
2d0e2e426d Toast Notification should handle connection failed (#12609) 2017-06-30 16:05:45 -04:00
CJ Cenizal
189747abf7 Allow kuiLocalNavRow to expand vertically if the content wraps. (#12606) 2017-06-30 12:21:36 -07:00
Chris Cowan
39b61c5869 Fixes #11721 - Fix bug with axis updating when data format is changed in TSVB (#12386)
* Fixes #11721 - Fix bug with axis updating when formatter is changed in TSVB

* Changing axis evaluation to use keys on yaxis instead of hash
2017-06-30 12:17:31 -07:00
CJ Cenizal
90834a5d5f Fix jsonify license check (#12615) (#12619)
- Alphabetize order of licenses and overrides.
- Fix jsonify override so that the license passes.
2017-06-30 12:06:26 -07:00
Brandon Kobel
fa8cddd753 Restoring the dashboard-grid padding to appease Gridster (#12613)
Gridster will occasionally throw an error after we updated the padding
to 20px of the dashboard-grid.
2017-06-30 14:21:18 -04:00
Peter Pisljar
3bde72a00d Allow to order percentiles freely (#12498) 2017-06-30 13:44:24 -04:00
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