Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JSON schema with proto > Firestore converter #1787

Merged
merged 16 commits into from
May 29, 2024

Commits on May 16, 2024

  1. Set up pb->ts

    gino-m committed May 16, 2024
    Configuration menu
    Copy the full SHA
    690505f View commit details
    Browse the repository at this point in the history
  2. Scaffold first converter

    gino-m committed May 16, 2024
    Configuration menu
    Copy the full SHA
    83e6bb4 View commit details
    Browse the repository at this point in the history
  3. Remove JSON schema. Closes #1698

    gino-m committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9564d95 View commit details
    Browse the repository at this point in the history
  4. More scaffolding

    gino-m committed May 16, 2024
    Configuration menu
    Copy the full SHA
    96b7b78 View commit details
    Browse the repository at this point in the history
  5. More boilerplate

    gino-m committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cce08c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Set up tests, codegen

    gino-m committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0e0838b View commit details
    Browse the repository at this point in the history
  2. Add message registry

    gino-m committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a6ef064 View commit details
    Browse the repository at this point in the history
  3. Implement base case

    gino-m committed May 17, 2024
    Configuration menu
    Copy the full SHA
    01a6b67 View commit details
    Browse the repository at this point in the history
  4. Convert maps and enum

    gino-m committed May 17, 2024
    Configuration menu
    Copy the full SHA
    db55d60 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'master' of https://github.com/google/ground-platform in…

    …to gino-m/1758/add-proto-model
    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    958792a View commit details
    Browse the repository at this point in the history
  2. Use new shared protos

    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    376e2a9 View commit details
    Browse the repository at this point in the history
  3. Support nested classes

    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    902fe7d View commit details
    Browse the repository at this point in the history
  4. Skip unset enums

    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5817893 View commit details
    Browse the repository at this point in the history
  5. Add test, refactor

    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5cdfd42 View commit details
    Browse the repository at this point in the history
  6. Add tsdoc

    gino-m committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2fabd19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18814f7 View commit details
    Browse the repository at this point in the history