Commit graph

9838 commits

Author SHA1 Message Date
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
spalger
d6e32291ac [chrome/navControls/tests] floated nav elements have to be rendered in reverse 2015-12-21 16:35:35 -07:00
Court Ewing
de6e3adf69 Merge pull request #5736 from epixa/5733-pre-fieldstats-optin
Search non-expandable, wildcard index patterns
2015-12-21 17:39:43 -05:00
Paul Echeverri
aa23991c40 Updates plugin manager doc to remove github URL defaults
Fixes #5745
2015-12-21 22:18:26 +00:00
Spencer
aebaa8b730 Merge pull request #5722 from spalger/document/uiModules
[ui/modules] added docs
2015-12-21 13:44:17 -07:00
spalger
99f572f2e9 [chrome] render nav controls backwards, since they are floated 2015-12-21 11:43:12 -07:00
spalger
8d81b4a67c [optimizer] always include exports used by chrome 2015-12-21 11:43:06 -07:00
Court Ewing
e82439d7ea Improve help text around index expanding opt-out
People should not need to dive into our docs to understand the
implications of one of these form options, so we provide help text
inline.
2015-12-21 12:31:42 -05:00
spalger
91c4766f41 [timepicker] remove non-existant directive attribute 2015-12-21 10:25:44 -07:00
Spencer
f40121698a Merge pull request #5271 from kjbekkelund/explicit-start-routing
Be explicit about starting to route
2015-12-21 09:53:37 -07:00
Jim Unger
a22d61fd01 Merge branch 'master' into plugin-installer-remove-github-support 2015-12-21 10:51:34 -06:00
Jim Unger
63fcb4ab35 Merge pull request #5438 from BigFunger/plugin-zip-support-4.4.0
Plugin zip support
2015-12-21 10:08:57 -06:00
LeeDr
582f5fe80d Wrap the get call with debug logging so we can debug the test hanging. 2015-12-19 10:23:45 -06:00