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

fix: add gccl-invocation-id interceptor #1309

Merged
merged 26 commits into from Apr 1, 2022
Merged

Commits on Feb 16, 2022

  1. fix: add gccl-invocation-id to all requests to allow identifying oper…

    …ation attempts across multiple rpcs
    
    TODOs
    1. Add option to StorageOptions to allow disabling
    2. Add some unit tests to verify behavior independent of reading full request logs
    BenWhitehead committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b2ee6f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6111ab9 View commit details
    Browse the repository at this point in the history
  3. fix: dependency builds

    BenWhitehead committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    42e76f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. add tests for HttpRpcContext

    frankyn committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e136fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446d68c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b64a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c730c84 View commit details
    Browse the repository at this point in the history
  5. revert dep

    frankyn committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    7941981 View commit details
    Browse the repository at this point in the history
  6. add copyright

    frankyn committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    130d9c0 View commit details
    Browse the repository at this point in the history
  7. revert revert dep

    frankyn committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1a4cc3e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. handle SignedURLs

    frankyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    7f069b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5ee6e View commit details
    Browse the repository at this point in the history
  3. chore: refactor HttpRpcContextTest to try and help make the tests mor…

    …e clear themselves
    
    Also fixed a typo which meant that the v4 url wasn't being tested, however now the v4 url is failing to validate and I'm not sure how to fix the url.
    BenWhitehead committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    daf51fe View commit details
    Browse the repository at this point in the history
  4. address v4 sig test failure

    frankyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    25532f0 View commit details
    Browse the repository at this point in the history
  5. lint

    frankyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    708e21a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    379c920 View commit details
    Browse the repository at this point in the history
  7. address feedback

    frankyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    775a754 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8532f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    340c7da View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Apply suggestions from code review

    Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
    frankyn and BenWhitehead committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1ddd7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b8c83 View commit details
    Browse the repository at this point in the history
  3. address feedback

    frankyn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6d84027 View commit details
    Browse the repository at this point in the history
  4. address feedback

    frankyn committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8af9d0b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    21d43d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4208c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e3f2c View commit details
    Browse the repository at this point in the history