Commit graph

8522 commits

Author SHA1 Message Date
spalger 3672ac5ebf [esvm] test against es 2.0 2015-09-03 16:28:31 -07:00
Spencer 80a75e3e93 Merge pull request #4851 from elastic/revert-4821-optimize/removeRecordsPath
Revert "[optimize] remove records path config from webpack"
2015-09-03 15:47:13 -07:00
Spencer a87dcc600f Revert "[optimize] remove records path config from webpack" 2015-09-03 15:42:55 -07:00
Joe Fleming 994016eec1 Merge pull request #4849 from spalger/npm/downgradeAutoprefixer
[npm] downgrade autoprefixer to avoid console.warning messages
2015-09-03 13:04:41 -07:00
spalger cdd1b98d51 [npm] downgrade autoprefixer to avoid console.warning messages 2015-09-03 07:50:50 -07:00
Spencer 1be7932e11 Merge pull request #4843 from spalger/chore/removeShrinkwrap
[npm] remove shrinkwrap file
2015-09-02 15:28:59 -07:00
spalger f415383161 [npm] remove shrinkwrap file 2015-09-02 15:27:20 -07:00
spalger f648e7a7b8 Merge branch 'master' of github.com:elastic/kibana into chore/updateEslint 2015-09-02 14:54:02 -07:00
Jonathan Budzenski a1f991f430 Merge pull request #4823 from lukasolson/enhancement/custom-map-url
Add WMS map server support
2015-09-02 13:35:20 -05:00
Lukas Olson 22269a5ab2 Change default WMS settings to use https URL instead of http 2015-09-02 11:13:12 -07:00
Joe Fleming 4463355c8f Merge pull request #4815 from spalger/node/downgradeTo012
[node] downgrade to 0.12.7
2015-09-01 14:49:22 -07:00
Joe Fleming a5aa70b2b4 Merge pull request #4828 from spalger/npm/updateShrinkwrap
[npm] update shrinkwrap file
2015-09-01 14:46:35 -07:00
spalger 91ca335c5d [npm] update shrinkwrap file 2015-09-01 14:43:19 -07:00
Spencer 8112175adf Merge pull request #4827 from spalger/addSnapshotUrls
fix typo
2015-09-01 14:37:58 -07:00
Spencer de8d2e223c Merge pull request #4811 from palecur/v4.2.0-beta1-docs
Updates Kibana configuration parameters doc.
2015-09-01 14:37:44 -07:00
spalger b0461a19db fix typo 2015-09-01 14:29:42 -07:00
Spencer 585f90c390 Merge pull request #4808 from spalger/addSnapshotUrls
[readme] update snapshot urls
2015-09-01 14:26:53 -07:00
spalger 64e0865932 [readme] update snapshot urls 2015-09-01 14:24:54 -07:00
spalger 07b53466bf [tmpl] actually print the value of the expression 2015-09-01 13:03:51 -07:00
Paul Echeverri 2b57a3fd07 Updates deprecation warning. 2015-09-01 13:01:59 -07:00
Paul Echeverri 33e782d57d Updates settings page with new parameters 2015-09-01 12:44:29 -07:00
spalger e14eb9922d Merge branch 'master' of github.com:elastic/kibana into chore/updateEslint 2015-09-01 11:31:49 -07:00
spalger fc0a35711e [eslint] 💅 cleanup some linter errors 2015-09-01 11:30:42 -07:00
Jonathan Budzenski 34ff614acb Merge pull request #4821 from spalger/optimize/removeRecordsPath
[optimize] remove records path config from webpack
2015-09-01 13:10:51 -05:00
Lukas Olson 3ce2b064db Merge branch 'master' into enhancement/custom-map-url 2015-09-01 10:39:36 -07:00
Lukas Olson cd6cc6c251 Clone vis type defaults so that editableVis and vis have different copies 2015-09-01 10:38:21 -07:00
Joe Fleming 042b0e65fc Merge pull request #4819 from spalger/build/quieter
[build] prevent massive warnings in build
2015-09-01 10:21:17 -07:00
spalger 283984bb8f [optimize] remove records path config from webpack
I initially added this with hopes that it would improve performance, but all it seems to do is add a possible point of failure and cause moduleids to get really large.
2015-09-01 09:20:11 -07:00
spalger af2c09edbb [build] prevent massive warnings in build
Since npm is creating a shrinkwrap file that ignores devDeps it logs a huge number of warnings, and since these warnings are logged to stderr they are not hidden by exec.silent(). This changes the logLevel to "error" for these commands and removes the `.silent()` call so that it is clear what is happening
2015-09-01 09:06:28 -07:00
Jim Unger 769c641d96 Merge pull request #4775 from spalger/fix/chromeWithoutTabs
[chrome/tabs] prevent failure when no tabs are set
2015-09-01 09:10:33 -05:00
spalger 708f1f1a25 [node] downgrade to 0.12.7
While working to reintroduce shrinkwrap into our workflow it became
apparent that we needed to be using npm3 but unfortunately node-gyp
is not compatible with iojs, and the iojs distros actually contain a
patched version. This means that you can only use iojs with the npm
it ships with.

When trying to find a solution for this issue, we contemplated not
using npm3, but that would mean that we can't use npm-shrinkwrap and
decided that since we are using babel anyway that switching back to
node was the best option.

The only code that must be updated to work in the new node 0.12 env
is lodash templates that use the template string syntax inside their
source (Since 0.12 does not support template strings).
2015-08-31 21:58:46 -07:00
Paul Echeverri 59ec8549c8 Updates Kibana configuration parameters doc. 2015-08-31 15:47:59 -07:00
Joe Fleming cf82ce0d74 Merge pull request #4800 from spalger/dev/runEs
[npm] added es script for running elasticsearch with esvm
2015-08-31 14:36:53 -07:00
spalger 83947be9f1 [eslint] update to 1.3.1 2015-08-31 14:23:28 -07:00
spalger 941b4b4a0c [npm] rename es task to elasticsearch 2015-08-31 13:09:49 -07:00
Jim Unger 42bf6dab8e Update STYLEGUIDE.md 2015-08-31 14:31:55 -05:00
Jim Unger f5525811b5 Merge pull request #4795 from w33ble/vis-type-icons
Vis type icons in editor and dashboard
2015-08-31 14:23:14 -05:00
Joe Fleming 2ee3ac4859 style change 2015-08-31 12:02:35 -07:00
spalger 6765112d83 Revert "point to new snapshot upload location"
This reverts commit 344855545c.
2015-08-31 11:33:28 -07:00
spalger 344855545c point to new snapshot upload location 2015-08-31 11:31:13 -07:00
spalger 1bf9587f04 bump version to 4.2.0-snapshot 2015-08-31 11:14:26 -07:00
Joe Fleming e1ce158720 Merge pull request #4774 from spalger/fix/jsxLookupsWebpack
[optimizer] find .jsx modules without extension
2015-08-31 11:03:58 -07:00
Jonathan Budzenski 2030310303 Merge pull request #4581 from jimmyjones2/hyperlink
Make links clickable in advanced settings
2015-08-31 13:03:09 -05:00
Jonathan Budzenski 9518381c64 Merge pull request #4789 from spalger/babel/preferNativeGenerators
[babel] configure babel to use native generators in node
2015-08-31 12:49:29 -05:00
Spencer 6cb7fec4e1 Merge pull request #4751 from lukasolson/issues/4696
Fix issue with mislabeled scripted field filters from histogram
2015-08-31 10:17:06 -07:00
spalger 238deaad9e [npm] added es script for running elasticsearch with esvm 2015-08-28 21:45:28 -07:00
spalger 36589911f4 version 4.2.0-beta1 2015-08-28 17:28:58 -07:00
Spencer 6df498569b Merge pull request #4798 from w33ble/fix-logging
use correct write stream prop
2015-08-28 17:27:52 -07:00
Joe Fleming b4784770fa use correct write stream prop 2015-08-28 17:17:09 -07:00
Joe Fleming d19881dfde add vis type icon to panels 2015-08-28 15:20:00 -07:00