Romain CHABAUD
Romain CHABAUD
**Describe the bug** In the cartography page, when switching projects, the newly selected project keeps the state of the older one (such as the filters or the selection). For now,...
**What it's the actual situation on ARA ?** The loading spinner is manually managed by using a (boolean) variable to show/hide it depending on its current state (e.g. waiting for...
**What it's the actual situation on ARA ?** When uploading an execution zip (`POST` `/api/projects/{projectCode}/executions/upload`), if it is checked to not save it, its content is saved anyway before deletion....
**Describe the bug** When checking an execution quality status, it is not possible to differentiate between an inexistant execution (via job url) and unfinished execution. In both case, the response...
**What it's the actual situation on ARA ?** ARA **only** supports `zip` compressed folders, when uploading executions (/executions/upload). **Describe the solution you'd like** Make ARA support more extensions, such as...
**What it's the actual situation on ARA ?** Every time an API is called, a function that handle the error is also called (`api.handleError(error)`). Although this works, there are a...
**What it's the actual situation on ARA ?** In ARA, the `execution` save the `qualityThresholds` and the `qualitySeverities` as a plain JSON (string). Needless to say that it should be...
**What it's the actual situation on ARA ?** The communication message can be either a text or HTML. **Describe the solution you'd like** Saving and fetching HTML is not a...
**Describe the bug** Even though the value to update has not changed, the setting (or technology setting) line is either added (same as default value) or "updated". **To Reproduce** Steps...
**Describe the bug** Integration tests are very useful, but most of them cannot be launched. **To Reproduce** Steps to reproduce the behavior: 1. Choose a test that is not a...