Tim Jacomb
Tim Jacomb
### What feature do you want to see added? dark theme users currently get a light theme syntax highlighting ### Upstream changes May require https://github.com/jenkinsci/theme-manager-plugin/issues/88 and may require switching to...
### Describe your use-case which is not covered by existing documentation. How to create a library plugin for JavaScript / CSS When to add to your plugin directly and when...
### What feature do you want to see added? Add the different approaches - adjunct - src/main/webapp - build tools What is recommended ### Upstream changes _No response_
### Describe your use-case which is not covered by existing documentation. What to name classes in plugins / core What ! means in CSS classes ### Reference any relevant documentation,...
### Jenkins and plugins versions report https://weekly.ci.jenkins.io/design-library/TextBox/ 2.342 ### What Operating System are you using (both controller, and any agents involved in the problem)? Chrome 100.0 ### Reproduction steps Open...
Keyboard navigation doesn't seem to work at all on it http://localhost:8080/jenkins/design-library/Select2/ (Moved to Textbox sample on rework branch) @janfaracik did you have something to re-work this? (can re-report this to...
### Describe your use-case which is not covered by existing documentation. Add instructions on how to contribute or improve samples. Include what's expected in each. Inline source code and rendered...
Jelly is a view templating language used very little these days. I think it would be good to add a bit of an intro on it here, with some tips...
### What feature do you want to see added? It was copied into realtime junit in https://github.com/jenkinsci/junit-realtime-test-reporter-plugin/pull/36 Class: https://github.com/jenkinsci/junit-realtime-test-reporter-plugin/blob/1af2f977de6a9cff6f085d0a41201b13960e7f5d/src/test/java/org/jenkinsci/plugins/junitrealtimetestreporter/storage/H2JunitTestResultStorage.java Ideally this would be published in a tests jar. ### Upstream...
### What feature do you want to see added? https://github.com/jenkinsci/junit-plugin/blob/325d63523b65e598de35f92d8eec44317b2769e9/src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java#L758 It was implemented in the tests of junit-realtime-test-reporter-plugin in: https://github.com/jenkinsci/junit-realtime-test-reporter-plugin/pull/36 https://github.com/dcendents/junit-realtime-test-reporter-plugin/blob/1af2f977de6a9cff6f085d0a41201b13960e7f5d/src/test/java/org/jenkinsci/plugins/junitrealtimetestreporter/storage/H2JunitTestResultStorage.java#L613 We need to implement it in the tests here...