Commit graph

13258 commits

Author SHA1 Message Date
Shaunak Kashyap
03eebadc2b Merge branch 'master' into app-switcher/nav-link-enhancements 2016-07-05 13:23:57 -07:00
CJ Cenizal
5588983386 Merge pull request #7542 from cjcenizal/bug/msearch-test-stored-fields
Rename 'fields' property to 'stored_fields' in routes.js test to adhere to new ES msearch API.
2016-07-05 11:32:24 -07:00
Spencer
935f597971 Merge pull request #7629 from spalger/fix/7628
[ui/doc_viewer] ensure the ui/render_directive is imported
2016-07-05 11:25:21 -07:00
spalger
e98c3d4c42 [ci] tweak ci scripts to debug 2016-07-05 11:08:22 -07:00
spalger
058475fa9c [ui/doc_viewer] ensure the ui/render_directive is imported 2016-07-05 10:51:11 -07:00
CJ Cenizal
d9cf54f119 Rename 'fields' property to 'stored_fields' to adhere to new ES msearch API.
- Upgrade elasticsearch client to 12.0.0-rc4.
2016-07-05 08:01:52 -07:00
Court Ewing
b86d78043e Merge pull request #7618 from epixa/alpha5bump
Bump to 5.0.0-alpha5
2016-07-05 08:52:33 -04:00
Court Ewing
b940966471 Bump to 5.0.0-alpha5 2016-07-04 09:40:10 -04:00
Shaunak Kashyap
81072ad5c2
Remove unused var 2016-07-01 17:09:24 -07:00
Shaunak Kashyap
de1ea90a84
Replace 2 assertions with 1 2016-07-01 17:07:45 -07:00
Shaunak Kashyap
42cc301366
Adding hidden, disabled and tooltip properties to UiNavLink class 2016-07-01 16:09:25 -07:00
spalger
ee29dc6d02 [ci] make jenkins selenium script executable 2016-07-01 12:32:03 -07:00
spalger
b7c8db694a [ci] run the unit tests with xvfb-run 2016-07-01 12:22:39 -07:00
spalger
7d9f7adcf9 [ci] Run the karma tests in Chrome on CI 2016-07-01 12:22:20 -07:00
spalger
c684004324 [ci] fix typo in jenkins:env task 2016-07-01 12:10:29 -07:00
CJ Cenizal
ce9eb95901 Merge pull request #7558 from cjcenizal/refactor/functional-tests-page-objects
Migrate all functional tests to use PageObjects module.
2016-07-01 12:04:23 -07:00
spalger
5f61d48a1b [ci] compact the legacy jenkins sub-task list 2016-07-01 12:00:39 -07:00
spalger
d54e0d5293 [ci] fix eslint task name 2016-07-01 11:57:06 -07:00
Shaunak Kashyap
2601fcfea7
Adding unit tests for default paths involving various properties 2016-07-01 11:54:01 -07:00
Spencer
46c1118e30 Merge pull request #7604 from spalger/implement/versionedCiScript
[ci] split unit and selenium tasks into separate jenkins scripts
2016-07-01 11:51:46 -07:00
Shaunak Kashyap
8dac9c3a0a
Using class instead of element selector 2016-07-01 11:45:42 -07:00
Joe Fleming
b583bf6bc2 Merge pull request #7508 from w33ble/navbar-ext-config
Navbar Extensions in KbnTopNav with Config controls
2016-07-01 11:39:00 -07:00
spalger
fd699cb0a3 [ci] replace original jenkins task for bwc 2016-07-01 11:38:30 -07:00
spalger
55d95790ea [ci] call xvfb-run before selenium tasks 2016-07-01 11:35:56 -07:00
Shaunak Kashyap
30032c52b4
Using native Array.prototype.filter() instead of _.filter() 2016-07-01 11:35:06 -07:00
Shaunak Kashyap
f4390baae2
Using ES6 template literal instead of old school string concatenation 2016-07-01 11:32:48 -07:00
Shaunak Kashyap
a376c03115
Use ES6 find instead of _.find 2016-07-01 11:31:14 -07:00
spalger
7df6040536 [ci] split unit and selenium tasks into separate jenkins scripts 2016-07-01 11:31:02 -07:00
Shaunak Kashyap
a8995e3f53
Outdenting closing bracket per styleguide 2016-07-01 11:27:21 -07:00
Matt Bargar
7268eb7fbd Merge pull request #7602 from ycombinator/begone-moment-deprecation-warning
Removes usage of deprecated moment().subtract() syntax
2016-07-01 10:41:40 -04:00
Jonathan Budzenski
8148e66e34 Merge pull request #7593 from jbudz/issues/7590
[build] Add package log path
2016-07-01 09:36:57 -05:00
Shaunak Kashyap
7e931bd3a3
Adding unit test for constructor 2016-07-01 07:03:39 -07:00
Shaunak Kashyap
921533a054
Fixing minor typo 2016-07-01 07:03:18 -07:00
Shaunak Kashyap
bb45a390f8
Adding unit test for toJSON() 2016-07-01 06:58:53 -07:00
Shaunak Kashyap
9161c0c170
Throw error if nav link with given ID is not found 2016-07-01 06:07:28 -07:00
Shaunak Kashyap
0b1acad99c
Fixing test so it passes 2016-07-01 05:34:33 -07:00
Shaunak Kashyap
1d800845e2
Removes usage of deprecated moment().subtract() syntax
Gets rid of warning: "moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period)."
2016-07-01 05:21:35 -07:00
Shaunak Kashyap
b25456a3c9
Giving nav links an ID
For plugins, by default the plugin ID is used as the nav link ID. This can be overridden by explicitly specifying an ID on the nav link (useful for plugins that register multiple nav links).
2016-07-01 05:11:39 -07:00
Shaunak Kashyap
96588bd12f
Refactoring: extracting functions 2016-07-01 04:03:08 -07:00
Shaunak Kashyap
27122034c9 Add tooltip to nav link 2016-07-01 03:48:05 -07:00
Shaunak Kashyap
8df249beec Method to get nav link by its title + control nav link display state 2016-07-01 03:48:05 -07:00
Spencer
931d5a0c9d Merge pull request #7596 from spalger/implement/versionedCiScript
[ci] move ci setup tasks into source control
2016-06-30 16:01:07 -07:00
spalger
995c408410 [ci] add script for snapshot build job 2016-06-30 15:41:47 -07:00
spalger
cb0659f98d [ci] move ci setup tasks into source control
Until now, the ci setup tasks were stored in the Jenkins job configuration. This moves the setup into source control so that jenkins can be told to execute `./test/scripts/jenkins_{JOB_TYPE}.sh` no matter what branch of kibana it is dealing with.
2016-06-30 12:50:56 -07:00
Jonathan Budzenski
f781c80358 [build] Add package log path 2016-06-30 11:12:19 -05:00
Court Ewing
55bd8c02e5 Merge pull request #7589 from palecur/master
Alpha4 documentation updates
2016-06-30 10:21:23 -04:00
Shaunak Kashyap
ce9efff511 Merge pull request #7586 from ycombinator/management/add-deregister-method
Adding method to deregister a (child) section
2016-06-29 16:16:50 -07:00
Shaunak Kashyap
01cf4c5158
Allow deregistering a section more than once 2016-06-29 15:49:47 -07:00
Tyler Smalley
a97184d0ed Merge pull request #7588 from tylersmalley/7563-default-index
Handle indexes with no default
2016-06-29 14:56:57 -07:00
Paul Echeverri
d8953f620d Updates release notes 2016-06-29 14:28:08 -07:00