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: send attributes #31090

Merged

Commits on Nov 8, 2023

  1. extract attributes changes from envoyproxy#29069

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    87cf9ba View commit details
    Browse the repository at this point in the history
  2. fix ordering test constructor

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    45ec23d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. don't do CEL stuff if no attributes are configured

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0a9f228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6826a1c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. fix variable shadowing

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9857119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c26d44c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. refactor matching utils out

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a4454be View commit details
    Browse the repository at this point in the history
  2. refactor matching utils out

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    34b8fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5ce702 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix pointer/references

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3631683 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. where are my CEL objects going

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    47c2b46 View commit details
    Browse the repository at this point in the history
  2. fix lifetime issue and clean up

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    86ae01f View commit details
    Browse the repository at this point in the history
  3. fix runtime feature format

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0d8f5d4 View commit details
    Browse the repository at this point in the history
  4. declare iter as reference

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dc692e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a28f0d View commit details
    Browse the repository at this point in the history
  6. fix tests and clean up

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8d34e78 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. skip fuzzing request and response attributes on ASAN_FUZZER due to un…

    …related issue with ASAN in upstream CEL parsing
    
    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fd598b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. use unique_ptr instead of absl::optional for struct, reference for ac…

    …tivation
    
    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2954fc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. use object to store pair of parsed, compiled expression

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    520d511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2778b97 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. inline CelExpression initialization into emplace call

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f6bbcf7 View commit details
    Browse the repository at this point in the history
  2. raw ptr working

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fbdbfb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5192143 View commit details
    Browse the repository at this point in the history
  4. update dep allowlist

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    58faac1 View commit details
    Browse the repository at this point in the history
  5. use serverFactoryContext to get builder singleton

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    19fdb00 View commit details
    Browse the repository at this point in the history
  6. update dep allowlist

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8948d0f View commit details
    Browse the repository at this point in the history
  7. PR comments

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fe68f15 View commit details
    Browse the repository at this point in the history
  8. kick CI

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d6cb932 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    ca13534 View commit details
    Browse the repository at this point in the history
  2. plumb through local info

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ae4258d View commit details
    Browse the repository at this point in the history
  3. kick CI -- RBE cache error in iOS

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8e02036 View commit details
    Browse the repository at this point in the history
  4. add inludes for MockLocalInfo

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d4d94e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    ebd053c View commit details
    Browse the repository at this point in the history
  2. kick CI

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7019dd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. kick CI

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    defdd94 View commit details
    Browse the repository at this point in the history
  2. kick CI

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c86a731 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. kick CI

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0b3e715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    374770f View commit details
    Browse the repository at this point in the history
  3. revert unwanted local build change

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a3e689f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c716b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. add skip_on_windows due to recent CEL bump

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9948c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d58055 View commit details
    Browse the repository at this point in the history
  3. fix BUILD

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fcaa5af View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. skip client build on windows

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5fac8a5 View commit details
    Browse the repository at this point in the history
  2. MORE SKIP ON WINDOWS

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    970fb4d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. add filter to windows skip in bazel/repositories.bzl

    Signed-off-by: Jacob Bohanon <[email protected]>
    jbohanon committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a43136e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe7006 View commit details
    Browse the repository at this point in the history