- 23 Aug, 2021 1 commit
-
-
Romain Bioteau authored
* remove bootswatch themes * update npm deps for `bonita-theme` and `default-theme` * remove `bonita-theme-archetype` as it has been extracted from this project a while ago (https://github.com/bonitasoft/bonita-theme-archetype) * remove groovy compiler dependencies as we are not building rest api extensions anymore
-
- 19 Aug, 2021 2 commits
-
-
Emmanuel Duchastenier authored
as the tomcat 9 pulled version is the right one now Relates to [RUNTIME-434](https://bonitasoft.atlassian.net/browse/RUNTIME-434)
-
Baptiste Mesta authored
remove it from runtime BOM because it is now in the engine BOM Relates to [RUNTIME-434](https://bonitasoft.atlassian.net/browse/RUNTIME-434)
-
- 18 Aug, 2021 3 commits
-
-
Pascal GARCIA authored
* bump tomcat version to 9.0.52 * bump servlet api to 4.0.1 * cargo extends the good Tomcat9xInstalledLocalContainer Relates to [RUNTIME-434](https://bonitasoft.atlassian.net/browse/RUNTIME-434)
-
Baptiste Mesta authored
-
Baptiste Mesta authored
This change is done to avoid conflicts when building docker image in PRs (e.g. PR tag a 7.13.0-SNAPSHOT and dev does the same at the same time) Add a new option `-t` on the `build.sh`. It takes in input a tag name and it overrides the default tag (`bonitasoft/...:7.x.y-SNAPSHOT`) This simplifies the build and push of image on `quay` (it avoid using an intermediate tag)
-
- 16 Aug, 2021 1 commit
-
-
Baptiste Mesta authored
Relates to [RUNTIME-418](https://bonitasoft.atlassian.net/browse/RUNTIME-418)
-
- 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)
-