Commit graph

12643 commits

Author SHA1 Message Date
LeeDr
739b00581e Add a sleep back into saveDashboard 2016-06-15 13:29:51 -05:00
LeeDr
8531d9bf01 Remove auth from URL 2016-06-15 12:59:44 -05:00
LeeDr
c650ab9513 Merge branch 'master' into runTestsOnChrome 2016-06-15 11:30:23 -05:00
LeeDr
bfcb875c77 Merge master 2016-06-15 11:29:23 -05:00
Shaunak Kashyap
97144848a9 Merge pull request #7454 from ycombinator/gh-7424
Mirror ES status; set own status to red if user settings are not found
2016-06-15 11:28:08 -05:00
LeeDr
d4914a3cff getSpinnerDone in dashboard 2016-06-15 11:19:59 -05:00
Jonathan Budzenski
5b385a532c Merge pull request #7468 from jbudz/test-timeout
[test] Increase server logging test timeout
2016-06-15 10:53:38 -05:00
Shaunak Kashyap
622272934e
Extracting conditional message into its own constant for better readability 2016-06-15 08:36:25 -07:00
Jonathan Budzenski
a8084a3cbc [test] Increase server logging test timeout 2016-06-15 10:22:00 -05:00
Jonathan Budzenski
a1672537e4 Merge pull request #7440 from jbudz/plugin-paths
[plugin installer] check multiple default paths for config
2016-06-15 10:11:36 -05:00
Jonathan Budzenski
b32949dfcd Merge pull request #7387 from jbudz/issues/6728
[packages] Set publish prefix kibana/major_version.x
2016-06-15 09:56:00 -05:00
Jonathan Budzenski
314e095441 Merge pull request #7422 from jbudz/package-dirs
[build] Cleanup dirs on uninstall
2016-06-15 09:24:02 -05:00
Jonathan Budzenski
bd3cca9efa Merge pull request #7431 from jbudz/issues/7430
[build] Set init description to kibana
2016-06-15 09:22:32 -05:00
Jonathan Budzenski
e81e1f25cd Merge pull request #7458 from jbudz/package-cache
[build] Include babelcache so it can be chowned to kibana user
2016-06-15 09:21:10 -05:00
Jonathan Budzenski
83681d980d [build] Include babelcache so it can be chowned to kibana user 2016-06-15 07:44:12 -05:00
Shaunak Kashyap
658d5f5418
Improving comment 2016-06-14 23:53:56 -07:00
Shaunak Kashyap
7b61123288
Ignore the extra log line about the settings status 2016-06-14 23:26:31 -07:00
Shaunak Kashyap
5fe4a6bd30 Merge pull request #2 from spalger/pr/7454
[ui/settings] go red when settings are not found, otherwise mimic es …
2016-06-15 00:25:51 -05:00
spalger
ced2a21de3 [ui/settings] go red when settings are not found, otherwise mimic es status 2016-06-14 22:21:22 -07:00
Shaunak Kashyap
273c3499ce Merge branch 'master' into gh-7424 2016-06-14 22:05:36 -07:00
Spencer
7af3e7e64d Merge pull request #7459 from spalger/implement/pluginSpecificStatus
[server/status] implement generic status tracking
2016-06-14 22:00:25 -07:00
spalger
e232e07660 [statusPage] update functional test 2016-06-14 21:38:56 -07:00
spalger
1504a9ec21 [server/status] remove PluginStatus class 2016-06-14 21:38:50 -07:00
spalger
10be384652 [statusPage] remove status grouping, fix some classnames 2016-06-14 20:43:03 -07:00
spalger
8cb16949f9 [statusPage] remove "service" naming 2016-06-14 20:04:52 -07:00
spalger
fe67508381 [server/status] cleanup services table on status page 2016-06-14 19:07:51 -07:00
spalger
ef9eba554c [status] update functional tests to use testSubject selector 2016-06-14 19:07:49 -07:00
spalger
e6a8da048b [server/status] implement generic status tracking
In https://github.com/elastic/kibana/pull/7333 we needed the ability to set the server status from outside of a plugin, but statuses were implemented in a way that coupled them to plugins. This let to reaching in and setting the status of a plugin from the server. Rather than extending the undesirable coupling of status & plugin I've instead made the server status service support creating more generic status tracker objects, and extended it's API to include plugin-specific methods like `createForPluginId(pluginId)` and `getStateForPluginId(pluginId)`.

With the new API the settings service will be able to create it's own status object with `kbnServer.status.create('settings')` rather than reaching into the kibana plugin and setting its status.
2016-06-14 18:29:28 -07:00
Shaunak Kashyap
777ebbce5a
Setting Elasticsearch plugin to yellow instead of Kibana plugin
The Elasticsearch plugin is what is responsible for (re)creating the Kibana index. So it makes sense that if we couldn't find the user settings in that index, we set the Elasticsearch plugin to yellow. Once it recreates the Kibana index, it will set itself to green. No need to toggle the states of the Kibana plugin at all.
2016-06-14 16:13:03 -07:00
Jonathan Budzenski
29e26de7e2 [build] Cleanup dirs on uninstall 2016-06-14 15:46:31 -05:00
Court Ewing
dbfee59b66 Merge pull request #7317 from epixa/newbuild
Apply -snapshot suffix during build task
2016-06-14 16:25:39 -04:00
Shaunak Kashyap
a81d7595d8
Toggle Kibana to yellow instead of red
Yellow is good in situations where the user doesn't need to take remedial actions to turn a plugin green. Red is good in situations where the user needs to do something to turn the plugin green.
2016-06-14 11:56:23 -07:00
Shaunak Kashyap
9c302e2378
Toggle Kibana plugin red/green depending on whether user settings are available
If user settings are requested but are not available in the Kibana index, turn the Kibana plugin red. If they are requested and available, turn the plugin green again, if necessary.
2016-06-14 10:55:25 -07:00
CJ Cenizal
5ffb9d4d43 Merge pull request #7453 from cjcenizal/improvement/update-baseline-screenshots
Update baseline screenshots with loaded CSS.
2016-06-14 09:55:49 -07:00
CJ Cenizal
a1a7fc48c6 Update baseline screenshots with loaded CSS. 2016-06-14 09:37:05 -07:00
LeeDr
057ec2db81 Testing a sleep between get and refresh 2016-06-14 11:23:10 -05:00
CJ Cenizal
aa47599cd1 Merge pull request #7410 from cjcenizal/improvement/ui-screenshot-coverage
Take screenshots of UI throughout functional tests.
2016-06-14 08:54:17 -07:00
LeeDr
3e22acdaf9 Update intern version to 3.2.3, fix failing test 2016-06-14 10:41:37 -05:00
CJ Cenizal
9e353fd451 Add visual regression screenshot gallery.
- Add 'test:visualRegression' grunt task.
- Run 'test:visualRegression' as part of npm script 'test'.
- Add 'clean:screenshots task'.
- Clean screenshots/session when funtional tests are run.
2016-06-14 08:33:45 -07:00
Jonathan Budzenski
3ce2c5ffe7 [plugin installer] Use find instead of some when looking for path 2016-06-14 10:06:04 -05:00
Court Ewing
d8512a8bb9 Merge pull request #7448 from epixa/momentjs
Bump moment.js to latest version
2016-06-14 08:27:39 -04:00
Court Ewing
4b36d05e52 Bump moment.js to latest version 2016-06-14 07:52:31 -04:00
LeeDr
5d02617830 Change browser from firefox to chrome. Add try in saveDashboard. 2016-06-13 16:51:40 -05:00
LeeDr
01255ee4d4 Re-implement most of PR #7024 switch to Chrome browser 2016-06-13 16:03:40 -05:00
CJ Cenizal
0fb84e4696 Take screenshots of UI throughout functional tests. 2016-06-13 11:44:49 -07:00
Jonathan Budzenski
41004fda0f [docs] Update package version 2016-06-13 11:29:06 -05:00
Jonathan Budzenski
9be15fb7b9 [plugin installer] check multiple default paths for config 2016-06-13 11:18:37 -05:00
Lee Drengenberg
a553bab16d Merge pull request #7437 from spalger/refactor/functionalTestErrorHandling
[functional tests] move common.handleError to a higher level
2016-06-13 10:36:33 -05:00
Jonathan Budzenski
f9a5cb32ff [docs] Use https on package links 2016-06-13 08:53:55 -05:00
Jonathan Budzenski
9d809f3aea [packages] Set publish prefix kibana/major_version.x 2016-06-13 08:53:55 -05:00