Shreyas Goenka
c5497d39d6
[WIP] Show plan on bricks bundle deploy
2023-04-19 15:14:26 +02:00
shreyas-goenka
598ad62688
Log mutator messages using progress logger ( #312 )
...
This PR uses progress logger to log messages inside mutators
2023-04-18 16:55:06 +02:00
shreyas-goenka
85889dffb1
Move state to event for whether they support inplace progress logging ( #339 )
...
## Changes
Adds a IsInplaceSupported() function to the event interface. Any event
that now uses the progress logger has to declare whether they support in
place logging
## Tests
Manually
2023-04-18 14:20:35 +02:00
shreyas-goenka
b9c68b4bd5
Fix wrap around issues with inplace logging ( #334 )
...
## Changes
We deal with wraparounds for long lines of text in a bad way. This PR
fixes that by saving the cursor position
## Tests
Manually
2023-04-14 13:06:04 +02:00
shreyas-goenka
4871f7bc8a
Add bundle destroy command ( #300 )
...
Adds bundle destroy capability to bricks
2023-04-06 12:54:58 +02:00