- 0320d74 Fixed incorrect interface nil check in protoc-gen-openapi (#249) by Christian Banse · 4 years, 8 months ago main
- c686e50 Improve protoc-gen-openapi generation of response bodies. (#247) by Tim Burks · 4 years, 8 months ago
- ff4e3d1 protoc-gen-openapi: serialize date and date-time as strings (#234) by Guillaume · 4 years, 8 months ago
- 4bfc54b Update protoc-gen-openapi to represent map<string,string> as OpenAPI objects. (#244) by Tim Burks · 4 years, 8 months ago
- 1550ae2 Upgrade protobuf and Generate OpenAPI v3 responseBody content examples (#242) by Dan Larsen · 4 years, 9 months ago upstream/v0.5.5
- ed30884 Create go.yml to do commit testing with GitHub Actions (#233) by Tim Burks · 5 years ago
- 90d61b5 protoc-gen-openapi: handle message bodies mapped to string fields (#232) by Tim Burks · 5 years ago
- 43bcb37 protoc-gen-openapi: timestamps should be serialized as strings (#223) by Tim Burks · 5 years ago
- eec9d28 fixed build status badge (#226) by Krushnal Patel · 5 years ago
- e21f238 Minor fixes to protoc-gen-openapi: remove extraneous log message, update openapi version in generated files (#222) by Tim Burks · 5 years ago upstream/v0.5.4
- 42aec32 protoc-gen-openapi (#221) by Tim Burks · 5 years ago upstream/v0.5.3
- 7fb1841 Support JSON marshalling of yaml sequence and scalar nodes (#220) by Ben Wells · 5 years ago
- 52a6193 Add line numbers to error msgs + improve errors for schema mismatches (#219) by Tim Burks · 5 years ago upstream/v0.5.2
- 349b567 ToRawInfo functions return null-valued nodes instead of nil (#218) by Tim Burks · 5 years ago
- 48b4738 Fix checking of error from jsonwriter.Marshal (#216) by Ben Wells · 5 years ago
- 8e72155 chore: add CODEOWNERS and repo config (#215) by Justin Beckwith · 5 years ago
- f6a8fec fix crash in discovery vocabulary computation (#214) by Tim Burks · 5 years ago
- dea0258 vocabulary generation for discovery docs (#208) by Tim Burks · 5 years ago
- b262eed update generated protos (#211) by Tim Burks · 5 years ago
- 15aa5a7 Add support for treating timestamps (as identified by yaml.v3) as strings. (#210) by Tim Burks · 5 years ago
- 48073df VocabularyList and Clean up (#207) by Nicole Marie Gizzo · 5 years ago
- 2114d63 Version History + Code Cleanup (#205) by Nicole Marie Gizzo · 5 years ago
- dc43282 Refined vocabulary to use structs instead of global variables (#203) by Nicole Marie Gizzo · 5 years ago
- 95171db Use key paths to get source info from yaml files (#200) by Nicole Marie Gizzo · 5 years ago
- 0b9e7d4 Fix error in discovery reader. (#202) by Tim Burks · 5 years ago
- 3e1e1bd Fix broken ParseDocument function for Discovery files + improve tests. (#199) by Tim Burks · 5 years ago upstream/v0.5.1
- 256520e Adding an additional case for yaml node with tag "!!int". (#198) by Lorenz Hofmann-Wellenhof · 5 years ago
- ce28748 minor improvements to generator code (#197) by Tim Burks · 5 years ago
- 5a22f61 simplify extension handling and clarify its experimental status (#196) by Tim Burks · 5 years ago
- 40cf3c0 Update gnostic to use yaml.v3 (#194) by Tim Burks · 5 years ago upstream/v0.5.0
- 9cb6370 Created a mvp API Linter plugin that supports both v2 and v3 (#192) by Nicole Marie Gizzo · 5 years ago
- ae26236 Linter App (#191) by Nicole Marie Gizzo · 6 years ago
- f9af143 vocabulary-operations (#190) by Nicole Marie Gizzo · 6 years ago
- ead8eb3 Include generated jsonschema/base.go (#189) by Tim Burks · 6 years ago
- d1505c9 Fix crash found by fuzzing. (#187) by Tim Burks · 6 years ago
- 72146ea Use prettier (via tools/pretty.sh) to format all README.md files. (#186) by Tim Burks · 6 years ago
- 99a94f7 Generate jsonschema/base.go (a compiled-in version of jsonschema/schema.json) (#185) by Tim Burks · 6 years ago
- 0319aeb Since some tests run separately-built binaries, clear the cache in "make test". (#184) by Tim Burks · 6 years ago
- 899eab8 Summarize vocabulary (#183) by Nicole Marie Gizzo · 6 years ago
- d873db5 Disable surface model generation with --no-surface. (#182) by Tim Burks · 6 years ago
- 27fa43f Put output files in the same directory as their associated input files. (#180) by Tim Burks · 6 years ago
- a5cca12 Summarize vocabulary (#181) by Nicole Marie Gizzo · 6 years ago
- d95c059 gnostic-complexity: new plugin that computes simple complexity metrics (#179) by Tim Burks · 6 years ago upstream/v0.4.2
- 966d1db gnostic-summary: fix plugin to write output in the same directory as its input file. (#178) by Tim Burks · 6 years ago
- 0a63761 gnostic-vocabulary: new plugin that computes word usage counts (#177) by Nicole Marie Gizzo · 6 years ago
- e775a79 merging vocab_plugin from gizzon by Tim Burks · 6 years ago
- dc944c7 Vocabulary App for V2 and V3 (#176) by Nicole Marie Gizzo · 6 years ago
- 3186047 Vocabulary: New App (#175) by Nicole Marie Gizzo · 6 years ago
- 89741bb Add support for enum arrays. (#173) by Lorenz Hofmann-Wellenhof · 6 years ago
- 57a06a8 Add enum values to surface model (#172) by Lorenz Hofmann-Wellenhof · 6 years ago
- db7bb52 Handle OneOf, AnyOf, and AllOf sub schemas (#169) by Lorenz Hofmann-Wellenhof · 6 years ago
- 428ada5 Schema updates (#166) by Tim Burks · 6 years ago
- 6b562c4 Update generate-gnostic tool to generate go_package options. (#165) by Tim Burks · 6 years ago
- 4869860 Fix test broken by PR#163 (#164) by Tim Burks · 6 years ago
- 63cf2e7 Synchronize accesses to reader cache maps. (#163) by Tim Burks · 6 years ago
- 1b6d7e7 Display usage information on errors and when the --help option is given. (#161) by Tim Burks · 6 years ago
- dfc4011 Add mtlsRootUrl property to Discovery schema. (#158) by Tim Burks · 6 years ago
- 896953e Lower-case OpenAPIv2 and OpenAPIv3 dirs to follow style guide. (#155) by Tim Burks · 6 years ago upstream/v0.4.1
- 81b31a2 Update Makefile to run all tests (and fixed broken tests). (#154) by Tim Burks · 6 years ago
- bb1011a Reorganize tests. (#153) by Tim Burks · 6 years ago
- 9938483 Add plugin development helpers and verbose flag for plugins. (#152) by Tim Burks · 6 years ago upstream/v0.4.0
- b043406 Remove swift code (to a separate repo). (#132) by Tim Burks · 6 years ago
- dde5565 Update OpenAPIv3.proto to support OpenAPI 3.1 (#148) by Tim Burks · 6 years ago
- b0a17e3 Remove messages about responses with no contents. (#150) by Tim Burks · 6 years ago
- 635450e Move core of apps/disco into top-level packages. (#146) by Tim Burks · 6 years ago
- 5b21ca1 Making surface model not dependent on source name in case we don't find it; generating a generic type for empty objects; (#145) by Lorenz Hofmann-Wellenhof · 6 years ago
- ee703ec Update field names in surface.proto to use snake case. (#144) by Tim Burks · 6 years ago
- b55395f Fix incorrect URL in README. (#143) by Tim Burks · 6 years ago
- ab0dd09 Update build configurations to use Go modules. (#142) by Tim Burks · 6 years ago upstream/v0.3.1
- 2cd1770 Re-adding generated files to avoid problems with "go get". (#141) by Tim Burks · 6 years ago
- befc733 Fix .gitignore of pb.go files (#140) by Noah Dietz · 6 years ago
- 51de230 Remove generated pb code. (#138) by Tim Burks · 6 years ago
- 38b64be Improved version of surface model for v2 (#137) by Lorenz Hofmann-Wellenhof · 6 years ago
- f238b8c New surface model (#136) by Lorenz Hofmann-Wellenhof · 6 years ago
- 25d8b0b Adding the position of a reference field. (#130) by Lorenz Hofmann-Wellenhof · 7 years ago upstream/swift
- e73c7ec Enhancements for the surface model (#128) by Lorenz Hofmann-Wellenhof · 7 years ago upstream/v0.3.0
- 353f7ea Merge pull request #127 from noahdietz/remove-go-plugin by Tim Burks · 7 years ago
- d4406a8 remove all uses of gnostic-go-generator by Noah Dietz · 7 years ago
- 424146a remove Go generator plugin by Noah Dietz · 7 years ago
- 0a2f4f0 Merge pull request #126 from glickbot/glickbot/handle-type-any by Tim Burks · 7 years ago
- a221e9d handle 'any' type by Jon Glick · 7 years ago
- d18fd27 added error handling to golang plugin renderer (#122) by Jon Glick · 7 years ago
- 2c48680 added nil pointer check for disco/openapiv3 (#124) by Jon Glick · 7 years ago
- c273e2c Merge pull request #117 from liubog2008/fix-leak by Tim Burks · 7 years ago
- 993a7dd fix(resp): fix connection leak problem of missing response body close by liubog2008 · 7 years ago
- 909070f Merge pull request #113 from bhenderson/fix-some-edge-cases by Tim Burks · 7 years ago
- 6603604 Resolve package name from output path (#112) by Brian Henderson · 7 years ago
- c767ca6 Updating README: step 8 using plugins (#115) by Lorenz Hofmann-Wellenhof · 7 years ago
- da398fd Only add requestBody when the content type is json by Brian Henderson · 7 years ago
- 52cf573 Fix invalid unimplemented types by Brian Henderson · 7 years ago
- 19d733f Fix invalid type by Brian Henderson · 7 years ago
- ee81dd1 Fix invalid type identifiers by Brian Henderson · 7 years ago
- d55a06a Merge pull request #107 from timburks/master by Tim Burks · 7 years ago
- a2d7f3f Update apps/report sample to report better errors for non-OpenAPIv2 input. by Tim Burks · 7 years ago
- d48bb90 Merge pull request #106 from sebidude/master by Tim Burks · 7 years ago
- 39d76df Merge pull request #103 from andrewshan/master by Tim Burks · 7 years ago
- 33e0f70 Merge pull request #97 from noahdietz/refactor-goimports by Tim Burks · 7 years ago
- 318da79 Golang support for boolean type in openapi v2. by Sebastian Stauch · 7 years ago
- eb280b4 Golang support for boolean type. by Sebastian Stauch · 7 years ago
- 8efd690 improvement for filecache apis by andrewshan · 7 years ago