Commit Graph

494 Commits

Author SHA1 Message Date
Greg Myers
16e40bfcf3
Merge pull request #475 from rswag/fix/workflow
Fix GH Actions being unable to bundle
2022-01-22 22:13:43 +00:00
Greg Myers
8c6aed4a9e
Fix correct gem command
upgrade vs update
2022-01-22 22:12:27 +00:00
Greg Myers
8e59d2b2f2
Fix GH Actions being unable to bundle
Error looks similar to https://github.com/rubygems/rubygems/issues/5150
2022-01-22 22:10:24 +00:00
Greg Myers
a813b63bcc
Merge pull request #450 from marksiemers/master
Loosen gemspec requirement to allow rails 7.0
2021-12-03 22:41:41 +00:00
Greg Myers
076f71388c
Merge pull request #453 from jswk/update-swagger-ui
Update swagger-ui to 3.52.5
2021-12-03 22:39:57 +00:00
Greg Myers
9cfb5bc557
Merge pull request #441 from jaydorsey/jay/better_error_message
Better error message for missing let
2021-12-03 22:39:27 +00:00
Jakub Sawicki
6cafc0c0e5 Update swagger-ui to 3.52.5 2021-10-15 12:06:55 +02:00
Jay Dorsey
86c512f639 Add single quotes around parameter name 2021-09-24 16:11:44 -04:00
Jay Dorsey
32638062d7 Better error message for missing let
I've run into this problem a number of times. The original error message
is actually a `NoMethodError` and it's not always immediately clear what
the solution is, particuarly if you're new to rspec or rswag

Wanted to see if this kind of behavior is something that the rswag team
would be interested in adopting. I have a few other of these in mind
(will do as small PRs, with tests)
2021-09-24 16:10:40 -04:00
Mark Siemers
dd6530b718 Loosen gemspec requirement to allow rails 7.0 2021-09-22 17:32:58 -04:00
Blake Erickson
095906da58
Merge pull request #442 from jaydorsey/jay/mini_racer
Replace therubyracer with mini_racer
2021-08-10 07:12:13 -06:00
Jay Dorsey
a40a06646f Remove therubyracer from contributing 2021-08-08 23:00:40 -04:00
Jay Dorsey
42c8e123a8 Replace therubyracer with mini_racer
therubyracer doesn't appear to be under active development

I didn't need this for PRs that I was doing, but a `bundle install`
failed because of it. I know I can specify the groups as a workaround
but replacing this seems like it might reduce a small barrier to
contributing
2021-08-08 22:40:33 -04:00
Greg Myers
c85fa3b37a
Update README.md 2021-06-16 14:46:04 +01:00
Blake Erickson
985f444834
Merge pull request #426 from smridge/add-reference-to-contributing-doc
Update Contributing Doc with Bundle Install Troubleshooting
2021-05-13 05:09:51 -06:00
Sarah Ridge
1d2a25e231 Update Contributing Doc with Bundle Install Troubleshooting 2021-05-11 09:47:08 -04:00
Blake Erickson
a0680506e2
Merge pull request #416 from mynnx/docs-include-multiple-tags
Document using multiple tags
2021-04-22 17:27:18 -06:00
mynnx
4a32108f78 Document using multiple tags 2021-04-08 15:44:07 -07:00
Blake Erickson
05e22c3bd7
Merge pull request #407 from rswag/revert-300-master
Revert "Add a macro for complexes multiparts"
2021-03-06 14:57:46 -07:00
Blake Erickson
989aab656f
Revert "Add a macro for complexes multiparts" 2021-03-06 14:52:49 -07:00
Blake Erickson
f7036b7e5a
Merge pull request #300 from sobrinho/master
Add a macro for complexes multiparts
2021-03-06 10:22:54 -07:00
Blake Erickson
84ab7a9e4c
Merge pull request #405 from gogainda/master
Add Truffleruby head to CI
2021-03-06 10:01:05 -07:00
Blake Erickson
0169fbab66
Merge pull request #404 from Wolfer/patch-1
Allow use #/components/parameters and other in inherited $refs
2021-03-06 09:58:10 -07:00
Blake Erickson
4c42ad5f97
Merge pull request #406 from mynnx/specs-print-failed-body
Show the response body for comparison when schema checks fail
2021-03-06 09:30:48 -07:00
Blake Erickson
b91b6e5f1e Fix bundler warning
Move rswag-specs under development and test to resolve this warning:

```
Your Gemfile lists the gem rswag-specs (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
```
2021-03-05 21:34:00 -07:00
mynnx
a34c931bb6 Show the response body for comparison when schema checks fail 2021-03-03 16:32:16 -08:00
Igor Victor
4b7ab9d381
Add Truffleruby head to CI 2021-02-26 17:58:30 +01:00
Serg F
3d3d93f3ab
Allow use #/components/parameters and other in inherited $refs 2021-02-19 15:15:44 +03:00
Blake Erickson
0aca50c66c Update changelog with 2.4.0 info 2021-02-09 11:51:34 -07:00
Blake Erickson
9644a16bce Merge branch 'splitpayments-dry-run-env' 2021-02-09 08:07:35 -07:00
Blake Erickson
52939874d6 Clean up README merge conflict 2021-02-09 08:05:58 -07:00
Blake Erickson
7ef900ec1d version bump 2021-02-07 07:55:52 -07:00
Blake Erickson
c0142093d4 Update swagger-ui to 3.42.0 2021-02-07 07:47:52 -07:00
Blake Erickson
1f4ecb3c10 update changelog 2021-02-07 06:31:47 -07:00
Blake Erickson
aa4e6f2070 Include example definition in test app
From changes in this commit: eadaf34ef6

we need to include the new output in the test-app swagger.json file
2021-02-06 17:42:23 -07:00
Blake Erickson
eadaf34ef6
Merge pull request #394 from donny741/master
Fix response examples
2021-02-06 07:30:53 -07:00
Donatas Povilaitis
cbaf6cd3e4 Fix response examples 2021-01-29 20:47:46 +02:00
Blake Erickson
670c94cc44 Update version to 2.3.2 in changelog 2021-01-27 14:53:15 -07:00
Blake Erickson
b86d3063a8
Merge pull request #371 from rswag/jamie
PR Grooming
2021-01-27 07:59:59 -07:00
Blake Erickson
7f88c5d1f3 Merge branch 'master' into jamie 2021-01-27 05:18:35 -07:00
Blake Erickson
d645df207e
Merge pull request #392 from pfilipow/master
don't clobber response content
2021-01-26 18:10:21 -07:00
Paul Filipow
b63dd343af safe navigation in build_query_string_part 2021-01-26 13:57:44 -08:00
Paul Filipow
bd48e40529 add schema to mime type instead of overwriting 2021-01-25 21:12:16 -08:00
Paul Filipow
465950a65c don't clobber response content 2021-01-25 16:11:54 -08:00
Blake Erickson
be160c5552
Merge pull request #391 from codeart/master
Inherit consumes from swagger schema. Addresses #320.
2021-01-25 14:30:33 -07:00
Alexander
ad95f1098a Inherit consumes from swagger schema. Addresses #320. 2021-01-22 13:25:27 +02:00
Jamie Macey
83567e0ee2
Merge pull request #372 from rswag/spec-deprecations
Clean up spec ouput
2020-10-18 17:59:40 -07:00
Jamie Macey
206c088d74 WIP-branch changelog updates 2020-10-17 14:16:21 -07:00
Jamie Macey
5a60dee838 Add a spec for #342 body/required 2020-10-17 14:15:41 -07:00
Jamie Macey
13a3977c2c Merge remote-tracking branch 'bspellacy/master' into jamie 2020-10-17 13:56:19 -07:00