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

Ext_proc refactoring: Move stream object from Filter class to client #36228

Merged
merged 17 commits into from
Sep 25, 2024

Commits on Sep 19, 2024

  1. ext_proc: refactoring: moving stream_ from Filter into client object …

    …for better abstraction
    
    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1e5fac8 View commit details
    Browse the repository at this point in the history
  2. fix an issue

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ff1b6f6 View commit details
    Browse the repository at this point in the history
  3. fixing format

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    10908d0 View commit details
    Browse the repository at this point in the history
  4. fixing unit test fuzzer

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4ac853c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. unit test fuzzer issue

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e06a6e0 View commit details
    Browse the repository at this point in the history
  2. CI

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a089418 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fixing CI issue

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    037c7d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/envoyproxy/envoy into move_…

    …stream_to_client
    
    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    07a1a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. removing redundant mock file

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1e202d8 View commit details
    Browse the repository at this point in the history
  2. removing duplicate

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7bc13db View commit details
    Browse the repository at this point in the history
  3. remove unused variable

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    33a8b3d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. change BUILD size

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4885e81 View commit details
    Browse the repository at this point in the history
  2. limit the request body size

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7cfc919 View commit details
    Browse the repository at this point in the history
  3. Empty-Commit

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    60119c4 View commit details
    Browse the repository at this point in the history
  4. Empty-Commit

    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c020e49 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/envoyproxy/envoy into move_…

    …stream_to_client
    
    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fe4f478 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch 'main' of https://github.com/envoyproxy/envoy into move_…

    …stream_to_client
    
    Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
    yanjunxiang-google committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e28c452 View commit details
    Browse the repository at this point in the history