simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
362 stars 11 forks source link

baur diff: add input-str and lookup-input-str functionality to diff command #232

Closed dbason closed 3 years ago

dbason commented 3 years ago

The input str and diff commands are both looking really good, there is just one more piece to help round out our use case (https://github.com/simplesurance/baur/issues/117)

We would like to combine the two so that we can also use the input-str functionality when we are diffing the last build. The two pieces of functionality would be:

Please let me know if anything needs further clarification

dil-spayne commented 3 years ago

@fho This issue has been addressed by the changes in Add input-str and limit filtering to ls runs command. We now have all of the required changes to address our use case. When can we expect the next release to be published? FYI @dbrougham

fho commented 3 years ago

@StephenDiligent hard to tell, depends on how many other more important things will come up at my work. :-)

All the major changes are implemented. There are only some smaller things left that I'll finish in the next days (https://github.com/simplesurance/baur/milestone/1). I aim to have a first -rc release until end of the month. We will then already migrate our companies internal CI workflow to the new version and start to use it.