Commit graph

10024 commits

Author SHA1 Message Date
Emily Wenberg
0e99e7d153 Fix typos in style guide
Fixes #6289
2016-02-23 19:13:42 +00:00
Emily Wenberg
de46487258 Fix another typo in contributing doc
Fixes #6289
2016-02-23 19:13:42 +00:00
Emily Wenberg
c5ced4ed13 Fix typo in CONTRIBUTING.md
Fixes #6289
2016-02-23 19:13:42 +00:00
spalger
7f71cae1b1 replace the active http requests spinner
Fixes #6193
2016-02-11 16:33:44 +00:00
Court Ewing
700842d9fe Merge pull request #6179 from epixa/4.x-bumpnode
Bump node to 0.12.10 for security fixes
2016-02-10 14:28:15 -05:00
Court Ewing
c4c6fe35cd Bump node to 0.12.10 for security fixes
See
https://nodejs.org/en/blog/vulnerability/february-2016-security-releases/
2016-02-10 10:01:16 -05:00
Court Ewing
e769f2515b Merge pull request #6147 from epixa/4.x-6074-tgz-plugins
[backport] Plugin installer support for .tgz file types
2016-02-08 14:40:59 -05:00
Rashid Khan
8fa59c3823 Make saved object list length configurable
Fixes #6128
2016-02-08 19:28:34 +00:00
Court Ewing
62bfef9324 Rename type_from_filename to file_type
The module is generic enough not to require an overly specific name, and
it exposes more things than simply a default function, so it should be a
noun.
2016-02-08 12:40:12 -05:00
Court Ewing
7524d81eca Plugin installer treats .tgz as a tar file
These file extensions should be interchangeable, so there's no reason
for our plugin installer not to support them. We actually did support
.tgz file types up until we added .zip support.
2016-02-08 12:38:21 -05:00
Court Ewing
28ee92f124 Refactor archive type checks to be more DRY
This should be an in-place refactor without any additional behaviors or
side effects.
2016-02-08 12:37:47 -05:00
Jonathan Budzenski
d821b5ba3c Add www to metadata url
Fixes #6133
2016-02-08 16:49:30 +00:00
Jonathan Budzenski
094c49593b Set deb-priority to optional
Fixes #6133
2016-02-08 16:49:30 +00:00
Jonathan Budzenski
d951a87337 Add url, maintainer, vendor, license metadata
Fixes #6133
2016-02-08 16:49:30 +00:00
Stéphane Campinas
91111be70b added missing word
Fixes #6146
2016-02-08 15:45:37 +00:00
Court Ewing
7ef9407828 Merge pull request #6123 from grimoirelab/4.x-metric-label
4.x metric label
2016-02-05 10:53:23 -05:00
Alvaro del Castillo
5ad249ab99 Merge branch '4.x' of https://github.com/elastic/kibana into 4.x-metric-label 2016-02-05 06:34:22 +01:00
Rashid Khan
5556f1ad32 Allow customLabels to be disabled on a per-agg basis 2016-02-05 06:20:55 +01:00
Alvaro del Castillo
54d7e5119d [Tests AggConfig#makeLabel] Add tests for AggConfig.prototype.makeLabel. 2016-02-05 06:19:22 +01:00
Alvaro del Castillo
ce80eb845a [AggType tests] Check the param name for customLabel. 2016-02-05 06:19:16 +01:00
Alvaro del Castillo
b2068a45b6 [AgType tests] Update tests so the new customLabel param is supported. 2016-02-05 06:19:07 +01:00
Alvaro del Castillo
eeb3581014 [Aggregations labels] Address epixa comments about redundant check and more isolated changes. 2016-02-05 06:18:51 +01:00
Alvaro del Castillo
b9a4582bec Don't use customLabel if it is not defined. 2016-02-05 06:18:42 +01:00
Alvaro del Castillo
febff90055 Use the same approach than "JSON input" to add a "Custom label" param to all aggs. 2016-02-05 06:18:32 +01:00
Alvaro del Castillo
e5be6a8c90 Labels now working in all visualizations. Some issues pending in Pie chart. 2016-02-05 06:18:22 +01:00
Alvaro del Castillo
271baaa8c7 Check that $scope.vis is defined for testing env. 2016-02-05 06:18:00 +01:00
Alvaro del Castillo
0af5708837 Added labels for metrics aggregations in Kibana.
Just activated for Metric vis.
First version needing improvements in the params handling.
2016-02-05 06:17:44 +01:00
Jonathan Budzenski
b27633626a Set os-packages flag on jenkins
Fixes #6114
2016-02-04 21:25:53 +00:00
Jonathan Budzenski
0ec2dcfd90 Escape spaces instead of quoting description
Fixes #6103
2016-02-04 17:14:01 +00:00
Jonathan Budzenski
4fb5e48502 Add description
Fixes #6103
2016-02-04 17:14:01 +00:00
Ruben van Vreeland
f29b7af454 Disable browser auto-complete in favor of module autocomplete
Fixes #6049
2016-02-02 19:52:01 +00:00
Court Ewing
6b61e49fb4 Merge pull request #6063 from epixa/4.x-es6ify
[4.x] Use const/let instead of var in all core plugins
2016-02-02 14:00:54 -05:00
Court Ewing
44700a683c Use const/let in table_vis plugin 2016-02-02 13:12:36 -05:00
Court Ewing
78cb6aa7a1 Use const/let in statusPage plugin 2016-02-02 13:12:36 -05:00
Court Ewing
4a0396ca8f Use const/let in spyModes plugin 2016-02-02 13:12:35 -05:00
Court Ewing
bd1e23b0fb Use const/let in metric_vis plugin 2016-02-02 13:12:35 -05:00
Court Ewing
f89de6bc04 Use const/let in markdown_vis plugin 2016-02-02 13:12:35 -05:00
Court Ewing
736b46050c Use const/let in kibana plugin 2016-02-02 13:12:35 -05:00
Court Ewing
43d34167fd Use const/let in kbn_vislib_vis_types plugin 2016-02-02 13:12:06 -05:00
Court Ewing
5e812485c6 Use const/let in elasticsearch plugin 2016-02-02 13:12:06 -05:00
Court Ewing
30e7d5a3ed Use const/let in devMode plugin 2016-02-02 13:12:06 -05:00
Court Ewing
4c61892894 Lint for attempts to override const variables 2016-02-02 13:12:06 -05:00
michaelcheng429
c665daab0a minor copy improvements (typos)
Fixes #6015
2016-02-02 17:55:11 +00:00
Paul Echeverri
ce6fb7f0a1 Minor last minute fixes
* Fixes bad image link in visualization aggregations list
* Corrects misformat in setup documentation
* Corrects required version in setup documentation
* Adds repository information

Fixes #6065
2016-02-02 15:59:20 +00:00
Paul Echeverri
a2dd4e8aba Updates release notes for 4.4
Fixes #6056
2016-02-02 07:15:26 +00:00
Jonathan Budzenski
61a5883d56 Only build on core
Fixes #5951
2016-02-01 22:30:14 +00:00
Jonathan Budzenski
7b6bf2e68a Create os packages on jenkins
Fixes #5951
2016-02-01 22:30:14 +00:00
spalger
ebf954a050 avoid https://github.com/babel/babel-eslint/issues/245
Fixes #6060
2016-02-01 20:52:19 +00:00
spalger
e5615c9cbc upgrade babel-eslint to fix https://github.com/babel/babel-eslint/issues/243
Fixes #6060
2016-02-01 20:52:19 +00:00
LeeDr
ee81bb612e Tell users how to tell if they're running init or systemd.
Fixes #6052
2016-02-01 15:17:49 +00:00