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

Enable protobuf in Origin for server-to-server #9814

Merged
merged 12 commits into from Jul 25, 2016

Commits on Jul 24, 2016

  1. Configuration menu
    Copy the full SHA
    4c97110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70be02e View commit details
    Browse the repository at this point in the history
  3. UPSTREAM: <drop>: Drop LegacyCodec in unversioned client

    Has already been removed in the next rebase.
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    87e06a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c2e49 View commit details
    Browse the repository at this point in the history
  5. UPSTREAM: 28931: genconversion=false should skip fields during conver…

    …sion generation
    
    Currently it only skips if the fields don't match, but that leaves no
    way for callers to say "no really, ignore this field".
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    8d0afb2 View commit details
    Browse the repository at this point in the history
  6. Templates should use NestedObject* with Unstructured scheme

    Forces templates to round-trip to JSON, not any other serialization.
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    d71dfa7 View commit details
    Browse the repository at this point in the history
  7. Verify protobuf during runs

    Force PATH on update-generated-protobuf
    
    Run verify-generated-protobuf.sh during test-end-to-end
    
    We don't assume docker elsewhere, so for now we'll put it in this step
    and then move it later.
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    4e0ba9b View commit details
    Browse the repository at this point in the history
  8. Fix issues running protobuf from clients

    Handle more optional API fields
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    bf711f7 View commit details
    Browse the repository at this point in the history
  9. Rename AuthorizationAttributes -> Action

    Allows conversions to be automatically generated, and the name is not
    externally visible.
    smarterclayton committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    edcc5b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9aacfa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Enable protobuf for new configurations, json for old

    New clusters will get protobuf intracluster, old clusters will not.
    smarterclayton committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    1f31ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92685ee View commit details
    Browse the repository at this point in the history