-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ext_proc: send attributes #31090
Commits on Nov 8, 2023
-
extract attributes changes from envoyproxy#29069
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87cf9ba - Browse repository at this point
Copy the full SHA 87cf9baView commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45ec23d - Browse repository at this point
Copy the full SHA 45ec23dView commit details
Commits on Nov 16, 2023
-
don't do CEL stuff if no attributes are configured
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9f228 - Browse repository at this point
Copy the full SHA 0a9f228View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6826a1c - Browse repository at this point
Copy the full SHA 6826a1cView commit details
Commits on Nov 17, 2023
-
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9857119 - Browse repository at this point
Copy the full SHA 9857119View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c26d44c - Browse repository at this point
Copy the full SHA c26d44cView commit details
Commits on Nov 27, 2023
-
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db599b9 - Browse repository at this point
Copy the full SHA db599b9View commit details
Commits on Nov 28, 2023
-
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4454be - Browse repository at this point
Copy the full SHA a4454beView commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34b8fbc - Browse repository at this point
Copy the full SHA 34b8fbcView commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5ce702 - Browse repository at this point
Copy the full SHA d5ce702View commit details
Commits on Nov 29, 2023
-
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3631683 - Browse repository at this point
Copy the full SHA 3631683View commit details
Commits on Nov 30, 2023
-
where are my CEL objects going
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47c2b46 - Browse repository at this point
Copy the full SHA 47c2b46View commit details -
fix lifetime issue and clean up
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86ae01f - Browse repository at this point
Copy the full SHA 86ae01fView commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d8f5d4 - Browse repository at this point
Copy the full SHA 0d8f5d4View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc692e1 - Browse repository at this point
Copy the full SHA dc692e1View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a28f0d - Browse repository at this point
Copy the full SHA 8a28f0dView commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d34e78 - Browse repository at this point
Copy the full SHA 8d34e78View commit details
Commits on Dec 1, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fd598b9 - Browse repository at this point
Copy the full SHA fd598b9View commit details
Commits on Dec 4, 2023
-
use unique_ptr instead of absl::optional for struct, reference for ac…
…tivation Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2954fc7 - Browse repository at this point
Copy the full SHA 2954fc7View commit details
Commits on Dec 5, 2023
-
use object to store pair of parsed, compiled expression
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 520d511 - Browse repository at this point
Copy the full SHA 520d511View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2778b97 - Browse repository at this point
Copy the full SHA 2778b97View commit details
Commits on Dec 15, 2023
-
inline CelExpression initialization into emplace call
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6bbcf7 - Browse repository at this point
Copy the full SHA f6bbcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbdbfb4 - Browse repository at this point
Copy the full SHA fbdbfb4View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5192143 - Browse repository at this point
Copy the full SHA 5192143View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58faac1 - Browse repository at this point
Copy the full SHA 58faac1View commit details -
use serverFactoryContext to get builder singleton
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19fdb00 - Browse repository at this point
Copy the full SHA 19fdb00View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8948d0f - Browse repository at this point
Copy the full SHA 8948d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe68f15 - Browse repository at this point
Copy the full SHA fe68f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6cb932 - Browse repository at this point
Copy the full SHA d6cb932View commit details
Commits on Dec 19, 2023
-
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca13534 - Browse repository at this point
Copy the full SHA ca13534View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae4258d - Browse repository at this point
Copy the full SHA ae4258dView commit details -
kick CI -- RBE cache error in iOS
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e02036 - Browse repository at this point
Copy the full SHA 8e02036View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4d94e6 - Browse repository at this point
Copy the full SHA d4d94e6View commit details
Commits on Dec 20, 2023
-
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 906183f - Browse repository at this point
Copy the full SHA 906183fView commit details
Commits on Jan 8, 2024
-
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebd053c - Browse repository at this point
Copy the full SHA ebd053cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7019dd1 - Browse repository at this point
Copy the full SHA 7019dd1View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for defdd94 - Browse repository at this point
Copy the full SHA defdd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86a731 - Browse repository at this point
Copy the full SHA c86a731View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b3e715 - Browse repository at this point
Copy the full SHA 0b3e715View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374770f - Browse repository at this point
Copy the full SHA 374770fView commit details -
revert unwanted local build change
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e689f - Browse repository at this point
Copy the full SHA a3e689fView commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c716b7 - Browse repository at this point
Copy the full SHA 2c716b7View commit details
Commits on Jan 16, 2024
-
add skip_on_windows due to recent CEL bump
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9948c57 - Browse repository at this point
Copy the full SHA 9948c57View commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d58055 - Browse repository at this point
Copy the full SHA 7d58055View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcaa5af - Browse repository at this point
Copy the full SHA fcaa5afView commit details
Commits on Jan 17, 2024
-
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fac8a5 - Browse repository at this point
Copy the full SHA 5fac8a5View commit details -
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 970fb4d - Browse repository at this point
Copy the full SHA 970fb4dView commit details
Commits on Jan 18, 2024
-
add filter to windows skip in bazel/repositories.bzl
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a43136e - Browse repository at this point
Copy the full SHA a43136eView commit details -
Merge branch 'main' into feature/ext_proc/request-response-attributes
Signed-off-by: Jacob Bohanon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfe7006 - Browse repository at this point
Copy the full SHA cfe7006View commit details