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: go-swagger/go-swagger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.2
Choose a base ref
...
head repository: go-swagger/go-swagger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.3
Choose a head ref
  • 14 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 5, 2022

  1. made up for missing packages

    Signed-off-by: MURAOKA Taro <koron.kaoriya@gmail.com>
    koron committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e8a6eec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2824 from koron/fix-go-source-requirements

    made up for missing packages from template
    casualjim authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3577d6d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fixes ##2831, circular dependency issue

    Ahmad Moudani authored and casualjim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    201941c View commit details
    Browse the repository at this point in the history
  2. remove unnecessary tick

    Ahmad Moudani authored and casualjim committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9d5139b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2832 from Aven30/circular-ref-fix

    fixes #2831, circular dependency issue
    casualjim authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e167139 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Fix #2800 Update key import method for debian

    Fix #2800 
    
    This is similar to caddyserver/dist#83, so I fixed it by adapting their solution. Tested on fresh Ubuntu 22.04 VPS.
    tina-hello authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e0cfd85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2834 from tina-hello/patch-1

    Fix #2800 Update key import method for debian
    casualjim authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0037e9f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. feat: use extensions in parameters

    chenran committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    a87a1f9 View commit details
    Browse the repository at this point in the history
  2. feat: use extensions in parameters

    chenran committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    31fa9fc View commit details
    Browse the repository at this point in the history
  3. doc: update extension explain for parameters

    chenran committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1fdd0a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Merge pull request #2836 from cccRaim/master

    Support for extensions within swagger:parameters
    casualjim authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    91b12fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad59e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2843 from go-swagger/fix-spec-gen-binaries

    build without -trimpath because it causes issues when generating a spec
    casualjim authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7684453 View commit details
    Browse the repository at this point in the history
  4. prepare for v0.30.3

    casualjim committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ecf6f05 View commit details
    Browse the repository at this point in the history
Loading