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

Fix issue where CLI --suppress-default-interceptors was ignored #96

Merged
merged 1 commit into from
Mar 11, 2020

Conversation

splittingred
Copy link
Member

What? Why?

Due to the way the configuration elements are loaded in Gruf, the CLI executor is not respecting --suppress-default-interceptors. This fixes that issue, and adds tests for it (and all other CLI args).

How was it tested?

bin/gruf --suppress-default-interceptors, prying in to ensure success, and also through rspec tests.


@bigcommerce/oss-maintainers @bigcommerce/ruby @bigcommerce/platform-engineering @alikinir

@splittingred splittingred self-assigned this Mar 11, 2020
@splittingred splittingred linked an issue Mar 11, 2020 that may be closed by this pull request
Copy link
Contributor

@mattolson mattolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@splittingred splittingred merged commit b7df11b into bigcommerce:master Mar 11, 2020
@alikinir
Copy link

Amazing !
Thanks a lot for immediate response !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

--suppress-default-interceptors not disabling default interceptors
3 participants