---------
**Commit 1:**
Doc error: bin/kibana plugin doesn't restart Kibana!
* Original sha: 7c0ff89179
* Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-27T15:02:13Z
* Committed by GitHub <noreply@github.com> on 2016-09-27T15:02:13Z
**Commit 2:**
Applied requested changes.
Since the process of restarting Kibana varies from OS to OS, I've included the means to restart it on Ubuntu machines as an example.
* Original sha: 488d0cb20e
* Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-30T12:35:23Z
* Committed by GitHub <noreply@github.com> on 2016-09-30T12:35:23Z
We don't expect any future releases of 4.5. This helps us freeze it in
time.
This isn't exactly the same dependency tree as the 4.5.4, but it's the
closest we can get.
---------
**Commit 1:**
[build] Sign debs with sha512
* Original sha: 71b3f58551
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-08-15T14:34:53Z
---------
**Commit 1:**
downgrading chromedriver
* Original sha: 13d7db3ebe
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-07-27T15:18:03Z
**Commit 2:**
upgrading chromedriver to latest version
* Original sha: 0a1838ef6e
* Authored by ppisljar <peter.pisljar@gmail.com> on 2016-08-02T11:55:47Z
---------
**Commit 1:**
Don't use deprecated config key `elasticsearch_url`
When following the description from the docs to set the elasticsearch url I got a warning that the key was deprecated. This updates the docs to use the non-deprecated key. I haven't checked if this needs to be updated in other parts of the documentation too.
* Original sha: 3544b66dfa
* Authored by Christoph Büscher <christoph@elastic.co> on 2016-08-15T12:14:33Z
* Committed by GitHub <noreply@github.com> on 2016-08-15T12:14:33Z
---------
**Commit 1:**
Bump moment.js to latest version
* Original sha: 4b36d05e52
* Authored by Court Ewing <court@epixa.com> on 2016-06-14T11:46:32Z
---------
**Commit 1:**
[typeahead] Set top position
* Original sha: dccc3be623
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-07-27T23:07:00Z
---------
**Commit 1:**
Bump marked
* Original sha: 7cf64c75a5
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-21T18:44:47Z
* Committed by Jonathan Budzenski <jon@jbudz.me> on 2016-07-27T13:54:33Z
---------
**Commit 1:**
[viz] Allow for configurable map urls
* Original sha: 58844a0296
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-12T21:29:00Z
**Commit 2:**
Adds every config option from Leaflet
* Original sha: 0b9388ce83
* Authored by Chris Earle <chris.earle@elastic.co> on 2016-07-13T00:31:04Z
* Committed by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T01:55:01Z
**Commit 3:**
Removed confusing config options
* Original sha: b1f8ac8afe
* Authored by Chris Earle <chris.earle@elastic.co> on 2016-07-13T01:07:01Z
* Committed by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T01:55:01Z
**Commit 4:**
[vis] Don't rewrite markdown
* Original sha: c670a1c415
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T02:52:39Z
**Commit 5:**
[config] Update default tile link
* Original sha: 7c8ec7560c
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T02:55:16Z
**Commit 6:**
Change bounds from object to GeoJSON (long, lat) array style
* Original sha: 6d8f803f2b
* Authored by Chris Earle <chris.earle@elastic.co> on 2016-07-13T02:58:07Z
**Commit 7:**
[config] Set max zoom to 7
* Original sha: b7629490ad
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T03:07:47Z
**Commit 8:**
[tests] Cleanup schema data
* Original sha: c3d203f07b
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T04:04:04Z
**Commit 9:**
[vis] Bound tilemap zoom
* Original sha: 3c1339e17c
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T15:25:16Z
**Commit 10:**
Round out support for the initial Elastic Tile Service
Correct links, legacy config handling, and wms server conditionals.
* Original sha: 41fbb060c4
* Authored by Court Ewing <court@epixa.com> on 2016-07-15T20:50:47Z
**Commit 11:**
Made minZoom in test fixture consistent with reality
* Original sha: 6494caa789
* Authored by Court Ewing <court@epixa.com> on 2016-07-15T21:11:36Z
**Commit 12:**
Correctly check for enabled wms to determine zoom
Without this defensive check, a JS console error is thrown whenever wms
is not configured for a map visualization.
* Original sha: c74041cadb
* Authored by Court Ewing <court@epixa.com> on 2016-07-15T21:15:10Z
**Commit 13:**
Remove duplicate wms conditional in tilemap createmap
This separation made sense in the original implementation, but it is not
necessary in this version.
* Original sha: ca5a96838b
* Authored by Court Ewing <court@epixa.com> on 2016-07-15T21:35:21Z
**Commit 14:**
Remove optional joi references in tilemap config
In joi, configurations are optional by default, so there's no need to be
explicit here.
* Original sha: 2feac112f3
* Authored by Court Ewing <court@epixa.com> on 2016-07-19T17:34:38Z
**Commit 15:**
Re-disable scroll wheel zoom on maps
Enabling scroll wheel search does not seem necessary in the context of
this overall bug fix.
* Original sha: 2862f94cda
* Authored by Court Ewing <court@epixa.com> on 2016-07-19T17:39:40Z
---------
**Commit 1:**
Switch from Firefox to Chrome
* Original sha: 677a6c1d3f
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-17T22:32:15Z
**Commit 2:**
fix chromedriver.path
* Original sha: 589cb71cbb
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T14:25:22Z
**Commit 3:**
More selenium cleanup
* Original sha: 056294b7e9
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T15:23:29Z
**Commit 4:**
Put task intern:dev back in!
* Original sha: b85d919f68
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T15:38:18Z
**Commit 5:**
temporary screenshots fix
* Original sha: 8a9178ca0d
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:11:53Z
**Commit 6:**
Add screenshots dir
* Original sha: 929f30c8cc
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:26:07Z
**Commit 7:**
Add getSpinnerDone on clickNewSearch to fix failures
* Original sha: dfacedb27b
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:54:48Z
**Commit 8:**
Backport screenshots 'session' and 'failure' folders
* Original sha: fe9f34cb68
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T18:04:56Z
**Commit 9:**
gitignore *.png in failures and session
* Original sha: 06d70e6a63
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T20:53:26Z
**Commit 10:**
Update .gitignore
* Original sha: 603f5035ac
* Authored by Lee Drengenberg <lee.drengenberg@elastic.co> on 2016-06-20T21:21:55Z
* Committed by GitHub <noreply@github.com> on 2016-06-20T21:21:55Z