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 request ID to response headers #2438

Merged
merged 24 commits into from
Mar 23, 2023
Merged

Add request ID to response headers #2438

merged 24 commits into from
Mar 23, 2023

Commits on Mar 22, 2023

  1. Add request ID to response headers

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fdf1f2d View commit details
    Browse the repository at this point in the history
  2. Add parsing test

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e6dcb1d View commit details
    Browse the repository at this point in the history
  3. Style

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    29ea8fe View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    61a1a15 View commit details
    Browse the repository at this point in the history
  5. Fix import

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0c8f3a1 View commit details
    Browse the repository at this point in the history
  6. Panic if ServerRequestIdProviderLayer is not present

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d12cbb1 View commit details
    Browse the repository at this point in the history
  7. Own value

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    265be65 View commit details
    Browse the repository at this point in the history
  8. Correct docs

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0b98fd8 View commit details
    Browse the repository at this point in the history
  9. Add order of layer to expect() message

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f75de9e View commit details
    Browse the repository at this point in the history
  10. Remove Box

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c24b86b View commit details
    Browse the repository at this point in the history
  11. Require order of request ID layers

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ae9658d View commit details
    Browse the repository at this point in the history
  12. Revert "Require order of request ID layers"

    This reverts commit 147eef2.
    Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    64c2acd View commit details
    Browse the repository at this point in the history
  13. One layer to generate and inject the header

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1da38bb View commit details
    Browse the repository at this point in the history
  14. HeaderName for header name

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    75abca7 View commit details
    Browse the repository at this point in the history
  15. CHANGELOG

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    67e8d8f View commit details
    Browse the repository at this point in the history
  16. Remove additional layer

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    33bffbf View commit details
    Browse the repository at this point in the history
  17. Remove to_owned

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2910853 View commit details
    Browse the repository at this point in the history
  18. Add tests, remove unnecessary clone

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    38d0302 View commit details
    Browse the repository at this point in the history
  19. take() ResponsePackage instead

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a244b9d View commit details
    Browse the repository at this point in the history
  20. Update docs

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    842d0cc View commit details
    Browse the repository at this point in the history
  21. Update docs

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    24f58a3 View commit details
    Browse the repository at this point in the history
  22. cargo fmt

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5dd2670 View commit details
    Browse the repository at this point in the history
  23. Update CHANGELOG

    Signed-off-by: Daniele Ahmed <ahmeddan@amazon.de>
    82marbag authored and Daniele Ahmed committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c41ba44 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4f7e150 View commit details
    Browse the repository at this point in the history