turborepo
Add TaskExecutionSummary to Run Summary
#4116
Merged

Commits
  • Move RunState and related structs into runsummary package
    mehulkar committed 3 years ago
  • Make BuildTargetState accessible after exec and assign to TaskSummary
    mehulkar committed 3 years ago
  • Make execution status a string instead of enum
    mehulkar committed 3 years ago
  • Remove unused arguments to .add() fn
    mehulkar committed 3 years ago
  • Interface with RunState through RunSummary
    mehulkar committed 3 years ago
  • Rename BuildTargetState to TaskExecutionSummary
    mehulkar committed 3 years ago
  • Make RunState struct private to runsummary. Everything happens through RunSummary now
    mehulkar committed 3 years ago
  • Rename runResult to executionEvent
    mehulkar committed 3 years ago
  • Rename runResultStatus to executionEventName
    mehulkar committed 3 years ago
  • change local variable
    mehulkar committed 3 years ago
  • Move writing of run summary into the same format as other format/print methods
    mehulkar committed 3 years ago
  • Include total execution summary in run summary
    mehulkar committed 3 years ago
  • Finish the swing: Rename runState to executionSummary
    mehulkar committed 3 years ago
  • Add test cases
    mehulkar committed 3 years ago
  • Change execution summary output back to what it was
    mehulkar committed 3 years ago
  • Omit execution summary from dry run when it's not available
    mehulkar committed 3 years ago
  • Add comments
    mehulkar committed 3 years ago
Loading