[roll] Roll fuchsia [password_authenticator] Abstract disk ops behind DiskManager trait

Instead of AccountManager being parameterized by a `PartitionManager`
trait, the entire disk management layer is represented by a
`DiskManager` trait.

This allows for the mocks in AccountManager to be substantially less
opinionated about the actual bits on the disk.

Test coverage of `DevDiskManager` is more complete because the mocking
is done at the FIDL layer, which guarantees that the client side of
`DevDiskManager` is fully tested.

Original-Bug: 86859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/598302
Original-Revision: 2c491ecd21d639e8c68e4131f97f7272c1f2e59b
GitOrigin-RevId: 5eeef9c8b7ba596c7ba3b5b98c508c7148e8998f
Change-Id: Ic70ec0ee95327b25c4d4860271f72dde94218284
1 file changed
tree: 83385be882c7c3625f4c231ddcc99c468a39cf87
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.