Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/swaggo/swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
https://github.com/swaggo/swag

feat: add separate x-enum-varnames tag (#1083)

9d81576d79c3d5ab9ad562b278659664812542d7 authored almost 3 years ago by rast1025 <[email protected]>
chore: drop support go 1.13 (#1069)

4f32ae644b77cf73a6ec00eebb67690e4714efe3 authored almost 3 years ago by Bogdan U <[email protected]>
fix: documentation fix formatter link (#1079)

d333316e9780a732381087fa6f550c7c908131fc authored almost 3 years ago by Aldiwildan <[email protected]>
Remove unnecessary check (#1073)

00a256c5ac54fdf8bcbb881effac288aabb9f976 authored almost 3 years ago by Nuno Santos <[email protected]>
chore: remove duplicate walk func (#1070)

75e9d0156a952d2f090bcdc0ca88f2e2a4925313 authored almost 3 years ago by Bogdan U <[email protected]>
fix: parsing panics on default response (#1068)

47d0cd224365eacc2e8ed7f47e4ab4433fe6d56b authored almost 3 years ago by Bogdan U <[email protected]>
feat: support global type overrides (#1059)

a7065ad1cfe4371dc7e4e18363c4ceb298ccc4ec authored almost 3 years ago by Ian Fox <[email protected]>
fix: allways init response header map at first. (#1066)

231fa42cf8ed42270475c702754ed6dfa2bf500a authored almost 3 years ago by tanopanta <[email protected]>
chore: increment version (#1062)

305a5cf6255ce8fe980c653f42587b1e7fedbd2f authored almost 3 years ago by Bogdan U <[email protected]>
chore: version 1.7.5 (#1061)

c21181adb9bf354e2bbafc6ff87da594c0b7a077 authored almost 3 years ago by Bogdan U <[email protected]>
chore: security fix for github.com/gin-gonic/gin < 1.7.0 (#1060)

819d9296a1c190212a7a86a5bc7c44413f5173b5 authored almost 3 years ago by Bogdan U <[email protected]>
feat: add command for format the swag comment. (#1056)

93acd2ad51e848ef3c78b25cb3964745fecde054 authored almost 3 years ago by 余锋 <[email protected]>
fix: typo error in README.md (#1057)

c4ae82227c8c3ac56cbd70dc2df78e945b5349ac authored almost 3 years ago by jincheng9 <[email protected]>
feat: add compatibility with HL7 FHIR standard (#1055)

69fd2332aafa3f659cc8e427e7edf02eada52c3e authored almost 3 years ago by Sam Hoffman <[email protected]>
chore: improve code quality (#1050)

8d7941e52aaff7bdf4eb29607f12c7afe0c74b18 authored almost 3 years ago by Bogdan U <[email protected]>
chore: improve code quality (#1049)

60fc8499f67146527e5739411f260fa9370501f4 authored almost 3 years ago by Bogdan U <[email protected]>
chore: fix bug and refactor (#1048)

e59f45754139300dfc234b97981830de15d7f82e authored almost 3 years ago by coldWater <[email protected]>
improve code quality (#1047)

9b23c9e3df2e8fe650e1a497d6504ca12aed4522 authored almost 3 years ago by Bogdan U <[email protected]>
feat: support go-playground/validator tags. (#1045)

5237c6da8a311937f06e84137fd965666c214c35 authored almost 3 years ago by 余锋 <[email protected]>
feat: support replace FieldParser (#1043)

eff27cc951b538ea6086f78234ab04ce004ac647 authored almost 3 years ago by coldWater <[email protected]>
feat: support arrays in path and header params (#1039)

Co-authored-by: Joe Zidell <[email protected]>

1780cd2cd2dfda93f5cb10d34624875a8278bb16 authored almost 3 years ago by Joseph Zidell <[email protected]>
wrap $ref in allOf when readonly is set (#1034)

b5ca0bb2fd72066655446dd09d82a09d04db8aad authored almost 3 years ago by Joseph Zidell <[email protected]>
release v1.7.4 (#1036)

7ed539eef1d52448b2f2866f6184ed696e3937b2 authored almost 3 years ago by Bogdan U <[email protected]>
text/plain allowed in request body (#1029)

0548f607e321c4144c8aa3a2771d0b1c0c79101f authored almost 3 years ago by sdghchj <[email protected]>
Auto parse external models when flag parseDependency is set (#1027)

* auto parse external models when flag parseDependency is set

* remove log in test

* fix t...

9981d9fbc14e143419dc443752d5fc6f75ea5991 authored about 3 years ago by sdghchj <[email protected]>
clarify @accept ussage (#1025)

732ca2ce3601d293a598eba5f2cae0223b3edbf5 authored about 3 years ago by Bogdan U <[email protected]>
add parameter documentation for #1022 (#1023)

271d4d282d0534cdd2d20476c7ceb9e32464fa61 authored about 3 years ago by h44z <[email protected]>
allow multiple Swagger documents (#1022)

* allow multiple Swagger documents (no breaking changes)

18b2bd1085ec69bb2cf817577651e6c228878d57 authored about 3 years ago by h44z <[email protected]>
root level accept/produce params (#1011)

* root level accept/produce params

* update README.md

9fb19d0a36ed06a9d9b82e65322c7e1dbf143004 authored about 3 years ago by Bogdan U <[email protected]>
feat: add extensions for params (#789)

* feat: add extensions for params

1a4da01a05e213b00304abb8dfb31154addaf5e4 authored about 3 years ago by Sebastian <[email protected]>
fix @x-tagGroups (#1010)

* test x-tagGroup

* fix x-tagGroups issue

f9645be73b8b6213016e97773861031b5a980a9f authored about 3 years ago by Bogdan U <[email protected]>
Add multipleOf field to parser. (#1008)

* Add multipleOf field to parser.

* Extend multipleOf tests

bcbae0ffc3d8832c87ec59ef0aa6c9b740d6520a authored about 3 years ago by Jimmy Cann <[email protected]>
Fix link in Chinese introduction (#1005)

0aac069ca65a340c57794bb705fb3b4613f6c1e0 authored about 3 years ago by lynkas <[email protected]>
release v1.7.3 (#1007)

800fc06ecb6c729cbc345d11401a7fb499590626 authored about 3 years ago by Bogdan U <[email protected]>
release v1.7.2 (#1004)

e301f17fec3bad305ab2cd24cf152ac9f608616e authored about 3 years ago by Bogdan U <[email protected]>
Update ci.yml (#1002)

* Friendly name for the pipeline

* Fix: Double trigger on commit and push

b308d8ee3309b8faa8a4b3f81023be457af4d10b authored about 3 years ago by Bogdan U <[email protected]>
migrate pipeline to GitHub actions (#1001)

86dc2dd00839afc169359b828f32e9ca67cb17fa authored about 3 years ago by Bogdan U <[email protected]>
debug info should go to stdout instead of stderr (#990)

* debug info should go to stdout instead of stderr

* lint

* more coverage

* improve par...

a76cfa3cf8d0740ad3587693d94c93480706376f authored about 3 years ago by Bogdan U <[email protected]>
add install doc for go 1.17 (#992)

523e046f29184ba205f201182ae3a5ac29df8303 authored about 3 years ago by gclove <[email protected]>
update .goreleaser.yml (#987)

642f3204c6688c75843543657e0b65865435f756 authored about 3 years ago by Bogdan U <[email protected]>
Handle *ast.InterfaceType as any type

0616cef09a675695bcf3060aac483822210a9e37 authored about 3 years ago by Bogdan U <[email protected]>
add support for empty response (#989)

eef90d040ae36da02e0575b0d225ecb793e60dfc authored about 3 years ago by Bogdan U <[email protected]>
improve unit tests (#981)

* improve unit tests
* cleanup
* enable parallel testing

0bbefcf634be220bc0736de451c8b04d9e23063a authored about 3 years ago by Bogdan U <[email protected]>
Correctly parse format on array fields (#973)

When the format directive is used on an array type the indicated format
should go under the ite...

497e6e274a73553a71249653bc5627ba55fd4801 authored about 3 years ago by Johan Svan <[email protected]>
support boolean false value in extension (#927)

485f917c17050a098ccda8f5c90a6beb7afc49df authored about 3 years ago by Sungyun Hur <[email protected]>
refactor and lint code (#978)

* refactor and lint code

* refactor and lint code

* improve parser.go unit tests

* impr...

fd74bcf41f170c9c08abc72279f5dd111e11417f authored about 3 years ago by Bogdan U <[email protected]>
release v1.7.1 (#974)

b19e9cf3259cb1c01c3a5a85b5e13f5b225be274 authored about 3 years ago by Bogdan U <[email protected]>
Added support for @x- attributes on security definition (#971)

* added support for @x- attributes on security definition

fd504ebdc097ec0e8b373a50056d8d23c37ede29 authored about 3 years ago by Pablo Morelli <[email protected]>
Handle duplicate route declaration better (#968)

* make RangeFiles deterministic

* add testcase for duplicate route, expecting an error

* f...

505d4f14031985f9e248fa44554ef29c385fadab authored about 3 years ago by Ruben de Vries <[email protected]>
Improve test coverage and code readability. (#967)

* improve code coverage and linting

cb2bdb6cfe5ca77d5fb2811cd8f1ed0a7e0011fb authored about 3 years ago by Bogdan U <[email protected]>
provide example and enum values when reporting unsupported type (#921)

Improve debug messages

f2f643aae3c12e5c9e0852f9b829e863f9050729 authored about 3 years ago by Michal Vyskocil <[email protected]>
fix buil issue on #743 due to wront expected.json (#966)

4dda7e3f71809b1ad664b2d7fd4cdf37728fec2b authored about 3 years ago by Bogdan U <[email protected]>
Support quotes and tabs in general API description (#743)

* Handle quotes in general API description

Re-add escaping of quotes when applying template i...

6f2abdd0826708d54b536dff2664cd1f3949336a authored about 3 years ago by Johan Sandelin <[email protected]>
Add support to specify multiple routes for the same function (#957)

60ec167862941415cdf3b4d01ab4a3fd906bcb22 authored about 3 years ago by Parvesh Chaudhary <[email protected]>
Support enums on array parameters (#919)

Adds support for including enums on array query parameters. If the
parameter type is an array, ...

e8632e21715dfecd4dbedb38e259ba52fa6284b7 authored about 3 years ago by Johan Svan <[email protected]>
fix security link (#963)

ff52371b5d396693b924e63d7909e4a0244738e1 authored about 3 years ago by Bogdan U <[email protected]>
security update for ithub.com/gin-gonic/gin (#962)

4924b4337ca6ad37f7ee18a2b6a22cfb5559b953 authored about 3 years ago by Bogdan U <[email protected]>
chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support (#961)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.4.0 to 1.7.0.
- [Rele...

65cccd7d7c90920a80a6a53ea1d38ac3ff68519a authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/gin-gonic/gin (#959)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0.
- [Rele...

2d00d57513f816bd46df59b0ed44adbaac51a202 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix gen_test.go (#960)

* fix gen_test.go

* remove invalid condition from gen.go

0ab714a40ba3a4602c955b874974ae2c7b3ef777 authored about 3 years ago by Bogdan U <[email protected]>
support searching multiple directories (#944)

Co-authored-by: chengjin <[email protected]>

c71655d813226a24ddd62144a5254e481e64ecaa authored about 3 years ago by Markus <[email protected]>
update documentation regarding go version (#914)

6be354dbd07b7a3beb618bc2a068040b536cc5c6 authored about 3 years ago by Bogdan U <[email protected]>
Chore(readme): update travis-ci link (#958)

95a083724a8e2cca7fcc796d2cfb38ea570e7a27 authored about 3 years ago by Eason Lin <[email protected]>
Add an example of add a description for enum items (#895)

17c1766b6349df2ab31d52e87be0ae3abca0d239 authored over 3 years ago by Shouhei <[email protected]>
chore: alecthomas/template -> text/template (#891)

Removing `alecthomas/template` dependency

19e52371f9b8e80dc47aa234efaca812cad45924 authored over 3 years ago by Atte Kojo <[email protected]>
fix breaking change introduced in go-openapi/spec v0.20.3 (#890)

e7c5cda5ba4ec4105e78d31731aa5611ac3bd9cf authored over 3 years ago by Bogdan U <[email protected]>
Fix the goreportcard-cli output error (swaggo#872) (#873)

b69dfd811fc529b0856dfa79e503c4a4881582fd authored over 3 years ago by noone <[email protected]>
change the regular expression to fix the issue #853 caused by PR #837 (#854)

3d90fc0a5c6ef9566df81fe34425b0b35b0f651e authored almost 4 years ago by sdghchj <[email protected]>
Update examples.go (#832)

Co-authored-by: Eason Lin <[email protected]>

98b8c7075fb179dd85a6db9d6099bfed322dc787 authored almost 4 years ago by Aswin G <[email protected]>
chore: release v1.7.0 (#849)

a4053fb64d1ffd3daa09afa0df5c0aa751a33fad authored almost 4 years ago by Eason Lin <[email protected]>
upgrade spec package and simplify code (#836)

88888c55c1ed53b7db5e16327d8c601ef0af22e3 authored almost 4 years ago by sdghchj <[email protected]>
Update go.mod (#839)

Update gin-swagger dependency version to mitigate issue with missing dep (github.com/ugorji/go v...

62e4d9bfad4f9ca0d5de6f254e302bb4ede51bb2 authored almost 4 years ago by Stuart Innes <[email protected]>
Release swag for Linux/ARM64 (#842)

Added ARM64 architecture to .goreleaser.yml for releasing Linux/ARM64 binary.

Signed-off-by: ...

e18fc86e1d67776f64c6a45cccac82d28ec966bf authored almost 4 years ago by odidev <[email protected]>
Optional second parameter when using object in swaggertype (#844)

031a42d738c7fb11059c820dfd0aa43040fb24bb authored almost 4 years ago by Matija Lesar <[email protected]>
Add go.mod to example/celler (#838)

Since example/celler depends on modules that main go.mod doesn't, `go
mod tidy` gets confused. ...

ee29e2b99fd1cb50aecb4f66d01173a61b90f1b6 authored almost 4 years ago by Atte Kojo <[email protected]>
refactor: remove dependency on gin (#800)

* Remove dependency on gin from tests

Since tests only test parsing of go source and swaggo s...

3d083d3e8dce1145a6cd25c9ecae78d4564c576e authored almost 4 years ago by Atte Kojo <[email protected]>
issue-503: added type map in example value (#683)

* issue-503: added type map in example value

* Refactor and update example tag for map(object...

c9056f0363b524c7d1e36f675a3784bf80151e98 authored almost 4 years ago by Arrim <[email protected]>
feature: support default response, use comma-separated codes to add a… (#837)

* feature: support default response, use comma-separated codes to add a header for multi respons...

09f9621f095995bdf1a6540f4676103585579fe8 authored almost 4 years ago by sdghchj <[email protected]>
Update dependencies and fix tests (#835)

Upgrade github.com/go-openapi/spec and golang.org/x/tools to latest
versions.

Upgrading gith...

2ca4d38119fe7b5a917081dfc24205eee7185107 authored almost 4 years ago by Atte Kojo <[email protected]>
update dep latest swaggo/gin-swagger (#825)

update dep latest swaggo/gin-swagger (#825)

3f47d68f8872e80dd3f119c791c08a1726bf8502 authored almost 4 years ago by Jake Sylvestre <[email protected]>
Update dep latest github.com/swagger/gin-swagger (#819)

7fdbe7a0753ada5399bee59e09e756268fcb1fe8 authored almost 4 years ago by Bogdan U <[email protected]>
Add support for x-tokenname in oauth2 specs (#791)

Signed-off-by: lahsivjar <[email protected]>

Co-authored-by: Eason Lin <[email protected]>

e17fed4063e63120a2db494aa6c6d7e3d8e958c8 authored almost 4 years ago by Vishal Raj <[email protected]>
chore: fix wrong verison showed (#813)

466d9e6be7f3a6925264df9953fa302443e8f0e2 authored almost 4 years ago by Eason Lin <[email protected]>
fix: Update CLI flags docs (#811)

--generatedTime was documented as true by default, although immediately
after we stated that it...

eeae42fc109ffe56005128fbd7fcf65a4eb78636 authored almost 4 years ago by Oleg Zaytsev <[email protected]>
fix: honor x-order while sorting query parameters (#806)

Instead of always sorting parameters with name, which can surprise users
because x-order is ign...

6937d1c93bb243e470f13d74b1c16301505d527d authored about 4 years ago by lantw44 <[email protected]>
fix x-logo vendor extension & parse x-codeSamples from files (#760)

01fb3185e07ce397a62290d49e7513de9f2f3716 authored about 4 years ago by Nerzal <[email protected]>
fix: replace unsupported and vulnerable satori/go.uuid with gofrs/uuid (#798)

80b6894b047bd06e970efa3e6dee1c3818811f4d authored about 4 years ago by Alexander Grunin <[email protected]>
chore(travis): support go1.15 (#787)

33e4ac3219fa031107b413ce836bb1efb2ad080b authored about 4 years ago by Eason Lin <[email protected]>
Add ability to set 'swaggerignore' on embedded fields (#779)

6a59a2059c2e137278b2fc49df42401b2331adcf authored about 4 years ago by Eugene <[email protected]>
Ignore swag file from root dir only (#775)

* Ignore swag file from root dir only

The rule `swag` matches not only file in main directory...

1889a3ae7b81d0b43d29dbc7b31c9dae7d431380 authored about 4 years ago by Kamil Dziedzic <[email protected]>
Correct typos in README (#773)

542e93250f57afc2a81d55b8729db039d502af0c authored about 4 years ago by Felix Yan <[email protected]>
feat: generate formData params via go struct (#770)

3ce6eb2a1494d9a5267eb23d2b5a1aaa429ef6da authored about 4 years ago by Gary Wang <[email protected]>
parseDepth flag readme (#769)

Co-authored-by: g.kirilenko <[email protected]>

b28321df41f19179dcfaf6e53c6199fcdeca76d8 authored about 4 years ago by George Kirilenko <[email protected]>
fix: don't generate license field if it's empty (#768)

d8893d033b4c5eb94a485abd89546f4e88a56b58 authored about 4 years ago by Gary Wang <[email protected]>
feat: add parse depth flag (#766)

* parse depth flag

* fix imports

* move to if

Co-authored-by: g.kirilenko <g.kirilenko@...

b712c54ea891588c76d2a6f9ac45dbd557a04324 authored about 4 years ago by George Kirilenko <[email protected]>
Fix typos in maximum/minimum attributes (#762)

e769bbe213c871a10c6fc64f64dfce47cddce40f authored about 4 years ago by parnic <[email protected]>
stable renaming to fix issue #745; uncapitalize tow members of parser (#746)

* stable renaming to fix issue 745; uncapitalize tow members of parser

* optimize

* stable...

ec7a5ee0fd5240b4406a30b38c9800387d30373b authored over 4 years ago by sdghchj <[email protected]>
Don't generate docs for nested structs without fields (#752)

* update composition test

* skip nested structs without fields

cbfd47b68561e9862d0ba9e640d198a0b55c44ce authored over 4 years ago by Shoshin Nikita <[email protected]>
fix README_zh-CN typo (#744)

Co-authored-by: moresuccessful <[email protected]>

a72dff02d0cb7ef1c6704332f17f25cd61ef72df authored over 4 years ago by zengmenglu <[email protected]>
fix: fmt check lint (#740)

940d07268e91254eb18c2978cda233381ab643cb authored over 4 years ago by Eason Lin <[email protected]>