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

AIP-84 Migrate patch a connection to FastAPI API #43102

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Migrate Patch Connection endpoint to FastAPI and Include Optional par…

    …ameter Field default value for backward compatibility
    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ea8d15 View commit details
    Browse the repository at this point in the history
  2. Make all tests parametrized

    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3119b0c View commit details
    Browse the repository at this point in the history
  3. Make UpdateMask Annotated for Patch endpoints, update the serialisati…

    …on for backward compat and fix for variables serialisation won't update val in setattr()
    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    87b3ebe View commit details
    Browse the repository at this point in the history
  4. Merge duplicate imports

    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    19184a0 View commit details
    Browse the repository at this point in the history
  5. Revert update_mask to explode true and include significant.rst for up…

    …date_mask breaking change
    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f4d674f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e58dae7 View commit details
    Browse the repository at this point in the history
  7. Amend update_mask as array

    bugraoz93 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7da8cd8 View commit details
    Browse the repository at this point in the history