Merged
Conversation
Regresion from #334. I'm in the process of rewriting all of the scope stuff currently so I'm not going to bother with tests. I will add tests in the real change.
Member
Author
|
@lyft/network-team |
ccaraman
approved these changes
Jan 10, 2017
enricoschiattarella
pushed a commit
to enricoschiattarella/envoy
that referenced
this pull request
Jan 10, 2017
Regresion from envoyproxy#334. I'm in the process of rewriting all of the scope stuff currently so I'm not going to bother with tests. I will add tests in the real change.
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
* Revert "Upgrade gRPC to v1.3.4 (envoyproxy#335)" This reverts commit f9bf1d9. * Revert "Update gRPC to v1.3.2 (envoyproxy#315)" This reverts commit 6f8953d.
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Create an `AndroidJniLibrary` and move specific loader logic into the `*JniLibrary` classes. Cleaning up the other layers in Kotlin due to this change. Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Create an `AndroidJniLibrary` and move specific loader logic into the `*JniLibrary` classes Risk Level: low Testing: local Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Create an `AndroidJniLibrary` and move specific loader logic into the `*JniLibrary` classes. Cleaning up the other layers in Kotlin due to this change. Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: Create an `AndroidJniLibrary` and move specific loader logic into the `*JniLibrary` classes Risk Level: low Testing: local Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message** extproc integration test requires a certain ca-certificate to be visible to envoy. Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regresion from #334. I'm in the process of rewriting all of the scope stuff
currently so I'm not going to bother with tests. I will add tests in the real
change.