Skip to content

PoC - Generate OpenApi Spec from Sourcecode #4500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ end

group :test do
gem 'codeclimate-test-reporter', '>= 1.0.8', require: false
gem 'factory_bot_rails', require: false
gem 'machinist', '~> 1.0.6'
gem 'mock_redis'
gem 'parallel_tests'
Expand All @@ -84,6 +85,7 @@ group :test do
gem 'rspec-its'
gem 'rspec-rails', '~> 8.0.1'
gem 'rspec-wait'
gem 'rswag-specs'
gem 'rubocop', '~> 1.79.1'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ GEM
eventmachine (1.2.7)
excon (1.2.7)
logger
factory_bot (6.5.4)
activesupport (>= 6.1.0)
factory_bot_rails (6.5.0)
factory_bot (~> 6.5)
railties (>= 6.1.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
Expand Down Expand Up @@ -480,6 +485,11 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rswag-specs (2.16.0)
activesupport (>= 5.2, < 8.1)
json-schema (>= 2.2, < 6.0)
railties (>= 5.2, < 8.1)
rspec-core (>= 2.14)
rubocop (1.79.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -637,6 +647,7 @@ DEPENDENCIES
debug (~> 1.11)
digest-xxhash
eventmachine (~> 1.2.7)
factory_bot_rails
fluent-logger
fog-aliyun
fog-aws
Expand Down Expand Up @@ -685,6 +696,7 @@ DEPENDENCIES
rspec-rails (~> 8.0.1)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rswag-specs
rubocop (~> 1.79.1)
rubocop-capybara
rubocop-factory_bot
Expand Down
Loading
Loading