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

Create a FormParameter model object instead of BodyParameter #3176

Merged
merged 7 commits into from
Jan 6, 2020

Commits on Oct 6, 2018

  1. Create a FormParameter model object instead of BodyParameter for fiel…

    …ds that are part of a multipart form (in=formData).
    Sebastian Hartte committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    f388cbc View commit details
    Browse the repository at this point in the history
  2. Adapted behavior of ParameterMapper and added tests.

    Sebastian Hartte committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    98a1878 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Fix contract tests.

    Sebastian Hartte committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    8b4a183 View commit details
    Browse the repository at this point in the history
  2. Reduce diff from master contract files.

    Sebastian Hartte committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    fd81627 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    ed2c547 View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle issues in ParameterMapper.java

    Signed-off-by: Martin Kremers <info@martinkremers.de>
    kremers committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    7b258a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. More test cases for parameter Mapper spec

    Signed-off-by: Martin Kremers <info@martinkremers.de>
    kremers committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    bbda544 View commit details
    Browse the repository at this point in the history