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

Update tables public API #14343

Merged
merged 10 commits into from
Aug 24, 2020
Merged

Update tables public API #14343

merged 10 commits into from
Aug 24, 2020

Commits on Aug 13, 2020

  1. Remove old / duplicate classes

    Brandon Siegel committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    32b42a7 View commit details
    Browse the repository at this point in the history
  2. Standardize names of Models types

    Also remove TSC.getTable and TC.create, they are no longer part of the
    public API
    Brandon Siegel committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    69f1d6a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Update snippets

    Brandon Siegel committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8162897 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Brandon Siegel committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    48066f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Do not return the created object from create* APIs

    Other upsert / merge / update APIs do not have this feature, so it's
    inconsistent to return the created object when the other APIs return
    void. And since we no longer need it, request that the create* APIs
    return no content to reduce the payload size.
    Brandon Siegel committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    10c42e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e265af View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Final API changes

    Brandon Siegel committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    333aa0b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Add missing ServiceMethod annotations

    Brandon Siegel committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b7d945d View commit details
    Browse the repository at this point in the history
  2. Fix verify failures

    Brandon Siegel committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7fc1c5b View commit details
    Browse the repository at this point in the history
  3. Code review suggestions

    Brandon Siegel committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    a1da6ef View commit details
    Browse the repository at this point in the history