Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/go-openapi/analysis

Last synced: about 4 hours ago

Repository metadata:

openapi specification object model analyzer


Owner metadata:


Committers metadata

Last synced: 14 days ago

Total Commits: 126
Total Committers: 16
Avg Commits per committer: 7.875
Development Distribution Score (DDS): 0.619

Commits in past year: 25
Committers in past year: 2
Avg Commits per committer in past year: 12.5
Development Distribution Score (DDS) in past year: 0.32

Name Email Commits
Frederic BIDON f****i@y****m 48
Ivan Porto Carrero i****n@f****z 31
fredbi f****n@a****g 10
kreamyx k****y@g****m 9
dependabot[bot] 4****] 8
Kazuyoshi Kato k****u@a****m 5
Mike Sample m****e 3
Youyuan Wu y****u@o****m 2
kul-amr a****i@g****m 2
mbohlool m****y@g****m 2
Daniel Morinigo d****m@g****m 1
Greg Marr g****r@a****m 1
Guillem Jover g****r@s****m 1
Karsten Weiss k****s@g****m 1
Tobias Klauser t****r@d****h 1
ujjwalsh u****p@g****m 1

Issue and Pull Request metadata

Last synced: about 4 hours ago


Package metadata

go: github.com/go-openapi/analysis

Package analysis provides methods to work with a Swagger specification document from package go-openapi/spec. ## Analyzing a specification An analysed specification object (type Spec) provides methods to work with swagger definition. ## Flattening or expanding a specification Flattening a specification bundles all remote $ref in the main spec document. Depending on flattening options, additional preprocessing may take place: ## Merging several specifications Mixin several specifications merges all Swagger constructs, and warns about found conflicts. ## Fixing a specification Unmarshalling a specification with golang json unmarshalling may lead to some unwanted result on present but empty fields. ## Analyzing a Swagger schema Swagger schemas are analyzed to determine their complexity and qualify their content.

  • Homepage: https://github.com/go-openapi/analysis
  • Documentation: https://pkg.go.dev/github.com/go-openapi/analysis#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.22.2 (published 10 months ago)
  • Last Synced: 2024-11-09T00:09:45.479Z (1 day ago)
  • Versions: 33
  • Dependent Packages: 3,105
  • Dependent Repositories: 18,047
  • Docker Downloads: 18,354,044,446
  • Rankings:
    • Docker downloads count: 0.017%
    • Dependent repos count: 0.051%
    • Dependent packages count: 0.065%
    • Average: 2.328%
    • Forks count: 4.022%
    • Stargazers count: 7.488%

Dependencies

analysis_test/go.mod go
  • github.com/go-openapi/analysis v0.20.1
  • github.com/go-openapi/loads v0.21.0
  • github.com/go-openapi/spec v0.20.6
  • github.com/go-openapi/swag v0.21.1
  • github.com/stretchr/testify v1.8.0
analysis_test/go.sum go
  • 280 dependencies
go.mod go
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/spec v0.20.6
  • github.com/go-openapi/strfmt v0.21.3
  • github.com/go-openapi/swag v0.21.1
  • github.com/mitchellh/mapstructure v1.4.1
  • github.com/stretchr/testify v1.8.0
go.sum go
  • github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-openapi/errors v0.20.2
  • github.com/go-openapi/jsonpointer v0.19.3
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/jsonreference v0.20.0
  • github.com/go-openapi/spec v0.20.6
  • github.com/go-openapi/strfmt v0.21.3
  • github.com/go-openapi/swag v0.19.5
  • github.com/go-openapi/swag v0.19.15
  • github.com/go-openapi/swag v0.21.1
  • github.com/golang/snappy v0.0.1
  • github.com/google/go-cmp v0.5.2
  • github.com/google/uuid v1.1.1
  • github.com/josharian/intern v1.0.0
  • github.com/klauspost/compress v1.13.6
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/mailru/easyjson v0.7.6
  • github.com/mitchellh/mapstructure v1.3.3
  • github.com/mitchellh/mapstructure v1.4.1
  • github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
  • github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
  • github.com/oklog/ulid v1.3.1
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.6.1
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/tidwall/pretty v1.0.0
  • github.com/xdg-go/pbkdf2 v1.0.0
  • github.com/xdg-go/scram v1.1.1
  • github.com/xdg-go/stringprep v1.0.3
  • github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d
  • go.mongodb.org/mongo-driver v1.10.0
  • golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  • golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210423082822-04245dca01da
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.6
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
  • gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/go-test.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • codecov/codecov-action v3 composite
  • golangci/golangci-lint-action v3 composite
.github/workflows/auto-merge.yml actions
  • dependabot/fetch-metadata v1 composite