Commit graph

2200 commits

Author SHA1 Message Date
LeeDr
61f975c843 Comment-out common and debug statements in scenario_manager 2016-06-02 18:10:29 -05:00
Nicolás Bevacqua
b6a0b8979d Merge pull request #6543 from bevacqua/bugfix/no-results-timepicker
Fix timepicker button behavior in "No Results" page for timeseries data
2016-06-02 19:22:49 -03:00
LeeDr
1c0cbe23dc Wait for loading of logstash to finish. 2016-06-02 17:10:22 -05:00
Matthew Bargar
24a034e9f9 [API] Add metafields from uiSettings to index patterns created by ingest API 2016-06-01 18:14:51 -04:00
Joe Fleming
94cc728851 Merge pull request #6845 from Bargs/ingest/uploadUI
Add Data - CSV Upload UI
2016-06-01 14:51:55 -07:00
LeeDr
c45f937a35 Add data files for visualize tests. 2016-06-01 13:36:40 -05:00
LeeDr
07e5686169 Use elasticdump to preload default index for visualization tests. 2016-06-01 13:09:44 -05:00
Lee Drengenberg
6ebe67d44b Merge pull request #7337 from LeeDr/discoverTestBackButton
One new discover test for issue #5937 use back button.
2016-06-01 09:32:44 -05:00
LeeDr
43c7257b88 One new discover test for issue #5937 use back button. 2016-05-31 23:36:25 -05:00
Lee Drengenberg
b50451f90c Merge pull request #7298 from LeeDr/dashboardTests
New dashboard tests using elasticdump
2016-05-31 17:06:24 -05:00
Chris Earle
584e19aeea Add version to status output
This adds a version field to all Status output, including for built-in plugins.

- It adds the version to the Status API and Status page.
- It adds the version to plugin status change logging.
- It drops the "plugin:" prefix from all status output (as it's implied), except the log output.
2016-05-31 17:54:11 -04:00
LeeDr
9fe89d9e66 Removed un-used requires. 2016-05-31 16:50:42 -05:00
Nicolás Bevacqua
496b8a998e [test] Fix test fixtures. 2016-05-31 18:49:12 -03:00
LeeDr
1566cc3a96 Remove unused self. 2016-05-31 15:45:41 -05:00
LeeDr
411bacd9d3 Some cleanup from review comments. 2016-05-31 12:15:24 -05:00
LeeDr
f28fc89733 Correct a dashboard test sub-suite name. 2016-05-27 16:20:50 -05:00
LeeDr
4ebe29e14e Moved elasticdump methods from common to support/elastic_dump.js 2016-05-27 15:49:57 -05:00
LeeDr
ac4a0ed748 Move updateConfigDoc method out of scenario_manager and into its own support/es_client. 2016-05-27 09:52:30 -05:00
LeeDr
53ede1a4ca Remove some unused vars. 2016-05-27 08:47:54 -05:00
LeeDr
1333cbe6ff Add missing Dashboard test files. 2016-05-27 08:20:27 -05:00
LeeDr
988be91266 New dashboard tests using elasticdump 2016-05-26 16:32:53 -05:00
Nicolás Bevacqua
b3b31288e6 [test] Return all the Promises. 2016-05-26 18:00:52 -03:00
Matthew Bargar
3143c069ff Added API test so we don't forget that the ID format is a part of the public contract 2016-05-25 18:36:37 -04:00
Matthew Bargar
02f24b176b Merge branch 'master' into feature/ingest 2016-05-24 17:22:14 -04:00
Nicolás Bevacqua
50581a86ab [test] Fix test cases for No Results page. 2016-05-20 17:39:56 -03:00
LeeDr
f2b471131d Fix a bunch of tryForTimes. 2016-05-20 14:01:15 -05:00
LeeDr
b7334ed2f4 Wrapped part of saveVisualization in a try loop. 2016-05-20 13:26:14 -05:00
Nicolás Bevacqua
17c1ce4209 Merge branch 'master' into bugfix/no-results-timepicker 2016-05-20 14:15:12 -03:00
LeeDr
a49d765efc I think I'm back to master HEAD at this point. Still don't see the problem. 2016-05-20 09:34:06 -05:00
LeeDr
69fdfd8f99 Merge master 2016-05-17 13:23:48 -05:00
LeeDr
dda1703b5e Try without the last test 2016-05-17 10:35:09 -05:00
LeeDr
8fca1d8bb7 Changed to return on initial getEsHostPort. 2016-05-16 18:27:42 -05:00
LeeDr
d37573d5b4 Test to see if returning from the expects resolves the tryForTime's continuing after the tests finish. 2016-05-16 18:08:45 -05:00
Spencer
cb52c70c55 Merge pull request #7187 from LeeDr/tryToFixVisTests
Add try in 2 visualize page methods that have failed.
2016-05-12 12:56:40 -07:00
LeeDr
670e87892d Add try in 2 visualize page methods that have failed. 2016-05-12 10:17:40 -05:00
Matthew Bargar
475913d15a Change delimiter query param to csv_delimiter so better namespace it when other data types are supported in the future 2016-05-11 15:23:48 -04:00
Matthew Bargar
08427eeba7 Rename data dir to fixtures 2016-05-11 15:05:11 -04:00
Shaunak Kashyap
5a41292a68 Merge pull request #7067 from ycombinator/gh-7059
Disallow Console from functioning as an open web proxy
2016-05-11 09:19:01 -07:00
Matthew Bargar
05b198a819 Merge branch 'feature/ingest' into ingest/bulkAPI 2016-05-10 18:27:51 -04:00
Matthew Bargar
bc65d9509d Change _bulk to _data 2016-05-10 17:02:31 -04:00
LeeDr
107de9d539 Add a defaultTryTimeout config parameter and use it for the try method. 2016-05-10 10:22:59 -05:00
Shaunak Kashyap
bc0d3921de
Don't try to set the ES URL via the UI 2016-05-10 03:25:00 -07:00
Matt Bargar
1372cae60f Merge pull request #6978 from Bargs/ingest/reviewGeo
[Pattern Review] Handle object, array, and geo_point fields correctly
2016-05-09 18:26:09 -04:00
Matthew Bargar
37e2c5afd0 Merge branch 'master' into feature/ingest 2016-05-09 13:24:44 -04:00
Lee Drengenberg
8b8b3bdbe4 Merge pull request #7132 from LeeDr/consoleTest
2 new simple Console functional tests
2016-05-06 11:19:06 -05:00
spalger
b16521e158 Merge branch 'master' of github.com:elastic/kibana into implement/consoleLikeLogging 2016-05-04 14:29:05 -07:00
Matthew Bargar
81ea488170 Better date field detection without flaky pipeline introspection 2016-05-04 16:21:28 -04:00
LeeDr
ee3119e678 A couple of simple console tests to make sure its there and works. 2016-05-04 13:00:37 -05:00
Matthew Bargar
ab5e444ed4 Fix lint issues 2016-04-29 16:47:29 -04:00
Matthew Bargar
bfba35f704 [API] Accept both multipart/form-data and raw payloads
* The _bulk api will now accept raw CSV data as the main request payload
* Submitting the CSV data as a form-data key is still an option
* All other parameters have moved from form-data to the query string

Also: Improved delimiter test so it actually checks the keys of created
documents to ensure the delimiter is working.
2016-04-29 16:47:29 -04:00
Matthew Bargar
89988b8319 Update test for new lower bulk size 2016-04-29 16:47:29 -04:00
Matthew Bargar
6ceca8b1ba [API] Functional tests for _bulk API 2016-04-29 16:47:29 -04:00
Matthew Bargar
0023839423 Merge branch 'master' into feature/ingest 2016-04-29 10:31:42 -04:00
spalger
fe260e0ec6 Merge branch 'master' of github.com:elastic/kibana into implement/babelForFunctionalTests 2016-04-27 23:26:42 -05:00
LeeDr
99779653d7 Added change to shield_page after merge master. 2016-04-27 17:45:24 -05:00
LeeDr
790fb1fb42 Merge branch 'master' into fixTestTimeouts 2016-04-27 17:42:03 -05:00
Lee Drengenberg
26a6e56ff6 Merge pull request #7046 from LeeDr/newShieldLogin
Minimal changes to support Shield Login.
2016-04-27 16:15:23 -05:00
Jim Unger
ff26c1878e Merge pull request #7065 from BigFunger/add-data-disable-processors
[add data] ability to disable processors
2016-04-27 16:15:21 -05:00
LeeDr
935fee7df1 Change 'self' to 'remote'. 2016-04-27 15:21:39 -05:00
LeeDr
d97b4bc3eb Fix setFindTimeout defaults to 10 seconds. 2016-04-27 09:27:28 -05:00
Matthew Bargar
2f789e2e23 Merge branch 'master' into feature/ingest 2016-04-26 17:45:47 -04:00
Jim Unger
b2f30f931a Merge branch 'feature/ingest' into add-data-disable-processors 2016-04-26 15:13:49 -05:00
Jim Unger
a9048e7452 [add data] hides disabled processors 2016-04-26 13:54:54 -05:00
LeeDr
fbb3e2011b Revert back to doNavigation(navUrl). 2016-04-25 12:40:35 -05:00
LeeDr
14be3691f5 Change to doNavigation(appUrl). 2016-04-25 12:00:16 -05:00
LeeDr
ae6aaa3e86 Minimal changes to support Shield Login. 2016-04-25 11:44:10 -05:00
spalger
d91da0456d [functionalTests] use console-like logging api
The `common.log` and `common.debug` API currently accept a single string arguments, which is similar to the console.log API but not complete.

This simple change brings updates it to match the API completely, supporting things like multiple arguments and sprintf-style templates.
2016-04-22 14:09:25 -05:00
spalger
263b55360f [test/functional/support] throw errors on invalid export usage 2016-04-22 13:03:33 -05:00
spalger
56170207bb [functionalTests/common] add #try() method
There are a ton of places in the functional tests where the "default" is set explicitly. This sort of defeats the purpose of a default though, so in my spare time I'll be moving tests away from this pattern.

This change removes the timeout argument from #tryForTime() via a new method, simply called #try(). It also replaces all instances of `common.tryForTime(defaultTimeout, ...)` with calls to this method, which shouldn't have cause any functional changes.
2016-04-22 11:05:46 -05:00
Nicolas Bevacqua
912e2c825a [merge] Merge with master 2016-04-19 16:30:05 -03:00
spalger
b63bfd2e0a [test] setup babel for the functional tests 2016-04-17 16:58:34 -07:00
Jim Unger
612725117d [add data] adds the uppercase processor 2016-04-13 09:56:55 -05:00
Jim Unger
6904664236 [add data] adds the trim processor 2016-04-13 09:02:09 -05:00
Jim Unger
07664a85a8 [add data] adds the split processor 2016-04-12 13:42:21 -05:00
Jim Unger
33dd6d660e [add data] adds rename processor 2016-04-12 13:18:02 -05:00
Jim Unger
f62ebc4d62 [add data] adds the remove processor 2016-04-12 12:03:15 -05:00
Jim Unger
d42ac6ea12 [add data] adds the lowercase processor 2016-04-12 11:24:49 -05:00
Jim Unger
335c82a022 [add data] adds the join processor 2016-04-11 16:53:47 -05:00
Jim Unger
093ccedc37 [add data] adds grok processor 2016-04-11 15:42:57 -05:00
Jim Unger
96cbe8997b [add data] adds the geoip processor 2016-04-11 13:54:06 -05:00
Jim Unger
6bd9dba66a Merge branch 'feature/ingest' into add-data-processors-date 2016-04-11 12:19:47 -05:00
Jim Unger
3f8cdabfa6 Merge pull request #6819 from BigFunger/add-data-processors-convert
[add data] adds convert processor
2016-04-11 12:18:58 -05:00
Jim Unger
70be789208 [add data] fixed test comment 2016-04-08 14:17:14 -05:00
Jim Unger
14799bf182 [add data] adds the date processor 2016-04-08 13:27:23 -05:00
Jim Unger
61dd02ee5d [add data] added auto type and target field to convert processor 2016-04-08 10:14:01 -05:00
Jim Unger
3fe7dd9adc Merge branch 'feature/ingest' into add-data-processors-convert 2016-04-08 09:28:48 -05:00
Matthew Bargar
d6467689b6 Merge branch 'master' into feature/ingest 2016-04-08 09:52:41 -04:00
Jim Unger
7de50bf2bd [add data] Finished adding the append processor 2016-04-07 12:59:43 -05:00
Jim Unger
930a44dfa9 [add data] adds convert processor 2016-04-07 12:56:00 -05:00
Jim Unger
699ecfa6bf Merge branch 'feature/ingest' into ingest-error-handling 2016-04-06 16:44:12 -05:00
Jim Unger
4317045ff4 [add data] removed dirtyProcessor logic. 2016-04-06 16:43:20 -05:00
Jim Unger
ea71928f72 [add data] added error-flow tests to the _simulate suite 2016-04-06 16:12:20 -05:00
LeeDr
431fe52cec Update downloadSelenium to match version in intern.js. 2016-04-06 07:36:06 -05:00
LeeDr
81821fc99d Update selenium from 2.48.2 to 2.53.0 to work with latest Firefox 45.0.1 2016-04-05 15:46:06 -05:00
Jim Unger
c63a5a2c76 [add data] Attempts to deal with unhandled errors in the ingest API 2016-04-05 11:11:51 -05:00
Court Ewing
de20762889 [internal] Remove all variable redeclarations
Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.
2016-04-01 14:21:55 -04:00
Matthew Bargar
1b6a6f96ed Merge branch 'master' into feature/ingest 2016-03-31 17:58:36 -04:00
Rashid Khan
226151ebb9 Merge remote-tracking branch 'upstream/master' into kable 2016-03-30 15:43:36 -07:00
Khalah Jones-Golden
26cceb8a2a [Tests] Fixing tests and also some code cleanup 2016-03-30 17:24:52 -04:00
Nicolas Bevacqua
7ff2a358ff Merge branch 'master' into bugfix/no-results-timepicker 2016-03-30 16:53:02 -03:00
Court Ewing
d28cb32865 Merge pull request #6705 from spalger/fix/functionalTestsLoadingFieldData
Fix functional tests for visualize
2016-03-30 15:51:16 -04:00
spalger
6f27183cee [settings/functiontests] remove duplicate setAdvancedSettings() 2016-03-30 11:25:24 -07:00
Nicolas Bevacqua
bc0278f266 [test/functional] Add test case for expand/collapse timepicker from discover's "No Results". 2016-03-30 14:50:32 -03:00
spalger
828a4bf28f [visualize/functionaltests] aggregating on an analyzed field is not allowed 2016-03-30 10:48:47 -07:00
Nicolas Bevacqua
4036c46b8f [test/functional] Functional tests covering new "No Results" partial directive and time picker. 2016-03-30 14:08:56 -03:00
Matthew Bargar
8e94b1fa35 Merge branch 'master' into feature/ingest 2016-03-29 16:34:23 -04:00
Jim Unger
4fb1118266 Merge branch 'feature/ingest' into ingest-error-handling 2016-03-29 13:36:56 -05:00
Matthew Bargar
3e399289bd Merge branch 'master' into feature/ingest 2016-03-28 18:55:46 -04:00
Joe Fleming
705ffac234 Merge branch 'master' into fix/custom-navbar 2016-03-28 13:47:27 -07:00
Jim Unger
7278cb31aa [ingest] small tweek 2016-03-28 14:46:42 -05:00
Rashid Khan
5098209c3b Merge pull request #6643 from colings86/fix/extendedBoundsDateHistogram
Don't use extended_bounds for time filter in date_histogram
2016-03-28 12:37:13 -07:00
Joe Fleming
76a3e9e514 Merge branch 'master' into fix/custom-navbar 2016-03-25 14:40:19 -07:00
Matthew Bargar
0e7ffff4ce Merge branch 'master' into feature/ingest 2016-03-25 10:53:50 -04:00
spalger
5c492e7ec8 [discover/tests] update rigid test data 2016-03-24 10:56:43 -07:00
spalger
cc53748540 [discover] fix a regular expression in a test 2016-03-23 12:46:47 -07:00
Matthew Bargar
ad01828bab Merge branch 'master' into feature/ingest 2016-03-23 09:53:34 -04:00
Matthew Bargar
85be042850 Merge branch 'master' into feature/ingest 2016-03-22 13:24:24 -04:00
Tyler Smalley
953e1543a5 Re-adds test page helpers removed by merge
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-03-21 18:44:24 -07:00
Tyler Smalley
32cad000a0 Merge remote-tracking branch 'upstream/master' into feature/design 2016-03-21 18:31:58 -07:00
spalger
8052a97cd2 Merge branch 'master' of github.com:elastic/kibana into pr/6291 2016-03-21 16:30:06 -07:00
Joe Fleming
a28ced39a5 change timepicker selector 2016-03-21 13:36:00 -07:00
Rashid Khan
cf838fff96 Merge branch 'master' into feature/design 2016-03-21 12:03:06 -07:00
Matthew Bargar
89c3ecf8d1 Merge branch 'master' into feature/ingest 2016-03-21 14:26:59 -04:00
Joe Fleming
6c9c9b96f1 Merge pull request #6546 from spalger/implement/uiExportsInjectVars
[uiExports] add uiExport type "injectDefaultVars"
2016-03-18 14:15:06 -07:00
Matthew Bargar
bbd718708c Merge branch 'master' into feature/ingest 2016-03-18 16:10:43 -04:00
Matt Bargar
a54f7088b7 Merge pull request #6553 from Bargs/ingest/apiMappingChanges
Update ingest API for ES 5.0 mapping changes
2016-03-18 16:05:13 -04:00
Shelby Sturgis
aae8583455 Merge branch 'master' into feature/design 2016-03-18 12:48:55 -07:00
Joe Fleming
26812c93a1 remove unused dep 2016-03-18 11:53:22 -07:00
LeeDr
91366a651a Minor updates from code review. 2016-03-18 11:30:19 -05:00
Jim Unger
91be043bc3 [ingest client] fixes invalid-set-processor simulate test 2016-03-18 08:21:10 -05:00
spalger
cdcc795af8 [test/utils/kbnServer] opt-in to plugin loading 2016-03-17 18:42:35 -07:00
Matthew Bargar
017a6117f7 Update ingest API for ES 5.0 mapping changes 2016-03-16 18:01:10 -04:00
Matthew Bargar
2c32d9fc3f Update ingest POST endpoint to accept the new processor schema 2016-03-16 16:38:20 -04:00
Tyler Smalley
a25f8f9f00 Resolves functional tests for K5 redesign
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Signed-off-by: Lee Drengenberg <lee.drengenberg@elastic.co>
2016-03-16 13:33:58 -07:00
LeeDr
d179da5820 Removed about 5 uneccessary promise chains. 2016-03-16 14:55:48 -05:00
LeeDr
78c2d07bee use Count not count on area chart test. Remove moveMouseTo for now. 2016-03-16 12:18:38 -05:00
spalger
3c0d12a50d Merge branch 'master' of github.com:elastic/kibana into feature/designMergeSnakeCase 2016-03-16 10:08:53 -07:00
LeeDr
3eeea899f5 Merge branch 'master' into visualizeTestChange 2016-03-16 09:50:15 -05:00
Matthew Bargar
98f9f53008 Merge branch 'master' into feature/ingest 2016-03-15 19:21:16 -04:00
Matthew Bargar
41fe73e57e Support both GET and POST in the count API 2016-03-15 10:59:45 -04:00
Matthew Bargar
d12e2990be Count API - count the number of documents in an index pattern 2016-03-15 10:48:58 -04:00
spalger
d77de4e1ca Merge branch 'master' of github.com:elastic/kibana into renameAllFiles 2016-03-15 00:35:01 -04:00
Matthew Bargar
d5ec1f8ed3 Merge branch 'master' into feature/ingest 2016-03-14 18:33:30 -04:00
LeeDr
89aff0210f Changes to methods for getting more specific chart data to cover integration testing. 2016-03-14 14:40:53 -05:00
Nicolas Bevacqua
ec037de9be [test] Consolidate elasticsearch URL in configuration file. Fixes #5555 2016-03-14 14:06:25 -03:00
Shaunak Kashyap
f35c7122d2 More fun with spaces :| 2016-03-11 02:13:35 -08:00
Shaunak Kashyap
55cffbd706 Now too many spaces :| 2016-03-10 17:09:08 -08:00
Shaunak Kashyap
bc76ba4f8d Missed a space :/ 2016-03-10 17:00:08 -08:00
Shaunak Kashyap
acf9670ed7 s/(empty)/ - / in tests after reverting commit introducing (empty) 2016-03-10 16:51:48 -08:00
Shaunak Kashyap
e92a07724d Fixing expected strings in text to match changes in actual output 2016-03-10 15:41:14 -08:00
spalger
7dda3709ca Merge branch 'renameAllFiles' into feature/design 2016-03-10 12:51:39 -07:00
Tyler Smalley
9502adedc1 Merge remote-tracking branch 'origin/master' into feature/design 2016-03-09 10:08:35 -08:00
Matt Bargar
4d7b468e3e Merge pull request #6121 from BigFunger/ingest-pipeline-setup-server
[ingest] Creates the simulate api route
2016-03-09 10:11:59 -05:00
Matthew Bargar
8f5777ed22 Add pipeline to api tests for ingest DELETE endpoint 2016-03-08 17:54:23 -05:00
Matthew Bargar
ab5aebd5c8 Added some tests for pipelines in the ingest POST endpoint 2016-03-08 17:48:31 -05:00
Matthew Bargar
4ce5e7f323 Merge branch 'master' into feature/ingest 2016-03-08 10:14:09 -05:00
spalger
4fe8bbaeb8 [scenarioManager] snake_case baseDirs for scenarios 2016-03-07 15:11:11 -07:00
spalger
00bf02ab29 Merge branch 'master' of github.com:elastic/kibana into renameAllFiles 2016-03-07 14:09:39 -07:00
Matthew Bargar
2faa3ee2f5 Remove outdated mapping options that were copied over from logstash template 2016-03-04 15:48:14 -05:00
Matthew Bargar
2bb23ab1f1 Merge branch 'master' into feature/ingest 2016-03-04 14:50:18 -05:00
spalger
36cdae8281 [plugins] change plugin ids to be snakecase 2016-02-26 13:40:32 -07:00
Matthew Bargar
134e371176 test the actual set processor simulation output 2016-02-25 19:20:51 -05:00
Matthew Bargar
6b3f844264 use snake case throughout the ingest simulate API 2016-02-25 19:10:16 -05:00
spalger
42f936e633 [npm] remove requirefrom package 2016-02-24 14:50:12 -08:00
spalger
af9ebba958 [rename] hunt down remaining non-snake path refs 2016-02-24 14:18:21 -08:00
spalger
c1c8607f27 [rename] process previously dynamic imports 2016-02-24 13:36:12 -08:00
spalger
07b32d715f Merge branch 'chore/removeRequireFrom' into renameAllFiles 2016-02-24 13:33:57 -08:00
spalger
506c9939b9 [npm] remove requirefrom package 2016-02-24 13:30:02 -08:00
spalger
2422a988e5 [rename] rename all files to snake_case 2016-02-24 12:14:05 -08:00
Jonathan Budzenski
bc10322c64 [timepicker] Set scope properly, update spinner selector on tests, wait for refresh button to hide 2016-02-11 15:41:56 -06:00
Jonathan Budzenski
9c8c7f4c47 [timepicker] Update test selector 2016-02-11 15:41:56 -06:00
Khalah Jones Golden
f57ed8d068 Merge pull request #6169 from stormpython/legend
Design Changes to Visualize Legend
2016-02-10 21:24:06 -04:00
Khalah Jones Golden
af5f0b6a2c Merge pull request #6170 from panda01/fix/nav-details
Fix/nav details
2016-02-10 19:47:24 -04:00
Shelby Sturgis
d5c082996c removing legend tests 2016-02-10 15:46:18 -08:00
Khalah Jones-Golden
180aacd470 Merge remote-tracking branch 'upstream/feature/design' into fix/nav-details 2016-02-10 19:06:26 -04:00
Shelby Sturgis
400a31cc1e removing legend from Discover page, also removing functional tests for the legend on discover 2016-02-10 14:18:42 -08:00
Shelby Sturgis
da2725d6c7 Merge remote-tracking branch 'upstream/feature/design' into legend 2016-02-10 10:08:00 -08:00
Jonathan Budzenski
70f5f996a3 [tests] Remove ng-scope from visualize action selector 2016-02-10 11:09:56 -06:00
Shelby Sturgis
e7126127eb fixing broken tests 2016-02-09 23:33:02 -08:00
Matthew Bargar
a6bf99a58f Use Joi schemas for validation instead of manual checks, separate server concerns from frontend code, and start enforcing snake case in simulate api 2016-02-09 22:34:28 -05:00
Timothy Sullivan
16300d6607 Merge remote-tracking branch 'upstream/master' into feature/design-merge-master 2016-02-09 17:07:09 -07:00
Khalah Jones-Golden
5b1576f0fc [Tests] Updated the tests with thte proper selector 2016-02-09 17:41:28 -04:00
Matthew Bargar
fb7804431d Beginning work on integration tests for new ingest simulate API 2016-02-08 19:17:53 -05:00
spalger
9a4bb32385 [scenarioManager] use index:true rather than removal from 8d0d581577 2016-02-08 15:54:23 -07:00
spalger
728fbdbc71 [scenarioManager] do not mix index:analyzed and doc_values:true 2016-02-08 14:06:50 -07:00
spalger
10e97a4d75 Merge branch 'fix/failTestOnBadBulk' into upgrade/elasticsearch/master 2016-02-08 14:05:52 -07:00
spalger
d248af5702 [scenarioManager] when bulk fails, report errors 2016-02-08 14:04:10 -07:00
spalger
8d0d581577 [scenarios] number types are not analyzable 2016-02-08 12:38:03 -07:00
spalger
b605b66be7 [fixtures] fix syntax error 2016-02-05 18:23:12 -07:00
spalger
410029d271 [ScenarioManager] use new multi-field syntax 2016-02-05 10:27:39 -07:00
spalger
1e507a90b3 [elasticsearch/client] use bluebird for promises for better backward compat 2016-02-05 10:24:02 -07:00
Matthew Bargar
0e707fe72d Merge branch 'feature/ingest' into ingest/pipelineIngestAPI 2016-02-04 20:25:39 -05:00
Khalah Jones-Golden
f7c98cc2d4 Merge branch 'feature/design' into feature/5.0 2016-02-04 13:06:43 -04:00
Jonathan Budzenski
1345c6aafd Merge pull request #6062 from jbudz/design/base_chart_color
[visualize] Change first chart color
2016-02-04 10:14:56 -06:00
Jonathan Budzenski
540a8af53b [visualize test] Update fill color 2016-02-02 14:58:14 -06:00
Matthew Bargar
9748328309 update new tests to work with add data landing page 2016-02-02 15:08:46 -05:00
Matthew Bargar
208ccabb84 Merge branch 'master' into feature/ingest 2016-02-02 13:44:37 -05:00
Khalah Jones-Golden
9d4d38d37b Merge remote-tracking branch 'upstream/master' into feature/5.0 2016-02-02 14:11:52 -04:00
Matthew Bargar
459338e0fa Merge branch 'master' into ingest/pipelineIngestAPI 2016-02-01 18:01:54 -05:00
Spencer
c54b9ca6b7 Merge pull request #5891 from spalger/implement/mochaSetup
formalize mocha setup
2016-02-01 15:31:42 -07:00
Khalah Jones-Golden
033ae847ee [Tests] Updating the tests to cover html changes 2016-01-29 15:46:54 -04:00
LeeDr
c43e43153b Fix ./Common to ./common 2016-01-28 17:34:52 -06:00
LeeDr
7327c250aa Change Common to common in _collapse_expand.js. 2016-01-28 17:25:33 -06:00
LeeDr
eb77030f79 snake_case merged master. 2016-01-28 17:11:47 -06:00
LeeDr
bc07598ab7 Merge branch 'master' into snake_case 2016-01-28 16:25:54 -06:00
LeeDr
a4088bbacc snake_case test files. 2016-01-28 16:17:23 -06:00
Matthew Bargar
468c70066a Add pipeline support to ingest API POST endpoint 2016-01-28 13:41:45 -05:00
LeeDr
763c564d67 Merge branch 'master' into expandCollapse 2016-01-28 12:31:43 -06:00
Matthew Bargar
556b0cfbf7 Add index_pattern key to ingest api payload schema to make room for the pipeline 2016-01-27 17:41:12 -05:00
LeeDr
a30a70964c Improve baseUrl function. 2016-01-27 09:16:08 -06:00
LeeDr
ef9833f4a3 Missing a period. 2016-01-26 17:55:58 -06:00
LeeDr
91fe72c89a Allow either old Firefox Ctrl + C or new Firefox clipboard message. 2016-01-26 17:33:26 -06:00
LeeDr
dc36197b55 New tests for expand/collapse discover tab legend and sidebar. 2016-01-26 15:36:54 -06:00
LeeDr
5073aa520c Share expectedToastMessage variable between tests, and comment about Firefox version changes message. 2016-01-26 12:30:09 -06:00
LeeDr
82d993adff Add 5 tests for Discover shared links 2016-01-25 20:39:27 -06:00
Matthew Bargar
d262deaba2 use data-test-subj click create button in a less fragile manner 2016-01-25 17:09:15 -05:00
Matthew Bargar
97cb64c2ac updated new functional test to work with new page layout 2016-01-22 18:56:27 -05:00
Matthew Bargar
9c27e3d52a Merge branch 'feature/ingest' into ingest/addDataStart 2016-01-22 18:39:37 -05:00
Matthew Bargar
944b78a241 Update functional tests to know about the new add data landing page 2016-01-22 13:27:11 -05:00
LeeDr
696d50c0f2 Merge pull request #5975 from LeeDr/moreDiscoverTests
8 new discover tests, _field_data
2016-01-21 17:33:11 -06:00
LeeDr
aeb45136d4 8 new discover tests, _field_data 2016-01-21 15:44:33 -06:00
Court Ewing
d50c48bccb Configurable shield credentials for tests
While there are still hardcoded defaults, this change allows people to
specify custom credentials via environment variables for each shield
role in our tests.
2016-01-21 13:13:17 -05:00
LeeDr
c477ab40a8 Minor changes from review comments. 2016-01-20 12:14:49 -06:00
LeeDr
3da9d84fe7 Merge branch 'master' into addDiscoverIntervalTests 2016-01-20 08:27:07 -06:00
LeeDr
6a84f5cf1b Added tests that change the interval through most of the choices and check the data. 2016-01-19 18:05:14 -06:00
spalger
72ab9aa7b0 [devServer] include self-signed certificates for testing
When running the Kibana server in --dev mode the server will use the new `test/dev_certs/server.key/crt` files to provide SSL by default. These files are not secure, and should not be used in production, but are fine for local development. Directions for trusting these certs are linked from the CONTRIBUTING.md file and the new ssl config can be disabled completely by passing `--no-ssl` to the server on startup.
2016-01-19 14:19:25 -07:00
LeeDr
40f8450d61 Fix screenshots Data Table and Tile Map. Add comments.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
86ab222d4d Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
667372194f Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
540ca8e267 Revert "Fix screenshots Data Table and Tile Map."
This reverts commit b6f67920aa.

Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
df6c34f4ca Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
f480b9b510 Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
c0d049c050 Fix screenshots with minimal sleep calls. Remove a couple unnecessary promise chains in visualizePage.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
967cc0c0e3 switch from sleeps to waiting for visualize-legend.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
e2face2071 Trying 4 sec sleep before screenshots.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
d41f985f53 Trying 4 sec sleep before screenshots.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
4c5f822429 Initial test to see if screenshot timing is the prob.
Fixes #5932
2016-01-19 19:07:53 +00:00
LeeDr
24b0177688 Fix screenshots Data Table and Tile Map. Add comments. 2016-01-19 12:41:17 -06:00
LeeDr
127e8e67dd Fix screenshots Data Table and Tile Map. 2016-01-19 12:20:09 -06:00
LeeDr
21e996bd88 Fix screenshots Data Table and Tile Map. 2016-01-19 10:50:30 -06:00
LeeDr
24fa2d41f9 Revert "Fix screenshots Data Table and Tile Map."
This reverts commit b6f67920aa.
2016-01-19 10:39:51 -06:00
LeeDr
b6f67920aa Fix screenshots Data Table and Tile Map. 2016-01-19 10:28:05 -06:00
LeeDr
b9d626aa70 Fix screenshots Data Table and Tile Map. 2016-01-19 10:08:33 -06:00
LeeDr
720faf45dd Fix screenshots with minimal sleep calls. Remove a couple unnecessary promise chains in visualizePage. 2016-01-18 20:40:54 -06:00
LeeDr
9157cf7e16 switch from sleeps to waiting for visualize-legend. 2016-01-18 16:50:40 -06:00
LeeDr
55330638c7 Trying 4 sec sleep before screenshots. 2016-01-18 13:43:40 -06:00
LeeDr
a7dce5012c Trying 4 sec sleep before screenshots. 2016-01-18 13:09:30 -06:00
LeeDr
68a46618ab Initial test to see if screenshot timing is the prob. 2016-01-18 11:37:51 -06:00
Court Ewing
2ef3f19621 Merge pull request #5884 from epixa/5562-tests-with-shield
Basic support for running server tests with shield
2016-01-15 18:08:13 -05:00
LeeDr
cc882ca539 Remove unused variable. 2016-01-15 12:19:56 -06:00