Commit Graph

10 Commits

Author SHA1 Message Date
Ayaz Salikhov
ecaa90c704 Simplify code in CondaPackageHelper 2025-03-26 19:16:41 +00:00
Ayaz Salikhov
8432e5741c Refactor CondaPackageHelper: cached_property, better typing, no state 2025-03-26 12:05:05 +00:00
Ayaz Salikhov
57ce6e3f05 Reduce indirection when running docker commands (#2265) 2025-03-25 09:40:27 +00:00
Ayaz Salikhov
bc3baf8ad8 Improve logs around running docker (#2261) 2025-03-23 11:09:53 +00:00
Ayaz Salikhov
95aa99dd85 Do not allocate TTY in tests if not needed (#2257) 2025-03-21 12:15:16 +00:00
Ayaz Salikhov
dcd1c457d3 Refactor TrackedContainer run_detached/exec_cmd functions (#2256)
* Refactor TrackedContainer run_detached/exec_cmd functions

* Add get_logs() method

* Small fixes

* Make get_health() a method

* Remove kwargs, always print output

* Small fixes
2025-03-21 10:05:00 +00:00
Ayaz Salikhov
0510a43920 Refactor container.exec_run usages 2025-03-10 00:49:28 +00:00
Ayaz Salikhov
cf453282a0 Use {} instead of dict() 2025-03-03 16:22:42 +00:00
Ayaz Salikhov
4ee4f2b906 Remove explicit utf-8 from decode() as it's default (#2237) 2025-02-22 14:15:53 +00:00
Ayaz Salikhov
165bbc1e71 Better tests directory structure (#2231) 2025-02-21 17:46:43 +00:00