v24.2.0
v24.2.0
馃帀 New features
- [eas-build-job] Remove repository URLs from Git job inputs and fetch them when resolving project sources. (#4360 by @sjchmiela)
- [eas-cli] Add
eas workflow:insightsto display Workflows Insights for a time range: run counts and success rate compared with the previous period, runs over time, and a per-workflow breakdown, with--jsonoutput for scripts. (#4367 by @hSATAC) - [eas-cli] Add
eas workflow:insights:maestroto display Maestro test insights for a time range: pass and flake rates, a sortable per-flow table, and a single flow's history with error patterns and recent runs, with--jsonoutput for scripts. (#4370 by @hSATAC)
馃悰 Bug fixes
- [eas-cli] Reject
--endwithout--startin theobserve:*,update:insights,channel:insights, andupdate:view --insightscommands instead of silently falling back to the default time range. (#4367 by @hSATAC) - [eas-cli] Reject a time range that does not run forwards in the
observe:*,update:insights,channel:insights,update:view --insights, andworkflow:insightscommands instead of sending it to the server. (#4367 by @hSATAC) - [eas-cli] Reject non-integer values for
--limitand--offsetinstead of sending them to the server. (#4367 by @hSATAC)
馃Ч Chores
- [build-tools] Require PATH project sources for local builds. (#4362 by @sjchmiela)