Alexander Brandes
Alexander Brandes
The change proposed prepares the plugin for the icon path removal from core in the upcoming LTS line. This change affects plugins not using the icon API or relying on...
As observed in https://github.com/jenkinsci/jenkins/pull/6728, the test result bar chart has been missed out when outsourcing test components to the junit plugin. The bar chart component should be part of the...
https://user-images.githubusercontent.com/13383509/186774909-2d2b7da3-6289-4967-97d0-91bb8f2c8eb6.mp4 The button above looks like it's clickable, but the actor can't use it, because they have read-only access granted by the extended read perms plugin. The switch should look...
Originally discovered on the design library's page of [validation](https://weekly.ci.jenkins.io/design-library/Validation/), operators are highlighted oddly: 
If you hover over the question mark of the search bar in the upper right corner, the icon drops the color: https://user-images.githubusercontent.com/13383509/175301653-6d7e2226-180b-4ddf-b8c8-ec0bb5166694.mp4 Environment ```text Jenkins: 2.357-SNAPSHOT OS: Mac OS X...
Building on Windows machines takes a long time, and exceeds the configured timeout of 6h on a very frequent base. Waiting 6h or more for incrementals or to get a...
The change proposed removes the overflow property from the view configuration listing all jobs. Before https://user-images.githubusercontent.com/13383509/189613390-dc9a8a4e-db19-46cf-8091-287615208bc1.mp4 After https://user-images.githubusercontent.com/13383509/189613448-0a4d1c01-1ea8-43d7-b22b-3b53e9cbb36d.mp4 ### Proposed changelog entries - Entry 1: Issue, Human-readable Text ### Proposed...
https://github.com/IntellectualSites/PlotSquared/blob/v6/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java#L42 can easily be replaced with Java's Stream API and doesn't need to rely on guava's Iterables.
dev.bukkit.org (CurseForge) supports an upload API we could use in the future to transfer artifacts directly on release: https://support.curseforge.com/en/support/solutions/articles/9000197321-curseforge-upload-api
The change proposed makes use of the centralized ionicons API to remove the need to ship symbols on a per-plugin basis, that are provided by the library. cc @KostyaSha