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

TransportNodesAction impls are local-only #100867

Commits on Oct 16, 2023

  1. TransportNodesAction impls are local-only

    There are no remote invocations of any actions derived from
    `TransportNodesAction` so there is no need to register the top-level
    action with the `TransportService`, and that means that all the code
    related to de/serialization of the top-level request and response is
    unused and can be removed.
    
    Relates elastic#100111
    Relates elastic#100878
    DaveCTurner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3292322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc45bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f0f850 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caff68e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    4c8e8ac View commit details
    Browse the repository at this point in the history