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

Add SKIP_PLUGIN environment variable #160

Merged
merged 1 commit into from
Aug 18, 2020
Merged

Add SKIP_PLUGIN environment variable #160

merged 1 commit into from
Aug 18, 2020

Conversation

yukihirop
Copy link
Owner

Summary

Work

(⎈ |minikube:default)#2020-08-18 17:19|yukihirop@FukudanoMacBook-Pro:~/RubyProjects/r2-oas/example-523 (master+)
$ SKIP_PLUGIN=true be rake routes:oas:build
I, [2020-08-18T17:36:59.904228 #13119]  INFO -- : [R2-OAS] start
I, [2020-08-18T17:37:00.087345 #13119]  INFO -- : [Build OAS schema files] start
I, [2020-08-18T17:37:00.087392 #13119]  INFO -- : [Build OAS docs from schema files] start
I, [2020-08-18T17:37:00.090327 #13119]  INFO -- :  Use schema file: 	oas_docs/src/openapi.yml
I, [2020-08-18T17:37:00.091736 #13119]  INFO -- :  Use schema file: 	oas_docs/src/external_docs.yml
I, [2020-08-18T17:37:00.093707 #13119]  INFO -- :  Use schema file: 	oas_docs/src/tags.yml
I, [2020-08-18T17:37:00.095188 #13119]  INFO -- :  Use schema file: 	oas_docs/src/info.yml
I, [2020-08-18T17:37:00.096816 #13119]  INFO -- :  Use schema file: 	oas_docs/src/servers.yml
I, [2020-08-18T17:37:00.098674 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/disk.yml
I, [2020-08-18T17:37:00.100664 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/representation.yml
I, [2020-08-18T17:37:00.105543 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/blob.yml
I, [2020-08-18T17:37:00.107065 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/active_storage/direct_upload.yml
I, [2020-08-18T17:37:00.109962 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/user.yml
I, [2020-08-18T17:37:00.112760 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/api/v1/task.yml
I, [2020-08-18T17:37:00.115430 #13119]  INFO -- :  Use schema file: 	oas_docs/src/paths/api/v2/post.yml
I, [2020-08-18T17:37:00.116548 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/disk.yml
I, [2020-08-18T17:37:00.117815 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/activestorage/disk.yml
I, [2020-08-18T17:37:00.118950 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/representation.yml
I, [2020-08-18T17:37:00.120405 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/blob.yml
I, [2020-08-18T17:37:00.122005 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/activestorage/direct_upload.yml
I, [2020-08-18T17:37:00.123481 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/activestorage/direct_upload.yml
I, [2020-08-18T17:37:00.124754 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/user.yml
I, [2020-08-18T17:37:00.125790 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/user.yml
I, [2020-08-18T17:37:00.126817 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/api/v1/task.yml
I, [2020-08-18T17:37:00.127738 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/api/v1/task.yml
I, [2020-08-18T17:37:00.128746 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/schemas/api/v2/post.yml
I, [2020-08-18T17:37:00.129769 #13119]  INFO -- :  Use schema file: 	oas_docs/src/components/requestBodies/api/v2/post.yml
I, [2020-08-18T17:37:00.165786 #13119]  INFO -- : [Build OAS docs from schema files] end
I, [2020-08-18T17:37:00.165822 #13119]  INFO -- : [Build OAS schema files] end
I, [2020-08-18T17:37:00.165836 #13119]  INFO -- : [R2-OAS] end

@yukihirop yukihirop added this to the v0.4.1 milestone Aug 18, 2020
@yukihirop yukihirop self-assigned this Aug 18, 2020
@yukihirop
Copy link
Owner Author

LGTM

@yukihirop yukihirop merged commit b9af53f into master Aug 18, 2020
@yukihirop yukihirop deleted the skip_plugin_env branch August 18, 2020 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SKIP_PLUGIN environment variable
1 participant