Ecosyste.ms: OpenCollective

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

swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Collective - Host: opensource - https://opencollective.com/swag - Code: https://github.com/swaggo/swag

chore: parse escaped double colon (\\:) example struct tag (#1402)

* chore: parse escaped double colon (\\:) example struct tag

Replaces the regular string spli...

github.com/swaggo/swag - 8139731b51819290bbbfd846f8f59aad9c4b64fe authored about 2 years ago by Gus Antoniassi <[email protected]>
Just optimize code about parsing extensions (#1399)

* just optimize code

github.com/swaggo/swag - a10fb9ab99e41c9995e6fafef79befcb8ec2778c authored about 2 years ago by sdghchj <[email protected]>
record token.FileSet for every file so that the position of parsing error can be acquired (#1393)

github.com/swaggo/swag - ba5df8251775a71936e3c2a01b09b2049aea6a4e authored about 2 years ago by sdghchj <[email protected]>
fix parsing bug affected by fmt (#1398)

* fix parsing bug affected by fmt

github.com/swaggo/swag - 30684a282a278952cff78125be3bacf808b134c2 authored about 2 years ago by sdghchj <[email protected]>
feat: support json tags in embedded structs (#1396)

github.com/swaggo/swag - 80d522103ad6341cd26ecfc4c906df7a891943d6 authored about 2 years ago by Jakob Gillich <[email protected]>
chore: increment version.go (#1395)

github.com/swaggo/swag - 362d05becd9edced4e80853a1dd9122361be220f authored about 2 years ago by Bogdan U <[email protected]>
add properties to $ref (#1391)

* add properties to $ref

github.com/swaggo/swag - 29d3d307c41cda3e8e7745ae6bdfe60f314c3ad7 authored about 2 years ago by sdghchj <[email protected]>
enhancement for PR #1387: evaluate const across packages (#1388)

* enhancement: evaluate const across packages

github.com/swaggo/swag - e5d507dd472777bec3a3744f7f9cc86065037530 authored about 2 years ago by sdghchj <[email protected]>
fix: wrongly shared schema by fields (#1389)

* fix #1342

* fix #1342

* Revert "fix #1342"

This reverts commit 6031d3e76da06436f90cef...

github.com/swaggo/swag - 8117f4c0a12ab7a027ffcc1fba6f28e7cbe25f8f authored about 2 years ago by sdghchj <[email protected]>
feat: add flag to generate documentation only for specific tags (#1379)

github.com/swaggo/swag - e6723fef1882a4b7145904bb7503309b0da63c39 authored about 2 years ago by Alexandru Ionut Tripon <[email protected]>
parse global enums (#1387)

* parse global enums

github.com/swaggo/swag - bdfec2b525b2d750fd89d3ba10402a3d54a5b3d5 authored about 2 years ago by sdghchj <[email protected]>
fmt cmd: use a tab instead of two spaces to format comments (#1386)

* fmt cmd: use a tab instead of two spaces to format comments

* fmt cmd: continuous spaces an...

github.com/swaggo/swag - 829fbe1c68900b1dda96924709459c3e8caf9f25 authored about 2 years ago by sdghchj <[email protected]>
Enhancements: search imports sequencely, till find the type. (#1374)

* Enhancements: search imports sequencely, till find the type.
consider every import mode ,such...

github.com/swaggo/swag - eaed5178b774c41d74f4baecb23ea4817c4291ae authored about 2 years ago by sdghchj <[email protected]>
Add check for nil otherTypeDef (#1372)

fix bug: more than two models have the same short package name

github.com/swaggo/swag - 07690e936d21e2ed25e072411926bc96fd8b692f authored about 2 years ago by Evgeniy Gusev <[email protected]>
feat: make swagger comments more readable for go doc (#1366)

* make swagger comments more readable for go doc

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

*...

github.com/swaggo/swag - 38b5f15bd8f9729cb0ca28e886815e4311690a19 authored about 2 years ago by sdghchj <[email protected]>
Fix generics with package alias (#1360)

* fix issue #1353 about generics
Signed-off-by: sdghchj <[email protected]>

github.com/swaggo/swag - 0da94ff45862b3da7611a724838158119dd26992 authored about 2 years ago by sdghchj <[email protected]>
chore: update GitHub actions (#1362)

github.com/swaggo/swag - da6d7189244994939dbf15c314d1205240942afd authored about 2 years ago by Bogdan U <[email protected]>
docs: add Hertz to supported web frameworks (#1361)

github.com/swaggo/swag - c60ad7b95be660fc3ff310849c3036f553a8486e authored about 2 years ago by LanLanceYuan <[email protected]>
chore: increment version (#1350)

github.com/swaggo/swag - 277a27849f9d01ee23c0df4d08f0fe831ded4748 authored about 2 years ago by Bogdan U <[email protected]>
Fix generics issue #1345 (#1349)

* fix issue #1345 about generics

* fix issue #1345 about generics

* fix issue #1345 about ...

github.com/swaggo/swag - 7f9037756475d39babb7b8cd49f1936df456a063 authored about 2 years ago by sdghchj <[email protected]>
fix issue #1346 about generics (#1348)

* fix issue #1346 about generics

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

*...

github.com/swaggo/swag - 04c699c8cd7abccc23ad591875836e0f59a43f88 authored about 2 years ago by sdghchj <[email protected]>
Bump golang.org/x/tools dependency version (#1338)

* Update golang.org/x/tools dependency

github.com/swaggo/swag - f8d59d6bd219dafcfc062829e3747947cd2bcc69 authored about 2 years ago by Dan Salmon <[email protected]>
refactor: move from io/ioutil to io and os packages (#1334)

The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing ...

github.com/swaggo/swag - 075c176b6d2c9fb06e29fa5cb53f8d33f3e7483f authored about 2 years ago by Eng Zer Jun <[email protected]>
feat. add support formData []file (#1332)

github.com/swaggo/swag - 74e96c9b0fdd99a19c34fd6ac0ba373d1c7b2660 authored about 2 years ago by JayChen <[email protected]>
chore: drop go1.15 support (#1331)

github.com/swaggo/swag - e4f0129c8ac981dc14c5fb3469ef5a978d26de78 authored over 2 years ago by Bogdan U <[email protected]>
chore: update version (#1330)

github.com/swaggo/swag - 5fbb18f847a7c41b0369ae1e614c4e44e39cf346 authored over 2 years ago by Bogdan U <[email protected]>
build a docker image and push to ghcr.io (#1329)

github.com/swaggo/swag - c9385a85e6c8e71f679075eefe649216c82d5c96 authored over 2 years ago by Bogdan U <[email protected]>
fix: Generics not detected if name does not contain a pkg path (#1328)

- Generic detection moved to own method
- prepend pkg path if not provided

refs https://gith...

github.com/swaggo/swag - 2cd7ab50dbbb3b4d05cee271239e974af3bebdad authored over 2 years ago by Fabian Martin <[email protected]>
fix: Generic Fields does not handle Arrays in the .swaggo file (#1322)

* fix: Generic Fields does not handle Arrays in the .swaggo file

- Detect array type and tran...

github.com/swaggo/swag - b8f53dafbbf80aedec529d23b77592eee50b7062 authored over 2 years ago by Fabian Martin <[email protected]>
Fix formatting crosstalk (#1317)

* Foramtter: add multi-function test.

* Formatter: model changes as byte-range edits.

The ...

github.com/swaggo/swag - bc895edf9fdf4d99f4cd3339675c5ced5046f457 authored over 2 years ago by Sam Coleman <[email protected]>
refactor func splitStructName (#1313)

* refactor func splitStructName

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

github.com/swaggo/swag - e7ccdf496e0c4e3062978b32867c2a15e6705ebf authored over 2 years ago by sdghchj <[email protected]>
fix: Generic Fields does not handle Arrays (#1311)

* fix: Generic Fields does not handle Arrays

- Support for *ast.IndexExpr added
- tests exte...

github.com/swaggo/swag - cf1c4a70a72cef8e7410581dc3775ef7c72f3dc3 authored over 2 years ago by Fabian Martin <[email protected]>
fix: funcDeclaration body check (#1310)

Signed-off-by: Eray Ates <[email protected]>

github.com/swaggo/swag - 007219f7b3f9f03d05c7ee6ef9e9eeec37ce12c2 authored over 2 years ago by Eray Ates <[email protected]>
chore: increment version (#1308)

github.com/swaggo/swag - a3935c5fade7f84fb66644be6290134843edfc75 authored over 2 years ago by Bogdan U <[email protected]>
fix: Nested generic fields not fully working, if generic type is from… (#1305)

* fix: Nested generic fields not fully working, if generic type is from another package

- cha...

github.com/swaggo/swag - 9d34a7683d438a2b593fa073ba8820309a3c0987 authored over 2 years ago by Fabian Martin <[email protected]>
doc: add function scoped struct declaration example (#1296)

github.com/swaggo/swag - 732c0879d89dde8df85f435d43bdcd95a1ccc83f authored over 2 years ago by Emre Savcı <[email protected]>
feat: get swagger instance from register (#1298)

Signed-off-by: Eray Ates <[email protected]>

Signed-off-by: Eray Ates <[email protected]>

github.com/swaggo/swag - cf03796091e797fb357be12225dfafca4c578fae authored over 2 years ago by Eray Ates <[email protected]>
chore: set CGO_ENABLED=0 for goreleaser to avoid dynamic linking (#1293)

Binaries that are being built by the goreleaser don't have the CGO_ENABLED=0 env set which means...

github.com/swaggo/swag - 23661ef81ec4231315459906c39b9dcab1da5952 authored over 2 years ago by Cezary Siwek <[email protected]>
feat: add function scoped struct parse (#1283)

github.com/swaggo/swag - 45f01a1ca491ab4612226375f5cd3990f640bbaa authored over 2 years ago by Emre Savcı <[email protected]>
fix: Go generics cannot find common package object type definition (#1281)

* fix: Go generics cannot find common package object type definition

- use ast.SelectorExpr i...

github.com/swaggo/swag - af1c5256a1b4149f6958c18977d57895a5594f73 authored over 2 years ago by Fabian Martin <[email protected]>
Extended generics support (#1277)

* feat: add support for nested generics

nested generics support and related tests added

* ...

github.com/swaggo/swag - 2f148dd6bddbd1340878e46cfa628efe118987d3 authored over 2 years ago by Fabian Martin <[email protected]>
chore: increment version to 1.8.4 (#1268)

github.com/swaggo/swag - cc25410f355655185ef929cd825b0dc00c534b2f authored over 2 years ago by Bogdan U <[email protected]>
feat: suppress debug logs when using -q (#1254)

github.com/swaggo/swag - 89c61d45c89dc379734d52c6836fcaccf61a5b0b authored over 2 years ago by Jake-Convictional <[email protected]>
doc: add missing web frameworks (#1263)

github.com/swaggo/swag - 401e414663c30ea96bd43b66eda9ff42fe42c7a9 authored over 2 years ago by Bogdan U <[email protected]>
Fix issue https://github.com/swaggo/swag/issues/1150 (#1248)

To summarize the issue, running `swag fmt` will set (at least) 2 spaces between the attribute ta...

github.com/swaggo/swag - bd21bb068625cdf7545fdee03780face31a789ef authored over 2 years ago by Matt Ketmo <[email protected]>
fix: generic arrays generate successfully (#1247)

github.com/swaggo/swag - 8de9952d6b92a145d22afd87e32e5eea25cc855c authored over 2 years ago by Dylan Ross <[email protected]>
fix: don't skip ".." directory (#1238)

github.com/swaggo/swag - 1cd0b538d21a30a23ceccdc8edc48768baefa834 authored over 2 years ago by xu0o0 <[email protected]>
fix: temp dir to be the same as SerchDir to avoid invalid cross-device link (#1203) (#1241)

github.com/swaggo/swag - 796a34613a70725791492994af3d65061b5e1322 authored over 2 years ago by tanopanta <[email protected]>
docs: update repository URL for Fiber Swagger (#1233)

github.com/swaggo/swag - 8335df927dfd3c029f538bae2b39ad5a40ebac8f authored over 2 years ago by Le Minh Tri <[email protected]>
feat: add default description to code if none is provided (#1239)

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

github.com/swaggo/swag - a566490da73606c38c52a1066d38966c7fa6f6eb authored over 2 years ago by sdghchj <[email protected]>
feat: use early overrides to allow converting unsupported types. (#1209)

github.com/swaggo/swag - 0e2ec6ccb687ad91e20d33f4e433c460ca41acaa authored over 2 years ago by Mateusz Sobczak <[email protected]>
feat: default required option for struct fields (#1181)

github.com/swaggo/swag - a780e45b5ddbd82ef9f99b5109696adf0972f0b3 authored over 2 years ago by Andrey Lukin <[email protected]>
feat: permit error (and any) interface definition (#1212)

github.com/swaggo/swag - 213f6b880aef554cf8ea8776dd4459e8b36db75d authored over 2 years ago by Antoine GIRARD <[email protected]>
chore: cleanup generics_test.go (#1231)

github.com/swaggo/swag - f09eaa13f4168754793c275e65c44e51661f4264 authored over 2 years ago by Bogdan U <[email protected]>
chore: increment version (#1230)

github.com/swaggo/swag - b736c5fa7a95de7808567dfe3e4557d064a45986 authored over 2 years ago by Bogdan U <[email protected]>
feat: add basic generics support (#1225)

github.com/swaggo/swag - ff41d9ce0bfa0973349f485113699d5c09909c26 authored over 2 years ago by Bogdan U <[email protected]>
fix: array enum varnames in arrays (#1187)

github.com/swaggo/swag - 67cb7684c8adf9591bb221880e2079c34019dc39 authored over 2 years ago by Archie Skeoch <[email protected]>
chore: refactor parser (#1191)

github.com/swaggo/swag - e767abb3b9f829224205cbd37cc0f7fe432078ce authored over 2 years ago by Bogdan U <[email protected]>
feat: add --quiet=true for swag init, make the debug logger quiet. (#1206)

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

github.com/swaggo/swag - 3b580a0804332f627c5d42fee2d59e91c8ae3e7c authored over 2 years ago by jixiuf <[email protected]>
feat: Improve performance when generating spec with external dependencies (#1108)

* Imporve performance when generating spec with external dependencies

* Fix code review comme...

github.com/swaggo/swag - 5f6b402a3a523595cb7e2902a04f9a0e5f02e313 authored over 2 years ago by pytimer <[email protected]>
fix: README_zh-CN.md translate bug (#1202)

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

github.com/swaggo/swag - 3cedab9b1c15f68109ed154a57d3164a2f8316b7 authored over 2 years ago by Wang Wang <[email protected]>
chore: update @Produce comments (#1196)

github.com/swaggo/swag - c7cb3fd95a1465caade6e7492b62d0ddd1bd1426 authored over 2 years ago by Alvaro Frias <[email protected]>
chore: remove gomonkey dependency from formatter (#1192)

github.com/swaggo/swag - 36ae7af79a267469681a35bac6b70f8dcd677acf authored over 2 years ago by Atte Kojo <[email protected]>
chore: updating dependencies (#1190)

github.com/swaggo/swag - 47d5a7630847872fa191913f0175963d9b3dad93 authored over 2 years ago by Bogdan U <[email protected]>
impr: add param example to readme (#1189)

github.com/swaggo/swag - 5f6c5f85068a66ce0e58e21ebccbfbdcf31a5a27 authored over 2 years ago by Saigak Evgeniy <[email protected]>
chore: improve code quality (#1184)

github.com/swaggo/swag - 636f456e3135fea11170567d778a45faeee1e882 authored over 2 years ago by Bogdan U <[email protected]>
chore(deps): bump github.com/swaggo/http-swagger in /example/markdown (#1185)

Bumps [github.com/swaggo/http-swagger](https://github.com/swaggo/http-swagger) from 1.2.5 to 1.2...

github.com/swaggo/swag - 90170b958922a030d8d3b7e4de5cde1050417842 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
added security definition description (#1174)

github.com/swaggo/swag - d209f71e81955068903e04daca7716b7535576b9 authored over 2 years ago by Pablo Morelli <[email protected]>
chore: update version.go (#1169)

github.com/swaggo/swag - 050b0aa3c808df1b4d619fdc6f9bd110cffe7d5f authored over 2 years ago by Bogdan U <[email protected]>
feat: fix go 1.18 errors caused by `any` type (#1168)

github.com/swaggo/swag - 957b087efc79cdadb0158a2764867e2799969222 authored over 2 years ago by kalle (jag) <[email protected]>
chore: update description.markdown description (#1167)

github.com/swaggo/swag - 69245e5e3ad59564f8a385c402515c42ec7cbe42 authored over 2 years ago by Felix Gläske <[email protected]>
fix https://github.com/swaggo/swag/issues/1154 (#1161)

github.com/swaggo/swag - 2b64f7852f495240d8b8441c49a0450e8a51eab3 authored almost 3 years ago by Tom Collingwood <[email protected]>
feat: Example/SchemaExample: allow \r \n \t (#1156)

github.com/swaggo/swag - 32b2467c9fac7e2b99b1b49c46e04078766fabdd authored almost 3 years ago by Matthias Schneider <[email protected]>
doc: security or documentation (#1158)

github.com/swaggo/swag - add313f61a6fcad2918c80b6e231b5e37bff1887 authored almost 3 years ago by Lehp <[email protected]>
feat: Feature security or documentation (#1157)

github.com/swaggo/swag - 7dc23401fb107642ac951cbf90a4b51e2e5fd728 authored almost 3 years ago by Lehp <[email protected]>
feat: [security] feature add or-option (#1151)

github.com/swaggo/swag - 6686f54ef730beeb719346330a4ca6bef3099cd6 authored almost 3 years ago by Lehp <[email protected]>
feat: add option to set the example to schema #1140 (#1148)

github.com/swaggo/swag - 334111b3841f068c6d2486ae81a3ced7115b2d8d authored almost 3 years ago by Matthias Schneider <[email protected]>
fix: README_zh-CN.md broken link (#1153)

github.com/swaggo/swag - 9205937fa2159b17212a5fa8167ed08f647c22a8 authored almost 3 years ago by Qin Zhou <[email protected]>
chore: update version.go (#1144)

github.com/swaggo/swag - faad956a98d288cfd52ccc98a21c6441720c793e authored almost 3 years ago by Bogdan U <[email protected]>
fix: Linter fails (#1136) (#1137)

github.com/swaggo/swag - cd97e7f515e35742907bb188d07d9e192cfa79df authored almost 3 years ago by Mahir Hasan <[email protected]>
fix: swaggerinfo template for instanceNames (#1133) (#1134)

github.com/swaggo/swag - 1a0a57a149e0bb5b438ca00b22081507f38d97e1 authored almost 3 years ago by Syuparn <[email protected]>
chore: update examples according to the latest v1.7.9-p1 generator (#1130)

github.com/swaggo/swag - 7e207e54a1af2005daa01d00261d3e1093c4f381 authored almost 3 years ago by Bogdan U <[email protected]>
fix: split extensions param respecting open/close brackets (#1107)

github.com/swaggo/swag - 3a778dc66f99900eac355e84be6465be083bcfca authored almost 3 years ago by Helder Alves <[email protected]>
fix: breaking change introduced by generation of 2 documents in the same package (#1127)

github.com/swaggo/swag - 24209aa795ef7ed5380fa86b7e60e787e692e91d authored almost 3 years ago by Bogdan U <[email protected]>
chore: release v1.7.9

github.com/swaggo/swag - e969efb3f3de73dc2ecaa66e1770972722efb5fb authored almost 3 years ago by Bogdan U <[email protected]>
feat: struct fields allow empty example strings (#1125)

github.com/swaggo/swag - e1ac43738d16b3d97cac33ba063ec9955806d1a3 authored almost 3 years ago by Bogdan U <[email protected]>
chore: improve unit tests (#1123)

github.com/swaggo/swag - 808bde687a43e79709a8ae3ea4a8c3056edad30f authored almost 3 years ago by Bogdan U <[email protected]>
feat: add example parameter (#1122)

github.com/swaggo/swag - 44c3853e6bb7832cf3cd56fe08a20dd582a41704 authored almost 3 years ago by Bogdan U <[email protected]>
feat: instance name func to doc file (#1116)

github.com/swaggo/swag - b1e10b7054f8521cec8722ee52fcad14e11afaaa authored almost 3 years ago by Ferrany1 <[email protected]>
chore: drop support for go 1.14 (#1111)

github.com/swaggo/swag - 7137cd895386d86db391d3cc36e540707d710967 authored almost 3 years ago by Bogdan U <[email protected]>
feat: Generated file name from instanceName (#1112)

github.com/swaggo/swag - cae74678fdb585663275fca7b6ba8bd6826ced4f authored almost 3 years ago by Ferrany1 <[email protected]>
feat: add generation of type description to schema (#708) (#1106)

github.com/swaggo/swag - 32f02b99260db21a5bf0c28757a89e015682c574 authored almost 3 years ago by Илья Гусев <[email protected]>
feat: allow generating of specific docs files only (#577)

github.com/swaggo/swag - 97ea98ec1bd528b87a0fd6f5e3493a052dc762c0 authored almost 3 years ago by Jan Sušnik <[email protected]>
fix: undefined httputil and model (#1099)

github.com/swaggo/swag - 8ffc6c29c01a13fb01183ee91d0fcc5fc586b431 authored almost 3 years ago by Double <[email protected]>
chore: mod tidy && new release (#1091)

github.com/swaggo/swag - 1a8733483c24333f0879bcaaf154cdd97b7f11a0 authored almost 3 years ago by Bogdan U <[email protected]>
build: update `go` directive in `go.mod` to 1.17 (#1089)

* build: update `go` directive in `go.mod` to 1.17

This commit enables support for module gra...

github.com/swaggo/swag - b0cdfd43ff50618a1e6a4da4ec2bc3d309f5062f authored almost 3 years ago by Eng Zer Jun <[email protected]>
chore: field tags constants (#1088)

github.com/swaggo/swag - a8ef569b67b5614c07f27fcb5a5757b9a948f979 authored almost 3 years ago by Bogdan U <[email protected]>
chore: release 1.7.7 (#1087)

github.com/swaggo/swag - 557e1c656b1ca1a8960adec04b709632be736a7b authored almost 3 years ago by Bogdan U <[email protected]>
chore: improve code quality (#1086)

github.com/swaggo/swag - f631188105ab9e3557214884a9c2e81f7913a2f6 authored almost 3 years ago by Bogdan U <[email protected]>
fix: assignment to entry in nil map with @Header all #1082 (#1085)

github.com/swaggo/swag - 54c9ff96523f176fe055aa5b7fa50ddae742088a authored almost 3 years ago by Bogdan U <[email protected]>