[APM] E2E: install dependencies for vanilla workspaces#62178
Merged
v1v merged 2 commits intoelastic:masterfrom Apr 2, 2020
Merged
[APM] E2E: install dependencies for vanilla workspaces#62178v1v merged 2 commits intoelastic:masterfrom
v1v merged 2 commits intoelastic:masterfrom
Conversation
dgieselaar
reviewed
Apr 2, 2020
Contributor
dgieselaar
left a comment
There was a problem hiding this comment.
LGTM! Will this close #61942?
dgieselaar
approved these changes
Apr 2, 2020
Contributor
dgieselaar
left a comment
There was a problem hiding this comment.
LGTM! Will this close #61942?
Member
Author
|
@dgieselaar , I'm afraid it won't :( , this is to help with anyone working on a completely fresh kibana git repo. |
Contributor
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
v1v
added a commit
that referenced
this pull request
Apr 2, 2020
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Apr 2, 2020
* master: Switch to embeddable factory interface with optional override (elastic#61165) fix text error in diagrams (elastic#62101) [Index management] Prepare support Index template V2 format (elastic#61588) Updates dashboard images (elastic#62011) [Maps] remove MapBounds type (elastic#62332) [Uptime] Convert anomaly Jobs name to lowercase to comply with… (elastic#62293) Make d3 place nicely with object values (elastic#62004) EMT-287: update schema with elastic agent id (elastic#62252) [Maps] fix replaceLayerList to handle case where map is not intialized (elastic#62202) Remove support for deprecated xpack.telemetry configurations (elastic#51142) [Uptime] Remove static constant for index name completely (elastic#62256) [APM] E2E: install dependencies for vanilla workspaces (elastic#62178) [backport] Bump to 5.1.3 (elastic#62286) Show server name in Remote Cluster detail panel (elastic#62250) Rename some alert types (elastic#61693) changing duration type to ms, s, m (elastic#62265) [ML] Clear Kibana index pattern cache on creation or form reset. (elastic#62184) Move `src/legacy/server/index_patterns` to data plugin (server) (Remove step) (elastic#61618) [NP] Remove IndexedArray usage in Schemas (elastic#61410)
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.
Summary
x-pack/legacy/plugins/apm/e2e/package.jsondid have a dependency with the top-levelpackage.jsonand therefore in order to run the./x-pack/legacy/plugins/apm/e2e/run-e2e.shit was required to prepare, beforehand, the kibana environment. This is not anymore the case.