Commit 5430b92
authored
Moved functionality from Container and Tool classes to their respective managers (#155)
* added logging to container manager
* moved container to core package
* refactoring containers
* fixed regressions
* bug fix: added missing import
* moved compile methods to container manager
* removed mount_file method
* moved patch method to container manager
* moved interact method to container manager
* moved ip_address to container manager
* moved copy_to and copy_from methods to container manager
* moved command method to container manager
* simplified Container class
* removed provision method from Bug
* tidied Container class
* moved provision method to container manager
* added shared Docker client
* increased timeout for docker client
* added provision method to tools manager
* bumped version1 parent 9e116ad commit 5430b92
File tree
12 files changed
+411
-406
lines changed- bugzoo
- cli
- core
- mgr
- coverage
12 files changed
+411
-406
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
267 | 268 | | |
268 | | - | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
273 | | - | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | | - | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
This file was deleted.
0 commit comments