Branch: refs/heads/master
Home: https://github.com/jenkinsci/plasticscm-plugin
Commit: b969a40c2b9cb3a0b64b3589339ee3f58ea6f7ba
https://github.com/jenkinsci/plasticscm-plugin/commit/b969a40c2b9cb3a0b64b3589339ee3f58ea6f7ba
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-25 (Tue, 25 Jun 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Remove invalid comment from Jenkinsfile
Commit: 8aafe181c9642fcfa9c4fa75daaefad21e1e9e6a
https://github.com/jenkinsci/plasticscm-plugin/commit/8aafe181c9642fcfa9c4fa75daaefad21e1e9e6a
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-26 (Wed, 26 Jun 2019)
Changed paths:
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/util/FormChecker.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/WorkspaceInfo/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly
A src/main/webapp/directory.html
A src/main/webapp/useUpdate.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
Log Message:
-----------
Allow specifying subdirectories for workspace setup and more
- Fix several checkout failures when using multiple workspaces in freestyle and
pipeline projects
- Fix "Use multiple workspaces" not being set correctly in configuration form
- Reorganize constants
- Create project configuration test
Commit: 8d643deb946bf7252c75329485442a3366389d49
https://github.com/jenkinsci/plasticscm-plugin/commit/8d643deb946bf7252c75329485442a3366389d49
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-26 (Wed, 26 Jun 2019)
Changed paths:
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/util/FormChecker.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/WorkspaceInfo/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly
R src/main/webapp/images/24x24/plastic-scm.png
A src/main/webapp/images/24x24/plasticscm.png
R src/main/webapp/images/32x32/plastic-scm.png
A src/main/webapp/images/32x32/plasticscm.png
R src/main/webapp/images/48x48/plastic-scm.png
A src/main/webapp/images/48x48/plasticscm.png
Log Message:
-----------
Secure form validation
Commit: 272c118dbe74b2adaacd5ab0e9ecf3fc23975877
https://github.com/jenkinsci/plasticscm-plugin/commit/272c118dbe74b2adaacd5ab0e9ecf3fc23975877
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-27 (Thu, 27 Jun 2019)
Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
A
src/main/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolver.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFile.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFileSystem.java
Log Message:
-----------
Update sources to version 2.22
Commit: 23765e3e19b336eacfe8a97c479964a1aa1d2744
https://github.com/jenkinsci/plasticscm-plugin/commit/23765e3e19b336eacfe8a97c479964a1aa1d2744
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-27 (Thu, 27 Jun 2019)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
Log Message:
-----------
Better handling of null and empty values for workspace name
Commit: 58b3ccd73c121b033f49ca2f81b10303c9819068
https://github.com/jenkinsci/plasticscm-plugin/commit/58b3ccd73c121b033f49ca2f81b10303c9819068
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-27 (Thu, 27 Jun 2019)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetFileCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetSelectorCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetSelectorSpecCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceFromPathCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceInfoCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ListWorkspacesCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/UndoCheckoutCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/UpdateWorkspaceCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/WorkspaceInfoParser.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly
A src/main/webapp/multipleWorkspaces.html
R src/main/webapp/multipleworkspaces.html
R src/main/webapp/username.html
R src/main/webapp/workfolder.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
Log Message:
-----------
Small code cleanup and refactoring
Commit: 81647cd00880cbda31a74225a0d61abef844658d
https://github.com/jenkinsci/plasticscm-plugin/commit/81647cd00880cbda31a74225a0d61abef844658d
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M Jenkinsfile
M pom.xml
Log Message:
-----------
Use Jenkins 2.60.3 and Java 8 as base version
Jenkins >= 2.54 requires Java 8. Intentionally choosing Jenkins 2.60
as it is the first LTS release to require Java 8. This will allow the
greatest number of installations to upgrade while still allowing
Java 8 capabilities in the plugin.
Commit: e20444fe0a0ca2d7df7b6970e88ff2f1e6b3e522
https://github.com/jenkinsci/plasticscm-plugin/commit/e20444fe0a0ca2d7df7b6970e88ff2f1e6b3e522
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M Jenkinsfile
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/PlasticTool.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetsRetriever.java
M src/main/java/com/codicesoftware/plugins/hudson/model/BuildData.java
R src/main/java/com/codicesoftware/plugins/hudson/model/ChangeLogSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
A src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetList.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/DeleteOnCloseFileInputStream.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFile.java
M
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/digest.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/index.jelly
M src/main/resources/index.jelly
Log Message:
-----------
Reduce code smell
Fix some potential bugs. Disable checkstyle and findbug checks on CI as
the code quality is too poor to pass those tests. Those checks will be
enabled after the code quality reaches proper level.
Commit: 464c1f1406f8ff7250656dd78eb0dcdcd492f549
https://github.com/jenkinsci/plasticscm-plugin/commit/464c1f1406f8ff7250656dd78eb0dcdcd492f549
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolver.java
M src/main/webapp/selector.html
Log Message:
-----------
Use standard substitution format for selector
Do not use custom "%VAR%" for replacement. Instead use standard Jenkins
format "$VAR" like all other plugins. Show this information to users in
help. Allow using non-string parameter types.
Commit: afc79181585991780261220a7a39356292b38d02
https://github.com/jenkinsci/plasticscm-plugin/commit/afc79181585991780261220a7a39356292b38d02
Author: Krzysztof Knapik <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolver.java
A
src/test/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolverTest.java
Log Message:
-----------
Add resolver tests
Commit: cec671f02e3185f299f3b2f43524266234da7176
https://github.com/jenkinsci/plasticscm-plugin/commit/cec671f02e3185f299f3b2f43524266234da7176
Author: Krzysztof Knapik <[email protected]>
Date: 2019-07-08 (Mon, 08 Jul 2019)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/BuildData.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
R
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/digest.jelly
R
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/index.jelly
A
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/digest.jelly
A
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
Log Message:
-----------
Fix regression issues
Commit: ea78d4356dffd2e4a1dee1b5e2d2b8bc82bdafb5
https://github.com/jenkinsci/plasticscm-plugin/commit/ea78d4356dffd2e4a1dee1b5e2d2b8bc82bdafb5
Author: Miguel <[email protected]>
Date: 2019-07-15 (Mon, 15 Jul 2019)
Changed paths:
M pom.xml
M
src/main/java/com/codicesoftware/plugins/hudson/actions/CheckoutAction.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/BuildVariableResolver.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/ExecutorVariableHelper.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/NodeVariableHelper.java
Log Message:
-----------
Merge branch 'master' into master
Commit: 4e75dbc6c22cd4a932168f6c9e278b2802b00364
https://github.com/jenkinsci/plasticscm-plugin/commit/4e75dbc6c22cd4a932168f6c9e278b2802b00364
Author: Miguel González <[email protected]>
Date: 2019-07-15 (Mon, 15 Jul 2019)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolver.java
Log Message:
-----------
Make parameter resolution backwards compatible
Commit: d0355635f13e739b4cacab8c6ddbf5584844f8a9
https://github.com/jenkinsci/plasticscm-plugin/commit/d0355635f13e739b4cacab8c6ddbf5584844f8a9
Author: Miguel González <[email protected]>
Date: 2019-07-15 (Mon, 15 Jul 2019)
Changed paths:
M
src/test/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolverTest.java
Log Message:
-----------
Cover the legacy-style parameter resolution with tests
Commit: 8cc8f8d2c8b0d9067128489eed3f2e3690ada146
https://github.com/jenkinsci/plasticscm-plugin/commit/8cc8f8d2c8b0d9067128489eed3f2e3690ada146
Author: Miguel González <[email protected]>
Date: 2019-07-15 (Mon, 15 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Update the version number
Commit: b75ed5d97dacddf5f77d56462a194c6e66a202e4
https://github.com/jenkinsci/plasticscm-plugin/commit/b75ed5d97dacddf5f77d56462a194c6e66a202e4
Author: Miguel <[email protected]>
Date: 2019-07-15 (Mon, 15 Jul 2019)
Changed paths:
M Jenkinsfile
M pom.xml
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/PlasticTool.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ChangesetsRetriever.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetFileCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetSelectorCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetSelectorSpecCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceFromPathCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceInfoCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/ListWorkspacesCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/UndoCheckoutCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/UpdateWorkspaceCommand.java
M
src/main/java/com/codicesoftware/plugins/hudson/commands/WorkspaceInfoParser.java
M src/main/java/com/codicesoftware/plugins/hudson/model/BuildData.java
R src/main/java/com/codicesoftware/plugins/hudson/model/ChangeLogSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
A src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetList.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/DeleteOnCloseFileInputStream.java
M src/main/java/com/codicesoftware/plugins/hudson/util/FormChecker.java
M
src/main/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolver.java
M src/main/java/com/codicesoftware/plugins/jenkins/PlasticSCMFile.java
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/WorkspaceInfo/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/config.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCM/global.jelly
M
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly
R
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/digest.jelly
R
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeLogSet/index.jelly
A
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/digest.jelly
A
src/main/resources/com/codicesoftware/plugins/hudson/model/ChangeSetList/index.jelly
M src/main/resources/index.jelly
A src/main/webapp/directory.html
R src/main/webapp/images/24x24/plastic-scm.png
A src/main/webapp/images/24x24/plasticscm.png
R src/main/webapp/images/32x32/plastic-scm.png
A src/main/webapp/images/32x32/plasticscm.png
R src/main/webapp/images/48x48/plastic-scm.png
A src/main/webapp/images/48x48/plasticscm.png
A src/main/webapp/multipleWorkspaces.html
R src/main/webapp/multipleworkspaces.html
M src/main/webapp/selector.html
A src/main/webapp/useUpdate.html
R src/main/webapp/username.html
R src/main/webapp/workfolder.html
M src/test/java/com/codicesoftware/plugins/hudson/PlasticSCMTest.java
A
src/test/java/com/codicesoftware/plugins/hudson/util/SelectorParametersResolverTest.java
Log Message:
-----------
Merge pull request #14 from knapsu/master
Specify download subdirectory for workspace
Compare:
https://github.com/jenkinsci/plasticscm-plugin/compare/c435cb89e66a...b75ed5d97dac
--
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/c435cb-b75ed5%40github.com.
For more options, visit https://groups.google.com/d/optout.