Branch: refs/heads/master
Home: https://github.com/jenkinsci/docker-commons-plugin
Commit: d2808e31b0473e8002b78003e674c9154e70b4f9
https://github.com/jenkinsci/docker-commons-plugin/commit/d2808e31b0473e8002b78003e674c9154e70b4f9
Author: Mark Waite <[email protected]>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentialsTest.java
Log Message:
-----------
Adapt DockerServerCredentialsTest for 2.413 UI improvement
Jenkins 2.412 and earlier use a text area for the client key.
Jenkins 2.413 and newer use an input field for the client key.
Jenkins 2.413 looks much nicer with a button that is consistent with
the other buttons used in the Jenkins pages.
https://github.com/jenkinsci/jenkins/pull/8179 is the Jenkins core pull
request that implemented the change in Jenkins 2.413. Other plugins
that use HTMLUnit to enter a value for the secret text may need a
similar change.
Commit: c30a5a8b92f15f54196ed73647690505eb3fc26b
https://github.com/jenkinsci/docker-commons-plugin/commit/c30a5a8b92f15f54196ed73647690505eb3fc26b
Author: Mark Waite <[email protected]>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentialsTest.java
Log Message:
-----------
Use querySelector to click the correct HTML element
https://github.com/jenkinsci/docker-commons-plugin/pull/140#discussion_r1257380925
notes that the same change was used in core so that the HTMLUnit code
does not care about the type of the element being clicked.
Commit: a3cb0a6afb292e0147cdcf9062e90e9e21af3e76
https://github.com/jenkinsci/docker-commons-plugin/commit/a3cb0a6afb292e0147cdcf9062e90e9e21af3e76
Author: Jesse Glick <[email protected]>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentialsTest.java
Log Message:
-----------
Merge pull request #140 from MarkEWaite/adapt-to-jenkins-2.413-ui-improvement
Adapt DockerServerCredentialsTest for 2.413+ credentials page
Compare:
https://github.com/jenkinsci/docker-commons-plugin/compare/fc21d9ee40ce...a3cb0a6afb29
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-commons-plugin/push/refs/heads/master/fc21d9-a3cb0a%40github.com.