Commit graph

8866 commits

Author SHA1 Message Date
Joe Fleming
6712329790 Merge pull request #4769 from spalger/fix/buildNeedsWebpackShims
include webpackShims in build
2015-08-26 17:11:56 -07:00
spalger
af3387442d [build] ☝️ include webpackShims in build 2015-08-26 17:05:54 -07:00
spalger
edc1734b3c added note to CONTRIBUTING.md about switch 2015-08-26 16:40:00 -07:00
spalger
faa1011bbd upgrade to npm 3.0 2015-08-26 16:36:19 -07:00
Spencer
b694025399 Merge pull request #4734 from lukasolson/issues/4697
Fix issues with elasticsearch and ssl
2015-08-26 15:04:00 -07:00
spalger
556e79dc2f Merge branch 'pr/4724' 2015-08-26 14:59:20 -07:00
spalger
f1c794c13d [status/tab] make carot match the background 2015-08-26 14:57:55 -07:00
Jim Unger
d467ac951b Changed sample set to one minute's worth, changed requests to requests Per Second 2015-08-26 16:30:22 -05:00
Lukas Olson
b1a59ae701 Finish comment 2015-08-26 14:16:30 -07:00
Lukas Olson
15f0cd0e7d Change memoized function to use Map for cache 2015-08-26 14:12:45 -07:00
Jim Unger
6bc097ed3d Changes sample set from 60 to 1 2015-08-26 15:03:34 -05:00
Jim Unger
35d06d8792 Merge pull request #4712 from spalger/fix/disablePlugin
[plugin] check if a plugin is enabled before tracking it
2015-08-26 14:35:20 -05:00
Jim Unger
85e3579105 Merge pull request #4742 from w33ble/test-coverage
Return of the test coverage
2015-08-26 11:51:02 -05:00
Joe Fleming
a395853f34 fix test server command for windows machines 2015-08-26 09:39:01 -07:00
Lukas Olson
65e2ad4d81 Merge pull request #4689 from spalger/implement/moduleShims
[webpackShims] contextually override webpack modules
2015-08-26 08:05:46 -07:00
Lukas Olson
6e2f193601 Merge pull request #4750 from spalger/fix/aceDepricationErrors
[ui-ace] prevent ace editor deprecation warnings
2015-08-25 16:47:58 -07:00
Lukas Olson
f982bc97a0 Fix issue with mislabeled scripted field filters from histogram 2015-08-25 13:28:53 -07:00
spalger
de4ea544c6 [ui-ace] prevent ace editor deprecation warnings 2015-08-25 13:08:19 -07:00
Rashid Khan
e4bc46a2bf Merge pull request #4732 from w33ble/percentage-count
Add 'Percentage of' to y-axis when using percentage mode
2015-08-25 12:51:14 -07:00
Rashid Khan
9528350436 Merge pull request #4741 from elastic/revert-4598-readme/snapshotUpdates
Revert "remove snapshot build links"
2015-08-25 12:48:00 -07:00
Jonathan Budzenski
f71275c792 Merge pull request #4744 from spalger/fix/restartCleanly
Immediately kill workers to prevent straglers
2015-08-25 15:47:22 -04:00
Jim Unger
feecd26f42 Simplified the status page style 2015-08-25 13:31:07 -05:00
Spencer
2d58242924 Merge pull request #4747 from aboks/patch-1
Fixed typo in kibana.yml
2015-08-25 11:20:26 -07:00
Spencer
2f780507bf Merge pull request #4665 from spalger/chore/packageJsonUpkeep
[package.json] clear out old packages and move dev packages into place
2015-08-25 08:58:20 -07:00
Arnout Boks
434bf025aa Fixed typo in kibana.yml 2015-08-25 13:21:07 +02:00
spalger
3edbd20ac0 [plugins/initialize] rely on enabled handling in plugin/load 2015-08-24 20:54:59 -07:00
spalger
b148a5b801 [config] add tests to prove 8e3595f 2015-08-24 20:53:58 -07:00
spalger
1feb471525 Merge branch 'master' of github.com:elastic/kibana into fix/disablePlugin 2015-08-24 20:35:40 -07:00
spalger
8e3595f7f7 [config] ensure that Config#removeSchema() completely deletes 2015-08-24 20:24:20 -07:00
spalger
41fdc232d4 [plugins] move "enabled" check into Plugin#readConfig
Previously, the configs pendingSets were checked for enabled=false
which was assumed to be the only way to disable a plugin, but technically
a plugin can be disabled by default and therefore we need to load the plugin
before checking if it's enabled.

When a disabled plugin is loaded it's config schema is set to "forbidden", which
effectively removes it from the config and prevents reads or writes to those
config values.
2015-08-24 19:40:17 -07:00
spalger
295ffa4ab2 [server/config] support removing parts of the config schema 2015-08-24 19:38:00 -07:00
spalger
3e88539056 [worker/kill] use process.exit() for sync closing of processes 2015-08-24 18:44:20 -07:00
spalger
c131ce7e7c [cluster/restart] allow non-empty lines in manual restart 2015-08-24 18:43:44 -07:00
Joe Fleming
2e3ba07774 generate the test coverage 2015-08-24 17:10:21 -07:00
Joe Fleming
d6f4a1f829 make coverage generation optional 2015-08-24 17:10:00 -07:00
Joe Fleming
9e1488ebbb include coverage postLoader in test bundle 2015-08-24 16:24:07 -07:00
Joe Fleming
c78ce05a8e add postLoaders 2015-08-24 16:23:43 -07:00
Joe Fleming
3018f82cf2 Merge branch 'master' into test-coverage 2015-08-24 16:17:10 -07:00
spalger
a65d94199d [cleanup] remove unused directory 2015-08-24 15:40:37 -07:00
Jim Unger
66e11854ed Not in a good state. 2015-08-24 13:52:58 -05:00
Jonathan Budzenski
e3bba6e22b Merge pull request #4740 from spalger/fix/gruntEsvm
update grunt-esvm to be compatible with latest master
2015-08-24 14:30:24 -04:00
spalger
93c5a61770 update grunt-esvm to be compatible with latest master 2015-08-24 09:35:17 -07:00
Lukas Olson
86808b744b Fix issues with https agent creation and caching agentOptions 2015-08-24 08:49:58 -07:00
Spencer
05506226a0 Revert "remove snapshot build links" 2015-08-21 18:27:39 -07:00
Lukas Olson
63bc181871 Attempt to fix issues with elasticsearch and ssl 2015-08-21 17:11:18 -07:00
Joe Fleming
2be81abbfe move percentage indication into parent class 2015-08-21 17:06:00 -05:00
Joe Fleming
1cfc8813df make count label indicate percentage based on vis mode 2015-08-21 16:52:39 -05:00
Jim Unger
368ba28fc4 Status page changes 2015-08-20 16:39:15 -05:00
Rashid Khan
10b7e0bfb1 Merge pull request #4717 from BigFunger/plugin-file-input
Added file protocol support to plugin installer
2015-08-20 10:34:55 -07:00
Rashid Khan
808ce38fb0 Ensure wms is called when wms is enabled 2015-08-19 16:07:53 -07:00