Jonathan Budzenski
c064533ee8
[functional testing] Simplify, starting with one test
2015-09-11 09:54:42 -05:00
Jonathan Budzenski
d6c9019be5
[functional testing] Cleanup, run from npm test
2015-09-09 14:57:51 -05:00
Jonathan Budzenski
e67b961658
[functional testing] Add selenium to gitignore
2015-09-08 13:27:50 -05:00
Jonathan Budzenski
32d199efce
[functional testing] Add fixture
2015-09-08 13:26:19 -05:00
Jonathan Budzenski
d7db845b58
[functional testing] Add minimal smoke test, clean up config
2015-09-08 11:45:53 -05:00
Jonathan Budzenski
71dd15ca22
[functional testing] Load webdriver
2015-09-04 14:11:28 -05:00
Jonathan Budzenski
83a582cdbe
[functional testing] Load fixtures
2015-09-03 13:39:26 -05:00
Jonathan Budzenski
76d60aec9e
[functional testing] Start new instance of kibana
2015-09-02 14:56:07 -05:00
Jonathan Budzenski
0d53f5ee13
[functional testing] Start new instance of es
2015-09-02 14:55:41 -05:00
Jonathan Budzenski
7b8374b7c8
Add intern task to grunt and associated npm script
2015-09-02 14:07:20 -05:00
leedr
7bf6266c26
Merge branch 'master' into testing
2015-09-02 10:40:49 -05:00
leedr
9980741406
Intial functional test automation files
2015-09-02 10:39:34 -05: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
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
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
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
Joe Fleming
bbe542d963
add vis type icon to title
2015-08-28 15:19:44 -07:00
spalger
fa35652bd8
[babel] configure babel to use native generators in node
2015-08-27 19:06:50 -07:00
Joe Fleming
30222f275d
Merge pull request #4787 from lukasolson/issues/4782
...
Fix broken link to specific document (issues/4782)
2015-08-27 17:17:12 -07:00