Skip to content

Ref/canvas interpreter2 oss take5#26068

Merged
ppisljar merged 24 commits intoelastic:masterfrom
ppisljar:ref/canvasInterpreter2OSS_take5
Nov 23, 2018
Merged

Ref/canvas interpreter2 oss take5#26068
ppisljar merged 24 commits intoelastic:masterfrom
ppisljar:ref/canvasInterpreter2OSS_take5

Conversation

@ppisljar
Copy link
Copy Markdown
Contributor

@ppisljar ppisljar commented Nov 22, 2018

Summary

closes #23096
preparation for #23185

moves some parts of canvas to kibana core:

  • interpreter parse functions are moved to @kbn/interpreter
  • function and type registires are moved to @kbn/interpreter
  • all types are moved to @kbn/interpreter
  • clog common function is moved to @kbn/interpreter
  • socket, plugin and translate server routes are moved to the interpreter core_plugin
  • browser socket wrapper is moved to the interpreter core_plugin

qa: nothing should change functionally

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@mistic
Copy link
Copy Markdown
Contributor

mistic commented Nov 22, 2018

retest

@elastic elastic deleted a comment from elasticmachine Nov 22, 2018
@ppisljar ppisljar requested a review from timroes November 22, 2018 07:09
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

@spalger
Copy link
Copy Markdown
Contributor

spalger commented Nov 22, 2018

retest

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Copy link
Copy Markdown
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

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

LGTM, tests pass, code looks good, I'd like to submit a PR after this to cleanup the split build stuff

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

@ppisljar ppisljar merged commit f82d732 into elastic:master Nov 23, 2018
ppisljar added a commit to ppisljar/kibana that referenced this pull request Nov 23, 2018
ppisljar added a commit to ppisljar/kibana that referenced this pull request Nov 23, 2018
# Conflicts:
#	package.json
#	src/setup_node_env/babel_register/register.js
#	x-pack/package.json
#	x-pack/plugins/canvas/__tests__/fixtures/function_specs.js
#	x-pack/plugins/canvas/common/lib/index.js
#	x-pack/plugins/canvas/init.js
#	x-pack/plugins/canvas/server/routes/plugins.js
#	x-pack/plugins/canvas/server/routes/translate.js
#	x-pack/plugins/canvas/tasks/helpers/webpack.plugins.js
#	yarn.lock
@@ -0,0 +1,4 @@
/common
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Did this file get removed? I tried looking for it in master and can't find it, but when I look at the file history, I don't see it being deleted. Maybe file history doesn't include the delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Moving interpreter engine into Kibana

6 participants