Jan Faracik

Results 48 issues of Jan Faracik

This PR refreshes the design of the 'Download' page, bringing it inline with the blog and contribute pages. **What's changed** * Uses (and refines) the button styles introduced in the...

blogpost

With support for new, more flexible layouts in [Jenkins #8794], this PR adds a new 'On this page' side-panel to pages which have multiple headings. For pages with one or...

With https://github.com/jenkinsci/jenkins/pull/9115 it's no longer necessary for themes to set alert style variables - so this merge request removes them. Can either have the minimum Jenkins version be set to...

enhancement

Tiny one to show how many users there are on the 'Users' page. Follows the same pattern as the [prototype](https://jenkins-redesign.vercel.app/people). ### Testing done * Shows how many users there are...

web-ui
rfe
security-approved

**Before** **After** Small MR to add a 'Download' link to the console output, as well as to move the controls to the app bar so that they're grouped. Let me...

web-ui
rfe
security-approved

Discussed briefly in the last UX Sig, the 'Disable project' (and 'Add/edit description') button take up a lot of vertical space (roughly 100px) and this forces useful information, such as...

rfe

This PR implements the changes discussed https://community.jenkins.io/t/revamped-build-history-widget/10944. In essence it's a rewrite/redesign of the build history widget. The goal is to be cleaner and simpler, whilst still retaining existing functionality...

web-ui
rfe
security-approved
ath-successful

Companion to https://github.com/jenkinsci/jenkins/pull/9169. Adds a download option to 'Console output', moves 'View as plain text' and 'Copy' buttons to the app bar. Requires 9169 as a base to show the...

As mentioned by @basil in https://github.com/jenkinsci/jenkins/pull/9202#issuecomment-2108608654 the removal of the 'Disable project' button breaks the `WorkflowJobTest#disable` test in this plugin. This PR is to address that by removing its usage...

Relates to https://github.com/jenkinsci/jenkins/pull/8110 This PR removes the `WorkflowRun/index.jelly` file as if **#8110** is merged, it'd be possible to rely on the `Run/index.jelly` file from Jenkins instead. It would be preferable...

developer