fix: docker-compose Dockerfile path update#90
Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom Sep 21, 2016
Merged
Conversation
Member
|
Awesome thanks for the fix. cc @junr03 |
mattklein123
approved these changes
Sep 21, 2016
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
PiotrSikora
pushed a commit
to PiotrSikora/envoy
that referenced
this pull request
Aug 20, 2019
Merge from envoyproxy/envoy-wasm:master
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Signed-off-by: Matt Klein <mklein@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Signed-off-by: Matt Klein <mklein@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
arminabf
pushed a commit
to arminabf/envoy
that referenced
this pull request
Jun 5, 2024
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
Per #90, we will migrate to dynamic modules in the second or third version of AI Gateway, the public configuration package must not be coupled with extproc (see the description in the issue). This renames `extprocconfig` to more generic (and accurate) name as `filterconfig`. Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This decouples backendauth & headermutator packages from extproc specifics. As we are looking to migrate to dynamic modules, this is a necessary refactoring work to make the code as reusable as possible. **Related Issues/PRs (if applicable)** Preliminary for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** The translators shouldn't have to be tied with ext_proc APIs since it's none of their concerns. This commit decouples the translator package from them so that we can easily use them in dynamic modules too. **Related Issues/PRs (if applicable)** Preparation for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This moves the non-extproc related packages (extproc and bodymutator) out of internal/extproc directory into directly under internal dir. **Related Issues/PRs (if applicable)** Preparation for #90 Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This decouples the filter config watcher from the extproc package as it's already solely operating on the filterapi package. **Related Issues/PRs (if applicable)** Preparation for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This consolidates all metrics interfaces into one interface as they are almost all copy and pasted from each other. **Related Issues/PRs (if applicable)** Preparation for #90 Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This removes all the duplicated copy-and-pasted code in tracing but having generic interfaces and implementations, and simply instantiating them for each endpoint. This helps reduce the necessary code when adding a new endpoint since now the "recorder" implementation is the only endpoint specific implementation. **Related Issues/PRs (if applicable)** Preparation for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
…tor (#1583) **Description** This moves translator.LLMTokenUsage struct into metrics package from translator package to make sure that all call site of metrics interface uses the same signature by simply passing the cost info from translator. This will help unify all the per-endpoint implementation detail. **Related Issues/PRs (if applicable)** Preparation for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This consolidates all the copy-pasted processors that existed per endpoint we support into one generic processor. This was made possible thanks to the series of refactoring that we landed in the past few weeks primarily for dynamic module work #90. Notably, now in order to add an endpoint, majority of the new code will be in translator (where also have shared generic interface) as well as the type definition. No longer it requires the huge copy paste of processors. **Related Issues/PRs (if applicable)** Resolves #1083 Blocker for #1429 #1584 #1592 #1594 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com> Co-authored-by: Ignasi Barrera <ignasi@tetrate.io>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
) **Description** This adds various test cases with the request/response pair being small, medium and large **Related Issues/PRs (if applicable)** Preparation for #90 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This refactors tests/extproc integration tests: 1. Renamed as tests/data-plane to be usable for Dynamic Module too #1564 2. Extract tests/extproc/mcp into tests/data-plane-mcp to have a separate concern in each integration tests **Related Issues/PRs (if applicable)** Preparation for #90 --------- 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.
No description provided.