[roll] Roll fuchsia [diagnostics][triage] Convert string output to Display

Currently the unstructured output builds strings in several
stages. Display is more idiomatic and efficient.

Changes to text (unstructured) output:
 - Some newlines added or deleted
 - "Foo Plugin" header is now "Plugin 'Foo'"
 - "Foo Plugin - Ok" status is now "Plugin 'Foo' - nothing to show"
    (with slightly different logic for when to display the status)
 - Removed "No actions were triggered. All targets OK."

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/844696
Original-Revision: c61d1b7a974892957bb3afab9288c49a1f67a9cb
GitOrigin-RevId: 6fc533ddebc216e1ff08c6206738a08cb75f718e
Change-Id: I1fbd95d32fe47ef34a19e80ff7bc05a82e2185e0
1 file changed
tree: ad138b5861a8c65825ebbd5af75213a159d08af4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.