docs: automatic publish on master#481
Merged
mattklein123 merged 6 commits intomasterfrom Feb 15, 2017
Merged
Conversation
Member
|
yay |
mattklein123
approved these changes
Feb 14, 2017
Member
|
+1 |
lizan
pushed a commit
to lizan/envoy
that referenced
this pull request
Apr 24, 2020
Use the lifecycle manager to prevent Envoy from exiting until Wasm done.
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
envoyproxy#481) * zh-translation: .\docs\root\configuration\listeners\network_filters\tcp_proxy_filter.rst * fix translate
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
1. Adding proguard rules to protect native called code and native methods. 2. Enable proguarding in our example applications to end to end test proguard obfuscation/shrink 3. Added the proguard rules in our aar: envoyproxy/envoy-mobile#478 ``` ➜ envoy-mobile git:(master) ✗ zipinfo -1 dist/envoy.aar AndroidManifest.xml classes.jar res/ R.txt jni/arm64-v8a/libenvoy_jni.so jni/armeabi-v7a/libenvoy_jni.so jni/x86/libenvoy_jni.so jni/x86_64/libenvoy_jni.so proguard.txt ``` 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: android: add proguard rules and build Risk Level: low Testing: local/e2e 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
1. Adding proguard rules to protect native called code and native methods. 2. Enable proguarding in our example applications to end to end test proguard obfuscation/shrink 3. Added the proguard rules in our aar: envoyproxy/envoy-mobile#478 ``` ➜ envoy-mobile git:(master) ✗ zipinfo -1 dist/envoy.aar AndroidManifest.xml classes.jar res/ R.txt jni/arm64-v8a/libenvoy_jni.so jni/armeabi-v7a/libenvoy_jni.so jni/x86/libenvoy_jni.so jni/x86_64/libenvoy_jni.so proguard.txt ``` 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: android: add proguard rules and build Risk Level: low Testing: local/e2e 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** This changes the translator so that it will retain the non-AI Gateay original resources and write them back into the output. This also fixes the AI Gateway Route controller so that it can support the anonymous resources that will be necessary in the translator as the EG standalone mode requires the anonymous resources. **Related Issues/PRs (if applicable)** Extracted from #458 --------- 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.
@lyft/network-team