Skip to content

windows support: updated go-openapi dependencies #2513

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

Merged
merged 2 commits into from
Feb 8, 2021

Conversation

fredbi
Copy link
Contributor

@fredbi fredbi commented Feb 7, 2021

windows support: updated go-openapi dependencies

Signed-off-by: Frederic BIDON fredbi@yahoo.com

@codecov
Copy link

codecov bot commented Feb 7, 2021

Codecov Report

Merging #2513 (05b9724) into master (ebc939f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2513   +/-   ##
=======================================
  Coverage   81.90%   81.90%           
=======================================
  Files          53       53           
  Lines        8376     8376           
=======================================
  Hits         6860     6860           
  Misses       1023     1023           
  Partials      493      493           
Impacted Files Coverage Δ
generator/structs.go 81.56% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3af7974...05b9724. Read the comment docs.

* fixes go-swagger#2428 (see also go-openapi/spec#97)

* re-enacted appveyor CI to assert go-swagger runs on windows
* bring in the following fixes from the go-openapi packages:
  * fixes go-swagger#2506 [spec marshalling as JSON no more exhibits an empty AuthorizationURL when flow is not accessCode or implicit]
  * flatten can operate on remote URLs, even when there are circular $ref's (go-openapi/analysis#57)
  * flatten can operate without BasePath (assume current working directory) (go-openapi/analysis#66)
  * swag spec LoadFromFileOrHTTP() can load file URIs on windows, including UNCs (shared volumes) (relates to go-openapi/spec#97)
  * errors support JSON marshalling (enhancement: go-openapi/errors#14)

* test: removed assertions on logs which may fail during parallel testing

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
@fredbi fredbi marked this pull request as ready for review February 7, 2021 20:24
@fredbi fredbi requested a review from casualjim February 7, 2021 21:04
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
@fredbi fredbi merged commit d1a3446 into go-swagger:master Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swagger expand add invalid authorizationUrl key in securityDefinitions Updating go-openapi breaks $ref on windows
2 participants