- Feb 25, 2023
-
-
RahulGautamSingh authored
-
- Feb 22, 2023
-
-
Markus Schulz authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Feb 03, 2023
-
- Jan 26, 2023
-
-
Sebastian Poxhofer authored
-
- Jan 23, 2023
-
- Oct 11, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Oct 10, 2022
-
-
RahulGautamSingh authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Sep 12, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 30, 2022
-
-
Michael Kriese authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Aug 25, 2022
-
-
Gabriel-Ladzaretti authored
-
- Aug 17, 2022
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Aug 14, 2022
-
-
renovate[bot] authored
* chore(deps): update dependency eslint-plugin-jest to v26.8.0 * add ignores Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- 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>
-
Michael Kriese authored
-
- Jul 11, 2022
-
-
Gabriel-Ladzaretti authored
-
- Jul 04, 2022
-
-
Jamie Magee authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jun 27, 2022
-
-
Michael Kriese authored
-
- Jun 25, 2022
-
-
Gabriel-Ladzaretti authored
-
- Jun 24, 2022
-
- Jun 21, 2022
-
-
Michael Kriese authored
-
- Jun 17, 2022
-
-
Michael Kriese authored
-
- May 23, 2022
-
- May 11, 2022
-
-
Michael Kriese authored
-
- May 04, 2022
-
-
Michael Kriese authored
* test: fix mocks * fix(manager:npm): patch local yarn v1 binary
-
- Apr 25, 2022
-
- Apr 24, 2022
-
-
Michael Kriese authored
* refactor(config): strict null checks * chore: fix test
-
- Apr 21, 2022
-
-
Tobias Bieniek authored
* feat(datasource/crate): fetch crate metadata from crates.io * refactor(datasource/crate): simplify `mockCratesApiCallFor()` function Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Apr 16, 2022
-
- Apr 12, 2022
-
- Mar 29, 2022
-
-
Maksim authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- 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
-
-
Oleg Krivtsov authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Feb 11, 2022
-
-
Michael Kriese authored
Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Feb 07, 2022
-
-
Jamie Magee authored
-
- Jan 23, 2022
-
-
Maksim authored
* refactor: introduce Fixtures util class * refactor: align yarn.spec * refactor: move fs mocks to __mocks__ folder * refactor: improve fs-extra mock * refactor: move callsite to dev deps * refactor: use fixtures class * refactor: use fixtures class * refactor: reduce external variables in tests * refactor: improve Fixtures * refactor: add type for realFs * refactor: remove obsolete snapshot * fix: by comments * refactor: provide ability to spy on mocked fs methods * refactor: fix build * refactor: fix by comments * refactor: add docs * refactor: fix unit test * refactor: return called times checks * refactor: fix by comments * refactor: adjust unit test * refactor: adjust unit test * refactor: fix unit test * refactor: fix by comments * refactor: fix by comments * refactor: update jsdoc * refactor: fix by comments Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jan 10, 2022
-
-
Maksim authored
* refactor(migrations): implemented migration validator * refactor(migrations): introduce deprecated flag * refactor(migrations): tidy * refactor(migrations): improve validator * refactor: fix launch.json * refactor: fix build * refactor: fix coverage * refactor: fix coverage * refactor: introduce new jest custom matcher * refactor: revert unnecessary changes * refactor: return override
-
- Dec 29, 2021
-
-
RahulGautamSingh authored
-
- Dec 22, 2021
-
-
Michael Kriese authored
* refactor: prepare esm helper * chore: fix type name
-
Michael Kriese authored
-
Michael Kriese authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-