Skip to content

Add missing bits

Paolo requested to merge add-firestore-missing-bits into firestore-rebuild

Given very limited amount of time I've approached this with the following hypothesis:

  • I moved what was apparent that was added in 30-integrate-firestore and missing in firestore-rebuild
  • Skipped the unclear (to me) bits: Here's a list of what I definitively skipped:
    • ignored indexers refactor
    • comparisons.py
    • gcloudc/db/backends/common/context.py
    • dnf changes !51 (diffs)
    • meta queries !51 (diffs)
  • Fixed the code to make it work with the refactor

Additional fixes/updates:

Edited by Paolo

Merge request reports