Ian Clanton-Thuon
Ian Clanton-Thuon
I think a `--commit-message` parameter would be useful. Specifying that parameter would presumably imply `--commit`. There isn't a way to have a parameter behave both as a flag and as...
The Azure Storage build cache functionality has support for interactive login and caching of the user-specific credential that it gets back, but I couldn't find a way to do something...
@octogonz - you originally put this together. Thoughts?
We don't support Jest 28 yet, but we should soon.
That sounds like a good idea, and would probably be pretty easy to implement. Would you be interested in putting this together?
@wbern >Maybe it would be a good idea to provide some kind of hooks in a js file so that people can upload/download the cache files in whatever way they...
Launching a separate process will probably impact perf for a 100% cached repo quite a bit. I also don't think the cache provider should be configureable per-project. >My org uses...
@octogonz - here are some answers to your questions: >1. How would this interact with the multiphase model that you proposed in #2300? Would we cache each phase as a...
I've made some updates to the design after reviewing feedback. ## Configuration Files ### `common/config/rush/build-cache.json` I've updated the schema of this file to drop the connection string property and stick...
Merged in the initial implementation PR. Summary of changes since my last post: - `~/.rush/build-cache-credentials-cache.json` has been renamed to `~/.rush/credentials.json` - Its schema now includes a "version" field. - It...