Closed
Conversation
[4.x] Use const/let instead of var in all core plugins
Just activated for Metric vis. First version needing improvements in the params handling.
…d more isolated changes.
4.x metric label
This should be an in-place refactor without any additional behaviors or side effects.
These file extensions should be interchangeable, so there's no reason for our plugin installer not to support them. We actually did support .tgz file types up until we added .zip support.
The module is generic enough not to require an overly specific name, and it exposes more things than simply a default function, so it should be a noun.
[backport] Plugin installer support for .tgz file types
Bump node to 0.12.10 for security fixes
Backport hacks to 4.x
Navbar extensions - config controls
--------- **Commit 1:** [viz] Allow for configurable map urls * Original sha: 58844a0 * 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: 0b9388c * 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: b1f8ac8 * 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: c670a1c * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T02:52:39Z **Commit 5:** [config] Update default tile link * Original sha: 7c8ec75 * 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: 6d8f803 * Authored by Chris Earle <chris.earle@elastic.co> on 2016-07-13T02:58:07Z **Commit 7:** [config] Set max zoom to 7 * Original sha: b762949 * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T03:07:47Z **Commit 8:** [tests] Cleanup schema data * Original sha: c3d203f * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-07-13T04:04:04Z **Commit 9:** [vis] Bound tilemap zoom * Original sha: 3c1339e * 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: 41fbb06 * 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: 6494caa * 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: c74041c * 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: ca5a968 * 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: 2feac11 * 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: 2862f94 * Authored by Court Ewing <court@epixa.com> on 2016-07-19T17:39:40Z
[backport] PR elastic#7724 to 4.x - Elastic Tile Service and configurable leaflet providers
--------- **Commit 1:** Apply -snapshot suffix during build task The default behavior of the build task is to now apply the -snapshot suffix dynamically rather than us manually hardcoding and managing it within the source code itself. The `--release` flag will drop the -snapshot suffix on a build, which should be used for any release candidate. The default behavior of the build task has also changed to create rpm/deb packages as well. Since we've only confirmed that this works on linux, you can override that behavior by passing `skip-os-packages`. If you do not want to create any zip or tar.gz archives, you can pass `--skip-archives`. * Original sha: 834f563 * Authored by Court Ewing <court@epixa.com> on 2016-05-27T20:40:57Z
[backport] PR elastic#7317 to 4.x - Apply -snapshot suffix during build task
--------- **Commit 1:** Build artifact names for unified release process These changes are necessary for Kibana to be compatible with Elastic's unified release process from 5.0 onward. The way artifacts get created has not changed, but the naming conventions have. * Original sha: c550bbc * Authored by Court Ewing <court@epixa.com> on 2016-06-16T11:58:31Z **Commit 2:** README is 5.0.0-alpha4 to match package.json We bumped the version in package.json, but we never changed it in the readme. * Original sha: 55c4993 * Authored by Court Ewing <court@epixa.com> on 2016-06-16T20:52:58Z
[backport] PR elastic#7490 to 4.x
--------- **Commit 1:** Consistent build archives We do not release zip archives for any operating system except windows, and we do not release tar.gz archives for windows. For consistency and clarity sake, we'll explicitly list the architecture (x86) of the windows build as well. * Original sha: 2f2742e * Authored by Court Ewing <court@epixa.com> on 2016-06-17T13:20:44Z **Commit 2:** internal: Cleanup code in _build:archives task This just a code cleanup - there are no functional changes to this task. * Original sha: c00e49d * Authored by Court Ewing <court@epixa.com> on 2016-06-17T13:39:14Z
[backport] PR elastic#7495 to 4.x
--------- **Commit 1:** Uppercase -SNAPSHOT on snapshot builds This is consistent with other Elastic projects. * Original sha: 7eaa191 * Authored by Court Ewing <court@epixa.com> on 2016-06-15T20:36:12Z
--------- **Commit 1:** Release task now always publishes to staging Production builds should never be published directly from a local machine. Instead, the release command will now publish to a commit-specific staging URL, so you use it to publish a release candidate, and then when those builds have been verified, you need to copy the RC builds from on the staging location on s3 to the production folder. * Original sha: 1e2c953 * Authored by Court Ewing <court@epixa.com> on 2016-06-17T18:26:08Z
[backport] PR elastic#7500 to 4.x - Release task now always publishes to staging
[backport] PR elastic#7477 to 4.x - Uppercase -SNAPSHOT on snapshot builds
--------- **Commit 1:** Use x86_64 in build name instead of x64 For consistency with the other projects for the unified release process. * Original sha: 694eda8 * Authored by Court Ewing <court@epixa.com> on 2016-07-20T01:23:16Z
[backport] PR elastic#7774 to 4.x - Use x86_64 in build name instead of x64
--------- **Commit 1:** [build] Include full version in staging package prefix, set production prefix separately * Original sha: 9c37542 * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-06-28T21:26:51Z
[backport] PR elastic#7571 to 4.x
--------- **Commit 1:** Bump marked * Original sha: 7cf64c7 * 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
[backport] PR elastic#7855 to 4.x
--------- **Commit 1:** [typeahead] Set top position * Original sha: dccc3be * Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-07-27T23:07:00Z
[backport] PR elastic#7866 to 4.x
[backport] PR elastic#7873 to 4.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting lukasolson#9 to 4.x.