Commit graph

8563 commits

Author SHA1 Message Date
Court Ewing
120a2a7f54 Move editable config creation to utility file
The function is now unit tested as well. There are a few flags of the
resulting configuration object that are not yet tested, but they're
really behaviors of the returned value based on the current state rather
than behaviors of toEditableConfig itself.
2015-09-11 13:51:48 -04:00
Court Ewing
3932bd00d5 Move getEditorType to its own module
A unit test is also included since the function is now importable.
2015-09-11 12:08:42 -04:00
Court Ewing
2378e6282d Allow custom fields in advanced settings
If the kibana index includes any custom key/value pairs in the config,
they will be editable on the advanced settings panel. All custom
settings appear at the bottom of the list and are visually labeled as a
"custom setting". When the trash can icon is clicked, custom settings
are removed entirely from the index.
2015-09-11 11:47:14 -04: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
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
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
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
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
Paul Echeverri
249c6a8114 Adds information about the Kibana server status page. 2015-09-04 13:16:10 -07:00
spalger
b8975b9178 [tests] add esApiVersion to the default injected test values 2015-09-04 12:47:39 -07:00
spalger
6914dc7ca5 Merge branch 'master' of github.com:elastic/kibana into chore/upgradeEsjs 2015-09-04 12:46:54 -07:00
Spencer
85b17e954c Merge pull request #4852 from spalger/chore/testAgainstEs20
[esvm] test against es 2.0
2015-09-03 16:36:09 -07:00
spalger
3672ac5ebf [esvm] test against es 2.0 2015-09-03 16:28:31 -07:00
Spencer
80a75e3e93 Merge pull request #4851 from elastic/revert-4821-optimize/removeRecordsPath
Revert "[optimize] remove records path config from webpack"
2015-09-03 15:47:13 -07:00
Spencer
a87dcc600f Revert "[optimize] remove records path config from webpack" 2015-09-03 15:42:55 -07:00
Joe Fleming
994016eec1 Merge pull request #4849 from spalger/npm/downgradeAutoprefixer
[npm] downgrade autoprefixer to avoid console.warning messages
2015-09-03 13:04:41 -07:00
spalger
cdd1b98d51 [npm] downgrade autoprefixer to avoid console.warning messages 2015-09-03 07:50:50 -07:00
spalger
62853b6a4e Merge branch 'master' of github.com:elastic/kibana into chore/upgradeEsjs 2015-09-02 15:46:59 -07:00
Spencer
1be7932e11 Merge pull request #4843 from spalger/chore/removeShrinkwrap
[npm] remove shrinkwrap file
2015-09-02 15:28:59 -07:00
spalger
f415383161 [npm] remove shrinkwrap file 2015-09-02 15:27:20 -07:00
spalger
f648e7a7b8 Merge branch 'master' of github.com:elastic/kibana into chore/updateEslint 2015-09-02 14:54:02 -07:00
Joe Fleming
0b0eceae34 re-implement #4796 2015-09-02 13:25:20 -07:00
Joe Fleming
862c396f8c handle MissingIndices for pattern lookup
also safe fallback for bad repsonses from getIndicesForIndexPattern
2015-09-02 12:40:37 -07:00
Joe Fleming
1cf9e313f5 index pattern lookup error handling 2015-09-02 12:39:15 -07:00
Jonathan Budzenski
a1f991f430 Merge pull request #4823 from lukasolson/enhancement/custom-map-url
Add WMS map server support
2015-09-02 13:35:20 -05:00
Lukas Olson
22269a5ab2 Change default WMS settings to use https URL instead of http 2015-09-02 11:13:12 -07:00
Lukas Olson
0b954e90a2 Allow zero-values for persisted log and truncate on load instead of just add 2015-09-01 17:20:31 -07:00
Joe Fleming
4463355c8f Merge pull request #4815 from spalger/node/downgradeTo012
[node] downgrade to 0.12.7
2015-09-01 14:49:22 -07:00
Joe Fleming
a5aa70b2b4 Merge pull request #4828 from spalger/npm/updateShrinkwrap
[npm] update shrinkwrap file
2015-09-01 14:46:35 -07:00