GoEddie / DeploymentContributorFilterer

MIT License
73 stars 35 forks source link

Extending name filter to allow for multiple identifier checks #2

Closed merken closed 6 years ago

merken commented 7 years ago

I wanted to use this extension, but I found it to be rather limiting. It did not found anonymous constraints, so I extended the filter to gather information from not only the name of the object, but also from the table and columns affected by the deployment step.

This was implemented for a create deployment step, but needs to be extended for the other ones.

Also, all of the unit tests are green, I did not get the integration tests to work because I don't have the database locally.

Kr, Maarten

GoEddie commented 6 years ago

Hey Maarten, thanks for this - i've merged it into a dev branch and will include it in the next release.

Thank you :)