summaryrefslogtreecommitdiff
path: root/ui/status
AgeCommit message (Expand)Author
2025-02-18Finish ninja action statuses when ninja exits Colin Cross
2024-11-20Flush verbose log every second Colin Cross
2024-03-07Store the changed_inputs field in build.trace. Yu Liu
2024-01-09"master" was renamed "main". Elliott Hughes
2023-12-11Fix typo in log in ninja.go Jeongik Cha
2023-11-29Show estimated build end time during build Jeongik Cha
2023-09-05Stop NinjaReader from sending new status messages after Close Colin Cross
2023-06-26Merge "Update tests for a changed status message." Lukács T. Berki
2023-06-26Update tests for a changed status message. Lukacs T. Berki
2023-06-21Include tags in trace data. Dan Albert
2023-03-16Add time unit for CriticalPathInfo's fields' name Jeongik Cha
2023-03-15Add long running jobs info Jeongik Cha
2023-03-14Add critical path infomation into metrics Jeongik Cha
2022-08-29cosmetic changes usta
2021-07-23Upgrade to golang protobuf api v2 Dan Willemsen
2021-06-29Add errorHints to stdout when read-only file system errors are detected Spandan Das
2021-02-06Add LOCAL_LICENSE_KINDS to build/soong Bob Badour
2020-10-15Add stats from ninja subprocesses to build.trace.gz Colin Cross
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-05-18Update ninja proto, always enable `ninja -d stats` Dan Willemsen
2020-03-19Generate the build_error protobuf file on first build action error. Patrice Arruda
2020-03-19Merge "Add build progress in Soong UI" Treehugger Robot
2020-03-19Do not write build_error proto file if there are no build errors. Patrice Arruda
2020-03-19Add build progress in Soong UI Patrice Arruda
2020-03-10Define a proto file that generates the current build completion status. Patrice Arruda
2020-01-04Don't print critical path parallelism ratio if elapsed time is 0. Colin Cross
2019-11-26Fix errorProtoLog error messages Colin Cross
2019-06-26Compute critical path when ninja finishes Colin Cross
2019-06-24Soong: Add build_error proto raw file to $(OUT_DIR). Patrice Arruda
2019-06-12Move all output through StatusOutput Colin Cross
2019-03-21Wait for ninja proto processing to finish when exiting Colin Cross
2019-01-30Increase max line length for KatiReader bufio.Scanner Colin Cross
2019-01-02Print a status message when starting ninja Dan Willemsen
2018-10-19Add a Kati-based packaging step Dan Willemsen
2018-07-22Fix `go vet` issues Dan Willemsen
2018-07-12Fix race condition and logging Dan Willemsen
2018-07-12Add a unified status reporting UI Dan Willemsen