This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
0.3.2
- Improvements:
- Remove styling for undefined step-status (#23)
- All container steps inherit their childrens status by default (#24)
- Add a
run
-container step that can group nested steps (#21) - Ignore step-results cloned by retriggering in determining start and stop timestamps in pipeline history (#22)
- UI: build-history now in descending order (i.e. recent builds first) (#25)
- API changes:
- the
:result-channel
argument forexecute-step
is now deprecated. Pass custom result-channels in via the ctx instead - Generating a new base context moved to
execute-step
, thereforecore/new-base-context-for
is now deprecated, just usectx
instead
- the