Commit graph

9297 commits

Author SHA1 Message Date
Jonathan Budzenski
c4d4b186a4 [filter bar] Add aliasing. Closes #5194 2015-11-02 11:52:09 -06:00
spalger
75e6cc0453 [optimize] ensure the optimize directory exists with a .empty file 2015-11-02 10:36:20 -06:00
spalger
93b6039b37 [babelOptions] do not use Object.assign before loading polyfill 2015-11-02 10:27:02 -06:00
Rashid Khan
c6791486ce Merge pull request #5235 from spalger/styleguideClarification
added promise example to the "Chaining operations" section of the styleguide
2015-11-02 09:06:45 -07:00
Ryan MacLean
48bc82b782 Update kibana.yml
Pedantic edit  :)
2015-11-01 17:49:11 -08:00
spalger
caea55174c [cli] fix support for CONFIG_PATH env var
Kibana used to support passing the path to the config file via the CONFIG_PATH environment variable but support for that went away with the latest itteration of the server. This brings it back.
2015-10-30 18:47:36 -05:00
Khalah Jones Golden
c3c662e2ae Merge pull request #5166 from panda01/fix/embed-view
Fix embed view
2015-10-30 19:14:50 -04:00
Spencer
89ae862af8 Merge pull request #5246 from spalger/implement/multipleCas
[elasticsearch] allow defining multiple ca certs
2015-10-30 17:05:25 -05:00
Khalah Jones-Golden
09cbe32ff6 Merge remote-tracking branch 'upstream/master' into fix/embed-view 2015-10-30 17:56:15 -04:00
Joe Fleming
4f78811c40 Merge pull request #5143 from w33ble/persisted-app-state
Persisted Spy Panel UI State
2015-10-30 14:35:20 -07:00
spalger
41bf13cd80 Merge branch 'pr/5109' 2015-10-30 16:30:17 -05:00
spalger
f46ae59427 [filterBar/editor] Set require-keys to true 2015-10-30 16:29:46 -05:00
Joe Fleming
841c60ffbf Merge branch 'master' into persisted-app-state
Conflicts:
	src/ui/public/visualize/visualize.js
2015-10-30 14:25:24 -07:00
spalger
69068e2ee6 [FIXME] add note about https://github.com/elastic/elasticsearch/issues/14404 2015-10-30 16:11:28 -05:00
spalger
823c23c6d0 [indexPattern/calculateIndices] actually sort in the sortDirection 2015-10-30 16:04:35 -05:00
spalger
22569a33ca [courier/segmented] tell the indexPattern the order we are fetching 2015-10-30 15:39:20 -05:00
spalger
304dfeeae8 [indexPattern] accept sortDirection param to #toIndexList() 2015-10-30 15:38:36 -05:00
Jonathan Budzenski
4d9b02f06a Generalize editable filter directive to json input validation 2015-10-30 15:38:17 -05:00
spalger
480a0dc83c [indexPattern/calculateIndices] allow sorting the indices either asc or desc 2015-10-30 14:38:29 -05:00
Khalah Jones-Golden
eba2c44070 [SpyPanel] reduced scope of new parameter on visualize, added a default if no option is passed in for show-spy-panel Removed conditional on from discover 2015-10-30 14:54:26 -04:00
Khalah Jones Golden
9888a52c6e Merge pull request #5248 from rashidkpc/enhancement/loading-delay
Remove default in code so defaults.js is respected
2015-10-30 14:42:08 -04:00
spalger
a2fae0bc9e [indexPatterns/calculateIndices] use es clients fieldStats api 2015-10-30 13:37:20 -05:00
Rashid Khan
efe7beb22d Remove default in code so defaults.js is respected 2015-10-30 11:27:28 -07:00
Rashid Khan
d6b51a89ab Merge pull request #5245 from rashidkpc/enhancement/loading-delay
Delay dimming of windows
2015-10-30 11:24:32 -07:00
Rashid Khan
c00431b080 Cache config value 2015-10-30 11:07:06 -07:00
Rashid Khan
16e4685c9d Use CSS transitions to delay application of loading class. Closes #5021
remove whitespace
2015-10-30 11:07:06 -07:00
Jonathan Budzenski
a81acf2114 [filter bar] Move editable filter validation to a directive 2015-10-30 13:02:05 -05:00
spalger
4a9a228153 [indexPattern] escape pattern before requesting field stats 2015-10-30 12:52:22 -05:00
spalger
682354f9e4 [elasticsearch] allow defining multiple ca certs
In the event that a user needs to configure multiple files for a CA chain the configuration
will now accept either a single string or array for `elasticsearch.ssl.ca` and then convert
that value to always be an array.
2015-10-30 12:26:59 -05:00
spalger
2e4140e94b [babel] configure a specific cache path
Babel needs a path to write its cache, which it automatically places to $HOME or tmp if
$HOME is not defined. This causes problems when the $HOME directory is not writable or
we just do not want to write to such a central location. So This moves the cache to the
project directory by setting the BABEL_CACHE_PATH environment variable.
2015-10-30 11:57:33 -05:00
Rashid Khan
61554e0f46 Merge pull request #5232 from spalger/jsonLoaderIsProdDep
[npm] json-loader is a production dependency
2015-10-29 14:42:38 -07:00
spalger
ad3208a42a added promise example to the "Chaining operations" section of the styleguide 2015-10-29 13:36:23 -05:00
Spencer
269fb36e5c Merge pull request #5167 from spalger/fix/configDoubleRender
[config] prevent double-rendering config dropdowns
2015-10-29 12:36:41 -05:00
Rashid Khan
e547cd3965 Merge pull request #4223 from panda01/angularUpgrade
Angular upgrade
2015-10-29 10:35:15 -07:00
spalger
4c6c8d9780 [npm] json-loader is a production dependency 2015-10-29 12:30:39 -05:00
Joe Fleming
ce948fb471 remove unused args 2015-10-29 10:21:21 -07:00
Spencer
c9c9e565e6 Merge pull request #5227 from kjbekkelund/resolve-json
Resolve .json files without the file extension
2015-10-29 12:21:09 -05:00
Khalah Jones-Golden
3438cd2297 [Visualize] Changed the vizualize directive to also accept the chrome module 2015-10-29 10:32:37 -04:00
Kim Joar Bekkelund
87464471a8 Resolve .json files without the file extension 2015-10-29 15:13:08 +01:00
Joe Fleming
3820d055d2 remove unused variables in test 2015-10-28 13:11:18 -07:00
Joe Fleming
a2dac5d6b4 Merge pull request #5208 from BigFunger/parse_query
removed validate-query directive. replaced with parse-query directive
2015-10-28 13:10:41 -07:00
Jonathan Budzenski
8a6bc95cdb Merge pull request #5114 from jbudz/functional-config
Functional config
2015-10-28 14:57:03 -05:00
Joe Fleming
efb1b20192 simplify the panel uiState index
help keep the URL length shorter so we don't cause problems
2015-10-28 10:59:04 -07:00
Rashid Khan
f1e5418662 Merge pull request #5197 from worldline/disable-highlighting
Ability to disable highlighting
2015-10-28 10:51:21 -07:00
Joe Fleming
e90f387020 add some tests wrt the child state values 2015-10-28 10:45:50 -07:00
Joe Fleming
982339d865 fix change event issue when setting parent value
deal with the case when no path exists, side-stepping _.set
2015-10-28 10:39:04 -07:00
Joe Fleming
0d214161b4 track child state values specifically
useful for resetting the parent without messing with child state values
2015-10-28 10:37:48 -07:00
ROMAIN PHILIBERT
7db4821a6c rename discover:highlight into doc_table:highlight 2015-10-28 10:38:19 +01:00
Clinton Gormley
f24507133e Updated Shield docs version to 2.0 2015-10-28 00:43:20 +01:00
Joe Fleming
66ebe5d9f3 allow full screen spy toggling
correctly sync the scope value on change
2015-10-27 15:15:44 -07:00