check-api
check-api copied to clipboard
Content management API service for Meedan Check, a collaborative media annotation platform
## Description With the latest 4126 changes we observed that there were many many cases where we hit the timeout in alegre's cached response logic - I think its because...
## Description * Use the session value for `min_es_score` if present so that feed settings override team settings * Better clustering of API Requests by enabling paraphrase-multilingual model References: CV2-4558...
## Description Delete the GraphQL field list_columns from TeamType, delete the respective model method and any other dependent code and related tests Reference: CV2-3920 ## Checklist - [ ] I...
I had to add an optional `external_id` filter to the `tipline_messages` function. This is required because I need to be able to associate `TiplineRequest` with `TiplineMessages` and I can't derive...
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context – why has this been changed/fixed. References: TICKET-ID, TICKET-ID,...
- runs unit and functional tests in parallel in github actions - removes travis
## Description In this ticket, I'm adding functionality for Alegre to serve text encoding responses both in the original, soon-to-be-deprecated way, as well as via presto. Idea is we'll serve...
## Description ### Context While looking into a tags issue I noticed a few things: - when we made a request with duplicate tags: - we got an error, so...
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context – why has this been changed/fixed. References: TICKET-ID, TICKET-ID,...
## Description Reference: CV2-2550 ## Things to pay attention to during code review Searched for is_v2 throughout the codebase and removed all conditions and code that were executed when is_v2...