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: Apipie/apipie-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: Apipie/apipie-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 7 commits
  • 26 files changed
  • 5 contributors

Commits on Oct 11, 2023

  1. rubocop fixes (#897)

    * rubocop fixes
    
    * update todo file
    
    * revert instance double
    mathieujobin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    79edf74 View commit details
    Browse the repository at this point in the history
  2. Fix usage of deprecated Rack::File in Rack 3.0 (#896)

    Just a quick change to replace usage of Rack::File with Rack::Files, since this has been deprecated in Rack 3.0 and will be removed in Rack 3.1 (see https://github.com/rack/rack/blob/3-0-stable/lib/rack/file.rb).
    
    Kept backward compatibility with older Rack versions by checking for the existence of Rack::Files before instantiating it, falling back to Rack::File.
    jamesds committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7ab87c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0d9f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. super small typo fix (#900)

    epugh committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    20b65f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. support property example (#901)

    * support property example
    
    [WHY]
    * the generated swagger json didn't include the example for the response
    
    [HOW]
    * add a new option for params description `ex` to provided example for the specific parameters
    
    * be explicit
    
    Co-authored-by: Panos Dalitsouris <22100396+PanosCodes@users.noreply.github.com>
    
    * Update lib/apipie/generator/swagger/param_description/builder.rb
    
    Co-authored-by: Panos Dalitsouris <22100396+PanosCodes@users.noreply.github.com>
    
    * rename key name from ex to example
    
    * update readme for example option
    
    * fix rubocop issues
    
    ---------
    
    Co-authored-by: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com>
    Co-authored-by: Panos Dalitsouris <22100396+PanosCodes@users.noreply.github.com>
    3 people committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    05e3e0e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Use array items type from validator (#904)

    * Fix Rubocop offenses
    
    * Use array items type from validator
    PanosCodes committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ae75445 View commit details
    Browse the repository at this point in the history
  2. Release v1.3.0

    mathieujobin committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f678fb9 View commit details
    Browse the repository at this point in the history
Loading