Gaëtan Lehmann
Gaëtan Lehmann
This is useful to not pass the password in the values, for example when using this chart as a dependency of another one or when working with sealed secrets.
**What went wrong?** With a quite simple Earthfile like this one, I'm expecting the cache to work for all the target when using max remote cache. Unfortunately it seems to...
Signed-off-by: Gaëtan Lehmann
to set the message on the first commit, where the selected changes are going. The commit with the remaining changes keeps the original description. With this option it becomes possible...
based on: #6458 # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [x] I have updated the...
See the comments in the commit descriptions. The last two commits implement `jj --parallel -r x` as `jj split -r x -A x- -B x+` as discussed in #3419, but...
based on: https://github.com/jj-vcs/jj/pull/6466 The usage of "revision" and "commit" may not be fully consistent, as I'm not totally sure when to use one or the other. # Checklist If applicable:...
The flag `--onto` more accurately conveys the target location onto which the commit will be rebased. Furthermore, it ensures greater consistency with the other location flags, `--after` and `--before`, both...
pressing F1 on mac should decrease the screen brightness, unless fn is pressed at the same time. linked to: https://github.com/jtroo/kanata/issues/975#issuecomment-2155593193 https://github.com/jtroo/kanata/issues/1141
We don't check that the commit is in the remote branch, in order to avoid building from a commit in a PR that has been merged but is not the...