Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angvp/python-openapi-codec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: core-api/python-openapi-codec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 18, 2016

  1. Add additional key for items of type array with the type of each element

    we will default to 'string' right now in order to make our swagger spec
    valid.
    angvp-sng committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    6a365e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Merge pull request core-api#21 from angvp/issue-20

    Add additional key for items of type array in order to make swagger spec valid
    lovelydinosaur authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    f914daa View commit details
    Browse the repository at this point in the history
  2. Version bump [ci skip]

    lovelydinosaur committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    c69a507 View commit details
    Browse the repository at this point in the history
  3. Version bump [ci skip]

    lovelydinosaur committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    ab197b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Version 1.2.0

    lovelydinosaur committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    573f32d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565f902 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Don't produce invalid Swagger documents when a 'file' field is errono…

    …usly included in a JSON encoded link.
    lovelydinosaur committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    41ec042 View commit details
    Browse the repository at this point in the history
  2. Merge pull request core-api#27 from core-api/graceful-handling-of-fil…

    …e-type-in-json
    
    Graceful handling of 'file' fields in JSON links.
    lovelydinosaur authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ae04db0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Version 1.3.0

    lovelydinosaur committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    89066f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5160b0 View commit details
    Browse the repository at this point in the history
  3. Version 1.3.1

    lovelydinosaur committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    63ca501 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Add OpenAPI info.description field

    The CoreAPI document now contains a `description`, so add it
    to the OpenAPI `info` dictionary.
    paultiplady committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    49a36b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Merge pull request core-api#35 from paultiplady/add-description-field

    Add OpenAPI info.description field
    lovelydinosaur authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    1c1c680 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Version 1.3.2

    lovelydinosaur committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    baa97e0 View commit details
    Browse the repository at this point in the history
Loading