Skip to content
Snippets Groups Projects
  1. Feb 26, 2025
  2. Aug 05, 2024
  3. Feb 29, 2024
  4. Nov 07, 2023
  5. Aug 25, 2022
  6. Jul 22, 2022
    • Gabriel-Ladzaretti's avatar
      feat(util/exec): use spawn instead of exec (#16414) · 892595ae
      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: default avatarSergei 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: default avatarSergei 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: default avatarSergei Zharinov <zharinov@users.noreply.github.com>
    • Michael Kriese's avatar
      test: simplify exec mock (#16698) · 6c782379
      Michael Kriese authored
      6c782379
  7. Jul 11, 2022
  8. May 04, 2022
  9. Dec 29, 2021
  10. Dec 22, 2021
  11. Dec 10, 2021
  12. Dec 04, 2021
  13. Nov 08, 2021
  14. Oct 27, 2021
  15. Dec 11, 2020
  16. Jul 18, 2020
  17. May 15, 2020
  18. May 07, 2020
  19. Apr 12, 2020
  20. Jan 29, 2020
  21. Jan 10, 2020
  22. Jan 02, 2020
Loading