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

Allow to whitelist a namespace #213

Merged
merged 9 commits into from
Jun 7, 2018

Conversation

theofidry
Copy link
Member

@theofidry theofidry commented Jun 5, 2018

Closes #192

Allow to whitelist a complete namespace with the * notation, e.g. * (for the global namespace) or Acme\*

[BC break]: the API signature has changed to convert the array $whitelist into the Whitelist object

@TomasVotruba TomasVotruba mentioned this pull request Jun 5, 2018
@theofidry
Copy link
Member Author

theofidry commented Jun 6, 2018

Still missing a unit test for the whitelist class and ready to go

@theofidry theofidry merged commit df9bcf5 into humbug:master Jun 7, 2018
@theofidry theofidry deleted the feature/whitelist-namespace branch June 7, 2018 08:03
@theofidry
Copy link
Member Author

The CI failure is expected: there is a BC break breaking Box which needs to be updated

@theofidry theofidry changed the title [WIP] Allow to whitelist a namespace Allow to whitelist a namespace Jun 7, 2018
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.

1 participant