Commit graph

345 commits

Author SHA1 Message Date
spalger 636bc7d9ce Merge branch 'master' of github.com:elastic/kibana into implement/npmCleanTask 2016-02-08 15:20:48 -07:00
Spencer c54b9ca6b7 Merge pull request #5891 from spalger/implement/mochaSetup
formalize mocha setup
2016-02-01 15:31:42 -07:00
spalger a39a07c9ea [npm] upgrade babel-eslint to fix https://github.com/babel/babel-eslint/issues/243 2016-02-01 13:06:12 -07:00
spalger ee78fde20f [https] automatically redirect http traffic to https
When we moved the dev server to use https it became obvious that the Kibana server fails very quick when it receives http traffic. In most cases this is a good thing, but automatically redirecting to https is a far more user-friendly experience.

To do this we tell Hapi to listen to an alternate Server when we are using https. That server is provided by the httpolygot library, which knows how to handle both http and https requests. Then, when the server sees these requests it simply redirects when necessary.
2016-01-20 18:55:50 -07: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 1fc5e84b6d [npm] rename esWithPlugins script 2016-01-15 17:54:15 -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
Court Ewing 0f1f5b177c Revert "Merge pull request #5785 from spalger/update/esClient"
This reverts commit ea46a77f80, reversing
changes made to 8ac55f4a1f.

Due to test failures.
2016-01-08 15:22:14 -05:00
spalger 102f6bf0a4 Merge branch 'master' of github.com:elastic/kibana into implement/esvmConfigForShield 2016-01-05 13:18:09 -07:00
spalger 54fa604bc0 Merge branch 'master' of github.com:elastic/kibana into update/esClient 2016-01-05 13:15:18 -07:00
Jonathan Budzenski 3c89805bf9 Merge pull request #5812 from spalger/update/node
[node] update to LTS version and latest npm 2.x
2016-01-05 12:03:10 -06:00
spalger 7ae2cceb7a [npm] update libesvm too 2016-01-05 10:38:55 -07:00
spalger b8873a85df [npm] update grunt-esvm to 2.0.0 now that it uses bcryptjs 2016-01-05 09:39:31 -07:00
spalger 5921e622b8 [node] update to LTS version and latest npm 2.x 2016-01-05 07:01:30 -07:00
spalger d13e2a8165 [es] update elasticsearch-js 2015-12-30 08:29:40 -06:00
Matthew Bargar e6100c2f4e First API test 2015-12-29 13:37:50 -05:00
Jonathan Budzenski 3bc731d28f [packages] Add npm script to build os packages 2015-12-28 12:09:51 -06:00
Jonathan Budzenski f9cfb13fd6 Move wreck from dev dependencies to dependencies
Fixes #5777
2015-12-28 17:35:26 +00:00
Jonathan Budzenski 262d2c7ae9 Lock decompress-zip
Fixes #5762
2015-12-23 15:29:37 +00: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
Jim Unger aad699f27d Merge pull request #5497 from BigFunger/url-shortener
Url shortener
2015-12-18 13:55:27 -06:00
Jim Unger 3efef3885c Merge branch 'master' into plugin-zip-support-4.4.0 2015-12-18 11:33:06 -06:00
Court Ewing ee63ab7bb4 Use the latest version of esvm
We need the latest version of esvm in order to do plugin configuration
via the esvm config.
2015-12-17 14:38:40 -05:00
spalger 9f8b0869eb [npm] added elasticsearchWithShield task 2015-12-14 11:11:22 -07:00
spalger 8e9cb6927c [esvm] add config to start es with shield 2015-12-14 11:10:56 -07:00
Jim Unger 0fb1450774 [url shortener] reorganized code, added clipboard.js support 2015-12-11 09:17:54 -06:00
Court Ewing ac3efaa71b Include @spalger/test-subj-selector in builds
This file is used by the jquery webpackshim, but it was being included
as a devDependency, so it wasn't making it into the final builds.

Fixes #5636
2015-12-10 19:05:36 +00:00
Court Ewing b52b2a8948 Bump node to 0.12.9
Fixes #5603
2015-12-09 19:05:16 +00:00
Spencer a44adcc3e8 Merge pull request #5506 from spalger/implement/testSubjSelector
Implement test subj selector
2015-12-07 13:48:53 -07:00
Spencer e73212fcd3 Merge pull request #5477 from spalger/implement/snake_case_check
[grunt/precommit] added check for snake_case filenames
2015-12-07 13:47:55 -07:00
Matthew Bargar 5259e2d017 Add scripts for running mocha with babel and optional debugging 2015-12-02 12:28:27 -05:00
Court Ewing 4f863617c5 bump to version 5.0.0-snapshot 2015-11-30 11:23:08 -05:00
spalger f2d3d36511 update test-sub-selector 2015-11-25 15:17:15 -06:00
spalger e8d86fc6f5 use the test-subj-selector module 2015-11-25 12:47:52 -06:00
spalger ecb773b120 [grunt/precommit] added check for snake_case filenames 2015-11-23 14:16:54 -06:00
Court Ewing e81f20f9c1 Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00
Rashid Khan d9a18e739c Revert "Add heapdump module" 2015-11-18 09:08:43 -07:00
Rashid Khan c91d2f3ef5 Merge branch 'master' of github.com:elastic/kibana into enhancement/heapdump 2015-11-16 13:44:56 -07:00
Rashid Khan daaaba8de9 Add heapdump module. re: #5170 2015-11-16 13:27:34 -07:00
Jim Unger 2e7713c165 Added changes from other branch, and got three of the four downloadSingle use cases working 2015-11-11 12:11:25 -06:00
spalger 774562117f [npm] upgrade sinon to 1.17.2 2015-11-10 16:49:38 -06:00
Joe Fleming 357a6a4e92 make core dep 2015-11-09 16:44:47 -07:00
Joe Fleming 043041250b pin core-js to 1.2.6 2015-11-09 16:41:15 -07:00
Rashid Khan 61554e0f46 Merge pull request #5232 from spalger/jsonLoaderIsProdDep
[npm] json-loader is a production dependency
2015-10-29 14:42:38 -07:00
Rashid Khan e547cd3965 Merge pull request #4223 from panda01/angularUpgrade
Angular upgrade
2015-10-29 10:35:15 -07:00
spalger 4c6c8d9780 [npm] json-loader is a production dependency 2015-10-29 12:30:39 -05:00
Court Ewing 070ac24150 Add Matt/Jon/Tim/Jim to constributor list
I also moved Khalah to preserve the alphabetical order.
2015-10-26 17:26:16 -04:00
Court Ewing df552267ef Add Court Ewing to contributor list 2015-10-26 17:19:32 -04:00