benebsiny

Results 9 issues of benebsiny

See [JENKINS-69032](https://issues.jenkins.io/browse/JENKINS-69032). ![update-site](https://user-images.githubusercontent.com/20413055/179915447-1015a64d-4a06-4288-b849-ae1f5e1a8a77.gif) Form validation and "Reset to default" button are implemented. ### Proposed changelog entries * Add a "Reset to default" button to reset update site url to default....

web-ui
rfe
security-approved

Users can search builds by display name. Besides, users can search them that cross different projects. See [JENKINS-65351](https://issues.jenkins-ci.org/browse/JENKINS-65351). **Search for the build** ![Dashboard Jenkins](https://user-images.githubusercontent.com/20413055/123750091-c390ef80-d8e8-11eb-930d-047544e2ff14.gif) **Search for the builds that cross...

needs-testcase
unresolved-merge-conflict
rfe
squash-merge-me
needs-test-fix

See [JENKINS-69537](https://issues.jenkins.io/browse/JENKINS-69537). There are 2 errors occurred after the widget collapsed. 1. As described in the Jira, the `#properties` element was hidden (null) when the widget was collapsed. Therefore, the...

web-ui
skip-changelog
needs-security-review

See [JENKINS-69183](https://issues.jenkins.io/browse/JENKINS-69183). ### Step to reproduce: ### Case 1 (related to current issue): 1. Install the old version of `git` plugin. 2. Disable `git`. 3. Update `git`. **Result**: * `git`...

bug

See [JENKINS-68194](https://issues.jenkins.io/browse/JENKINS-68194). Delete the `.disabled` files when uninstalling the plugin, so the disabled status will be cleared. ### Proposed changelog entries - Delete `.disabled` files when uninstalling a plugin ###...

on-hold
bug

The part of console is still white,is there any way to solve this problem? ![default](https://cloud.githubusercontent.com/assets/20413055/21292509/c9caeec8-c542-11e6-981c-246418fce1f7.JPG)

See [JENKINS-67197](https://issues.jenkins.io/browse/JENKINS-67197). Continuing #6043, users will be redirected to the job page after clicking the "Proceed" button, and this redirection is done in the backend. ### Testing done ### Proposed...

needs-comments-resolved
unresolved-merge-conflict

Fixes #7849 This PR implements `gh project link` command. Here are some examples: ```bash # Link project to a repo gh project link 1 --repo my-repo # Link project to...

external

`Ctrl+Shift+I` opens devtools by default in Electron. However, we must put `w.OpenDevTools()` to open the devtool in go-astilectron. Is it possible to make that combination key to open the devtools?