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
  • Loading branch information
YassinEldeeb authored and dotansimha committed Feb 4, 2024
1 parent cddb186 commit b0ac638
Show file tree
Hide file tree
Showing 34 changed files with 1,260 additions and 86 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 @@ -6,4 +6,5 @@ build
out
.wrangler
website/.next
tools/panic_free_analyzer/output.md
tools/panic_free_analyzer/output.md
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 b0ac638

Please sign in to comment.