jenkinsci / dashboard-view-plugin

Jenkins dashboard-view plugin
https://plugins.jenkins.io/dashboard-view/
MIT License
46 stars 105 forks source link

[JENKINS-20570] Test Statistics Grid support for categorization like the Categorized Jobs View #226

Open TobiX opened 10 years ago

TobiX commented 10 years ago

The TestStatisticsGrid could support categorization by regex the same way or by incorporating/reusing the Categorized Job View plugin. In the attached screenshots there are just a few sample projects created with the typical post-fix classification. But when project lists are long, grouping is helpful.

I envision that categorization of the TestStatisticsGrid might be by:


Originally reported by jwmach1, imported from: Test Statistics Grid support for categorization like the Categorized Jobs View
  • assignee: petehayes
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022-10-30
TobiX commented 10 years ago

jwmach1:

I may be able to offer a pull request for an implementation modeled after Categorized Job View (rather than extending). Being able to categorize by job HealthReport, I don't think lends itself to utilizing Categorized Job View directly.

TobiX commented 10 years ago

jwmach1:

though as I look at this closer, it seems the BallColor enum available through job.getIconColor() may be more appropriate than HealthReport. HealthReport would take some refactoring/adjustment to make a suitable grouping to key from.

TobiX commented 9 years ago

cjbush:

Sorry to change the priority. I had the wrong issue selected. Reverted back.