-
Notifications
You must be signed in to change notification settings - Fork 14
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
Avoid implementation-specific filters in recheck #297
Comments
Quick summary: Filtering happens mainly in the GUI and the CLI. So far, these are independent of web, xml, json etc. If we move filters to the respective projects, we create a dependency from GUI/CLI to that project. |
Two possible solutions come to my mind:
|
I think
|
Sure, needs work and we have to go through the different use cases. But it may work.
I didn't mean to re-use
|
Idea for a possible solution: We wanted to implement a referencing mechanism in filters / ignore anyway. Something like: If we do that, we can implement it to be a general URL. Then we can put the filters on the web, or even reference them from within a release jar/zip. Let's talk about that in detail in person... |
We currently have implementation-specific filters (e.g. for recheck-web) in recheck (under
src/main/resources/filter/
), which is not optimal. Implementations should provide their own filters, so that recheck isn't bloated with filter files over time. Moreover, adapted filters shouldn't require PRs and releases in/of recheck, but of the corresponding implementation.@roesslerj @diba1013 I know you had this discussion before and it wasn't straightforward to implement. Could you provide a quick summary, such that we can discuss possible alternative solutions?
The text was updated successfully, but these errors were encountered: