Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jun 14, 2023
  3. May 05, 2023
  4. May 03, 2023
  5. May 02, 2023
  6. Mar 28, 2023
  7. Feb 25, 2023
  8. Feb 22, 2023
  9. Feb 03, 2023
  10. Jan 26, 2023
  11. Jan 23, 2023
  12. Oct 11, 2022
  13. Oct 10, 2022
  14. Sep 12, 2022
  15. Aug 30, 2022
  16. Aug 25, 2022
  17. Aug 17, 2022
  18. Aug 14, 2022
  19. 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
  20. Jul 11, 2022
  21. Jul 04, 2022
  22. Jun 27, 2022
  23. Jun 25, 2022
  24. Jun 24, 2022
  25. Jun 21, 2022
  26. Jun 17, 2022
  27. May 23, 2022
  28. May 11, 2022
  29. May 04, 2022
  30. Apr 25, 2022
  31. Apr 24, 2022
  32. Apr 21, 2022
  33. Apr 16, 2022
  34. Apr 12, 2022
  35. Mar 29, 2022
  36. Mar 04, 2022
    • Rhys Arkins's avatar
      refactor: lib/modules (#14488) · dca3418b
      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
      dca3418b
  37. Feb 25, 2022
Loading