- Feb 25, 2022
-
- Feb 22, 2022
-
-
Bonita CI authored
-
- Feb 10, 2022
-
-
Bonita CI authored
-
- Feb 08, 2022
-
-
Bonita CI authored
-
Haroun El Alami authored
covers [RUNTIME-560](https://bonitasoft.atlassian.net/browse/RUNTIME-560)
-
- Feb 02, 2022
- Feb 01, 2022
-
-
abirembaut authored
Relates to [RUNTIME-846](https://bonitasoft.atlassian.net/browse/RUNTIME-846)
-
abirembaut authored
Every time a request goes through the authentication filter to display a page or resource without a tenant ID in the URL, a login on the default tenant with the tenant technical user is performed to retrieve the default tenant ID. This is unneeded as the user is already logged in at this point so the tenant ID can be retrieved from the API session. Relates to [RUNTIME-846](https://bonitasoft.atlassian.net/browse/RUNTIME-846)
-
- Jan 28, 2022
-
-
Emmanuel Duchastenier authored
-
- Jan 27, 2022
-
-
abirembaut authored
* feat(HTTP error pages): avoid redirection when displaying error pages Covers [RUNTIME-717](https://bonitasoft.atlassian.net/browse/RUNTIME-717)
-
- Jan 24, 2022
-
-
Emmanuel Duchastenier authored
instead of at the root of the Maven modules containing tests. This allows to rerun tests without remaining temp file side effects. This concerns temp files of type: * custompage_myRestAPI1637857656508 * build/tx-object-store/... for Arjuna local storage * h2databasedir/ folder Also cleanup unused sonar/jacoco config
-
- Jan 21, 2022
-
-
Bonita CI authored
-
- Jan 20, 2022
-
-
Pascal GARCIA authored
fix(archiveTaskAPI): fix classCastException on get of ArchiveFlowNode not instance of ArchiveActivity (#826) * refactor `runGet` method on `AbstractArchivedHumanTaskDatastore` to `getArchivedActivityInstance` return an `ArchivedActivityInstance` not convertible to `ArchivedHumanTaskInstance`. In case of it happen a `APIItemNotFoundException` will be thrown containing api the api token and resource id. * refactor `runGet` method on `AbstractArchivedManualTaskDatastore` to `getArchivedActivityInstance` return an `ArchivedActivityInstance` not convertible to `ArchivedManualTaskInstance`. In case of it happen a `APIItemNotFoundException` will be thrown containing api the api token and resource id. * refactor `runGet` method on `AbstractArchivedUserTaskDatastore` to `getArchivedActivityInstance` return an `ArchivedActivityInstance` not convertible to `ArchivedUserTaskInstance`. In case of it happen a `APIItemNotFoundException` will be thrown containing api the api token and resource id. * override `runGet` on `AbstractArchivedTaskDatastore` to `getArchivedActivityInstance` return an `ArchivedActivityInstance` not convertible to `ArchivedTaskInstance`. In case of it happen a `APIItemNotFoundException` will be thrown containing api the api token and resource id. Covers [RUNTIME-649](https://bonitasoft.atlassian.net/browse/RUNTIME-649)
-
- Jan 14, 2022
-
-
abirembaut authored
* feat(HTTP error pages): avoid redirection when displaying error pages Covers [RUNTIME-717](https://bonitasoft.atlassian.net/browse/RUNTIME-717)
-
- Jan 11, 2022
-
-
Baptiste Mesta authored
-
- Jan 10, 2022
-
-
bonita-ci authored
-
- Jan 07, 2022
-
-
Dumitru Corini authored
* feat(PageItem): Add log when isHidden is passed as a search option covers [RUNTIME-790](https://bonitasoft.atlassian.net/browse/RUNTIME-790 ) * Change check for log level Co-authored-by: abirembaut <anthony.birembaut@bonitasoft.com> Co-authored-by: abirembaut <anthony.birembaut@bonitasoft.com>
-
- Jan 05, 2022
- Dec 24, 2021
-
-
Dumitru Corini authored
* feat(PageItem): Remove hidden field covers [RUNTIME-361](https://bonitasoft.atlassian.net/browse/RUNTIME-361)
-
- Dec 16, 2021
-
-
Romain Bioteau authored
-
- Dec 15, 2021
-
-
Romain Bioteau authored
* POST bpm/signal/{name} -> 204 Broadcast a BPM signal with the given {name} Relates to STUDIO-4211
-
Romain Bioteau authored
* Add bpm/archivedActivityVariable/:activityId/:variableName endpoint Related to STUDIO-4212
-
Romain Bioteau authored
* get by caseId and variableName * get the list of variables for a given caseId Relates to STUDIO-4213
-
- Dec 10, 2021
-
-
abirembaut authored
Covers [RUNTIME-670](https://bonitasoft.atlassian.net/browse/RUNTIME-670)
-
- Dec 08, 2021
-
-
Romain Bioteau authored
-
Baptiste Mesta authored
If the project is not built before running test, the 'fr' local is not present in the i18n folder in resources fix that by adding that folder in test resources
-
- Dec 06, 2021
-
-
Bonita CI authored
-
- Dec 02, 2021
-
-
abirembaut authored
- it does not seem to be used covers [RUNTIME-693](https://bonitasoft.atlassian.net/browse/RUNTIME-693)
-
Bonita CI authored
-
- Nov 30, 2021
- Nov 26, 2021
-
-
Emmanuel Duchastenier authored
* cleanup user permissions moved to Engine * use engine to retrieve permissions associated to a page when deploying * stop passing the admin information when getting a process form (this is now done engine-side) Closes [RUNTIME-638](https://bonitasoft.atlassian.net/browse/RUNTIME-638)
-
- Nov 24, 2021
- Nov 19, 2021
-
-
Emmanuel Duchastenier authored
Relates to [RUNTIME-651](https://bonitasoft.atlassian.net/browse/RUNTIME-651)
-
- Nov 18, 2021
-
-
Emmanuel Duchastenier authored
Relates to [RUNTIME-648](https://bonitasoft.atlassian.net/browse/RUNTIME-648)
-
- Nov 08, 2021
-
-
Emmanuel Duchastenier authored
* use new engine method * remove unneeded tests Covers [RUNTIME-595](https://bonitasoft.atlassian.net/browse/RUNTIME-595 ) Co-authored-by: abirembaut <anthony.birembaut@gmail.com>
-