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 AlbHealthCheckLayer #2540

Merged
merged 44 commits into from
Apr 24, 2023
Merged

Add AlbHealthCheckLayer #2540

merged 44 commits into from
Apr 24, 2023

Commits on Apr 4, 2023

  1. Add Amazon IP header

    jjant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8374c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b746d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5153fef View commit details
    Browse the repository at this point in the history
  4. Simplify CheckHealthService

    jjant committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ceeb99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fb5c48 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    bdbed1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d830a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffacb4c View commit details
    Browse the repository at this point in the history
  4. Implement CheckHealthPlugin

    jjant committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ef888e5 View commit details
    Browse the repository at this point in the history
  5. Add Debug impls

    jjant committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    764f389 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Use extension trait method

    jjant committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7fbd3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687c897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3983a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b27db9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e2945a View commit details
    Browse the repository at this point in the history
  6. Remove default ping handler

    jjant committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e513685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8030949 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e55d0c View commit details
    Browse the repository at this point in the history
  9. Simplify MappedHandlerFuture

    jjant committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8f6ec3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4d22cf View commit details
    Browse the repository at this point in the history
  11. Fix docs

    jjant committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d496eb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    6735a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e442ca View commit details
    Browse the repository at this point in the history
  3. Fix clippy complaints

    jjant committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ae48b9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fd2088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc385f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    32007cd View commit details
    Browse the repository at this point in the history
  2. Don't run example

    jjant committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    887fbdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fad221 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d15ad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bd96ce View commit details
    Browse the repository at this point in the history
  6. Prefix public items with Alb

    jjant committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    05af5e7 View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    jjant committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    67493f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b822c53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2719d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c04213 View commit details
    Browse the repository at this point in the history
  11. Make layer take in a Service

    Add `AlbHealthCheckLayer::new_fn`
    
    Make service return a `StatusCode`
    jjant committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f22e012 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Use Cow<'a, str> for uri

    jjant committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2f4d3bd View commit details
    Browse the repository at this point in the history
  2. Rename new_fn -> from_handler

    jjant committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a961ecb View commit details
    Browse the repository at this point in the history
  3. Use 'static for Cow lifetime

    jjant committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d56d5cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e98163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a4eede View commit details
    Browse the repository at this point in the history