Commit graph

9097 commits

Author SHA1 Message Date
LeeDr 06ec901764 Capture screenshots when any test fails. Formatting and minor refactoring. 2015-11-03 11:36:56 -07:00
LeeDr 40ec0ba38d Create AutomationNotes.MD 2015-11-03 11:26:23 -07:00
leedr fef9468b60 Added logstashFunctional bulk load files.
These are not working yet.
2015-11-03 11:24:52 -07:00
leedr b6eecc6ba7 Added timeouts to most of the tests
(seemed to only be needed on Firefox).
All (13) tests are passing on Chrome and Firefox.
These tests currently depend on starting testSettings without
a Kibana index (I use CURL to manually delete before starting).
2015-11-03 11:21:37 -07:00
leedr d6b82bc4be Many new tests, updates to tests, and refactoring. 2015-11-03 11:18:37 -07:00
leedr d11cc86973 Many new tests for settings tab. Asserts changed to expect library. 2015-11-03 11:10:00 -07:00
leedr ab165af459 clean up header and settings pages 2015-11-03 11:01:51 -07:00
leedr d67cd2abc4 Additional page support classes 2015-11-03 10:57:31 -07:00
Spencer df0fe171b3 Merge pull request #5273 from spalger/fix/buffersInConfig
[server/config] support buffers in config
2015-11-03 10:55:49 -06:00
spalger 08bdfdd71e [server/config] added tests for new deepCloneWithBuffers fn 2015-11-03 09:16:42 -06:00
spalger bb45291390 [server/config] break clone method into own module 2015-11-03 09:15:59 -06:00
spalger 671565b421 [server/config] support buffers in config 2015-11-02 20:30:48 -06:00
Spencer 0dfe904540 Merge pull request #5254 from spalger/fix/envConfigPath
Read the config path from the environment
2015-11-02 17:48:46 -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
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
Jonathan Budzenski 4d9b02f06a Generalize editable filter directive to json input validation 2015-10-30 15:38:17 -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
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 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
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