Commit graph

9850 commits

Author SHA1 Message Date
Spencer
6d3d2de916 Merge pull request #5655 from jmm/check-dev-calls2
Lint for global `console`
2015-12-30 13:02:01 -07:00
Jesse McCarthy
c40085231e Replace console usage with notifier.
See #5655.
2015-12-30 11:11:03 -05:00
Jesse McCarthy
6f99954b5a Lint for global console. 2015-12-30 11:11:03 -05:00
Matthew Bargar
4073efe93a Fix argument order so Private.swap's decoration feature works
Fixes #5735
2015-12-30 15:49:28 +00:00
Rashid Khan
79ef20df45 Merge pull request #5769 from wwsean08/issue/4952
Remove reference to retrying in 2.5 seconds from status page.
2015-12-30 08:43:58 -07:00
spalger
4d81a575cf [es] update api version to 2.1 2015-12-30 08:31:23 -06:00
spalger
d13e2a8165 [es] update elasticsearch-js 2015-12-30 08:29:40 -06:00
Rashid Khan
99b7db7106 Merge pull request #5778 from jbudz/packages
Build package fixes
2015-12-29 16:15:10 -07:00
Rashid Khan
3a79c26d1a Merge pull request #5782 from rashidkpc/experiment/flush-mapped-colors
Expose flush and purge on MappedColors
2015-12-29 15:28:36 -07:00
Jonathan Budzenski
4bbee0a88b [packages] Add args for deb and rpm, remove pkg 2015-12-29 15:35:19 -06:00
Jonathan Budzenski
04f886e852 [packges] Remove osx package 2015-12-29 14:25:58 -06:00
Jonathan Budzenski
c35172bfca [packages] Note that rpm/deb package building is only supported on Linux 2015-12-29 14:24:29 -06:00
Jonathan Budzenski
642d4d6afa [config] Add option for changing max payload size on requests sent to server. Closes #5775. 2015-12-29 11:29:13 -06:00
Court Ewing
025cfedabd Merge pull request #5781 from epixa/remove-snakecase-linter
Check that all NEW files are snake cased
2015-12-29 11:39:48 -05:00
Rashid Khan
e76988b922 Remove console logs and comments 2015-12-29 09:35:43 -07:00
Court Ewing
300b1e6404 Use grunt root path when collecting git files
No reason to reinvent the wheel here. We already determine the root path
of the project in our grunt config, so we just use that instead.
2015-12-29 10:46:22 -05:00
Rashid Khan
849bae68a7 Expose flush and purge on MappedColors 2015-12-28 17:00:05 -07:00
Court Ewing
86d958ae97 Consolidate git file logic in lintStagedFiles task
We limit the amount of moving parts when it comes to parsing our staged
files in git by reusing the files_to_commit utility rather than the
now-defunct collectStagedFiles task.
2015-12-28 17:31:36 -05:00
Court Ewing
acded081fa Check that all new files are snake cased
We removed the snake case check during precommit because it was
interfering with us getting features merged when dealing with legacy
files, but we do want to verify that any new files added have snake
cased names.
2015-12-28 16:53:39 -05:00
Court Ewing
a42f29fe23 Merge pull request #5779 from jbudz/remove-snake
Remove snake case check
2015-12-28 16:19:53 -05:00
Jonathan Budzenski
ed25f879ae Remove snake case check 2015-12-28 15:03:07 -06:00
Jonathan Budzenski
afff6492c2 [packages] Init instructions 2015-12-28 13:55:52 -06:00
Jonathan Budzenski
3bc731d28f [packages] Add npm script to build os packages 2015-12-28 12:09:51 -06:00
Jonathan Budzenski
9a19b978ba [packages] Copy files when making os packages 2015-12-28 11:51:45 -06:00
Jonathan Budzenski
3b992d66c5 [packages] Change optimize folder owner to kibana after install 2015-12-28 11:51:08 -06:00
Jonathan Budzenski
f9cfb13fd6 Move wreck from dev dependencies to dependencies
Fixes #5777
2015-12-28 17:35:26 +00:00
stdweird
8aac131aee pleaserun: use the userScriptsDir grunt config variable (as defined/used in osPackages)
Fixes #5322
2015-12-28 17:28:25 +00:00
stdweird
eb919f77a8 osPackage: let fpm handle systemd units
Fixes #5322
2015-12-28 17:28:25 +00:00
Sean Smith
4666017c86 Remove autoretry reference on status page as autoretry functionality was removed in the past
Fixes #4952 by removing the reference to retrying in 2.5 seconds from the status page.
2015-12-23 22:53:47 -08:00
Paul Echeverri
d978c4c2e9 Incorporates fix for PR5260, image link typo. 2015-12-23 15:16:27 -08:00
Paul Echeverri
09419b7dc4 Fixes merge conflict for PR#5260 2015-12-23 15:15:56 -08:00
Rashid Khan
7a440ae26f Merge pull request #5765 from epixa/5744-no-more-negated-wildcards
Search .kibana-devnull rather than -*
2015-12-23 12:57:11 -07:00
LeeDr
5b97199c07 Merge pull request #5492 from LeeDr/testVisualize
Test visualize automated tests
2015-12-23 13:53:55 -06:00
LeeDr
290974770d Reduce elasticsearch client timeout back down to 5 minutes. Use fieldName variable consistently in _index_pattern_popularity. 2015-12-23 11:09:07 -06:00
Court Ewing
e361904a07 Manually revert PR #5571: Mock responses for -*
These changes are no longer necessary since we're not using the -*
search hack to simulate empty results any longer.
2015-12-23 10:42:12 -05:00
Court Ewing
13ee0a95c7 Search .kibana-devnull rather than -*
There are too many edge cases when using shield and searching against
the index pattern -*, some of which seem impractical to resolve in the
short term. Instead, we query against the non-existent index
.kibana-devnull, which the default kibana privileges in shield will
allow.

Note: This assumes that .kibana-devnull either does not exist or is
empty.
2015-12-23 10:29:44 -05:00
Jonathan Budzenski
262d2c7ae9 Lock decompress-zip
Fixes #5762
2015-12-23 15:29:37 +00:00
Court Ewing
dd5770dd04 Merge pull request #5760 from BigFunger/plugin-installer-unknown-content-type
[plugin installer] Checks url extension if unknown content-type
2015-12-22 17:13:22 -05:00
Jim Unger
7331396569 [plugin installer] Checks url extension if unknown content-type 2015-12-22 15:39:57 -06:00
LeeDr
6a0966ab0a Merge branch 'master' into testVisualize 2015-12-22 15:28:07 -06:00
Court Ewing
52aa6501fc Merge pull request #5757 from BigFunger/plugin-installer-remove-archive-fix
[plugin installer] archive is now deleted before moving install folder
2015-12-22 15:58:17 -05:00
Jim Unger
dafd6ca480 [plugin installer] archive is now deleted before moving install folder 2015-12-22 14:50:32 -06:00
LeeDr
ab7fc81f90 Manually revert the test task change.
Fixes #5750
2015-12-22 16:45:06 +00:00
LeeDr
b5897c2c3a Revert "Revert "Rename test:ui to test:browser so will run on Jenkins.""
This reverts commit b7935865dc.

Fixes #5750
2015-12-22 16:45:06 +00:00
LeeDr
0a67efb52b Revert "Rename test:ui to test:browser so will run on Jenkins."
This reverts commit 5d9d695268.

Fixes #5750
2015-12-22 16:45:06 +00:00
LeeDr
4f5b641580 Rename test:ui to test:browser so will run on Jenkins.
Fixes #5750
2015-12-22 16:45:06 +00:00
LeeDr
2a8c79d350 Bump Selenium version from 2.47.1 to 2.48.2 to work with latest Firefox 43. Add more debug logging around get url.
Fixes #5750
2015-12-22 16:45:05 +00:00
Jim Unger
499b0c16f2 Merge pull request #5592 from BigFunger/plugin-installer-remove-github-support
[plugin installer] removed github support
2015-12-22 09:05:22 -06:00
Spencer
cfb7e13840 Merge pull request #5725 from spalger/implement/chromeNavControls
Implement chrome nav controls
2015-12-21 16:54:41 -07:00
Rashid Khan
245ae24c4c Merge pull request #5729 from spalger/pr/5670
Resubmission of #5670
2015-12-21 16:44:10 -07:00