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

HLRC XPack protocol clean up #34451

Closed
6 of 7 tasks
vladimirdolzhenko opened this issue Oct 15, 2018 · 3 comments
Closed
6 of 7 tasks

HLRC XPack protocol clean up #34451

vladimirdolzhenko opened this issue Oct 15, 2018 · 3 comments

Comments

@vladimirdolzhenko
Copy link
Contributor

vladimirdolzhenko commented Oct 15, 2018

Relates to XPack HLRC #29827

There are some requests/responses in xpack protocol, while most requests/responses are in client/rest-high-level (proper place)

Move ( + clean up ) HLRC located at xpack protocol to client/rest-high-level

Note: In most cases everything is there, except maybe some tests like RequestConvertersTests and unit tests.

Clean up assumes don't extend AcknowledgedRequest, readFrom(StreamInput in) / writeTo(StreamOutput out)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@hub-cap
Copy link
Contributor

hub-cap commented Oct 15, 2018

I think it would be good to also clean up the existing actions we moved from, for instance, we tended to add some XContent methods to the existing request/response that are not needed, so lets try to also revert the history of the moved code in the x-pack directory to something that was before we started the migration.

vladimirdolzhenko pushed a commit to vladimirdolzhenko/elasticsearch that referenced this issue Oct 15, 2018
@hub-cap hub-cap self-assigned this Oct 15, 2018
vladimirdolzhenko pushed a commit to vladimirdolzhenko/elasticsearch that referenced this issue Oct 17, 2018
vladimirdolzhenko pushed a commit to vladimirdolzhenko/elasticsearch that referenced this issue Oct 19, 2018
vladimirdolzhenko added a commit that referenced this issue Oct 19, 2018
vladimirdolzhenko added a commit that referenced this issue Oct 29, 2018
Move parts related to XPack for packages Migration; Graph; Watcher from protocol to client

Drop protocol module

Relates #34451
vladimirdolzhenko added a commit to vladimirdolzhenko/elasticsearch that referenced this issue Oct 29, 2018
Move parts related to XPack for packages Migration; Graph; Watcher from protocol to client

Drop protocol module

Relates elastic#34451, backport of elastic#34639

(cherry picked from commit 69fe9a1)
vladimirdolzhenko added a commit that referenced this issue Oct 29, 2018
Move parts related to XPack for packages Migration; Graph; Watcher from protocol to client

Drop protocol module

Relates #34451, backport of #34639

(cherry picked from commit 69fe9a1)
kcm pushed a commit that referenced this issue Oct 30, 2018
kcm pushed a commit that referenced this issue Oct 30, 2018
Move parts related to XPack for packages Migration; Graph; Watcher from protocol to client

Drop protocol module

Relates #34451
vladimirdolzhenko added a commit to vladimirdolzhenko/elasticsearch that referenced this issue Oct 31, 2018
vladimirdolzhenko added a commit that referenced this issue Oct 31, 2018
Relates #34451 , backports #34547

(cherry picked from commit 28bb1a3)
@hub-cap
Copy link
Contributor

hub-cap commented Aug 13, 2019

This can be closed as we will likely not modify them, and instead wait to do the work of generation of the code.

@hub-cap hub-cap closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants