Skip to content

Commit

Permalink
feat: http caching plugin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
YassinEldeeb authored and dotansimha committed Mar 21, 2024
1 parent 865f4f8 commit e0bdfd2
Show file tree
Hide file tree
Showing 33 changed files with 1,323 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cargo.lock merge=cargoLockMerger
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ out
.wrangler
website/.next
tools/panic_free_analyzer/output.md
sitemap.xml
sitemap.xml
vsc-extension
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"yaml.schemas": {
"./libs/config/conductor.schema.json": "*.yaml"
},
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
}
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./libs/common/Cargo.toml",
"./libs/common/Cargo.toml"
]
}
Loading

0 comments on commit e0bdfd2

Please sign in to comment.