Bailo icon indicating copy to clipboard operation
Bailo copied to clipboard

Managing the lifecycle of machine learning to support scalability, impact, collaboration, compliance and sharing.

Results 86 Bailo issues
Sort by recently updated
recently updated
newest added

Currently, when multiple scanners are run against a given file, we get multiple possible results and only one is shown in the preview window. The priority is defined in https://github.com/gchq/Bailo/blob/main/frontend/src/entry/model/releases/FileDownload.tsx#L43-L55....

enhancement
good first issue
help wanted
javascript

Currently, the order of the files returned in a model's release is in a random order (due to JS arrays not guaranteeing order). This looks strange in the frontend as...

enhancement
good first issue
help wanted
javascript

The [new filescanner rescan endpoint](https://github.com/gchq/Bailo/blob/92b8faec3fce4b54055264da54b4bc4b78f26c6a/backend/src/routes/v2/filescanning/putFileScan.ts) `/api/v2/filescanning/model/{modelId}/file/{fileId}/scan` needs to be added to the Python Client, similar to [get_download_file](https://github.com/gchq/Bailo/blob/main/lib/python/src/bailo/core/client.py#L315-L337).

enhancement
good first issue
help wanted
python

line from here https://gchq.github.io/Bailo/docs/users/programmatically-using-bailo/open-api to bailo api end points - not resolving https://gchq.github.io/docs/api

bug

## Is your feature request related to a problem? Please describe. Currently the OAuth providers available is only cognito as I can see. I'm willing to commit support for creating...

- Reduce duplication by typing S3 body once in the S3 client and checking that the stream is not null. - Help debugging by logging S3 download progress (like upload...

``` node:internal/process/task_queues:103 runMicrotasks(); ^ AbortError: The operation was aborted at Object.destroyer (node:internal/streams/destroy:328:11) at createAsyncIterator (node:internal/streams/readable:1404:19) at process.processsTicksAndRejections (node:internal/process/task_queues:103:5) Emitted 'error' event on Source instance at: at ReadableState.afterDestroy (/app/node_modules/streamx/index.js:514:19) at Source._destroy...

javascript
ready for review
model artefact management

(Also shuffles around the order of these functions to be consistent across all files because it was annoying me, sorry for the ugly git diff!)

ready for review
tech debt