Branch: refs/heads/master
Home: https://github.com/jenkinsci/plasticscm-plugin
Commit: 18b767cd139e82fa97d139db7685699858550bcd
https://github.com/jenkinsci/plasticscm-plugin/commit/18b767cd139e82fa97d139db7685699858550bcd
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
R
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
Log Message:
-----------
Remove unneeded global config file
Commit: 81d931c2fe13004a930a11795f143e4a4b1cefe5
https://github.com/jenkinsci/plasticscm-plugin/commit/81d931c2fe13004a930a11795f143e4a4b1cefe5
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
R src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetID.java
A src/main/java/com/codicesoftware/plugins/hudson/model/ObjectSpec.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/ObjectSpecType.java
R src/test/java/com/codicesoftware/plugins/hudson/model/ChangeSetIDTest.java
A src/test/java/com/codicesoftware/plugins/hudson/model/ObjectSpecTest.java
Log Message:
-----------
Refactor `ChangeSetID` into `ObjectSpec`
Commit: 8028547de74572cb87a12ca289eb99f3bc6080cd
https://github.com/jenkinsci/plasticscm-plugin/commit/8028547de74572cb87a12ca289eb99f3bc6080cd
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/ChangeSetReader.java
M src/main/java/com/codicesoftware/plugins/hudson/ChangeSetWriter.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
Log Message:
-----------
Add type to `ChangeSet`
This represents a repo snapshot loaded in the workspace, which can be
either a changeset or a shelve. The name is not the best now, but we'll
keep it for now to maintain the same structure in the serialized XML.
Signed-off-by: Miguel González <[email protected]>
Commit: 490450957a41f3a8131e691a7a10626fa1f30b99
https://github.com/jenkinsci/plasticscm-plugin/commit/490450957a41f3a8131e691a7a10626fa1f30b99
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/util/StringUtil.java
A
src/main/java/com/codicesoftware/plugins/jenkins/AbortExceptionBuilder.java
A src/main/java/com/codicesoftware/plugins/jenkins/BuildNode.java
A src/main/java/com/codicesoftware/plugins/jenkins/ChangesetDetails.java
A src/main/java/com/codicesoftware/plugins/jenkins/CredentialsFinder.java
A src/main/java/com/codicesoftware/plugins/jenkins/CurrentWorkspace.java
A src/main/java/com/codicesoftware/plugins/jenkins/FileContent.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFile.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFileSystem.java
A src/main/java/com/codicesoftware/plugins/jenkins/TempFile.java
A src/main/java/com/codicesoftware/plugins/jenkins/WorkspaceSetup.java
Log Message:
-----------
Extract code to static functions to be reused
Signed-off-by: Miguel González <[email protected]>
Commit: 51eb3014a42daa3e3f04ad3db9423b9e93a769ba
https://github.com/jenkinsci/plasticscm-plugin/commit/51eb3014a42daa3e3f04ad3db9423b9e93a769ba
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/util/DeleteOnCloseFileInputStream.java
Log Message:
-----------
Enhance `DeleteOnCloseFileInputStream`
Signed-off-by: Miguel González <[email protected]>
Commit: 09ba7bbfe33175c9835be1fabbdea544653d1f75
https://github.com/jenkinsci/plasticscm-plugin/commit/09ba7bbfe33175c9835be1fabbdea544653d1f75
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/index.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/summary.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
Log Message:
-----------
Update HTML views to handle shelves
Signed-off-by: Miguel González <[email protected]>
Commit: 2e7d04ad45d7c5e418bd62e4c99125b9a9c279b9
https://github.com/jenkinsci/plasticscm-plugin/commit/2e7d04ad45d7c5e418bd62e4c99125b9a9c279b9
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/WorkspaceInfo.java
Log Message:
-----------
Enhance workspace info
Signed-off-by: Miguel González <[email protected]>
Commit: f1b5950ee65d4282d9320385efaec01729d72ab2
https://github.com/jenkinsci/plasticscm-plugin/commit/f1b5950ee65d4282d9320385efaec01729d72ab2
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/FindChangesetCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java
Log Message:
-----------
Allow find to search shelves as well
Signed-off-by: Miguel González <[email protected]>
Commit: ea26558b232fa0ef28d717951a41f27fde716e0d
https://github.com/jenkinsci/plasticscm-plugin/commit/ea26558b232fa0ef28d717951a41f27fde716e0d
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetLogCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetRangeLogCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/LogOutputParser.java
Log Message:
-----------
Improve log commands, make them set rep & server
Signed-off-by: Miguel González <[email protected]>
Commit: bb69fd3e197f252c16a0f09c49cdd12a5917f8b1
https://github.com/jenkinsci/plasticscm-plugin/commit/bb69fd3e197f252c16a0f09c49cdd12a5917f8b1
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/DetailedHistoryCommand.java
Log Message:
-----------
Update find parser reference
Signed-off-by: Miguel González <[email protected]>
Commit: d2531c0d73a11173a02b81d65f271d64494cc752
https://github.com/jenkinsci/plasticscm-plugin/commit/d2531c0d73a11173a02b81d65f271d64494cc752
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
Log Message:
-----------
Change `gwp` command to return `ObjectSpec`
Signed-off-by: Miguel González <[email protected]>
Commit: 47169d2daaa551dbfb363d18dac752b8754b6b51
https://github.com/jenkinsci/plasticscm-plugin/commit/47169d2daaa551dbfb363d18dac752b8754b6b51
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
Log Message:
-----------
Update changed references in `PlasticSCM`
Signed-off-by: Miguel González <[email protected]>
Commit: 348c1ce4a518d116d36a123ee4353c9e3813c847
https://github.com/jenkinsci/plasticscm-plugin/commit/348c1ce4a518d116d36a123ee4353c9e3813c847
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
A src/main/java/com/codicesoftware/plugins/hudson/commands/DiffCommand.java
A src/main/java/com/codicesoftware/plugins/jenkins/LastBuild.java
A src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmFile.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmFileSystem.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/UpdateToSpec.java
A
src/main/resources/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm/config.jelly
A
src/main/resources/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep/config.jelly
A src/main/webapp/specAttributeName.html
A
src/test/java/com/codicesoftware/plugins/jenkins/mergebot/UpdateToSpecTest.java
Log Message:
-----------
Add mergebot functionality
Signed-off-by: Miguel González <[email protected]>
Commit: d49cdbe43d54b9b22c0f3523eb66ca3398cb5e92
https://github.com/jenkinsci/plasticscm-plugin/commit/d49cdbe43d54b9b22c0f3523eb66ca3398cb5e92
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M pom.xml
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFileSystem.java
Log Message:
-----------
Merge branch 'master' into vcs1003712-add-mergebot-features
Commit: d721001817119245879836a275b126b76787d8c3
https://github.com/jenkinsci/plasticscm-plugin/commit/d721001817119245879836a275b126b76787d8c3
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/NewWorkspaceCommand.java
Log Message:
-----------
Don't require selector during workspace creation
Signed-off-by: Miguel González <[email protected]>
Commit: 08b746cf5aa9bc609e8e3a613bbe7876bb49a981
https://github.com/jenkinsci/plasticscm-plugin/commit/08b746cf5aa9bc609e8e3a613bbe7876bb49a981
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
A src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java
Log Message:
-----------
Move selector templates to utility class
Signed-off-by: Miguel González <[email protected]>
Commit: 6dd610f9d352774e2af061684b67c9f487ca020c
https://github.com/jenkinsci/plasticscm-plugin/commit/6dd610f9d352774e2af061684b67c9f487ca020c
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
A
src/main/java/com/codicesoftware/plugins/hudson/commands/SwitchCommand.java
Log Message:
-----------
Implement `cm switch` command
Signed-off-by: Miguel González <[email protected]>
Commit: e018bfca3e3534f759d6b9d7066b66b4a91b737b
https://github.com/jenkinsci/plasticscm-plugin/commit/e018bfca3e3534f759d6b9d7066b66b4a91b737b
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/WorkspaceManager.java
R
src/main/java/com/codicesoftware/plugins/hudson/actions/CheckoutAction.java
R src/main/java/com/codicesoftware/plugins/jenkins/WorkspaceSetup.java
M src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm.java
M
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/UpdateToSpec.java
Log Message:
-----------
Centralise workspace actionsi n `WorkspaceManager`
This commit moves all methods from `WorkspaceSetup` and `CheckoutAction`
and places them into `WorkspaceManager`. Additionally, method
`CheckoutAction.checkout()` has been split into two separate methods:
* `WorkspaceManager.prepare()` to create and cleanup the workspace
* `WorkspaceManager.setSelector()` to set the selector
Alternatively, there's a `WorkspaceManager.switchTo()` method to be used
by `MergebotScm`.
Signed-off-by: Miguel González <[email protected]>
Commit: 547e0d1a54ec3e2747d6bae529d352a7a2f8e869
https://github.com/jenkinsci/plasticscm-plugin/commit/547e0d1a54ec3e2747d6bae529d352a7a2f8e869
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java
Log Message:
-----------
Remove unused templates
Signed-off-by: Miguel González <[email protected]>
Commit: 0776f9fd04791b847b514bf7f1b054606f339808
https://github.com/jenkinsci/plasticscm-plugin/commit/0776f9fd04791b847b514bf7f1b054606f339808
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
A src/test/java/com/codicesoftware/plugins/hudson/WorkspaceManagerTest.java
R
src/test/java/com/codicesoftware/plugins/hudson/actions/CheckoutActionTest.java
Log Message:
-----------
Fix tests
Signed-off-by: Miguel González <[email protected]>
Commit: c18827672c58f728198fc09ce1a5ed24c9eb0a9e
https://github.com/jenkinsci/plasticscm-plugin/commit/c18827672c58f728198fc09ce1a5ed24c9eb0a9e
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/jenkins/ChangesetDetails.java
Log Message:
-----------
Remove duplicate operation
Signed-off-by: Miguel González <[email protected]>
Commit: cb380d95e12055dc088af08b1e8401f357779186
https://github.com/jenkinsci/plasticscm-plugin/commit/cb380d95e12055dc088af08b1e8401f357779186
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm.java
Log Message:
-----------
Add method to provide credentials in form
Signed-off-by: Miguel González <[email protected]>
Commit: 77fcf6c9285bc3f08ba92f59286a51af2630c402
https://github.com/jenkinsci/plasticscm-plugin/commit/77fcf6c9285bc3f08ba92f59286a51af2630c402
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/resources/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm/config.jelly
Log Message:
-----------
Remove check credentials
We can't check credentials in the mergebot plugin because the target
server isn't specified in the configuration.
Signed-off-by: Miguel González <[email protected]>
Commit: 5b4e04174b8eef3e84049c3b33c556ff3b8bd794
https://github.com/jenkinsci/plasticscm-plugin/commit/5b4e04174b8eef3e84049c3b33c556ff3b8bd794
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/webapp/specAttributeName.html
Log Message:
-----------
Add warning in advanced settings help
Signed-off-by: Miguel González <[email protected]>
Commit: 4152c0b614113fc4da18163e9b0530989d312daa
https://github.com/jenkinsci/plasticscm-plugin/commit/4152c0b614113fc4da18163e9b0530989d312daa
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/FindChangesetCommand.java
Log Message:
-----------
Fix attribute name in query
Signed-off-by: Miguel González <[email protected]>
Commit: 2468489eb5c6ffbc2ed05299cf5639982755e351
https://github.com/jenkinsci/plasticscm-plugin/commit/2468489eb5c6ffbc2ed05299cf5639982755e351
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
Log Message:
-----------
Encapsulate spec creation in `ChangeSet`
Signed-off-by: Miguel González <[email protected]>
Commit: 236ce2fcc6813cff41c2b36887a6bcd869d254ae
https://github.com/jenkinsci/plasticscm-plugin/commit/236ce2fcc6813cff41c2b36887a6bcd869d254ae
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/WorkspaceManager.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/DetailedHistoryCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ObjectSpec.java
M src/main/java/com/codicesoftware/plugins/jenkins/ChangesetDetails.java
A src/main/java/com/codicesoftware/plugins/jenkins/ObjectSpecType.java
A src/main/java/com/codicesoftware/plugins/jenkins/UpdateToSpec.java
M src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm.java
M
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmFile.java
R
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/ObjectSpecType.java
R
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/UpdateToSpec.java
M src/test/java/com/codicesoftware/plugins/hudson/model/ObjectSpecTest.java
A src/test/java/com/codicesoftware/plugins/jenkins/UpdateToSpecTest.java
R
src/test/java/com/codicesoftware/plugins/jenkins/mergebot/UpdateToSpecTest.java
Log Message:
-----------
Move new types to common point
`ObjectSpecType` and `UpdateToSpec` should not be mergebot-specific.
Signed-off-by: Miguel González <[email protected]>
Commit: 31d1ae85a4617d62ed4438ecd41a7500b991158d
https://github.com/jenkinsci/plasticscm-plugin/commit/31d1ae85a4617d62ed4438ecd41a7500b991158d
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/ChangeSetReader.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
Log Message:
-----------
Fix deserialization of `ChangeSet`
Signed-off-by: Miguel González <[email protected]>
Commit: 718c2b5a6fda61d2800237cfb4f67280c0cdf49e
https://github.com/jenkinsci/plasticscm-plugin/commit/718c2b5a6fda61d2800237cfb4f67280c0cdf49e
Author: Miguel González <[email protected]>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/index.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/summary.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
Log Message:
-----------
Fix cset/shelveset tag
Signed-off-by: Miguel González <[email protected]>
Commit: bc464b3928a4bfc7f277321ae6f7f5f0b7dac5d4
https://github.com/jenkinsci/plasticscm-plugin/commit/bc464b3928a4bfc7f277321ae6f7f5f0b7dac5d4
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java
Log Message:
-----------
Fix default selector
Signed-off-by: Miguel González <[email protected]>
Commit: 46daccf32497672999c80af55cc48700324926a3
https://github.com/jenkinsci/plasticscm-plugin/commit/46daccf32497672999c80af55cc48700324926a3
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java
Log Message:
-----------
Set spec type in find output parser
Signed-off-by: Miguel González <[email protected]>
Commit: 31a417c9506546f76054c494f5d55ba31d1545cd
https://github.com/jenkinsci/plasticscm-plugin/commit/31a417c9506546f76054c494f5d55ba31d1545cd
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep.java
Log Message:
-----------
Set default spec att type
Signed-off-by: Miguel González <[email protected]>
Commit: 55b840e25ae8a871af40c5bdd2c198bfbd73277b
https://github.com/jenkinsci/plasticscm-plugin/commit/55b840e25ae8a871af40c5bdd2c198bfbd73277b
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep.java
Log Message:
-----------
Add missing getter
Signed-off-by: Miguel González <[email protected]>
Commit: d19bd7134fa0610bb1d9477b63568237e994b091
https://github.com/jenkinsci/plasticscm-plugin/commit/d19bd7134fa0610bb1d9477b63568237e994b091
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M README.md
A doc/ExternalToolConfiguration.md
A doc/MergebotGuide.md
A doc/StandaloneGuide.md
M doc/img/freestyle-configuration-multiple-workspaces.png
M doc/img/freestyle-configuration.png
A doc/img/mergebot/ci-plug-select.png
A doc/img/mergebot/jenkins-plug-config.png
A doc/img/mergebot/logo-plasticscm.svg
A doc/img/mergebot/pipeline-configuration.png
A doc/img/mergebot/plasticscm-setup.png
A doc/img/mergebot/remote-trigger-auth.png
Log Message:
-----------
Update documentation
Signed-off-by: Miguel González <[email protected]>
Commit: 6df4bc9fc37934b5a5a1a351d8c3d1dca7c216c7
https://github.com/jenkinsci/plasticscm-plugin/commit/6df4bc9fc37934b5a5a1a351d8c3d1dca7c216c7
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M README.md
Log Message:
-----------
Add link to Mergebot guide
Signed-off-by: Miguel González <[email protected]>
Commit: 67974e585bb3f423c2fb1d0dc368a843ce2b29ec
https://github.com/jenkinsci/plasticscm-plugin/commit/67974e585bb3f423c2fb1d0dc368a843ce2b29ec
Author: Miguel González <[email protected]>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M README.md
R doc/ExternalToolConfiguration.md
R doc/MergebotGuide.md
R doc/StandaloneGuide.md
A doc/external-tool-configuration.md
A doc/mergebot-guide.md
A doc/standalone-guide.md
Log Message:
-----------
Use kebab case for file names
Signed-off-by: Miguel González <[email protected]>
Commit: 3879f125fd6fd2e2a5379a7d5027df4d91e93215
https://github.com/jenkinsci/plasticscm-plugin/commit/3879f125fd6fd2e2a5379a7d5027df4d91e93215
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M doc/external-tool-configuration.md
R doc/img/configuration_tools.png
R doc/img/configure_system.png
A doc/img/external-tool-configuration/configuration-tools.png
A doc/img/external-tool-configuration/configure-system.png
A doc/img/external-tool-configuration/manage-jenkins.png
R doc/img/manage_jenkins.png
Log Message:
-----------
Update external tool config screenshots
Signed-off-by: Miguel González <[email protected]>
Commit: 30ae4b41c8b00685bd34258c4afcabdb71889c22
https://github.com/jenkinsci/plasticscm-plugin/commit/30ae4b41c8b00685bd34258c4afcabdb71889c22
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M doc/img/Plastic-SCM-Build-Data.png
M doc/img/build-summary.png
M doc/img/changes-summary.png
Log Message:
-----------
Update screenshots
Signed-off-by: Miguel González <[email protected]>
Commit: 17e31c7810e4318430ac06c33eba33d3785eb5ac
https://github.com/jenkinsci/plasticscm-plugin/commit/17e31c7810e4318430ac06c33eba33d3785eb5ac
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
R doc/img/configuration-cm.png
R doc/img/plastic_configuration.png
R doc/img/selector.png
Log Message:
-----------
Remove outdated, unused screenshots
Signed-off-by: Miguel González <[email protected]>
Commit: 72b575cef271007b56b3d693b78da3c82df15c3d
https://github.com/jenkinsci/plasticscm-plugin/commit/72b575cef271007b56b3d693b78da3c82df15c3d
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M README.md
M doc/standalone-guide.md
Log Message:
-----------
Move build information into main page
Signed-off-by: Miguel González <[email protected]>
Commit: 1ec5929c433624059edf4e9cb082df3b9980618d
https://github.com/jenkinsci/plasticscm-plugin/commit/1ec5929c433624059edf4e9cb082df3b9980618d
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M doc/mergebot-guide.md
Log Message:
-----------
Finish mergebot guide
This commit adds the table of contents to the mergebot guide and extends
the "pipeline projects" section to detail the "Pipeline script from SCM"
option.
Signed-off-by: Miguel González <[email protected]>
Commit: 7567026dc37359b8bcd2a01eed650028446e5c7e
https://github.com/jenkinsci/plasticscm-plugin/commit/7567026dc37359b8bcd2a01eed650028446e5c7e
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M doc/standalone-guide.md
Log Message:
-----------
Finish standalone guide
* Add TOC
* Improve "Poll on controller" section
Signed-off-by: Miguel González <[email protected]>
Commit: 7293825ed612531525a1f3601212dae0b69a21ed
https://github.com/jenkinsci/plasticscm-plugin/commit/7293825ed612531525a1f3601212dae0b69a21ed
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep.java
Log Message:
-----------
Fix typo
Signed-off-by: Miguel González <[email protected]>
Commit: 5fac600f24013bf793b0cfd84548cbe1170dbe51
https://github.com/jenkinsci/plasticscm-plugin/commit/5fac600f24013bf793b0cfd84548cbe1170dbe51
Author: Miguel González <[email protected]>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
Log Message:
-----------
Protect against null `ObjectSpecType`
As `ChangeSet` is serialized in the build data, older versions don't
include the `type` field. That results in a `null` value being used,
which caused exceptions and prevented the build data and build summary
to display the built changeset spec.
Signed-off-by: Miguel González <[email protected]>
Commit: ae175e8b6d4ad5004711f72e70af2ec4af88dcc0
https://github.com/jenkinsci/plasticscm-plugin/commit/ae175e8b6d4ad5004711f72e70af2ec4af88dcc0
Author: Miguel González <[email protected]>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/WorkspaceManager.java
Log Message:
-----------
Improve naming
Signed-off-by: Miguel González <[email protected]>
Commit: c6c87a861b3657870a4c0ed665d118e36e766092
https://github.com/jenkinsci/plasticscm-plugin/commit/c6c87a861b3657870a4c0ed665d118e36e766092
Author: Miguel González <[email protected]>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
Log Message:
-----------
Add IntelliJ regions in `PlasticSCM`
Signed-off-by: Miguel González <[email protected]>
Commit: f25d72c70da4729f3c804b9bdd6943b24d38af7f
https://github.com/jenkinsci/plasticscm-plugin/commit/f25d72c70da4729f3c804b9bdd6943b24d38af7f
Author: Miguel <[email protected]>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M README.md
A doc/external-tool-configuration.md
M doc/img/Plastic-SCM-Build-Data.png
M doc/img/build-summary.png
M doc/img/changes-summary.png
R doc/img/configuration-cm.png
R doc/img/configuration_tools.png
R doc/img/configure_system.png
A doc/img/external-tool-configuration/configuration-tools.png
A doc/img/external-tool-configuration/configure-system.png
A doc/img/external-tool-configuration/manage-jenkins.png
M doc/img/freestyle-configuration-multiple-workspaces.png
M doc/img/freestyle-configuration.png
R doc/img/manage_jenkins.png
A doc/img/mergebot/ci-plug-select.png
A doc/img/mergebot/jenkins-plug-config.png
A doc/img/mergebot/logo-plasticscm.svg
A doc/img/mergebot/pipeline-configuration.png
A doc/img/mergebot/plasticscm-setup.png
A doc/img/mergebot/remote-trigger-auth.png
R doc/img/plastic_configuration.png
R doc/img/selector.png
A doc/mergebot-guide.md
A doc/standalone-guide.md
M src/main/java/com/codicesoftware/plugins/hudson/ChangeSetReader.java
M src/main/java/com/codicesoftware/plugins/hudson/ChangeSetWriter.java
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
M src/main/java/com/codicesoftware/plugins/hudson/WorkspaceManager.java
R
src/main/java/com/codicesoftware/plugins/hudson/actions/CheckoutAction.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetLogCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetRangeLogCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/DetailedHistoryCommand.java
A src/main/java/com/codicesoftware/plugins/hudson/commands/DiffCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/FindChangesetCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/NewWorkspaceCommand.java
A
src/main/java/com/codicesoftware/plugins/hudson/commands/SwitchCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/FindOutputParser.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/parsers/LogOutputParser.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
R src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetID.java
A src/main/java/com/codicesoftware/plugins/hudson/model/ObjectSpec.java
M src/main/java/com/codicesoftware/plugins/hudson/model/WorkspaceInfo.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/DeleteOnCloseFileInputStream.java
M src/main/java/com/codicesoftware/plugins/hudson/util/StringUtil.java
A
src/main/java/com/codicesoftware/plugins/jenkins/AbortExceptionBuilder.java
A src/main/java/com/codicesoftware/plugins/jenkins/BuildNode.java
A src/main/java/com/codicesoftware/plugins/jenkins/ChangesetDetails.java
A src/main/java/com/codicesoftware/plugins/jenkins/CredentialsFinder.java
A src/main/java/com/codicesoftware/plugins/jenkins/CurrentWorkspace.java
A src/main/java/com/codicesoftware/plugins/jenkins/FileContent.java
A src/main/java/com/codicesoftware/plugins/jenkins/LastBuild.java
A src/main/java/com/codicesoftware/plugins/jenkins/ObjectSpecType.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFile.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFileSystem.java
A src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java
A src/main/java/com/codicesoftware/plugins/jenkins/TempFile.java
A src/main/java/com/codicesoftware/plugins/jenkins/UpdateToSpec.java
A src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmFile.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmFileSystem.java
A
src/main/java/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep.java
R
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/index.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/BuildData/summary.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
A
src/main/resources/com/codicesoftware/plugins/jenkins/mergebot/MergebotScm/config.jelly
A
src/main/resources/com/codicesoftware/plugins/jenkins/mergebot/MergebotScmStep/config.jelly
A src/main/webapp/specAttributeName.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
A src/test/java/com/codicesoftware/plugins/hudson/WorkspaceManagerTest.java
R
src/test/java/com/codicesoftware/plugins/hudson/actions/CheckoutActionTest.java
R src/test/java/com/codicesoftware/plugins/hudson/model/ChangeSetIDTest.java
A src/test/java/com/codicesoftware/plugins/hudson/model/ObjectSpecTest.java
A src/test/java/com/codicesoftware/plugins/jenkins/UpdateToSpecTest.java
Log Message:
-----------
Merge pull request #63 from jenkinsci/vcs1003712-add-mergebot-features
Add Mergebot features
Compare:
https://github.com/jenkinsci/plasticscm-plugin/compare/99a62fadbe79...f25d72c70da4
--
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/plasticscm-plugin/push/refs/heads/master/99a62f-f25d72%40github.com.