openverse
openverse copied to clipboard
Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
## Description In the single result view, the active tab in "Credit the creator" section keeps its focus style after clicking on it to see the attribution content. ## Reproduction...
## Problem On two occasions now, we have had an Elasticsearch node fail over the weekend and issue alerts every 15 minutes (the DAG's [schedule interval](https://github.com/WordPress/openverse/blob/352b71080efd33701f93d10017bcfdcdbbc156df/catalog/dags/elasticsearch_cluster/healthcheck_dag.py#L157-L158)). This flooded our alerts...
Often in the project lifecycle we uncover problems which require alterations to our original planning documents. We want to update the documents to reflect the actual work that needs to...
## Problem In #4143, @obulat proposed to add new cleaning steps to the fix tags in the Catalog, but the option of including them in the Ingestion Server was declined...
Sentry Issue: [OPENVERSE-FRONTEND-1YN](https://openverse.sentry.io/issues/5575294591/?referrer=github_integration) ``` AxiosError: Request failed with status code 403 at None (/_nuxt/2025b13.modern.js:2:267107) at XMLHttpRequest.w (/_nuxt/2025b13.modern.js:2:267258) ```
## Current Situation It's possible for our CI/CD suite to run enough times for us to get rate limited when downloading translations from GlotPress. See this run, for example: https://github.com/WordPress/openverse/actions/runs/9937426887/job/27447855989?pr=4585#step:4:1007...
The [ES node replacement doc](https://docs.openverse.org/meta/maintenance/elasticsearch_cluster.html#node-replacements) has a few issues I need to fix: - `` is used in multiple contexts which accept different values (`staging` in some places, `dev` in...
## Problem Currently, we have the analytics data on what terms the users search for, but not on how many results they get for this search. Adding this event would...
## Fixes Fixes #4553 by @sarayourfriend ## Description This is still WIP because I need to test a bit more thoroughly. So far things appear to work with manual testing,...
## Problem The following services in Docker Compose are largely unused. - `load_to_s3` I could not find any occurrences of this string in the project except for the `docker-compose.yml` file....