- 24 Sep, 2021 1 commit
-
-
danila_mazour authored
Relates to [RUNTIME-519](https://bonitasoft.atlassian.net/browse/RUNTIME-519)
-
- 22 Sep, 2021 1 commit
-
-
Bonita CI authored
-
- 16 Sep, 2021 2 commits
- 06 Sep, 2021 2 commits
-
-
Bonita CI authored
-
Baptiste Mesta authored
* Do not use link anymore for the buildSrc/ subtree * Dynamically create configuration for each version of the artifact we want to retrieve. This avoids to get those using direct http connection. * Set "bonita.client.home" only in the plugin that handles licences * Replace `setSystemProperties()` by `systemProperties()` to avoid to override all properties if some are already set elsewhere Closes [CI-656](https://bonitasoft.atlassian.net/browse/CI-656)
-
- 02 Sep, 2021 1 commit
-
-
abirembaut authored
use the first real page of the application menu as Home page Covers [RUNTIME-467](https://bonitasoft.atlassian.net/browse/RUNTIME-467)
-
- 27 Aug, 2021 2 commits
-
-
Emmanuel Duchastenier authored
Closes [RUNTIME-461](https://bonitasoft.atlassian.net/browse/RUNTIME-461)
-
Emmanuel Duchastenier authored
-
- 26 Aug, 2021 1 commit
-
-
Baptiste Mesta authored
Use maven-settings-plugin that allows to add repositories stored in maven-settings.xml There is still a reference to internal repositories to download all available license: to be changed by something else? Relates to [CI-647](https://bonitasoft.atlassian.net/browse/CI-647)
-
- 24 Aug, 2021 2 commits
-
-
Baptiste Mesta authored
Also update dependencies and plugin to make it work * Gradle `4.10.2` -> `5.6.4` * Exposed `0.14.2` -> `0.17.13` * Kotlin `1.3.40` -> `1.4.32` * docker-plugin `3.2.8` -> `4.10.0` Do some code migration: * Declare direct (instead of transitive) dependency on bonita-server in tests. It was not compiling anymore because of gradle changes * Exclude all groovy deps instead of groovy all because of a change in 7.13 * Correctly declare inputs of `TestMigrationTask`
-
Pascal GARCIA authored
Relates to [RUNTIME-439](https://bonitasoft.atlassian.net/browse/RUNTIME-439)
-
- 19 Aug, 2021 1 commit
-
-
Baptiste Mesta authored
Closes [RUNTIME-406](https://bonitasoft.atlassian.net/browse/RUNTIME-406)
-
- 16 Aug, 2021 1 commit
-
-
Baptiste Mesta authored
into applications. covers [RUNTIME-182](https://bonitasoft.atlassian.net/browse/RUNTIME-182)
-
- 11 Aug, 2021 2 commits
- 02 Aug, 2021 1 commit
-
-
Dumitru Corini authored
A page with empty content is inserted for each missing provided removable page that was not present in 7.12 Here is the list of pages that meet that criteria: * `custompage_userCaseDetailsBonita` * `custompage_userCaseListBonita` Those pages are not added or modified if already present Closes [RUNTIME-380](https://bonitasoft.atlassian.net/browse/RUNTIME-380)
-
- 30 Jul, 2021 1 commit
-
-
Emmanuel Duchastenier authored
so that they get re-imported (with the right removable & editable flags) at server startup. Closes [RUNTIME-405](https://bonitasoft.atlassian.net/browse/RUNTIME-405)
-
- 09 Jul, 2021 1 commit
-
-
danila_mazour authored
* extract code that produce the boolean value * activate tests on sql server * fix test configuration with BDM that did not work on sqlserver Relates to [RUNTIME-338](https://bonitasoft.atlassian.net/browse/RUNTIME-338)
-
- 18 Jun, 2021 1 commit
-
-
Baptiste Mesta authored
Added columns are: * internalProfile * editable Creating a new page in CheckMigratedTo7_13_0.java proves that the fields are now present. We had to create in test the `custompage_themeBonita` because it was renamed in 7.13.0 Closes [RUNTIME-306](https://bonitasoft.atlassian.net/browse/RUNTIME-306)
-
- 17 Jun, 2021 1 commit
-
-
Baptiste Mesta authored
-
- 15 Jun, 2021 1 commit
-
-
Emmanuel Duchastenier authored
To fix the Oracle connection error `IO Error: Got minus one from a read call` client-side By adding `oracle.net.disableOob=true` to the connection URL Explanations: According to https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/FAQ.md: Oracle Net 19c will attempt toautomatically detect support for Out Of Band breaks and enable or disable the feature. Some network stacks do not correctly handle this and problems have been seen on docker-engine-19.03.1.ol-1.0.0.el7. You may explicitly disable this feature by setting DISABLE_OOB=ON in the client's sqlnet.ora file. By default Oracle Instant Client for Linux will use /<instant_client_path>/network/admin/sqlnet.ora, $TNS_ADMIN/sqlnet.ora or ~/.sqlnet.ora. For example you could use `echo "DISABLE_OOB=ON" >> ~/.sqlnet.ora` And here is how to apply it to the JDBC driver configuration: https://stackoverflow.com/a/65233360/3193604
-
- 09 Apr, 2021 2 commits
-
-
Baptiste Mesta authored
Thoses columns are 'iconMimeType' and 'iconContent' Relates to [RUNTIME-114](https://bonitasoft.atlassian.net/browse/RUNTIME-114)
-
Baptiste Mesta authored
There is a new parameter to give in that case and an explicit error message explaining how to set it if its missing
-
- 06 Apr, 2021 1 commit
-
-
Emmanuel Duchastenier authored
* force use of JDK11 in build chain * compare xml without spaces * use xml unit to compare xml document * run integration tests on java 11 also * fix Oracle random connection error
-
- 02 Mar, 2021 1 commit
-
-
Emmanuel Duchastenier authored
file 'forms-config.properties' does not exist anymore in 7.13 Closes [RUNTIME-141](https://bonitasoft.atlassian.net/browse/RUNTIME-141)
-
- 02 Dec, 2020 1 commit
-
-
Bonita CI authored
-
- 27 Nov, 2020 1 commit
-
-
Baptiste Mesta authored
-
- 26 Nov, 2020 2 commits
-
-
Emmanuel Duchastenier authored
to public images, for the PostgreSQL and MS SQL Server images that have been made available publicly recently. Relates to [BR-579](https://bonitasoft.atlassian.net/browse/BR-579) Relates to [CI-567](https://bonitasoft.atlassian.net/browse/CI-567)
-
Bonita CI authored
-
- 24 Nov, 2020 2 commits
-
-
Emmanuel Duchastenier authored
We do not test before 7.3.0, as the engine artifacts are no longer available, so tests cannot be run in earlier versions. However, the versions are still available in the migration tool itself.
-
Emmanuel Duchastenier authored
+ test automatically BDM from version 7.11.0+
-
- 20 Nov, 2020 1 commit
-
-
Baptiste Mesta authored
-
- 18 Nov, 2020 2 commits
-
-
abirembaut authored
Covers [BR-586](https://bonitasoft.atlassian.net/browse/BR-586)
-
danila_mazour authored
Relates to [BS-19455](https://bonitasoft.atlassian.net/browse/BS-19455) Closes [BR-571](https://bonitasoft.atlassian.net/browse/BR-571)
-
- 13 Nov, 2020 1 commit
-
-
Bonita CI authored
-
- 12 Nov, 2020 1 commit
-
-
Emmanuel Duchastenier authored
so that we can run tests with engine 7.11.3 when migrating to 7.11.0, for instance
-
- 10 Nov, 2020 1 commit
-
-
Emmanuel Duchastenier authored
to not depend on the internal artifactory to pull old bonita-home artifacts. Closes [BR-550](https://bonitasoft.atlassian.net/browse/BR-550)
-
- 29 Oct, 2020 2 commits