Skip to content
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

[Remove] use_object_classes option at v0.5.0 #171

Merged
merged 6 commits into from
Jan 28, 2021

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Jan 28, 2021

Summary

Resolve #149

Check

  • oas:init
  • oas:editor
  • oas:ui
  • oas:monitor
  • oas:analyze
  • oas:analyze (OAS_FILE=*)
  • oas:build (no plugin)
  • oas:build (use plugin)
  • oas:build (OVERRIDE_SRC=true)
  • oas:build (OVERRIDE_SRC=false)
  • oas:build (SKIP_PLUGIN=true)
  • oas:build (SKIP_PLUGIN=false)
  • oas:clean
  • oas:deploy
$ be rake routes:oas:build

I, [2021-01-29T00:21:42.712476 #43628]  INFO -- : [R2-OAS] start
I, [2021-01-29T00:21:42.935152 #43628]  INFO -- : [Build OAS schema files] start
I, [2021-01-29T00:21:42.935196 #43628]  INFO -- : [Build OAS docs from schema files] start
I, [2021-01-29T00:21:42.938258 #43628]  INFO -- :  Use schema file: 	oas_docs/src/openapi.yml
I, [2021-01-29T00:21:42.939754 #43628]  INFO -- :  Use schema file: 	oas_docs/src/external_docs.yml
I, [2021-01-29T00:21:42.941049 #43628]  INFO -- :  Use schema file: 	oas_docs/src/tags.yml
I, [2021-01-29T00:21:42.942186 #43628]  INFO -- :  Use schema file: 	oas_docs/src/info.yml
I, [2021-01-29T00:21:42.943234 #43628]  INFO -- :  Use schema file: 	oas_docs/src/servers.yml
I, [2021-01-29T00:21:42.944441 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/disk.yml
I, [2021-01-29T00:21:42.945602 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/representation.yml
I, [2021-01-29T00:21:42.946561 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/blob.yml
I, [2021-01-29T00:21:42.947501 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/direct_upload.yml
I, [2021-01-29T00:21:42.949559 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/user.yml
I, [2021-01-29T00:21:42.951619 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/api/v1/task.yml
I, [2021-01-29T00:21:42.953866 #43628]  INFO -- :  Use schema file: 	oas_docs/src/paths/api/v2/post.yml
I, [2021-01-29T00:21:42.954755 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/disk.yml
I, [2021-01-29T00:21:42.955476 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/activestorage/disk.yml
I, [2021-01-29T00:21:42.956266 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/representation.yml
I, [2021-01-29T00:21:42.957051 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/blob.yml
I, [2021-01-29T00:21:42.957823 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/direct_upload.yml
I, [2021-01-29T00:21:42.958635 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/activestorage/direct_upload.yml
I, [2021-01-29T00:21:42.959577 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/user.yml
I, [2021-01-29T00:21:42.960478 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/user.yml
I, [2021-01-29T00:21:42.961398 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/api/v1/task.yml
I, [2021-01-29T00:21:42.962360 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/api/v1/task.yml
I, [2021-01-29T00:21:42.963274 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/api/v2/post.yml
I, [2021-01-29T00:21:42.964182 #43628]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/api/v2/post.yml
I, [2021-01-29T00:21:43.022090 #43628]  INFO -- : [Build OAS docs from schema files] end
I, [2021-01-29T00:21:43.022303 #43628]  INFO -- : [Build OAS schema files] end
I, [2021-01-29T00:21:43.022361 #43628]  INFO -- : [R2-OAS] end

RSpec

/bin/bash devscript/all_support_ruby.sh rspec

===== Rspec for All Support Ruby Result =====
ruby-2.5.8: 0
ruby-2.6.6: 0
ruby-2.7.1: 0
=============================================

Rubocop

$ be rubocop
Inspecting 201 files
.........................................................................................................................................................................................................

201 files inspected, no offenses detected

@yukihirop yukihirop force-pushed the issues149/remove_use_object_classes_opts branch from 2691064 to a2d759f Compare January 28, 2021 15:32
@yukihirop yukihirop changed the base branch from master to features/v0.5.0 January 28, 2021 15:32
@yukihirop yukihirop force-pushed the issues149/remove_use_object_classes_opts branch from a2d759f to 493200c Compare January 28, 2021 16:23
@yukihirop yukihirop force-pushed the issues149/remove_use_object_classes_opts branch from decfbf0 to 550bc16 Compare January 28, 2021 17:42
@yukihirop
Copy link
Owner Author

LGTM

@yukihirop yukihirop added this to the v0.5.0 milestone Jan 28, 2021
@yukihirop yukihirop self-assigned this Jan 28, 2021
@yukihirop yukihirop merged commit 8eabd6b into features/v0.5.0 Jan 28, 2021
@yukihirop yukihirop deleted the issues149/remove_use_object_classes_opts branch January 28, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Remove] use_object_classes option at v0.5.0
1 participant