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

Retain ref to requests when running ActionFilterChain #104000

Merged

Commits on Jan 5, 2024

  1. Retain ref to requests when running ActionFilterChain

    `ActionFilter` implementations may be async, so we have to keep the
    request alive while the chain is running.
    
    Closes elastic#103952
    DaveCTurner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    51a5e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5123148 View commit details
    Browse the repository at this point in the history
  3. Rename test suite

    DaveCTurner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9409076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fd0273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb30aea View commit details
    Browse the repository at this point in the history
  6. Comment

    DaveCTurner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    84a194c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    71bffde View commit details
    Browse the repository at this point in the history
  2. Debug leftovers

    DaveCTurner committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8a1ce7d View commit details
    Browse the repository at this point in the history