-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Add highlighting and autocomplete for painless to kibana via Monaco #49879
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
Team:Core/Infra
Meta label for core/infra team
Comments
Migrated from: #31009 |
Pinging @elastic/es-core-infra (:Core/Infra/Scripting) |
|
stu-elastic
added a commit
that referenced
this issue
Dec 9, 2020
Adds `generateContextApiSpec` gradle task that generates whitelist api specs under `modules/lang-painless/src/main/generated/whitelist-json`. The common classes are in `painless-common.json`, the specialized classes per context are in `painless-$context.json`. eg. `painless-aggs.json` has the specialization for the aggs contexts Refs: #49879
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Dec 9, 2020
Adds `generateContextApiSpec` gradle task that generates whitelist api specs under `modules/lang-painless/src/main/generated/whitelist-json`. The common classes are in `painless-common.json`, the specialized classes per context are in `painless-$context.json`. eg. `painless-aggs.json` has the specialization for the aggs contexts Refs: elastic#49879
stu-elastic
added a commit
that referenced
this issue
Dec 9, 2020
Adds `generateContextApiSpec` gradle task that generates whitelist api specs under `modules/lang-painless/src/main/generated/whitelist-json`. The common classes are in `painless-common.json`, the specialized classes per context are in `painless-$context.json`. eg. `painless-aggs.json` has the specialization for the aggs contexts Refs: #49879 Backport: 2aa2224
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Dec 9, 2020
stu-elastic
added a commit
that referenced
this issue
Dec 9, 2020
stu-elastic
added a commit
to stu-elastic/elasticsearch
that referenced
this issue
Dec 9, 2020
stu-elastic
added a commit
that referenced
this issue
Dec 9, 2020
This has been open for quite a while, and we haven't made much progress on this due to focus in other areas. For now I'm going to close this as something we aren't planning on implementing. We can re-open it later if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
Team:Core/Infra
Meta label for core/infra team
Monaco is a in-browser implementation of VS Code that was recently added to Kibana.
We should integrate with Monaco to make writing painless scripts easier for users. This includes highlighting and autocomplete.
The text was updated successfully, but these errors were encountered: