This repository was archived by the owner on Mar 18, 2025. It is now read-only.
feat: downstream http caching plugin - #283
Open
YassinEldeeb wants to merge 1 commit into
Open
Conversation
💻 Website PreviewThe latest changes are available as preview in: https://5a1dab59.conductor-t2.pages.dev |
✅ Benchmark Results |
YassinEldeeb
force-pushed
the
cache-plugin
branch
from
January 8, 2024 01:27
72a33f5 to
1c12930
Compare
YassinEldeeb
marked this pull request as ready for review
January 8, 2024 01:27
YassinEldeeb
force-pushed
the
cache-plugin
branch
from
January 22, 2024 18:57
cbccd3d to
b992fab
Compare
🚨 Rust Panic Audit: 114 Potential Panic Points Detected 🚨Crate:
|
|
🐋 This PR was built and pushed to the following Docker images: Docker Bake metadata{
"conductor": {
"buildx.build.ref": "builder-1c3336fa-0edb-4b1a-8f82-aa7f1ee9cd7e/builder-1c3336fa-0edb-4b1a-8f82-aa7f1ee9cd7e0/fp7cgh2x4u3qjoa31y7ij5aiz",
"containerimage.config.digest": "sha256:84fa4dc4c20c6e1949990d2cc61f714c13bb02fea0ed3254fd9a096d04ee9728",
"containerimage.descriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:ad35e8b2db3f387c4e5bd7443e3cb92039553eb36f070d5fab1636cbf6f91edf",
"size": 902,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
"containerimage.digest": "sha256:ad35e8b2db3f387c4e5bd7443e3cb92039553eb36f070d5fab1636cbf6f91edf",
"image.name": "ghcr.io/the-guild-org/conductor/conductor:e0bdfd21ea12d262a25afce357aea972e2a213a9"
}
} |
YassinEldeeb
force-pushed
the
cache-plugin
branch
from
January 30, 2024 15:06
952c476 to
374851f
Compare
dotansimha
force-pushed
the
cache-plugin
branch
2 times, most recently
from
February 4, 2024 14:49
85191b9 to
b0ac638
Compare
dotansimha
force-pushed
the
cache-plugin
branch
from
February 11, 2024 13:02
b0ac638 to
2e1ce74
Compare
YassinEldeeb
force-pushed
the
cache-plugin
branch
from
February 15, 2024 07:59
2e1ce74 to
63d8c92
Compare
dotansimha
force-pushed
the
cache-plugin
branch
from
March 21, 2024 08:16
63d8c92 to
9daadf8
Compare
unpushed files restructuring remove useless eviction policy usage add cf kv docs post-rebase add stuff fix docs http caching dotan just asked for fixes fixes ok getting there cleanup wip wip ok now it compiles ok ok ok ok
dotansimha
force-pushed
the
cache-plugin
branch
from
March 21, 2024 08:31
9daadf8 to
e0bdfd2
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
closes #206 #11