-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omega meld of so much in-progress work
rebase this test(image_cache): Add tests for image cache headers rebase this f Migrate over to `http-cache-semantics` f refactor(tests): Drop wiremock (#320) * docs: Describe what we use deps for * refactor(tests): Switch `wiremock` for a custom impl refactor(tests): simplify the file server (#321) Refactor local image caching Hashing out more of the impl needs _soooo_ much refactoring Dirty rebase artifacts. Fix later rebase me away slowly getting the final pieces together time to update with `main` Nail down most of the routing Dont pre-render SVGs before storage Get more of the custom test env setup Get the sanity test working refactor(cache): Switch db from redb to sqlite Use our shiny new test utils refactor: Delete dead test code rebase into commit that added it rename images.data -> images.image remove redb dep lalalalala f get local image fetching working Get more tests sorted out Shrank test data image rebase original file out of git history Test suite is getting better getting closer Add etag flow to test server test: Add support for dynamic image test servers rebase this: lru test mostly working rebase this some cleanup more image cache tests
- Loading branch information
1 parent
0407bdc
commit 8b2ebb9
Showing
26 changed files
with
2,647 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
on: [push] | ||
|
||
name: codecov | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
coverage: | ||
runs-on: ubuntu-latest | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Binary file not shown.
This file contains 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
This file contains 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
Oops, something went wrong.