leedr
6190b5bc52
clean up header and settings pages
2015-11-10 16:24:39 -07:00
leedr
d646673893
Additional page support classes
2015-11-10 16:24:39 -07:00
spalger
3b171e00c0
[xsrf] update tests to match 7eefb18
2015-11-10 15:15:07 -06:00
spalger
5590d8ecca
[config] add not about server.xsrf.token config
2015-11-10 15:15:07 -06:00
spalger
d76f4c2149
[chrome/xsrf] added test for getXsrfToken method
2015-11-10 15:15:07 -06:00
spalger
cbfb95a15d
[server/xsrf] shorten the xsrf-token, 512 character is overkill
2015-11-10 15:15:06 -06:00
spalger
b267b950a7
[chrome/csrf] polish up some tests
2015-11-10 15:15:06 -06:00
spalger
56e1e02cdc
[server/csrf] don't tack helper methods onto kbnServer
2015-11-10 15:15:06 -06:00
spalger
e1f12abad7
[chrome/csrf] added tests to verify jQuery and angular injectors
2015-11-10 15:15:06 -06:00
spalger
bbc4e53789
[xsrf] issue tokens via chrome vars and inject manually
2015-11-10 15:15:06 -06:00
spalger
2fb5a77fb3
[server/csrf] update test to match new strategy
2015-11-10 15:15:06 -06:00
spalger
f19598a9a2
[server/xsrf] use the new enabled flag
2015-11-10 15:15:05 -06:00
spalger
159fc4fd55
[server/xsrf] csrf -> xsrf
2015-11-10 15:15:05 -06:00
spalger
d8aabbbb13
[server/xsrf] require more explicit command to disable xsrf
2015-11-10 15:15:05 -06:00
spalger
9ec5a2c21f
[server/csrf] cast isSecure to boolean
2015-11-10 15:15:05 -06:00
spalger
50378b70c1
[server/csrf] added test to verify ssl behavior
2015-11-10 15:15:05 -06:00
spalger
ae594d3334
[server/csrf] allow disabling csrf verification for testing purposes
2015-11-10 15:15:05 -06:00
spalger
dde8c04254
[server/xsrf] added tests
2015-11-10 15:15:05 -06:00
spalger
7a3784898a
[server] unpipe from the destination, prevent leaking listeners
2015-11-10 15:15:04 -06:00
spalger
79b1b0f151
[server] added xsrf protection
2015-11-10 15:15:04 -06:00
spalger
76261fd87a
[config/schema] wrap schema in a function so that we can have random values
2015-11-10 15:15:04 -06:00
Paul Echeverri
b672e4ace4
Refreshes image for updated label.
2015-11-09 18:10:57 -08:00
Paul Echeverri
5742c90021
Updates label from 'Bottom' to 'Descending'
2015-11-09 18:04:57 -08:00
Paul Echeverri
cfd4bcbd8e
Updates tutorial to add geopoint mapping for logs dataset.
...
Other fixes to dataset import commands.
2015-11-09 18:01:38 -08:00
Joe Fleming
99bfd06a4d
make core dep
2015-11-09 17:54:17 -06:00
Joe Fleming
d75000ac84
pin core-js to 1.2.6
2015-11-09 17:54:17 -06:00
Glen Smith
c8a61626c6
Update production.asciidoc
...
Replace deprecated aliases for ssl settings
2015-11-09 13:04:24 -05:00
spalger
67e2d68f23
babel requires the directory containing the cache exist
2015-11-06 16:56:59 -06:00
spalger
34954c2531
ensure the optimize directory exists with a .empty file
2015-11-06 16:56:59 -06:00
spalger
e818a8cb2c
do not use Object.assign before loading polyfill
2015-11-06 16:56:59 -06:00
spalger
643b5c0e20
configure a specific cache path
...
Babel needs a path to write its cache, which it automatically places to $HOME or tmp if
$HOME is not defined. This causes problems when the $HOME directory is not writable or
we just do not want to write to such a central location. So This moves the cache to the
project directory by setting the BABEL_CACHE_PATH environment variable.
2015-11-06 16:56:59 -06:00
Court Ewing
982d9c73dd
Include node engine version in build manifests
2015-11-06 10:41:58 -07:00
Jonathan Budzenski
b2f3235362
[config] Quote user and password example. Closes #5206
2015-11-05 16:49:24 -06:00
Court Ewing
f8bad5ddd0
Merge pull request #5340 from epixa/backport-pr-5038
...
Backport PR #5038 issue #5036
2015-11-05 17:41:22 -05:00
Court Ewing
68294049c5
Merge pull request #5339 from epixa/backport-pr-5166
...
Backport pull request #5166
2015-11-05 17:36:24 -05:00
Chris Cowan
7169d3becc
Refactoring to simpliefy things a bit
2015-11-05 17:30:41 -05:00
spalger
dfcf6e310b
[server/log] simplify the log messages before filtering
...
`applyFilterToKey()` used to choke on circular structures by simply recursing through the object passed in. When we create a circular structure though, we generally provide a simplified version of the object via `obj#toJSON()`. This makes logging those objects simple, and now the filter will use the same mechanism before attempting to itterate the object.
2015-11-05 17:29:59 -05:00
Chris Cowan
786e87bde5
Refactoring the regex codes
2015-11-05 17:29:48 -05:00
Chris Cowan
6b1e089937
Fixing Edge Cases
...
- Add ability to specify filters from CLI options
- Add test and fix for removing branch with censor
- Add change regex to use strings
2015-11-05 17:29:40 -05:00
Chris Cowan
71d65e4adb
Moving key match above recursion for removing branches
2015-11-05 17:29:30 -05:00
Chris Cowan
21a6660103
Adding filtering to the logger
...
- Closes #5036
- Add `applyFilterToKey()`
- Add test for `applyFilterToKey()`
- Add `filter` attribute to config for reporters
- Add `this.filter` method to `LogFormat` class
2015-11-05 17:29:17 -05:00
Khalah Jones-Golden
3979f0f76c
[SpyPanel] reduced scope of new parameter on visualize, added a default if no option is passed in for show-spy-panel Removed conditional on from discover
2015-11-05 17:23:38 -05:00
Khalah Jones-Golden
bec0201905
[Visualize] Changed the vizualize directive to also accept the chrome module
2015-11-05 17:23:28 -05:00
Khalah Jones-Golden
644e485a97
[Embed] Moved the chrome.getVisible up one level for sidebar in visualize closes #5165 . Added a chrome.getVisible to spy panel closes #3820
2015-11-05 17:23:14 -05:00
Paul Echeverri
05628ab4cf
Merge branch '4.2-fixup' into 4.2
2015-11-05 13:16:02 -08:00
Paul Echeverri
845e8a12c2
Updates release notes to include removal of copy-to-clipboard.
2015-11-05 13:13:49 -08:00
Paul Echeverri
ffa292ff90
Corrects ranges in tutorial example.
2015-11-05 13:13:49 -08:00
Paul Echeverri
9982f0d5e0
Removes standard deviation from list of bar chart options.
2015-11-05 13:13:49 -08:00
Paul Echeverri
e5e2d1c5e9
Adds links to several informative blog entries.
2015-11-05 13:13:49 -08:00
Paul Echeverri
53c43f01b6
Updates field formatters documentation.
2015-11-05 13:13:49 -08:00