Samson Akol
Samson Akol
## Overview Update the current `ErrorReports` to have more context of errors ## Description and Outcomes - The ErrorReports model should be updated to have the following fields. Please note...
## Background [Kolibri](https://github.com/learningequality/kolibri) is primarily used in disconnected or low connectivity environments. In contrast to many offline platforms where error reporting can happen via [Sentry](https://sentry.io/) or similar services, in these...
## Summary This pr implements the distributed error reporting feature as part of the Google Summer of Code(GSoC) 2024 program. See the [epic](https://github.com/learningequality/kolibri/issues/12214) for details. ## References Closes https://github.com/learningequality/kolibri/issues/12214 ##...
## Overview The `avg_request_time_to_error ` property is more suited for the backend `context` and should be move there instead. Its currently part of `errorreport`. ## Description and outcomes - Move...
## Overview We should not capture sensitive information like passwords during error reporting ## Description and outcomes - Check request headers for any sensitive information and remove it before capturing...
## Overview Turn distributed error reporting into a plugin, and then use the relevant task hook to enable reporting of errors encountered during task execution. ## Description and outcomes ##...
## Overview This task involves implementing pagination to show more recommendations. Pagination is based on whether recommendations are above (good) or below (not so good) the relevance threshold. Other tasks...
## Desired behavior With the migration on https://github.com/learningequality/studio/issues/4190 now completed successfully, there is need to disable the migration on `hotfixes` so that they are not rerun when the code on...
## Observed behavior An error is thrown in the console on remove a resource using the context menu. The operation succeeds. ## Expected behavior Investigate the error to ensure that...