Commit graph

8591 commits

Author SHA1 Message Date
Jonathan Budzenski
ca81d4b777 [functional testing] Use grunt-run with selenium 2015-09-15 16:26:04 -05:00
Jonathan Budzenski
a47725ab91 [functional testing] Use wreck 2015-09-14 14:09:50 -05:00
Jonathan Budzenski
5ae159d6b7 [functional testing] Use sync methods 2015-09-14 10:18:31 -05:00
Jonathan Budzenski
6d44d2e9ef [functional testing] Move task defaults to configs 2015-09-14 09:17:41 -05:00
Jonathan Budzenski
654cedfe29 Merge branch 'master' into functional-testing 2015-09-14 07:57:16 -05:00
Spencer
907ce05969 Merge pull request #4897 from lazyfrosch/elasticsearch-url
Allow elasticsearch URL be relative
2015-09-14 07:48:56 -04:00
Markus Frosch
864b491b51 Allow elasticsearch URL be relative
Like https://myweblog/elasticsearch

url.resolve will strip a path component and assume elasticsearch sits at
the root URL.
2015-09-13 11:39:19 +02:00
Joe Fleming
4071ac9a40 Merge pull request #4867 from spalger/chore/removePackageRanges
[npm] remove package ranges
2015-09-11 15:26:52 -07:00
Court Ewing
551abe270d Merge pull request #4927 from spalger/fix/attempt/webpackRebuildFails
[optimize/webpack] remove dedupe plugin
2015-09-11 17:46:20 -04:00
spalger
d832a9f6f4 [optimize/webpack] remove dedupe plugin, see webpack/webpack#770 2015-09-11 14:29:16 -07:00
Tim Sullivan
ffc2fa830d Merge pull request #4868 from spalger/chore/cleanupConfig
[config] remove unused key format:numberPrecision
2015-09-11 14:26:36 -07:00
Jonathan Budzenski
a77b962834 Merge branch 'master' into functional-testing 2015-09-11 16:22:18 -05:00
Joe Fleming
ed8cc99a85 Merge pull request #4925 from Bargs/improveContribDoc
Encourage the use of npm as the main build tool
2015-09-11 13:45:09 -07:00
Matt Bargar
96a4e2a44e encourage the use of npm as the main build tool 2015-09-11 15:50:05 -04:00
Jonathan Budzenski
49c856712c [functional testing] Add dev mode 2015-09-11 14:08:35 -05:00
Jonathan Budzenski
c064533ee8 [functional testing] Simplify, starting with one test 2015-09-11 09:54:42 -05:00
Jonathan Budzenski
b735cc328b Merge pull request #4918 from jbudz/upgrade-firefox
[ci] Run Firefox 40 on Travis
2015-09-11 09:38:52 -05:00
Joe Fleming
fdc351b2e6 Merge pull request #4830 from lukasolson/issues/4816
Allow zero-values for persisted log and truncate on load
2015-09-10 17:47:56 -07:00
Lukas Olson
d07861a560 Make changes as per Joe's suggestions 2015-09-10 16:06:52 -07:00
Lukas Olson
8f152201ee Merge branch 'master' into issues/4816 2015-09-10 15:11:54 -07:00
Jonathan Budzenski
ecaeb29838 [ci] Run Firefox 40 on Travis 2015-09-10 15:36:13 -05:00
Joe Fleming
327f5898a7 Merge pull request #4908 from spalger/fix/noteAboutkibanaDevYml
[CONTRIBUTING.md] added note about using kibana.dev.yml
2015-09-10 11:19:25 -07:00
Spencer
c1c632e08a Update CONTRIBUTING.md 2015-09-10 11:19:13 -07:00
Tim Sullivan
17d17ed736 Merge pull request #4910 from DavidWittman/patch-1
Fix typos in kibana.yml
2015-09-10 10:34:31 -07:00
Jim Unger
549f7c23a4 Merge pull request #4773 from spalger/implement/exposeUiExports
Expose uiExports on pluginApi
2015-09-10 11:23:06 -05:00
David Wittman
0d45630b1f Fix typos in kibana.yml 2015-09-10 00:18:19 -04:00
spalger
65a261e8a3 [CONTRIBUTING.md] added note about standard config 2015-09-09 16:21:35 -07:00
spalger
7eb3161d67 [CONTRIBUTING.md] added note about using kibana.dev.yml 2015-09-09 15:09:07 -07:00
Jim Unger
dd99470e69 Merge pull request #4905 from spalger/fix/entryFileContext
[optimize/entryFiles] properly embed the context in new entry templates
2015-09-09 16:58:52 -05:00
spalger
00c71a444e [optimize/entryFiles] properly embed the context in new entry templates 2015-09-09 14:16:07 -07:00
Jonathan Budzenski
d6c9019be5 [functional testing] Cleanup, run from npm test 2015-09-09 14:57:51 -05:00
Shelby Sturgis
2960d1fe90 Merge pull request #4903 from epixa/4888-overlap
Fix "overlap" typo in chart mode warning
2015-09-09 12:47:51 -07:00
Court Ewing
b096d1f381 Fix "overlap" typo in chart mode warning
The actual chart mode is named "overlap", but the existing alert
description incorrectly was referring to "overlay".
2015-09-09 14:49:04 -04:00
Spencer
6cb0c954a4 Merge pull request #4876 from jakommo/master
Fixed typo (Used the ... to Use the ...) in docs
2015-09-09 10:08:24 -07:00
Jonathan Budzenski
e67b961658 [functional testing] Add selenium to gitignore 2015-09-08 13:27:50 -05:00
Jonathan Budzenski
32d199efce [functional testing] Add fixture 2015-09-08 13:26:19 -05:00
Jonathan Budzenski
d7db845b58 [functional testing] Add minimal smoke test, clean up config 2015-09-08 11:45:53 -05:00
Jonathan Budzenski
cfd7aea64c Merge pull request #4879 from spalger/build/exposeValidBabelOptions
Expose valid babel options
2015-09-08 09:58:45 -05:00
spalger
8aa0287dd7 [build] expose build specific babel config
During build we transpile the server source to prevent runtime transpilation with babel/register. In order to support untranspiled plugin code, we still use babel/register with special ignore options, which used to be included in cli/index.js and now is moved to src/optimize/babelOptions.js so other code that wants to initialize a server (without the cli) can also configure babel/register.
2015-09-07 17:22:42 -07:00
spalger
0f4fe22252 [build/shrinkwrap] apparently it is loglevel 2015-09-07 17:03:04 -07:00
Jakob Reiter
d9a5596f5a Fixed typo (Used the ... to Use the ...) 2015-09-07 16:50:05 +02:00
spalger
ecf1bd716e [config] remove unused key format:numberPrecision 2015-09-05 02:09:37 -07:00
spalger
2d90d83d8f [npm] remove package ranges
Fixes #4866

As recently discussed in https://github.com/elastic/kibana/issues/4824 we have had a fair number of challenges with dependencies shipping breaking changes or broken code within the semver ranges which should prevent them. Nobody is perfect, we don't expect that, but as Kibana grows the number of modules does too. The output of npm ls is currently over 1100 lines, meaning we are very exposed to the semver ranges specified.

While we may actually use a shrinkwrap file at some point, or implement something like uber's custom shrinkwrap utility, the only issues we have faced have been caused by top level dependencies (especially the very fast-moving ones).
2015-09-05 01:49:36 -07:00
Spencer
2cf6cb8997 Merge pull request #4861 from palecur/filterlabel
Adds docs on the filter label field
2015-09-05 01:10:17 -07:00
Lukas Olson
32100b68fc Merge pull request #4845 from spalger/chore/upgradeEsjs
Upgrade esjs
2015-09-04 17:06:56 -07:00
Rashid Khan
a6b8e05971 Merge pull request #4856 from palecur/statuspage
Adds information about the Kibana server status page.
2015-09-04 14:44:36 -07:00
Paul Echeverri
f3f6256933 Resizes image to fit standards 2015-09-04 14:40:42 -07:00
Paul Echeverri
dc07559971 Typo fix in image call 2015-09-04 14:35:37 -07:00
Paul Echeverri
6034dcb0bc Updates documentation to cover filter labeling functionality. 2015-09-04 14:29:26 -07:00
Rashid Khan
0186c55d4e Merge pull request #4841 from w33ble/basic-auth-errors-port
Index Pattern Lookup - Basic auth errors [4.2 port]
2015-09-04 13:43:43 -07:00