Branch: refs/heads/master
Home: https://github.com/jenkinsci/support-core-plugin
Commit: 7fd0905851cedf5933cf3608fe402f65703d14e9
https://github.com/jenkinsci/support-core-plugin/commit/7fd0905851cedf5933cf3608fe402f65703d14e9
Author: Denys Digtiar <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportAbstractItemAction/index.jelly
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportComputerAction/index.jelly
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportRunAction/index.jelly
Log Message:
-----------
Render current item's sidepanel instead of the Jenkins one
When generating support bundle for items and nodes, make sure
that sidepanel of the current item is rendered, not the Jenkins one.
Commit: 4dee3fc3d3199fd2b738e7dbe6e3d42ae22cc561
https://github.com/jenkinsci/support-core-plugin/commit/4dee3fc3d3199fd2b738e7dbe6e3d42ae22cc561
Author: Denys Digtiar <[email protected]>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M pom.xml
M
src/test/java/com/cloudbees/jenkins/support/actions/SupportAbstractItemActionTest.java
Log Message:
-----------
The SupportAbstractItemActionTest is fixed
>From the JavaDoc MockFolder is
> Minimal implementation of a modifiable item group akin to the CloudBees
> Folders plugin. No UI, just enough implementation to test functionality of
> code which should deal with item full names, etc.
> If you need to work with the UI during the test, or just prefer to depend on
> a plugin POM earlier than this class, you can simply add a test dependency on
> cloudbees-folder to your plugin and use
> jenkinsRule.jenkins.createProject(Folder.class, "name").
hence new test dependency on `cloudbees-folder` is added and the test is
updated.
Commit: 9f5507a7e2dabfa2c295396136705d7a960ee939
https://github.com/jenkinsci/support-core-plugin/commit/9f5507a7e2dabfa2c295396136705d7a960ee939
Author: Denys Digtiar <[email protected]>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M
src/test/java/com/cloudbees/jenkins/support/actions/SupportAbstractItemActionTest.java
Log Message:
-----------
The SupportAbstractItemActionTest is refactored
Since the full Folder is available, the rest of the references to the
MockFolder are removed.
Commit: 5589f04ccfef509a3124df8c0741b2070e5d21a8
https://github.com/jenkinsci/support-core-plugin/commit/5589f04ccfef509a3124df8c0741b2070e5d21a8
Author: Evaristo Gutiérrez <[email protected]>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M pom.xml
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportAbstractItemAction/index.jelly
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportComputerAction/index.jelly
M
src/main/resources/com/cloudbees/jenkins/support/actions/SupportRunAction/index.jelly
M
src/test/java/com/cloudbees/jenkins/support/actions/SupportAbstractItemActionTest.java
Log Message:
-----------
Merge pull request #229 from duemir/item-sidepanel
Render current item's sidepanel instead of the Jenkins one
Compare:
https://github.com/jenkinsci/support-core-plugin/compare/9626d9a33d52...5589f04ccfef
--
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/support-core-plugin/push/refs/heads/master/9626d9-5589f0%40github.com.