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

test: "fill attributes of swagger schema if provided for messages" #849

Merged
merged 7 commits into from
Jan 10, 2019

Commits on Jan 10, 2019

  1. a_bit_of_everything.proto: add 'example' example

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d324e93 View commit details
    Browse the repository at this point in the history
  2. protoc-gen-swagger/genswagger: add tests for message definitions

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    4108c75 View commit details
    Browse the repository at this point in the history
  3. protoc-gen-swagger/genswagger: simplify skipRenderingRef

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d4ef9c3 View commit details
    Browse the repository at this point in the history
  4. template_test: make test loop fit into the scheme used for other tests

    Originally, I wanted this to become a test for nested messages; but I
    didn't make it that far.
    
    Anyhow, I think this way of testing this is better than what I had in
    this PR before.
    
    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    3d1984f View commit details
    Browse the repository at this point in the history
  5. examples/a_bit_of_everything: add nested msg example

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ee6de74 View commit details
    Browse the repository at this point in the history
  6. protoc-gen-swagger/genswagger: update BUILD.bazel

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    83a0a64 View commit details
    Browse the repository at this point in the history
  7. examples/a_bit_of_everything: add more complex message example

    Signed-off-by: Stephan Renatus <srenatus@chef.io>
    srenatus committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a766ec3 View commit details
    Browse the repository at this point in the history