Commit graph

14224 commits

Author SHA1 Message Date
chenryn
99a30ee7ad modify for eslint
delete self.scriptingLangs value assign and correct a typo
2016-08-25 10:31:50 -04:00
chenryn
f32eb2636f add scripting language selection 2016-08-25 10:31:50 -04:00
Court Ewing
bfb81efb15 Merge pull request #8085 from tylersmalley/fix-ingest-tests
Specify API version for Elasticsearch client in ScenarioManager
2016-08-25 10:29:07 -04:00
Tyler Smalley
2cf97d6c24 Specify API version for Elasticsearch client in ScenarioManager
This change specifically comes after the deprecation of POST for creating an index

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-08-25 06:54:54 -07:00
Shaunak Kashyap
266333844e
Only call the click function if the item is not disabled 2016-08-25 05:17:48 -07:00
Shaunak Kashyap
7e7a89e129
Disable button using ng-disabled
This prevents the menuItem.run() function from being executed if the button is clicked.
2016-08-24 15:39:52 -04:00
spalger
718ddf0029 [compat] remove es 2.2 compat code, closes #6363 2016-08-24 11:25:10 -07:00
Spencer
aa20d83063 Merge pull request #8036 from spalger/fix/testDevOptimizeDir
[dev] write test:dev optimize output to its own dir
2016-08-24 10:59:19 -07:00
Lukas Olson
6848bb24c8 Instead of hard-coding '/app/kibana', create a constant and export it for use in other plugins 2016-08-23 17:14:18 -07:00
Spencer
19a8738e20 Merge pull request #8034 from spalger/implement/ignoreCertErrorsInDev
Do not verify certs when using custom host and default certs
2016-08-23 15:50:42 -07:00
CJ Cenizal
c08c29363a Merge pull request #8058 from cjcenizal/improvement/sidebar-open-by-default
The global nav is expanded by default for the initial experience.
2016-08-23 10:06:20 -07:00
CJ Cenizal
4bd286a60d The global nav is expanded by default for the initial experience. 2016-08-23 09:48:05 -07:00
Tim Sullivan
9e3e8e884b Merge pull request #8037 from tsullivan/revert-7903
Revert notifications: allow custom truncation length #7903
2016-08-22 16:15:56 -07:00
spalger
5183efd843 [cli/serve] check for dev cert specifically 2016-08-22 15:12:12 -07:00
CJ Cenizal
187da4d63c Merge pull request #7911 from cjcenizal/improvement/kibana-5-favicon
Add updated Kibana 5 favicons.
2016-08-22 12:31:04 -07:00
Jonathan Budzenski
a254b7ea99 Merge pull request #8002 from jbudz/issues/7992
[build] Sign debs with sha512
2016-08-22 09:43:35 -05:00
Peter Pisljar
0d1762cd3f Merge pull request #7931 from ppisljar/fix/legendPosition
Ability to set the position of legends
2016-08-21 10:02:03 +02:00
Court Ewing
0eae35b561 Merge pull request #7867 from BigFunger/decompress-zip-strip-tests
Add tests for decompress-zip to check strip functionality
2016-08-20 12:23:34 -04:00
Court Ewing
9c432ef277 Merge pull request #8033 from spalger/fix/collapseExpandButton
Fix collapse/expand button
2016-08-20 11:31:16 -04:00
Timothy Sullivan
1bd8967a0f Revert notifications: allow custom truncation length #7903
Revert "notifications: allow custom truncation length"
This reverts commit 72c2f667ab.

Revert "notifications: put defaultTruncationLength in Notifier.config"
This reverts commit a35c6ef7af.
2016-08-19 17:29:03 -07:00
spalger
51ea45cd37 [dev] write test:dev optimize output to its own dir
Currently, `npm start` and `npm run test:dev` use the same webpack "working directory". This allows them to share assets, which seems great, but when webpack writes it's record-keeping files to disk it can lead to difficult to debug "Property call of undefined is not a function" errors. By writing it's optimization output to a different directory we prevent those collisions so that both the test server and the dev server can be run side-by-side
2016-08-19 17:15:06 -07:00
Tyler Smalley
4051bfad7e Merge pull request #8035 from cjcenizal/improvement/local-ie-testing-on-osx
Add notes on how to test on an IE VM on OS X.
2016-08-19 17:12:25 -07:00
CJ Cenizal
244d88e6e5 Add notes on how to test on an IE VM on OS X. 2016-08-19 16:57:58 -07:00
spalger
d1dc303252 [basePathProxy] do not verify certs when using custom host and default certs 2016-08-19 15:50:51 -07:00
Tyler Smalley
a66b1571c5 Merge pull request #8031 from elastic/8028-bump-esjs
Bump elasticsearch and elasticsearch-browser
2016-08-19 12:57:48 -07:00
spalger
321aee09b4 [globalNav] fix the path to the collapse circle icon 2016-08-19 10:26:44 -07:00
spalger
0cd3c3674f [chrome/addBasePath] treat // as a host, like the browser does 2016-08-19 10:24:42 -07:00
Court Ewing
bca4732465 Merge pull request #7996 from epixa/7964-esclientheaders
Configurable headers for all elasticsearch requests
2016-08-19 13:14:55 -04:00
Tyler Smalley
dad5195bfe Bump elasticsearch and elasticsearch-browser
Resolves issue with Elasticsearch breaking change introduced in https://github.com/elastic/elasticsearch/pull/20001

Fixes #8028

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-08-19 10:00:58 -07:00
Spencer
21b11f238c Merge pull request #8026 from spalger/restore/timedEventLogging
[notifier] revert removal of status reporting
2016-08-19 09:15:18 -07:00
Spencer
c398603bd7 Merge pull request #8030 from spalger/remove/unusedStateSync
[state] remove unsed code
2016-08-19 07:58:34 -07:00
spalger
ee007e6709 [state] remove unsed code 2016-08-19 07:48:39 -07:00
Jonathan Budzenski
bfaa3d42a1 Merge pull request #8029 from jbudz/pr/7952
Rebase #7952, skip empty lines when parsing CSV
2016-08-19 09:21:50 -05:00
Tim Roes
ad21b1f54b
skip empty lines when parsing CSV 2016-08-19 09:08:56 -05:00
spalger
7820937af1 [notifier] revert removal of status reporting in 47edbfd637 2016-08-18 18:36:21 -07:00
Court Ewing
169372e14a Merge pull request #7932 from LeeDr/addTileMapTests
New TileMap tests for 10 zoom levels, Fit Data Bounds
2016-08-18 20:27:38 -04:00
Spencer
83de64cb06 Merge pull request #7993 from timroes/keywordHint
Fix hint for analyzed fields
2016-08-18 17:16:59 -07:00
Spencer
a396a378c1 Merge pull request #8018 from thomasneirynck/chore/8008
Remove ES1/2 API mapping files
2016-08-18 17:11:39 -07:00
Spencer
ce33785a43 Merge pull request #8021 from spalger/reimplement/BrowserStorageStub
[stub/BrowserStorage] reimplement and test the BrowserStorage stub
2016-08-18 15:54:33 -07:00
Court Ewing
d00d177d01 Configurable headers for all elasticsearch requests
A new server-side configuration, elasticsearch.customHeaders, allows
people to configure any number of custom headers that will get sent
along to all requests to Elasticsearch that are made via the proxy or
exposed client.

This allows for advanced architectures that do things such as dynamic
routing based on install-specific headers.
2016-08-18 17:58:20 -04:00
CJ Cenizal
962f036f42 Merge pull request #7723 from cjcenizal/7467/pin-sidebar-functionality
[7467] Add "Collapse/Expand" button to sidebar.
2016-08-18 12:52:35 -07:00
Tim Sullivan
1c7153c613 Merge pull request #7978 from tsullivan/notifications-render-directive
notifications: add directive notification type
2016-08-18 12:07:58 -07:00
CJ Cenizal
1b49ab9db3 Add tests for Notifiation directive. 2016-08-18 11:45:33 -07:00
Timothy Sullivan
143cedb453 notification/directive: rewrite unit test 2016-08-18 11:45:33 -07:00
Timothy Sullivan
3871a2a401 notifications: toaster.html cleanup
- break long lines
- fix incorrect slash with opening kbn-truncate tag
2016-08-18 11:45:33 -07:00
Timothy Sullivan
953666dea0 notifications: internal method rename 2016-08-18 11:45:33 -07:00
Timothy Sullivan
945fd16433 notifications/directive: initial unit test 2016-08-18 11:45:33 -07:00
Timothy Sullivan
ab3af7c050 notifications/directive: add directive notification type 2016-08-18 11:45:33 -07:00
spalger
f3f925604f [stub/BrowserStorage] reimplement and test the BrowserStorage stub 2016-08-18 00:30:11 -07:00
Spencer
d6f17cfde7 Merge pull request #8020 from spalger/rename/StubBrowserStorage
[test_utils] move StubBrowserStorage to a more central location
2016-08-17 20:40:24 -07:00