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

Updates gen-feature to allow an array of files to extend from, and to only filter exclusions from those files #74

Merged
merged 2 commits into from
Feb 12, 2020

Conversation

andrewkfiedler
Copy link
Member

Slight updates to gen-feature to allow passing in multiple files to extend from, and to make it so we don't have to name bundles that are being replaced by local bundles differently (by making the filtering of exclusions only happen on the pass in files).

 - This will allow us to compose multiple feature files together.
 - It doesn't make sense to exclude features that are local, since typically we're extending with the sole purpose of adding them in.  This will make it so we can exclude things but not have to avoid clashing with local names (for instance, swapping out an app for a slightly extended version will no longer require making each have a unique name).
@djblue
Copy link
Contributor

djblue commented Feb 12, 2020

We have a use case where we need to extend multiple feature files?

@andrewkfiedler
Copy link
Member Author

With the splitting out of some UI features but not all, yes. We want to extend catalog-ui-search which is in ddf-ui, and the admin ui which is in ddf.

@andrewkfiedler andrewkfiedler merged commit 22a942b into connexta:master Feb 12, 2020
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.

4 participants