badgerdoc
badgerdoc copied to clipboard
BadgerDoc should allow users to send file revisions back to the pipeline engine to enhance ML models following manual checks or annotations. After an annotation is committed, each file has...
Currently, some microservices use minio or boto3 as libraries to connect with S3. We need to replace these with aioboto3 and make all S3 queries asynchronous. Additionally, it is reasonable...
Currently, BadgerDoc supports only one pipeline manager. However, after the `1.8.0` release, it will become necessary to allow users to configure multiple pipeline managers in a single BadgerDoc installation. Post-release,...
We need to restore unit-tests and add them into GitHub actions. Badgerdoc is going to use pytest as library to test, so all tests must be migrated to pytest. All...
fix corrected the typos, added missing punctuation, and adjusted formatting for better readability
We're going to use: - black as formatting tool with 79 symbols per line - strict pylint - strict mypy During this task we need to add formatters and linters...