10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java9,474 forks (9,474 forks)batch import
component:coreenhancementgood first issueimported-jira-issueplugin-managerpriority:minorresolution:unresolvedux
Repository metrics
- Stars
- 25,266 stars (25,266 stars)
- PR merge metrics
- Avg merge 10d 9h (Avg merge 10d 9h)93 merged PRs in 30d (93 merged PRs in 30d)
Contributor guide
- Research direction
- Inspect the current sorting logic for the Enabled column in the Plugin Manager page (likely in Jenkins core Java code). Understand how plugins are listed and sorted. Implement sorting into three sets: enabled, enabled but cannot be disabled (due to dependencies), and disabled. Test the changes by running the plugin manager UI locally.
- Tech stack
- java
- Domain
- backendfrontend
- Issue type
- Bug
- Prerequisites
- GitJava