openverse
openverse copied to clipboard
Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
## Description Openverse should be easy to install from offline media like a flash drive. This will make it extremely easy to set up Openverse for contributors by carrying the...
## Description Blocked by #4541 and #3925 more broadly. Per #4465 and the clarity gleaned in other places within the project, we are moving towards the catalog database serving as...
## Description In addition to the steps outlined in #4149 and #4146, we also need to add the `Filter Data` step to the data refresh DAG. Initially, this should be...
## Description Based on my work exploring this concept in https://git.sr.ht/~sara/openverse-api-client. Differences from that version are mostly around using the OpenAPI schema to generate the types, rather than hand writing...
## Fixes Fixes #4478 by @dhruvkb ## Description This PR makes Openverse easier to install from an offline media. It includes the following changes 1. recipes to dump non-Openverse images...
## Problem `ov clean` uses `docker stop` since https://github.com/WordPress/openverse/pull/4525 That's fine, but sometimes you don't care if the container exits gracefully, and just want to stop it. ## Description Add...
## Description [WP Site accelerator](https://developer.wordpress.com/docs/site-accelerator/) (previously Photon) cannot process this [JPG image](https://api.openverse.engineering/v1/images/465a3e53-99dd-414e-bbf9-6be6fb74bac0/) from Europeana. ``` ConnectionResetError: File "uvloop/loop.pyx", line 2084, in create_connection raise File "uvloop/loop.pyx", line 2079, in uvloop.loop.Loop.create_connection await...
## Description There is a problem with a Europeana image in that the API fails to process the `/thumb` request even when Photon (the image accelerator 3rd party part) returns...
## Problem Unless explicitly set, the `updated_on` column for the primary media tables in the catalog is modified when a record is updated via ingestion, but is not modified when...
## Description git pre-commit hooks run with ov do not respond to sigterm. This doesn't occur when running pre-commit directly in ` ov` (i.e., `ov j lint`). ## Reproduction 1....