Jan Faracik

Results 48 issues of Jan Faracik

See [JENKINS-71527](https://issues.jenkins.io/browse/JENKINS-71527). Jenkins relies on https://github.com/stapler/stapler-adjunct-codemirror to utilize code mirror. This library is almost 10 years out of date and ships an ancient version of codemirror 2 (6 is the...

unresolved-merge-conflict
web-ui
major-rfe
ath-fail

Small one in preparation for #7569. This PR adds a new component for showing keyboard shortcuts, it's currently used in the tooltip for search bars. https://github.com/jenkinsci/jenkins/assets/43062514/24515d14-b996-4dda-8b9a-4cd27b798b55 This will be used...

web-ui
skip-changelog
security-approved
ath-successful

Would be good to have some discussion over this. This PR/discussion proposes moving the build page from `AbstractBuild` to its parent `Run`, this is so that plugins that extend `Run`...

skip-changelog

For discussion purposes - How do we feel about linting Jelly? Currently nigh every other file is linted in Jenkins and this works well. I'd propose including Jelly in that...

unresolved-merge-conflict
web-ui
needs-ath-build
needs-test-fix

Currently we show these little navigation controls regardless of if there's additional pages the user can navigate to - ![image](https://github.com/jenkinsci/jenkins/assets/43062514/7eb588a6-e8ed-413d-815b-fc4553bd444d) These offer no use if there aren't additional pages and...

web-ui
rfe
security-approved
needs-ath-build
needs-test-fix

Would be good to get some discussion on this. Shifting Jenkins away from depending on classnames for JS selectors would be a beneficial move. Classnames tend to be unwieldy and...

web-ui
skip-changelog
security-approved

See [JENKINS-63699](https://issues.jenkins.io/browse/JENKINS-63699). Rename "Manage Jenkins" to 'Settings'. ### Testing done * Task in sidebar is correctly named 'Settings' * Navigated to Settings, title + app bar is set correctly *...

unresolved-merge-conflict
rfe
needs-ath-build

The `row-group-end` class is being used unnecessarily (as in no styling is applied/nor logic/nor being checked in tests). It would be good to remove this to simplify forms. ### Testing...

Companion to https://github.com/jenkinsci/jenkins/pull/8706

Tests https://github.com/jenkinsci/jenkins/pull/7569