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

Filter for generated features #66

Open
cornzy opened this issue Apr 8, 2015 · 2 comments
Open

Filter for generated features #66

cornzy opened this issue Apr 8, 2015 · 2 comments

Comments

@cornzy
Copy link
Contributor

cornzy commented Apr 8, 2015

At the moment a generated feature includes every bundle in the channel.

To have multiple features with different content within one channel you need to have any kind of filter.

I think a regexp would suffer but maybe a special query language would give you even more functionality.

Another approach might be to give a list of all bundles in the channel and let the user simply select the required ones. Similar to the "Content" page in the target file editor in eclipse.

@ctron
Copy link
Owner

ctron commented Apr 10, 2015

This is definitely something which Package Drone should have!

The default could be that all bundles are included, and when a filter is present, only the selected ones are included.

I think it would be nice to have some sort of query language which is similar to the ant pattern syntax. So that you could add a filter like:

(osgi:bundle = "name" )

or

(osgi:bundle = "org.eclipse.*" )

@ctron
Copy link
Owner

ctron commented May 26, 2015

I started a proposal page for a possible query language: https://github.com/ctron/package-drone/wiki/Proposal-for-Query-Language

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

No branches or pull requests

2 participants