feat: add remote-cache command - #263
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
thymikee
force-pushed
the
feat/remote-cache-plugin
branch
2 times, most recently
from
April 15, 2025 19:39
b96f52e to
57dbb48
Compare
thymikee
force-pushed
the
refactor/remote-cache
branch
from
April 18, 2025 14:57
df80f35 to
a9d1999
Compare
thymikee
force-pushed
the
refactor/remote-cache
branch
2 times, most recently
from
April 28, 2025 02:07
a4c4390 to
a96287b
Compare
* origin/main: feat: refactor and expose remote cache provider (#260) fix: move start from @react-native/community-cli-plugin (#288) fix: update gradle-wrapper (#287) fix: always use udid from matched device (#281) chore: v0.7.2 (#279) docs: Update migrating-from-community-cli.mdx (#284) docs: attribute @expo/fingerprint (#285) fix: support plugin in create-app chore: v0.7.1 (#278) fix: autolinking config missing project (#277) fix: bump template to v0.7.0 chore: cleanup ios brownfield android mention chore: v0.7.0 (#274) feat: upgrade templates to 0.79 (#275) fix: incorrectly resolving root (#276) chore: simplify welcome message and improve prompts (#273) docs: add logo (#272) chore: v0.6.2 (#268) fix: resolve project root to absolute path (#269)
thymikee
force-pushed
the
feat/remote-cache-plugin
branch
from
April 28, 2025 03:04
57dbb48 to
807c753
Compare
* origin/main: chore: v0.7.4 (#293) chore: install deps after changeset version (#294) chore: improve version script to change package.json version for template fix: run codegen script in sourceDir (#292) chore: update website address chore: version packages (#286) feat: structured build settings information (#291) chore: add install deps to create-app flow (#290) chore: improve error messages around installing pods; run codegen (#289)
* origin/main: fix: the command name for iOS (#295)
* feat/remote-cache-rework: rework provider plugin to be configurable make download return Reponse and move logic to RNEF get rid of local artifact path as it's handled by RNEF; pass targetURL refactor getLocalBinaryPath simplify upload return remove id simplify return to array only changeset mark delete and upload as optional unify interface add test feat: add missing methods to remote cache provider chore: add Sitemap plugin to docs (#337) docs: support `llms.txt` (#335) chore: upgrade to rspress v2 (#334)
* origin/main: feat: official support for custom remote cache providers (#331)
szymonrybczak
approved these changes
May 17, 2025
szymonrybczak
left a comment
Contributor
There was a problem hiding this comment.
LGTM, very helpful.
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.
Summary
Add
remote-cachecommand with CRUD for artifacts management based onremoteCacheProvider. Available subcommands:Test plan