Commit Graph

  • 9aaf041909 Merge pull request #32 from davidebianchi/upgrade-deps Davide Bianchi 2021-10-16 19:25:27 +02:00
  • b1dc480411 run go mod tidy Davide Bianchi 2021-10-16 19:24:31 +02:00
  • 3d9ad0fb5f feat: upgrade deps Davide Bianchi 2021-10-16 19:23:52 +02:00
  • 5f07fcb394 Update README.md Davide Bianchi 2021-10-16 19:05:25 +02:00
  • 985e3dfd03 Update dependabot.yml Davide Bianchi 2021-10-16 19:04:21 +02:00
  • 67073bb3bb Merge pull request #30 from davidebianchi/dependabot/add-v2-config-file Davide Bianchi 2021-05-18 21:44:48 +02:00
  • ba069411b1 Upgrade to GitHub-native Dependabot dependabot-preview[bot] 2021-04-29 16:07:20 +00:00
  • a950dcc879 Merge pull request #28 from davidebianchi/dependabot/go_modules/github.com/getkin/kin-openapi-0.60.0 Davide Bianchi 2021-04-26 18:54:00 +02:00
  • 1fe64517bd chore(deps): bump github.com/getkin/kin-openapi from 0.53.0 to 0.60.0 dependabot-preview[bot] 2021-04-26 06:34:55 +00:00
  • 651f2d0478 Merge pull request #25 from davidebianchi/dependabot/go_modules/github.com/getkin/kin-openapi-0.53.0 Davide Bianchi 2021-04-03 18:57:28 +02:00
  • 22cf8cdbc4 chore(deps): bump github.com/getkin/kin-openapi from 0.48.0 to 0.53.0 dependabot-preview[bot] 2021-03-24 06:58:26 +00:00
  • 2d310b15e1 Merge pull request #21 from davidebianchi/dependabot/go_modules/github.com/getkin/kin-openapi-0.48.0 Davide Bianchi 2021-03-07 18:14:05 +01:00
  • b77a71d0e4 chore(deps): bump github.com/getkin/kin-openapi from 0.39.0 to 0.48.0 dependabot-preview[bot] 2021-03-05 07:01:19 +00:00
  • 7f240250d5 Create CHANGELOG.md Davide Bianchi 2021-02-07 18:19:23 +01:00
  • 3b0f5b33eb Merge pull request #15 from davidebianchi/dependabot/go_modules/github.com/stretchr/testify-1.7.0 Davide Bianchi 2021-02-07 18:17:45 +01:00
  • 6c8a4b5cdf chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 dependabot-preview[bot] 2021-02-07 17:04:21 +00:00
  • 04774f8ed5 update deps Davide Bianchi 2021-02-07 18:02:52 +01:00
  • 741e8f37dd Update README.md v0.1.0 Davide Bianchi 2021-02-07 17:44:45 +01:00
  • 5546ae3af2 Update README.md Davide Bianchi 2021-02-07 17:44:32 +01:00
  • 47fe0e5f93 Update README.md Davide Bianchi 2021-02-07 17:44:05 +01:00
  • b58096bc68 Merge pull request #7 from fredmaggiowski/feat/verify-oneOf-support Davide Bianchi 2021-02-07 17:28:09 +01:00
  • 8eb0f1e313 feat: add first level oneOf test Davide Bianchi 2021-02-07 17:26:21 +01:00
  • a72ca87d93 test: verified oneOf support for properties Federico Maggi 2020-11-25 18:49:16 +01:00
  • 84e419bec2 Merge pull request #11 from davidebianchi/custom-docs-path Davide Bianchi 2021-01-27 00:33:27 +01:00
  • 5d8b8c0a03 feat: add custom documentation path Davide Bianchi 2021-01-27 00:29:57 +01:00
  • 92eb124067 Merge pull request #10 from davidebianchi/expose-yaml Davide Bianchi 2021-01-27 00:10:17 +01:00
  • cef2f3ff83 feat: expose yaml Davide Bianchi 2021-01-27 00:02:41 +01:00
  • 345c3567df refactor: use constants for mime-type in test Davide Bianchi 2021-01-17 22:22:09 +01:00
  • cf8a06bb0a Merge pull request #9 from davidebianchi/anyof Davide Bianchi 2021-01-17 22:01:06 +01:00
  • a9941231ed test: add test to anyOf swagger spec Davide Bianchi 2021-01-17 21:58:32 +01:00
  • c1c0f8e3b1 docs: update README Davide Bianchi 2021-01-17 20:42:30 +01:00
  • 526159621e Merge pull request #8 from davidebianchi/allof-support Davide Bianchi 2021-01-17 20:36:54 +01:00
  • d9a768c295 Update operation.go Davide Bianchi 2021-01-17 20:34:15 +01:00
  • 28011e0c4d Update operation.go Davide Bianchi 2021-01-17 20:34:09 +01:00
  • 56684e181f Update route_test.go Davide Bianchi 2021-01-17 20:34:01 +01:00
  • 0a398ef94b feat: use lib Operation instead of openapi3 in private methods Davide Bianchi 2021-01-17 20:32:38 +01:00
  • dc3bb7035b chore: upgrade deps Davide Bianchi 2021-01-17 19:27:59 +01:00
  • 8e18f2ec3e feat: add dev friendly methods to add correct request body and responses Davide Bianchi 2021-01-17 19:25:04 +01:00
  • 15387573aa docs: add to FAQ Davide Bianchi 2021-01-06 18:58:57 +01:00
  • 223a535b89 feat: tested the allOf support Davide Bianchi 2021-01-06 18:52:44 +01:00
  • df11a7052d Merge pull request #6 from fredmaggiowski/feat/new-entrypoint-and-using-constants Davide Bianchi 2020-11-25 17:55:48 +01:00
  • e3f3c67203 refactor: renamed gswagger.New to gswagger.NewRouter Federico Maggi 2020-11-25 17:49:34 +01:00
  • 05ad494778 docs: add docs Davide Bianchi 2020-10-21 00:16:36 +02:00
  • ae2b97fcdf Merge pull request #3 from davidebianchi/content Davide Bianchi 2020-10-20 09:27:03 +02:00
  • 0478e6a56a feat: handle content in request body and responses Davide Bianchi 2020-10-20 01:41:47 +02:00
  • 58fa435824 feat: handle content in parameters Davide Bianchi 2020-10-20 00:10:56 +02:00
  • a0a8f559cd Merge pull request #2 from davidebianchi/handle-request-response Davide Bianchi 2020-10-18 00:32:55 +02:00
  • 185f2d113b run go mod tidy Davide Bianchi 2020-10-18 00:31:42 +02:00
  • 24755b84e9 feat: fixed and add test to route Davide Bianchi 2020-10-18 00:30:34 +02:00
  • 8dff4afe09 feat: sort params in creation. In this manner, the params order is the ever same Davide Bianchi 2020-10-17 00:50:15 +02:00
  • 169ca8e4a3 feat: handle all oas3 parameters Davide Bianchi 2020-10-17 00:13:02 +02:00
  • 8f8a7dbf7d feat: handle params and query in swagger Davide Bianchi 2020-10-16 09:46:27 +02:00
  • e31c44beef test: add test to swagger generation. Fix returned content-type Davide Bianchi 2020-10-15 00:39:53 +02:00
  • abf3da2a6f test: complete New function test coverage Davide Bianchi 2020-10-14 23:54:19 +02:00
  • 5e7af61ad8 feat: remove unused option Davide Bianchi 2020-10-14 23:17:06 +02:00
  • fd0b235774 feat: remove ServeHTTP method. Use the external mux router method instead Davide Bianchi 2020-10-14 23:14:42 +02:00
  • ec6788e607 refactor: remove unused code and add function doc Davide Bianchi 2020-10-14 23:11:19 +02:00
  • 4c34a09f78 handle request body and responses and generates a correct openapi3 swagger Davide Bianchi 2020-10-14 01:05:35 +02:00
  • d5a1ce9778 Update README.md Davide Bianchi 2020-10-11 19:44:50 +02:00
  • 2e6f355d8b Merge pull request #1 from davidebianchi/github-actions Davide Bianchi 2020-10-11 19:00:46 +02:00
  • 4ef8ed5f02 add actions Davide Bianchi 2020-10-11 18:56:38 +02:00
  • 7316f9366a Initial commit Davide Bianchi 2020-10-11 18:52:45 +02:00
  • 197c472432 Initial commit Davide Bianchi 2020-10-11 18:46:44 +02:00