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