- Jul 08, 2024
-
- Jun 27, 2024
-
-
Adam Setch authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Apr 25, 2024
-
-
Rob Jack Stewart authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Apr 01, 2024
-
-
Gaël Jourdan-Weil authored
Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Mar 21, 2024
-
-
Hans Knecht authored
Co-authored-by:
Zoltán Reegn <reegnz@users.noreply.github.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Zoltán Reegn <zoltan.reegn@gmail.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 08, 2024
-
-
Sebastian Poxhofer authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Nov 22, 2023
-
-
Philippe Scorsolini authored
Signed-off-by:
Philippe Scorsolini <p.scorsolini@gmail.com>
-
- Sep 18, 2023
-
-
Rhys Arkins authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 15, 2023
-
-
RahulGautamSingh authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Sebastian Poxhofer <secustor@users.noreply.github.com>
-
- Aug 06, 2023
-
-
RahulGautamSingh authored
-
- May 20, 2023
-
-
Chuck Grindel authored
-
- May 15, 2023
-
-
Sebastian Poxhofer authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
- Mar 14, 2023
-
-
Simon Eßlinger authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 23, 2023
-
-
Bart Enkelaar authored
-
- Dec 19, 2022
-
- Nov 11, 2022
-
-
Jamie Magee authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Oct 10, 2022
-
-
Jonathan Ballet authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Sep 19, 2022
-
-
Shaun Wilde authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Sep 07, 2022
-
-
Marcel authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
- Sep 06, 2022
-
-
coffmark authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jul 30, 2022
-
-
Yun Lai authored
* feat: add Hermit package manager * fix: pass bin directory into getRepoStatus as string rather than an array * fix: fix up hermit manager implementations * add docker support in exec * move fs related operations back into util/fs * remove ENVVar passed on by process.env * set concurrency in pMap * use for instead of pMap for concurrency = 1 * use regex to pick up package reference parts * fix: fix manager updateArtifacts test after change * Update lib/modules/manager/hermit/extract.ts Co-authored-by:
Philip <42116482+PhilipAbed@users.noreply.github.com> * fix: fix up test and docker reference for hermit manager * test refer to internal fs * docker image change to sidecar * only symlink are read for the changed file content after hermit install * no more global mock in artifacts test * fix: use warn instead of error so error better flows up in hermit manager * fix: partial for test type, use throw instead of reject * fix: update snapshot * fix: combine install packages, also make extractPackageFile async * fix: remove weird generated readLocalSynmlink in test * fix: removes old test * fix: use ensureLocalPath and fix test coverage * fix: more test coverage * fix: use ensureLocalPath in readLocalSymlink * Apply suggestions from code review Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * fix: remove unused functions and types * Apply suggestions from code review Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Apply suggestions from code review Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com> * fix: use execSnapshots and for of loop when returning the result * Update lib/modules/manager/hermit/artifacts.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * fix: move exports below imports Co-authored-by:
Philip <42116482+PhilipAbed@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com>
-
- Jul 26, 2022
-
-
Sebastian Poxhofer authored
* feat(manager/fleet): implement Rancher Fleet manager * Apply suggestions from code review Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/manager/fleet/extract.spec.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * docs(fleet): add tsdocs * fixup test null checks * docs: add default filematch * chore: rename tempDep to dep * apply change requests * catch exceptions from yaml-js * trigger yaml parse error Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
- Jul 17, 2022
-
-
cl authored
-
- Jun 19, 2022
-
-
Jason Bedard authored
-
- May 16, 2022
-
-
David May authored
-
- Mar 04, 2022
-
-
Rhys Arkins authored
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
-
- Feb 25, 2022
-
-
zeshuaro authored
* feat(manager/fvm): add fvm manager * fix(manager/fvm): add to check for type of version value * style: update string type check Co-authored-by:
Rhys Arkins <rhys@arkins.net> * feat: update fvm manager * chore: add fvm folder to tsconfig.strict.json Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Feb 11, 2022
-
-
mhetzel authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 19, 2022
-
-
Dan Ports authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Nov 22, 2021
-
- Oct 21, 2021
-
- Oct 20, 2021
-
- Aug 17, 2021
-
-
Rhys Arkins authored
Removes standalone gradle-lite manager and merges it into the gradle manager as the default behavior, while adding deepExtract as an option to re-enable previous behavior. Closes #10091 BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
-
- Jun 11, 2021
-
-
Rhys Arkins authored
Closes #2334
-
- Jun 01, 2021
-
-
Caio Andrade authored
-
- Apr 29, 2021
-
- Apr 12, 2021
-
-
Sergei Zharinov authored
-