Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

[Feature] Category filtering #93

Merged
merged 7 commits into from May 30, 2017

Conversation

jpfeuffer
Copy link
Contributor

@jpfeuffer jpfeuffer commented May 15, 2017

  • Adds option to filter by category.
  • Removes strange regex conversion for the non-file-based options.
    I know this might break existing jobs but in my opinion it is just wrong and could be considered a bug. You can not use commas in the regex, it is not a real regex etc.

Includes a small unit test and was tested on our local instance with GCC and Clang parsers.

@@ -118,7 +118,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>warnings-4.61</tag>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check if the ATH test still is running after the UI changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry, I might have changed the tag to be able to create an installable hpi for our server. Should I leave it as HEAD?
I will also check the test suite again.

@uhafner uhafner merged commit d7202e3 into jenkinsci:master May 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants