- 11 Aug, 2021 4 commits
-
-
Danila Mazour authored
# Conflicts: # bundle-tests/pom.xml # community/bonita-war/pom.xml # community/pom.xml # community/resources/api-extension-example/pom.xml # community/resources/api-extension-viewer/pom.xml # community/resources/bonita-theme-archetype/pom.xml # community/resources/bonita-theme/pom.xml # community/resources/bootstrap-default-theme/pom.xml # community/resources/example/pom.xml # community/resources/groovy-example/pom.xml # community/resources/html-example/pom.xml # community/resources/looknfeel/pom.xml # community/resources/pom.xml # community/resources/process-autogenerated-form/pom.xml # community/resources/step-autogenerated-form/pom.xml # community/tomcat-resources/bonita-tomcat-juli/pom.xml # community/tomcat-resources/pom.xml # community/tomcat-resources/tomcat-distrib-for-bonita/pom.xml # community/tomcat-resources/tomcat-jta/pom.xml # community/tomcat/pom.xml # pom.xml # subscription/bonita-war/pom.xml # subscription/pom.xml # subscription/resources/cosmo-theme/pom.xml # subscription/resources/flatly-theme/pom.xml # subscription/resources/pom.xml # subscription/resources/readable-theme/pom.xml # subscription/resources/simplex-theme/pom.xml # subscription/resources/superhero-theme/pom.xml # subscription/tomcat/pom.xml
-
Bonita CI authored
-
Danila Mazour authored
# Conflicts: # bundle-tests/pom.xml # community/bonita-war/pom.xml # community/pom.xml # community/resources/api-extension-example/pom.xml # community/resources/api-extension-viewer/pom.xml # community/resources/bonita-theme-archetype/pom.xml # community/resources/bonita-theme/pom.xml # community/resources/bootstrap-default-theme/pom.xml # community/resources/example/pom.xml # community/resources/groovy-example/pom.xml # community/resources/html-example/pom.xml # community/resources/looknfeel/pom.xml # community/resources/pom.xml # community/resources/process-autogenerated-form/pom.xml # community/resources/step-autogenerated-form/pom.xml # community/tomcat-resources/bonita-tomcat-juli/pom.xml # community/tomcat-resources/pom.xml # community/tomcat-resources/tomcat-distrib-for-bonita/pom.xml # community/tomcat-resources/tomcat-jta/pom.xml # community/tomcat/pom.xml # pom.xml # subscription/bonita-war/pom.xml # subscription/pom.xml # subscription/resources/cosmo-theme/pom.xml # subscription/resources/flatly-theme/pom.xml # subscription/resources/pom.xml # subscription/resources/readable-theme/pom.xml # subscription/resources/simplex-theme/pom.xml # subscription/resources/superhero-theme/pom.xml # subscription/tomcat/pom.xml
-
Bonita CI authored
-
- 22 Jul, 2021 1 commit
-
-
Dumitru Corini authored
covers [RUNTIME-397](https://bonitasoft.atlassian.net/browse/RUNTIME-397)
-
- 09 Jul, 2021 1 commit
-
-
Baptiste Mesta authored
-
- 05 Jul, 2021 3 commits
-
-
Pascal GARCIA authored
* unzip bundle at the image build instead of on container start * unzip `bonita.war` on image build to optimize the container start * using multi-stage builds in the community to have more readability. * remove ldap synchronizer from the image, tools are available now in the dedicated docker image. Closes [RUNTIME-343](https://bonitasoft.atlassian.net/browse/RUNTIME-343)
-
Baptiste Mesta authored
-
Bonita CI authored
-
- 02 Jul, 2021 1 commit
-
-
Emmanuel Duchastenier authored
-
- 01 Jul, 2021 1 commit
-
-
Baptiste Mesta authored
For security reasons, it's better to not print any configured credentials on startup. Relates to [RUNTIME-326](https://bonitasoft.atlassian.net/browse/RUNTIME-326)
-
- 30 Jun, 2021 2 commits
-
-
Baptiste Mesta authored
Closes [RUNTIME-315](https://bonitasoft.atlassian.net/browse/RUNTIME-315)
-
Baptiste Mesta authored
-
- 29 Jun, 2021 1 commit
-
-
Baptiste Mesta authored
Only print useful configuration information by not passwords Closes [RUNTIME-326](https://bonitasoft.atlassian.net/browse/RUNTIME-326)
-
- 28 Jun, 2021 3 commits
-
-
Emmanuel Duchastenier authored
"deployAtEnd does not work with unrelated projects" cf. https://www.robinhowlett.com/blog/2019/05/15/solved-when-the-maven-deploy-plugin-silently-fails-to-deploy/ newly introduced bom module broke the deploy, because it has no common parent pom. The workaround is to explicitely declare in it the Maven deploy plugin. run with `mvn deploy -DskipTests -DaltDeploymentRepository=bonita.snapshots::default::file:///tmp` to test
-
Romain Bioteau authored
Update groovy version to 3.0.8
-
Emmanuel Duchastenier authored
-
- 25 Jun, 2021 2 commits
-
-
Romain Bioteau authored
Relates to [RUNTIME-296](https://bonitasoft.atlassian.net/browse/RUNTIME-296)
-
Baptiste Mesta authored
Closes [RUNTIME-315](https://bonitasoft.atlassian.net/browse/RUNTIME-315)
-
- 24 Jun, 2021 2 commits
-
-
abirembaut authored
* put applications zip in classpath * put application pages in classpath * remove unneeded resources * add final directory for non-nodifiable / non-deletable atrifacts * add editonly directory for modifiable / non-deletable artifacts covers [RUNTIME-248](https://bonitasoft.atlassian.net/browse/RUNTIME-248) covers [RUNTIME-263](https://bonitasoft.atlassian.net/browse/RUNTIME-263) covers [RUNTIME-183](https://bonitasoft.atlassian.net/browse/RUNTIME-183)
-
Baptiste Mesta authored
as the DNS records for the pools will no longer be provided at all See https://sks-keyservers.net/ ``` This service is deprecated. This means it is no longer maintained, and new HKPS certificates will not be issued. Service reliability should not be expected. Update 2021-06-21: Due to even more GDPR takedown requests, the DNS records for the pool will no longer be provided at all. ``` Thanks to [JeremJR](https://github.com/JeremJR) See original PR: https://github.com/bonitasoft/bonita-distrib/pull/62 Closes [RUNTIME-223](https://bonitasoft.atlassian.net/browse/RUNTIME-223)
-
- 18 Jun, 2021 3 commits
-
-
Baptiste Mesta authored
-
Bonita CI authored
-
Bonita CI authored
-
- 15 Jun, 2021 2 commits
-
-
Emmanuel Duchastenier authored
in order for Studio to freeze all runtime dependencies to the versions the runtime pull (directly or transitively) Relates to [RUNTIME-296](https://bonitasoft.atlassian.net/browse/RUNTIME-296)
-
Emmanuel Duchastenier authored
Closes [RUNTIME-248](https://bonitasoft.atlassian.net/browse/RUNTIME-248)
-
- 14 Jun, 2021 1 commit
-
-
Dumitru Corini authored
-
- 08 Jun, 2021 1 commit
-
-
Emmanuel Duchastenier authored
More precisely from another directory, instead of requiring to be in root Bonita directory to launch start/stop-bonita.sh/.bat Closes [RUNTIME-297](https://bonitasoft.atlassian.net/browse/RUNTIME-297)
-
- 21 May, 2021 3 commits
- 10 May, 2021 1 commit
-
-
Emmanuel Duchastenier authored
* remove the token placeholders that were used by IT tests in bonita-web-sp module * remote portal is not allowed anymore so bonita.war(-sp) already contains bonita-engine(-sp) * fix up some transitive dependency version
-
- 30 Apr, 2021 1 commit
-
-
abirembaut authored
Foe consistency with other pages * user task list * user process list covers [RUNTIME-263](https://bonitasoft.atlassian.net/browse/RUNTIME-263) covers [RUNTIME-183](https://bonitasoft.atlassian.net/browse/RUNTIME-183)
-
- 28 Apr, 2021 2 commits
-
-
abirembaut authored
covers [RUNTIME-263](https://bonitasoft.atlassian.net/browse/RUNTIME-263) covers [RUNTIME-183](https://bonitasoft.atlassian.net/browse/RUNTIME-183)
-
Danila Mazour authored
-
- 27 Apr, 2021 3 commits
-
-
Baptiste Mesta authored
The web.xml was here only to deactivate http api. use env property instead. Closes [RUNTIME-223](https://bonitasoft.atlassian.net/browse/RUNTIME-223)
-
Emmanuel Duchastenier authored
-
Baptiste Mesta authored
If we directly publish the image to `bonitasoft-rd` quay organization, it means we do not need to update the subscription DockeFile in order to push those images to `bonitasoft` organization. Adapt docker build file to be able to build other version than SNAPSHOT using local file. Also drop the possibility to build sp image from an external url. (no more sha256 needed)
-
- 22 Apr, 2021 1 commit
-
-
Baptiste Mesta authored
Closes [RUNTIME-240](https://bonitasoft.atlassian.net/browse/RUNTIME-240)
-
- 21 Apr, 2021 1 commit
-
-
Baptiste Mesta authored
That directory will be read by the engine. It will avoid having to declare each page individually Relates to [RUNTIME-183](https://bonitasoft.atlassian.net/browse/RUNTIME-183)
-