Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[code] Enable go langserver under non-detach mode. #42352

Merged
merged 4 commits into from
Aug 6, 2019

Conversation

movie-travel-code
Copy link

@movie-travel-code movie-travel-code commented Jul 31, 2019

Summary

For a little bit of context,

  • If there is no go installed locally, use the bundled go toolchain
  • Go langserver will wait to be connected from code server.
  • Go langserver will download the dependency under kibana/data/code/gopath/pkg/mod.

GOPATH

Checklist

For maintainers

@elasticmachine
Copy link
Contributor

Pinging @elastic/code

@movie-travel-code movie-travel-code changed the title [code] Enable go langserver under non-detach mode. [7.x] [code] Enable go langserver under non-detach mode. Jul 31, 2019
@movie-travel-code movie-travel-code changed the title [7.x] [code] Enable go langserver under non-detach mode. [code] Enable go langserver under non-detach mode. Jul 31, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@Poytr1 Poytr1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@elasticmachine
Copy link
Contributor

💔 Build Failed

Henry Wong added 4 commits August 6, 2019 14:57
We should keep the kibana code data inside the 'kibana/data' . That
means go-langserver has nothing to do with dev machine except '$PATH'.
Since we use socket as the process communication media, remove the
unused parameter.
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@movie-travel-code movie-travel-code merged commit 2dc6153 into elastic:master Aug 6, 2019
@movie-travel-code movie-travel-code deleted the GoNonDetachMode branch August 6, 2019 08:12
movie-travel-code pushed a commit to movie-travel-code/kibana that referenced this pull request Aug 6, 2019
* [code] Enable go langserver under non-detach mode.

* [code] Enable go langserver under non-detach mode #part 2.

* [code] Enable go langserver under non-detach mode #part 3

We should keep the kibana code data inside the 'kibana/data' . That
means go-langserver has nothing to do with dev machine except '$PATH'.

* [code] Enable go langserver under non-detach mode #part 4

Since we use socket as the process communication media, remove the
unused parameter.
movie-travel-code pushed a commit that referenced this pull request Aug 6, 2019
* [code] Enable go langserver under non-detach mode.

* [code] Enable go langserver under non-detach mode #part 2.

* [code] Enable go langserver under non-detach mode #part 3

We should keep the kibana code data inside the 'kibana/data' . That
means go-langserver has nothing to do with dev machine except '$PATH'.

* [code] Enable go langserver under non-detach mode #part 4

Since we use socket as the process communication media, remove the
unused parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants