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

Add Painles script execute API #3320

Closed
russcam opened this issue Jul 9, 2018 · 1 comment
Closed

Add Painles script execute API #3320

russcam opened this issue Jul 9, 2018 · 1 comment
Assignees

Comments

@russcam
Copy link
Contributor

russcam commented Jul 9, 2018

Relates: elastic/elasticsearch#29164
Documentation: https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-execute-api.html

Add new API endpoint to allow the execution of an arbitrary painless script

@Mpdreamz Mpdreamz self-assigned this Aug 13, 2018
russcam pushed a commit that referenced this issue Aug 20, 2018
* Generate ExcecutePainlessScript methods/descriptors etc

* Implement ExecutePainlessScript API with tests

Omitting `context` for now since that only takes a single option now
which is also the default. Waiting for the API to crystalize here.

* make Result generic in preparation for 6.4
@russcam
Copy link
Contributor Author

russcam commented Aug 20, 2018

Closing this as #3370 has been merged to 6.3

@russcam russcam closed this as completed Aug 20, 2018
@Mpdreamz Mpdreamz mentioned this issue Sep 3, 2018
45 tasks
Mpdreamz added a commit that referenced this issue Sep 3, 2018
* Generate ExcecutePainlessScript methods/descriptors etc

* Implement ExecutePainlessScript API with tests

Omitting `context` for now since that only takes a single option now
which is also the default. Waiting for the API to crystalize here.

* make Result generic in preparation for 6.4
Mpdreamz added a commit that referenced this issue Sep 3, 2018
* Generate ExcecutePainlessScript methods/descriptors etc

* Implement ExecutePainlessScript API with tests

Omitting `context` for now since that only takes a single option now
which is also the default. Waiting for the API to crystalize here.

* make Result generic in preparation for 6.4
Mpdreamz added a commit that referenced this issue Sep 6, 2018
* Generate ExcecutePainlessScript methods/descriptors etc

* Implement ExecutePainlessScript API with tests

Omitting `context` for now since that only takes a single option now
which is also the default. Waiting for the API to crystalize here.

* make Result generic in preparation for 6.4
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

No branches or pull requests

2 participants