spalger
10e97a4d75
Merge branch 'fix/failTestOnBadBulk' into upgrade/elasticsearch/master
2016-02-08 14:05:52 -07:00
Jonathan Budzenski
93b891b5de
Merge pull request #6133 from jbudz/issues/6117
...
[packages] Set metadata
2016-02-08 10:49:34 -06:00
Jonathan Budzenski
d64ca9c35b
[packages] Add www to metadata url
2016-02-08 09:17:59 -06:00
spalger
6ee704772d
[java] use jdk8 on jenkins
2016-02-05 17:31:32 -07:00
Jonathan Budzenski
f59443316e
[packages] Set deb-priority to optional
2016-02-05 12:32:16 -06:00
spalger
da5acc499b
[es] upgrade to master
2016-02-05 10:22:26 -07:00
Jonathan Budzenski
ad2f9b4ba6
Merge pull request #6114 from jbudz/snapshots
...
[build] Set os-packages flag on jenkins
2016-02-04 15:03:52 -06:00
Jonathan Budzenski
41d3333316
[packages] Add url, maintainer, vendor, license metadata
2016-02-04 13:39:04 -06:00
Jonathan Budzenski
a2b99c44f3
[packaging] Escape spaces instead of quoting description
2016-02-04 09:30:56 -06:00
Jonathan Budzenski
cca8c1a919
[build] Set os-packages flag on jenkins
2016-02-03 20:42:59 -06:00
Jonathan Budzenski
34b9a7379a
[packaging] Add description
2016-02-03 19:20:17 -06:00
Spencer
c54b9ca6b7
Merge pull request #5891 from spalger/implement/mochaSetup
...
formalize mocha setup
2016-02-01 15:31:42 -07:00
Spencer
94a10efaa3
Merge pull request #5951 from jbudz/issues/5799
...
[build] Create os packages on jenkins
2016-02-01 15:30:20 -07:00
spalger
758c59710d
[eslint] avoid https://github.com/babel/babel-eslint/issues/245
2016-02-01 13:16:59 -07:00
spalger
1b85822e26
[cli/serve] allow disabling the base path proxy if needed
2016-01-21 16:52:25 -07:00
Jonathan Budzenski
4f827c83fa
[build] Only build on core
2016-01-20 12:21:35 -06:00
Jonathan Budzenski
24749258db
[build] Create os packages on jenkins
2016-01-20 12:04:50 -06:00
Spencer
006333fd99
Merge pull request #5671 from spalger/implement/esvmConfigForShield
...
Implement esvm config for shield
2016-01-15 17:54:29 -07:00
Spencer
9537d680dc
[esvm] rename config name
2016-01-15 17:53:44 -07:00
spalger
7773625690
[simplemocha] always perform mocha setup if grunt task is loaded
2016-01-14 10:32:28 -07:00
spalger
7b15ee05d1
[mochaSetup] added notes to explain the purpose for the workarounds in place
2016-01-13 16:50:55 -07:00
spalger
c87aec3dae
[mocha] move setup work into module
...
with https://github.com/elastic/kibana/pull/5553 we added command line flags the told mocha it was supposed to use babel. This changes the strategy here and instead uses mocha's -r option (and it's mocha.opts file to specify it). This means that using mocha directly from the command line still works, and that we have a place where we can do other setup work.
2016-01-12 16:26:42 -07:00
Rashid Khan
1043884a48
Merge pull request #5213 from Bargs/indexPatternApi
...
Create an Ingest API
2016-01-11 14:26:30 -07:00
spalger
247ad41583
[npm] added "clean" script
...
"npm run clean" will now find all excess files, confirm they should be deleted, and then delete them. To exclude a file pass it as the --ignore argument
2016-01-11 03:04:12 -07:00
Matthew Bargar
a5178be0a7
avoid repetition
2016-01-07 17:25:33 -05:00
Matthew Bargar
b4ef144ae0
Created more robust defaults and removed support for overriding them
2016-01-06 12:40:37 -05:00
Matthew Bargar
fe296b4b36
First pass at adding support for fields that are part of an object
2016-01-05 16:45:08 -05:00
spalger
102f6bf0a4
Merge branch 'master' of github.com:elastic/kibana into implement/esvmConfigForShield
2016-01-05 13:18:09 -07:00
Jonathan Budzenski
64a0375f56
[build] Update node download path for Windows
2016-01-05 12:51:56 -06:00
Rashid Khan
99b7db7106
Merge pull request #5778 from jbudz/packages
...
Build package fixes
2015-12-29 16:15:10 -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
Matthew Bargar
83bbcb6c14
Convert index-pattern keys to snakeCase before sending to ES for the sake of backwards compatibility
2015-12-29 13:37:50 -05:00
Matthew Bargar
c5565d72c6
Give API tests their own intern config
...
Adding a 'suites' property to the existing intern configuration caused
an error to be thrown at the beginning of the functional test run. Even
if the value of 'suites' was just an empty array. The existence of the
property seemed to enabled execution of the config file in the selenium
browser because it complained about not having the node require
function. To fix this, I created a separate api test config file without
the node require and removed the 'suites' property from intern.js.
2015-12-29 13:37:50 -05:00
Matthew Bargar
07e3a33b55
disable xsrf protection when running api tests
2015-12-29 13:37:50 -05:00
Matthew Bargar
e6100c2f4e
First API test
2015-12-29 13:37:50 -05: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
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
Jonathan Budzenski
ed25f879ae
Remove snake case check
2015-12-28 15:03:07 -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
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
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
spalger
88bb904dd5
check for use of kebab-case as well
...
Fixes #5597
2015-12-14 19:58:43 +00:00