- Jul 22, 2022
-
-
Gabriel-Ladzaretti authored
* refactor(util): use spawn instead of exec - Use child_process.spawn instead of child_process.exec * refactor(util): use spawn instead of exec - Use child_process.spawn instead of child_process.exec * refactor(util): use spawn instead of exec - Use child_process.spawn instead of child_process.exec * refactor(util): use spawn instead of exec - Use child_process.spawn instead of child_process.exec * refactor(util): use spawn instead of exec - init spawn-util * refactor(util): use spawn instead of exec - spawn-util * refactor(util): use spawn instead of exec - init index-spawn.spec.ts * refactor(util): use spawn instead of exec - fixed various tests * refactor(util): use spawn instead of exec - fix all artifacts.spec.ts * refactor(util): use spawn instead of exec - fix all artifacts.spec.ts * refactor(util): use spawn instead of exec - fix npm post update imports * refactor(util): use spawn instead of exec - revert renaming to minimize PR diff * refactor(util): use spawn instead of exec - revert renaming to minimize PR diff * refactor(util): use spawn instead of exec - revert renaming to minimize PR diff * refactor(util): use spawn instead of exec - revert renaming to minimize PR diff * refactor(util): use spawn instead of exec - revert renaming to minimize PR diff - destroy stdio when terminating child process * refactor(util): use spawn instead of exec - delete and revert dev related changes * refactor(util): use spawn instead of exec - fix support for windows * refactor(util): use spawn instead of exec - handle SIGSTOP and such - add test coverage * refactor(util): use spawn instead of exec - now converts to strings when resolving/rejecting * refactor(util): use spawn instead of exec - logs improvements - force shell (exec like) - fix tests * refactor(util): use spawn instead of exec - strongly type listeners * refactor(util): use spawn instead of exec - create helper mock for spawn * refactor(util): use spawn instead of exec - cr changes * Update lib/util/exec/common.ts Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com> * refactor(util): use spawn instead of exec - documentation * refactor(util): use spawn instead of exec - revert unnecessary formatting * refactor(util): use spawn instead of exec * refactor(util): use spawn instead of exec - added ExecError class * refactor(util): use spawn instead of exec - exec-error.ts restructure * refactor(util): use spawn instead of exec * Apply suggestions from code review Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com> * refactor(util): use spawn instead of exec * refactor(util): use spawn instead of exec * refactor(util): use spawn instead of exec - deprecated RawExecOptions.encoding property * refactor(util): use spawn instead of exec * refactor(util): use spawn instead of exec * refactor(util): use spawn instead of exec Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com>
-
horihel authored
add grafana monorepo to monorepo list
-
Hasan Awad authored
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
Michael Kriese authored
-
Michael Kriese authored
-
Michael Kriese authored
* fix(manager/nuget): optimize xml error handling * Update lib/modules/manager/nuget/package-tree.spec.ts Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com> Co-authored-by:
Sergei Zharinov <zharinov@users.noreply.github.com>
-
IKEDA Sho authored
-
- Jul 21, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
Philip authored
* Add .whitesource configuration file (#3) Co-authored-by:
whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> * Update .whitesource * build(deps): update dependency simple-git to v3.5.0 (#17) Co-authored-by:
whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com> * golang fix pin * golang fix pin Co-authored-by:
whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com> Co-authored-by:
whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
RahulGautamSingh authored
* migrate depTypes * migrate more depTypes * Revert "migrate more depTypes" This reverts commit 3f97d9eb826fd826fbdc733603b06345fe034727. * more migrations * Update dep-types-migration.ts * Update dep-types-migration.ts * refactor: add tests and revert some changes * add separate class for each dep-type * Update peer-dependencies-migration.ts * add tests * update types * modify test * - Use regex to detect all depTypes - Fix arrMigrate -> arrMigrate.migratedConfig * add new interface for depTypes * remove if-block * Update lib/config/migrations/custom/dep-types-migration.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * run prettier * Update lib/config/migrations/custom/dep-types-migration.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jul 20, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- Jul 19, 2022
-
-
Sebastian Poxhofer authored
* fix(manager/regex): depName requirement if using the recursive strategy * chore(manager/regex): implement code suggestions * chore: replace Boolean with Is function * chore: abort if match strings are empty * refactor: do not parse regexes on each recursion and filter after all matches are processed * fixup! test name * Revert "chore: abort if match strings are empty" This reverts commit bf41a92f * refactor: extract inline function * fix: out-of-bound check * feat: allow currentDigest as valid alternative to currentValue * Update lib/modules/manager/regex/utils.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * chore: prettier Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
Hasan Awad authored
* refactor hostname check * changes * switch back check * changes * changes Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
IKEDA Sho authored
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- Jul 18, 2022
-
-
RahulGautamSingh authored
-
Maron authored
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- Jul 17, 2022
-
-
cl authored
-
- Jul 16, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
HonkingGoose authored
-
HonkingGoose authored
-
- Jul 15, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-