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

Support for Swagger 2.0 requests #101

Merged
merged 24 commits into from
Apr 23, 2015

Commits on Apr 8, 2015

  1. Rough first draft for Swagger 2.0 support

    Semir Patel committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    41c2572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945fef5 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate validation_error function

    Semir Patel committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    32a41f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Update to use bravado_core package and got some of the unit tests wor…

    …king again
    Semir Patel committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    e44ef22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e74ba3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. All unit tests passing except for a couple I had to xfail because 1.2…

    … related
    Semir Patel committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    e3148b2 View commit details
    Browse the repository at this point in the history
  2. Use bravado-core provided Spec.get_op_for_request()

    Semir Patel committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    f969cab View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Unit tests for get_op_for_request(..)

    Semir Patel committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    a6cac2d View commit details
    Browse the repository at this point in the history
  2. Fix failing tes

    Semir Patel committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    40ffe6b View commit details
    Browse the repository at this point in the history
  3. Fix failing tes

    Semir Patel committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    24227f2 View commit details
    Browse the repository at this point in the history
  4. whoops...revert requirements.txt

    Semir Patel committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    a187c1f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Remove py3.x from tox until bravado-core is py3.x compatible. Use a c…

    …ustom renderer for /swagger.json since it has embedded jsonrefs - fixed py27 test failures.
    Semir Patel committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    bd9c275 View commit details
    Browse the repository at this point in the history
  2. Temporarily disable py3.x in travis

    Semir Patel committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    ae504e1 View commit details
    Browse the repository at this point in the history
  3. Point to working branch of bravado-core

    Semir Patel committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    4f98cbb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge branch 'master' into swagger_2.0_requests

    Semir Patel committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    5a1287f View commit details
    Browse the repository at this point in the history
  2. Update sample_schema with newer test case after merging with the late…

    …st master
    Semir Patel committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    b82155e View commit details
    Browse the repository at this point in the history
  3. Fix build failures

    Semir Patel committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    6cc14d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Testing with jsonrefs stripped

    Semir Patel committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    013141d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4caf5 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    Semir Patel committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    3e99874 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Review updates

    Semir Patel committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    0b5337d View commit details
    Browse the repository at this point in the history
  2. Test updates

    Semir Patel committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    ac18ef5 View commit details
    Browse the repository at this point in the history
  3. pep8 updates

    Semir Patel committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    96879c1 View commit details
    Browse the repository at this point in the history
  4. Tweaks args to handle_request()

    Semir Patel committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    dfe22aa View commit details
    Browse the repository at this point in the history