[roll] Roll fuchsia [ffx][config] Move query parsing out of storage

This moves the query parsing logic completely out of the storage::Config
object, making it a great deal simpler.

As part of that, it moves a bunch of things that were lying all over the
codebase and puts them in more logical places (like get_config from the
api root to query and validate_write_query from Config to query). We get
to only validate the queries in one place as well, which is nice.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699076
Original-Revision: e5ee97cbb50856a2b54dbbc9bb93b282bba5dfa7
GitOrigin-RevId: ca225947c12de24d51fc9b3c7c4bd86367c522cd
Change-Id: Ia2a6d4c95878c7831e2a47c19ea497f777ccc6c0
1 file changed
tree: e107cd8a05e89a6ee2850be4dd8b817f0e433459
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.