- Nov 07, 2021
-
-
Max Jonas Werner authored
This change adds functionality to both, `bootstrap github` and `bootstrap gitlab` to prompt the user for the personal access tokens if those can't be derived from the shell environment. Echoing is turned off for better privacy. Instead of having to interactively type the token or manually paste it from the clipboard, users can also pipe it to Flux which comes in handy e.g. when executing Flux remotely over an SSH connection: ``` $ echo 'asdf' | flux bootstrap github ``` Otherwise, Flux will prompt the user: ``` $ flux bootstrap github Please type your GitHub personal access token: ``` closes #2011 Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
- Sep 27, 2021
-
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
- Jul 30, 2021
-
-
Dmitry Rybin authored
Signed-off-by:
Dmitry Rybin <ayrowa@yandex.ru>
-
- May 06, 2021
-
-
Claudia Beresford authored
StringSliceVar allows for more flexibility when passing vars to list flags. Both formats will be supported: - '--foo=one --foo=two' - '--foo=one,two' Signed-off-by:
Claudia Beresford <claudiaberesford@gmail.com>
-
- Apr 13, 2021
-
-
Hidde Beydals authored
The behavior introduced during the introduction of go-git-providers was more strict, and has proven pretty quickly to not be useful to all users. Therefore, the reconciliation behavior for repository configuration has been put behind an opt-in flag, so that it does not overwrite people their configs by accident. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Apr 12, 2021
-
-
Hidde Beydals authored
To highlight the fact that it configures the repository as defined, which was not _really_ clear to some users and has resulted in public repositories accidentally being changed to private (losing important goodies like stars and linked forks). Discussion on this is ongoing and there will likely be other improvements in the near future to protect users against this. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Apr 09, 2021
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Apr 07, 2021
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Hidde Beydals authored
Using the `--commit-message-appendix` flag a string can be added to the commit messages made by the bootstrapper process to for example skip CI actions from executing using e.g. `[skip ci]`. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
Hidde Beydals authored
This includes making a lot of things configurable (e.g. SSH key algorithm, RSA bit size, etc.) that used to be static. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Mar 26, 2021
-
-
Hidde Beydals authored
Rewordings and removal of superfluous newlines. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Mar 16, 2021
-
-
Hidde Beydals authored
Regression bug introduced in #1001. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Mar 15, 2021
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Feb 26, 2021
-
-
Hidde Beydals authored
This includes a change to the `sync` generator to make the deploy secret name configurable. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Feb 12, 2021
-
-
Michael Bridgen authored
Signed-off-by:
Michael Bridgen <michael@weave.works>
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Jan 22, 2021
-
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
- Jan 13, 2021
-
-
Philip Laine authored
Signed-off-by:
Philip Laine <philip.laine@gmail.com>
-
- Jan 07, 2021
-
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
- Dec 14, 2020
-
-
Hidde Beydals authored
This commit adds multiple safe guards for relative paths, ensuring they never traverse outside the working directory. The `SafeRelativePath` flag calculates the safe relative path based on a relative base dir, which results in a flattened path. The write methods of `manifestgen` make use of the `SecureJoin` as well, to ensure writes are never outside of the given directory when used as a lib outside of the CLI. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Dec 11, 2020
-
-
Michael Bridgen authored
This commit adds a flag for supplying extra components to bootstrap (and its subcommands), to match the one for `flux install`. Since the bootstrapComponents global is used in a few places, I made it a func and renamed the variable. For consistency, I also renamed the var used in install.go. Lastly, so that the flag sorts next to `--components`, I changed it to `--components-extra` in both commands. Signed-off-by:
Michael Bridgen <michael@weave.works>
-
- Nov 12, 2020
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Nov 11, 2020
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Nov 02, 2020
-
-
Sylvain Rabot authored
Signed-off-by:
Sylvain Rabot <sylvain@abstraction.fr>
-
- Oct 29, 2020
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- Oct 27, 2020
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Oct 17, 2020
-
-
“Anton authored
-
- Sep 30, 2020
-
-
stefanprodan authored
-
- Sep 22, 2020
-
-
stefanprodan authored
-
- Sep 14, 2020
-
-
stefanprodan authored
-
- Sep 09, 2020
-
-
stefanprodan authored
-
stefanprodan authored
-
- Sep 04, 2020
-
-
stefanprodan authored
-
- Sep 01, 2020
-
-
Hidde Beydals authored
To avoid conflicts with the `tk` binary from the Tanka project.
-
- Jul 21, 2020
-
-
stefanprodan authored
-
- Jul 14, 2020
-
-
stefanprodan authored
- add dedicated components flag for bootstrap/install/check - extract defaults to vars - update CLI docs
-