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

Fix: Use of go primitive array type in body give error (#593)

* Fixed issues_592: Use of go primitive array type in body give error

* Added unit test for P...

8cedf4206a5650204be4065e109c4e7c62be5e0a authored almost 5 years ago by erikfarhanmalik-ralali <[email protected]>
fix: body object without package name in param comments use default package name (#591)

549622face3ce712c0a3898654a85dfdc9a0a21c authored almost 5 years ago by sdghchj <[email protected]>
Add generated time flag (#501)

* feat: add generated time flag
* test(generatetime): add test

Co-authored-by: Bogdan U <ubo...

bef48a65ebf1aa60bbae0b13187c21f3d3156690 authored almost 5 years ago by Xu Zhipei <[email protected]>
fix: change the condition for checking custom arrayType (#590)

73e3f315436ea9442f41a1fe8c8c9fcea2dc4972 authored almost 5 years ago by sdghchj <[email protected]>
feat: optimize getArrayPropertyName; support [][]string fixing #562 (#588)

* optimize getArrayPropertyName;
support [][]string

* []interface{} is deprecated but can be...

10630b9af07a6b9ec3a254979234c7661d2e7074 authored almost 5 years ago by sdghchj <[email protected]>
feat: support array of maps (#586)

0e5dd7d85383252d6e05b9b646c36d43f1245eec authored almost 5 years ago by sdghchj <[email protected]>
fix: fully support map and optimization (#583)

* 1. parseTypeExpr return poionter to spec.Schema.
2. fully support map type, including map[str...

eb4805c2825320ed4d4ae61e80f9f9481a4cadf3 authored almost 5 years ago by sdghchj <[email protected]>
fix(githubCI):working directory issue. (#580)

6d49876b1196959fa1ced704afd7d23d803b1915 authored almost 5 years ago by Bogdan U <[email protected]>
fix bug in array param in body (#579)

* fix bug in array param in body

b7317157b2df219f9911f5ec12b4b217d72eca23 authored almost 5 years ago by sdghchj <[email protected]>
test: re-enable tests after fixing github action(#572)

a478a3216e71ec5216c982cab74bde8c8b564a0c authored almost 5 years ago by Bogdan U <[email protected]>
fix issue with import aliases (#483) (#573)

b734f40071cdd9808551168499c525f0d4402b40 authored almost 5 years ago by Smotrov Dmitriy <[email protected]>
chore(CI): add GitHub action (#571)

d6d8b49bda9749d9c219187e4628fb403a9d62a9 authored almost 5 years ago by Bogdan U <[email protected]>
chore: add GitHub action (#568)

de444e5b497f68331eae907614b25dc908100359 authored almost 5 years ago by Bogdan U <[email protected]>
add support for map nested in struct (#521)

* add support for map nested in struct

68ab45d226ee06a6a17062997017246244508a80 authored almost 5 years ago by Laurens van den Brink <[email protected]>
chore: correcting the comet (#555)

b56402325ac403daf1b228b2025e3ba9b57e3703 authored almost 5 years ago by Rafael Vinicius <[email protected]>
fix issue with urfave/cli (#557)

75ecf95675e2f96b1edebc0b3c15f5c4ec64cf4f authored almost 5 years ago by Bogdan U <[email protected]>
fix: router now support colon sign. Useful for custom methods using custom verbs (#552)

Thanks for your contribution.

fb06668d93a2d71e99d536722ccfe9dc43b308d3 authored almost 5 years ago by Thomas Coussot <[email protected]>
fix: required tag doesn't work with nested object property #504 (#541)

c05c2737fb276deb93b7e6316c9971e7180a8d8d authored almost 5 years ago by MIKI Takushi <[email protected]>
Fix some typos (#543)

ab69c2399a4b62ecf9fe39ebe2cab91e91a437e9 authored almost 5 years ago by manuelgu <[email protected]>
fix: unnecessary type field in parameter body schema

6567f07e41b2a30f2d2221e19b506f4032f7d2fa authored almost 5 years ago by Bogdan U <[email protected]>
chore(refactor): improve code quality (#540)

008c37baa77bf879a819e7a8eea45a487ec0a178 authored about 5 years ago by Bogdan U <[email protected]>
chore: jump version to v1.6.3 (#531)

c9f403a30434dc43903a02f80bcf736f11169a86 authored about 5 years ago by Eason Lin <[email protected]>
chore: use github action (#528)

* use github action

e0c8bbb526b418ef2da9f2e91d768195467e066b authored about 5 years ago by pei <[email protected]>
support for read only, test by adding read only attribute to id of pet (#529)

efcfb3d7926528b7906c1945458e8d16a31d5d9b authored about 5 years ago by Laurens van den Brink <[email protected]>
Correct error in checking for primitive data type (#516)

* Add swag binary to git ignore

* Correct error in checking for primitive data type

* chec...

b09d3f53763d1a70fcbe7bf3689c29df44948255 authored about 5 years ago by Bruce A Downs <[email protected]>
Merge branch 'master' into internal-package-parsing-support

9307fce190889c443dc513e5acad448271539366 authored about 5 years ago by Bogdan U <[email protected]>
Fix nested struct parsing (#514)

* Fix: support nested struct

* Fix a problem: when a struct be defined in the file which the ...

d74ed70e44450ffd5ca0016f0e78e2c569abbc45 authored about 5 years ago by Jiaju Chen <[email protected]>
Add --parseInternal flag to support internal underlying types (#508)

df54d45e59eeebba664692bf44baa84433d37420 authored about 5 years ago by Sergei Zimakov <[email protected]>
tag.docs.description typos (#500)

4f860d75f582ea1a18739e5ae1009bb467f96906 authored about 5 years ago by Jan Garaj <[email protected]>
doc(readme): additional Example for swaggertype (#498)

e97b3a0290e32486d64a17bb4b01f31f656918c6 authored about 5 years ago by Bogdan U <[email protected]>
exclude developer tools from go modules. (#493)

* Don't include golint in go module

* fix

* fix make travis

33a7940e94db154fd3043b9a12c93789924a8fda authored about 5 years ago by pei <[email protected]>
Merge pull request #492 from swaggo/update-go-mod

delete deps for example.

16ebb329af954a953e7e542d6d0a0acf9a639ff6 authored about 5 years ago by Bogdan U <[email protected]>
delete deps

7c7bb1436260b708826651fd13312526e8515355 authored about 5 years ago by pei0804 <[email protected]>
Improved error message, when a markdown file is missing … (#491)

* Improved error message, when a markdown file is missing. It does now include the tag name.

...

9710e4b34e8cddfba878d5e65595694d83a85ca8 authored about 5 years ago by Bogdan U <[email protected]>
feat(parser): support slice of primitives for query and body, support primitives for body (#489)

e22b3928f904a174c1b33b192394fa8c9d9751aa authored about 5 years ago by Bogdan U <[email protected]>
refactor: reduce code complexity (#487)

874338108e848d7b518291c95c0acfb4f03a6750 authored about 5 years ago by Bogdan U <[email protected]>
chore: add markdown example (#486)

3d602810f5df6107797fca78a6315c2c8b9e608c authored about 5 years ago by Bogdan U <[email protected]>
chore: add docs.go test coverage (#482)

* docs.go test coverage

* docs.go test coverage

77b90205c6f8e3daada98d3a4612f16f7facf865 authored about 5 years ago by Bogdan U <[email protected]>
Merge pull request #481 from lonnblad/programmatic-multiline-api-description

Fixed JSON issue with Multiline API Description

c2f66134458d075ef3121d824e10123bb52db3c5 authored about 5 years ago by Bogdan U <[email protected]>
Changed from strings.ReplaceAll to strings.Replace

5c2a121abda195c0510f0f7e45998ef4113b103f authored about 5 years ago by Fredrik Lönnblad <[email protected]>
Fixed JSON issue with Multiline API Description

1c38154f57856378d95fbdefb60b98e4d4b33cfe authored about 5 years ago by Fredrik Lönnblad <[email protected]>
fix: error resolving host and basepath (#475)

c19280e76fac72a09e9730a4b3c9ae3e144d9b3a authored about 5 years ago by Bogdan U <[email protected]>
refactor(gen.go): improve code coverage (#468)

* Fix issue #467
Fix issue #466
Refactor gen/gen.go , improve gen.go coverage

* Rollback #4...

67075e4b3af111620c5bbd3fef3f0ca6af3cfb96 authored about 5 years ago by Bogdan U <[email protected]>
feat: embeded struct not parsed (#463)

be88a6430d9f3f29ea10d5b612aa6d67e96ed6bf authored over 5 years ago by Bogdan U <[email protected]>
fix: support anonymous nested structure slice parsing (#462)

72f30f869f60a203eef32f791cc78c197cc5c404 authored over 5 years ago by Bogdan U <[email protected]>
fix: unnecessary type field on response objects (#459)

d8cb1c8c603708892b487a1322c43639e3d26bf2 authored over 5 years ago by Bogdan U <[email protected]>
fix code coverage in operation.go (#456)

bd1235d8e7291c9914afe94717e0c3d2972f45bc authored over 5 years ago by Bogdan U <[email protected]>
feat: support @x- attributes for operations (#452)

4642ffddd8fee8f852dc7c3ee021bce5cad7833f authored over 5 years ago by yutopp <[email protected]>
fix: dynamic schemes bugfix (#450)

6de832a30f93cc5606b996f632ad7e967670c2ab authored over 5 years ago by Bogdan U <[email protected]>
chore: improve test coverage (#448)

4f5a434f57950e40682cf27ceb080aa6b7316be4 authored over 5 years ago by Bogdan U <[email protected]>
chore: release v1.6.2 (#447)

52091f11ff1d0c58cd3403970c6160713f117246 authored over 5 years ago by Eason Lin <[email protected]>
fix: variables in the assignment caused compile error (#446)

c8a5281863c2997c9d4080e394eab4abbcd154c9 authored over 5 years ago by Eason Lin <[email protected]>
enhancement: remove backticks from struct field's comment (#442)

288d21c48772bc35350e7e09d232821d15282125 authored over 5 years ago by Bogdan U <[email protected]>
fix: only execute 'go list' when enable 'parseDependency' flag (#439)

be6d0b245c301fa26f830ffdb891d44aeb59f0b8 authored over 5 years ago by Eason Lin <[email protected]>
feat: ability to set "schemes" programatically (#438)

9fbf26c6eab5abd9216c2786165f283f2e1e6d34 authored over 5 years ago by Bogdan U <[email protected]>
chore: release v1.6.1 (#436)

e1fae5fe4ffcf84fbf66606e1c4c428225643059 authored over 5 years ago by Eason Lin <[email protected]>
chroe: update embedded swagger ui (#435)

2f348f47eac9f2f71d6b5300da8838f2e14ee62e authored over 5 years ago by Eason Lin <[email protected]>
fix: fail when searchDir contains no package (#434)

91ec3e69be3fcd78e18b7f4d19f9a1785f36919d authored over 5 years ago by Eason Lin <[email protected]>
chore: release v1.6.0 (#430)

393e5ccac2d3043a138bad7220f6a2bd95840c79 authored over 5 years ago by Eason Lin <[email protected]>
feat: add option to explicitly include or exclude third party dependencies (#426)

593e9363cd29de2428d9a3b5a7b909047711e678 authored over 5 years ago by zhangpeng <[email protected]>
fix: don't need to parse sub package when found dependencies (#425)

d2e27a232541b6ed53e39f2d48f58fdadd4e825e authored over 5 years ago by Eason Lin <[email protected]>
chore: fix example comment at ParseParamComment func

e868ec01e1e9a9da2666dc8a4e779159e3e545b4 authored over 5 years ago by zhangpeng <[email protected]>
chore(mod): remove gin dependence (#424)

afb3de9e863d64540bcb414815a3e18f4f567ae7 authored over 5 years ago by Eason Lin <[email protected]>
feat: implement parsing extension on root level openapi (#416)

e3192f39efc9e2394e14127c5d1ab94b01023a20 authored over 5 years ago by Yannick MOHL-CLAUZADE <[email protected]>
fix: ignore .go files in 'testdata' folder because it can be invalid (#418)

016b87b347c9227284e6f5314fb89e59471d289c authored over 5 years ago by Eason Lin <[email protected]>
feat: found declarative annotations from go-module packages (#415)

* feat: scan deps form go module

* use go list to get package

* fmt

* remove unused cod...

11619acd811e7ae4374ff35088387aa88bf08405 authored over 5 years ago by Eason Lin <[email protected]>
feat: support markdown description (#377)

6170d1bca704dd9286b20d4524446123b2bc43a4 authored over 5 years ago by Nerzal <[email protected]>
refactor: added some error checks (#411)

* Added some error checks

* Further improved error handling

* Simplified some if checks

...

6ee61d7b497f047f8e92c288bd8d9e7602a0e099 authored over 5 years ago by Nerzal <[email protected]>
feat: added deprecation parsing (#410)

b534de432c282f47d696b28fda106dcb16a2a867 authored over 5 years ago by Nerzal <[email protected]>
chore: release v1.5.1 (#409)

f7df9bfb3971473b8126d90ca86de1717fa7662f authored over 5 years ago by Eason Lin <[email protected]>
chore(assets): update swaggo png (#408)

31a3c5af2f02480eed38dfbfac4fdab3405827f5 authored over 5 years ago by Eason Lin <[email protected]>
chore(mod): leave only build dependencies (#405)

783d9d5a5bfbfb0ea3905e93a78069a7dc833c49 authored over 5 years ago by Eason Lin <[email protected]>
Fix processing alias type in struct when alias type is in another package (#403)

8e9b9781562b2c19ff09ddc2a57398d204f184bd authored over 5 years ago by Andrey Volkov <[email protected]>
fix(example): fix typos in UploadAccountImage message (#401)

7a85a26c8bb78118297b8ec358e29679b333f802 authored over 5 years ago by Ryo Hashimoto <[email protected]>
refactor: return error instead of panic (#399)

* refactor: return error instead of panic

* fix fmt check

* fix error check

* refine ge...

fa508ff4f6985634f42b9b941e376e003c40a763 authored over 5 years ago by Eason Lin <[email protected]>
chore(readme): add release badge (#394)

b5d2fa771bf87da46a81b9611ad33da2721b4d4f authored over 5 years ago by Eason Lin <[email protected]>
fix(property): remove warning (#393)

32df12c88fd06411c964378ff0d05c551080faaf authored over 5 years ago by Eason Lin <[email protected]>
doc(readme): fix Param Type option desc (#383)

2a7b9f41f0361c4bf8145a5369b01b189aaa7245 authored over 5 years ago by adair peng <[email protected]>
chore(readme): add Go version at go get paragragh (#361)

e1d2304759ce5ebf4e49b8cbfef74a5f39618ec0 authored over 5 years ago by Webber1989 <[email protected]>
chore(readme): make swaggertype examples more readable (#371)

169765ae6aa5802403fd49f90b0e1afaf2d572c5 authored over 5 years ago by Eason Lin <[email protected]>
chore: fix repair bug_report.md to one standard (#366)

7c1ce3701cf613a3d93f8f73c6d2271f085b8526 authored over 5 years ago by Robert Arzin <[email protected]>
chore(doc): fix cli desc (#364)

03e66e658b41d11a7a40f920f8ab151ab1b925e1 authored over 5 years ago by Andrey Skurlatov <[email protected]>
chore(readme): fixed link into readme (#363)

6b0801b6874d42154d0a992b7739480797699824 authored over 5 years ago by Saimon Petrov <[email protected]>
bump to v1.5.0 (#358)

a5009d0064c700c555082c4290d6eab9a923721b authored over 5 years ago by Eason Lin <[email protected]>
feat: support line-comments to struct comment (#356)

e4ec0fe504c1126ffc5eeb002bdff35714ec0add authored over 5 years ago by scorpig <[email protected]>
refactor(paser): using error instead of panic (#355)

92f098da93de303ad77201a9f75dd4bedb849dbb authored over 5 years ago by Eason Lin <[email protected]>
use trim spaced string (#353)

4d66fe80070e0125fc77fdd0cc70eb038b17b00f authored over 5 years ago by pei <[email protected]>
refactor parseAndExtractionParamAttribute (#354)

* add fintAttr

* use find

3a5aa94ac833569621b940d4cf49995cbd6d7666 authored over 5 years ago by pei <[email protected]>
refactor for property.go (#352)

332065233271ac2ff1b904accd6b7dcb73b43b7d authored over 5 years ago by pei <[email protected]>
refactor: return error instead of panic (#350)

3335bb4cef604679c399035b048138757ae71360 authored over 5 years ago by Eason Lin <[email protected]>
Fix handling of multiline description blocks when general API is in the same file as operations (#340) (#341)

0d4d8f5d7b6ab420929791ab1230e586a7d3f791 authored over 5 years ago by Daniels Umanovskis <[email protected]>
fix examples doc link (#349)

9a22132dc1195570b371f8f45ca2555bb475ebb1 authored over 5 years ago by Eason Lin <[email protected]>
refactor(operation): get more clear to remove else (#347)

788b633ebe1b85bbb583eb1c20202daa9c0b3d5c authored over 5 years ago by Eason Lin <[email protected]>
Revert "chore: update gin-swagger examples and doc (#345)" (#346)

This reverts commit 7b98fb81a8818732e4dced76bc90f3f00a2a67e7.

20de40e1668702e280988ba9bffbfb3eddf0e3c7 authored over 5 years ago by pei <[email protected]>
refactor: Initialize regexp.MustCompile only once (#343)

8c7df8ec41edf55578882847bb1749ef52f5f79e authored over 5 years ago by pei <[email protected]>
chore: update gin-swagger examples and doc (#345)

* update gin-swagger example doc

* use gin-swagger v.1.2.0

7b98fb81a8818732e4dced76bc90f3f00a2a67e7 authored over 5 years ago by Eason Lin <[email protected]>
add support for 1.12.x and update make install (#342)

7fc88332020f3d07ff226485a8c21a3ed77ff631 authored over 5 years ago by pei <[email protected]>
feat: and go vet check (#336)

* fix govet error

* add go vet check

* add target and vet step

009de0ca76e49e137d756fa870ba75c62746f0b3 authored over 5 years ago by pei <[email protected]>
refactor: extract schema logic (#338)

d21dc4f47790752fbf494778904eae946452aef7 authored over 5 years ago by pei <[email protected]>
fix go lint error (#335)

889705a8db7763121543be8c314d836ebf040d42 authored over 5 years ago by pei <[email protected]>