Skip to content
Succès

Changes

Summary

  1. Update the pipeline of building a build version of Silverpeas. In order (details)
  2. Change the email address of Yohann Chastagnier to his personal email address dedicated to his contributions to Silverpeas (details)
  3. When releasing a new version of Silverpeas, its dependency on Jackrabbit (details)
  4. In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project (details)
  5. Update different pipeline to take into account the new Docker image silverbuild 6.4 (details)
  6. Fix a bug in the pipeline for releasing a version of Silverpeas. The (details)
  7. Fix the case the branch isn't master and in the underlying version of (details)
  8. Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas (details)
  9. Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas (details)
  10. Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code (details)
  11. In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core (details)
  12. In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies (details)
  13. In the release pipeline of the Silverpeas platform, enabled the build of (details)
Commit 61856ec2f095e2a01c158d88bbf6715c048ee92e by Miguel Moquillon
Update the pipeline of building a build version of Silverpeas. In order
to avoid unnecessary build when no changes have been done from the last
build, a check of changes is now done. If no changes have been done in
any project, then the pipeline isn't executed. Otherwise, for each
project, no tests and no quality analysis are performed in the case the
code didn't change since the last build.
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit 884c5ebfe47dc75cec4a31c144d2d2f42842d0f5 by Miguel Moquillon
Change the email address of Yohann Chastagnier to his personal email address dedicated to his contributions to Silverpeas
The file was modifiedsrc/builds/jackrabbit-jca/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-build/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-test/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/jcr-access-control/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-dev/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas-doc/Jenkinsfile (diff)
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)
The file was modifiedsrc/tests/install/Jenkinsfile (diff)
The file was modifiedsrc/releases/kernel/Jenkinsfile (diff)
The file was modifiedsrc/releases/izpack/Jenkinsfile (diff)
The file was modifiedsrc/releases/sso/Jenkinsfile (diff)
The file was modifiedsrc/releases/jackrabbit-jca/Jenkinsfile (diff)
The file was modifiedsrc/releases/project/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
The file was modifiedsrc/builds/project-doc/Jenkinsfile (diff)
The file was modifiedsrc/releases/wbe/Jenkinsfile (diff)
The file was modifiedsrc/tests/upgrade/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-prod/Jenkinsfile (diff)
The file was modifiedsrc/builds/coverity-scan/Jenkinsfile (diff)
The file was modifiedsrc/releases/jcr-access-control/Jenkinsfile (diff)
The file was modifiedsrc/builds/project/Jenkinsfile (diff)
The file was modifiedsrc/builds/sso/Jenkinsfile (diff)
Commit a38321f78d47c03ccad21022240a16f26041226d by Miguel Moquillon
When releasing a new version of Silverpeas, its dependency on Jackrabbit
is usually checked. Nowadays from Silverpeas 6.4, Jackrabbit isn't
anymore a dependency (JCR is now provided by Apache Oak). So, the
dependency should be checked only if such dependency exists.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit e0c0d6d400ab4e394697e4211f13d84e7fdbddbc by Miguel Moquillon
In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project
The file was modifiedsrc/releases/docker-build/Jenkinsfile (diff)
Commit 8b7ca1eec819715f31ebf841e172e5e2ef58c183 by Miguel Moquillon
Update different pipeline to take into account the new Docker image silverbuild 6.4
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit 33ecb1a11f2f1221e5cee09d6824acf27be1e1f8 by Miguel Moquillon
Fix a bug in the pipeline for releasing a version of Silverpeas. The
isPatchVersion is an environment variable and as such it can be only a
String. But in the pipeline it is interpreted as it was a boolean. Fix
this by checking each time the boolean value as a String.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit e3796e899bf697460e2656aa3847441f2ecd6740 by Miguel Moquillon
Fix the case the branch isn't master and in the underlying version of
Silverpeas, Jackrabbit support has been removed for Oak.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 661fddaaa4270a390212b1fd3adb8ea9719a02e5 by Miguel Moquillon
Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit c1d8fec8584dd07aa6a6a302c27f150c158bbca4 by Miguel Moquillon
Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 85c763f0396e283b912764387b37b96c90b75383 by Miguel Moquillon
Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
Commit 65879a9ed71010b3a8413564c2776ecc3ed4f366 by Miguel Moquillon
In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit 3179768eb4867e1a8daf9a822f639564a912db59 by Miguel Moquillon
In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies
The file was modifiedsrc/releases/project/Jenkinsfile (diff)
Commit a21b86feba1363f95e030bf85247d116cfc8258c by Miguel Moquillon
In the release pipeline of the Silverpeas platform, enabled the build of
the docker image of Silverpeas for trial purpose.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)

Summary

  1. Release of Silverpeas Kernel 1.0 (details)
  2. Prepare for development iteration of next version 1.1 (details)
  3. In LocalizationBundle#getStringWithParams(String, Object...), the (details)
Commit 9c155f4aa5535c54097517569e7bb96a56b3de71 by devteam
Release of Silverpeas Kernel 1.0
The file was modifiedkernel-library/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedkernel-test/pom.xml (diff)
Commit 00fe452bfffe3f60402ed1d6c4d7df3b15f9c9d3 by devteam
Prepare for development iteration of next version 1.1
The file was modifiedkernel-library/pom.xml (diff)
The file was modifiedkernel-test/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit e6c4eb1d5814710e1f666cd04c5d8efeff2e524b by Miguel Moquillon
In LocalizationBundle#getStringWithParams(String, Object...), the
parameters are now encoded for HTML with the OWASP encoder in order to
avoid any XSS attempts from a user.
The file was modifiedkernel-library/src/main/java/org/silverpeas/kernel/bundle/LocalizationBundle.java (diff)
The file was modifiedkernel-library/pom.xml (diff)
The file was modifiedpom.xml (diff)