openverse
openverse copied to clipboard
Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
## Problem We keep getting this unactionable alarm during the DR process, and to avoid creeping the alerts channel, it'd be better to silence it while the process is complete,...
## Description This PR sets up Scalar for API documentation. [Scalar](https://scalar.com) is a modern on API documentation. ## Testing Instructions 0. Check out this PR and bring up the API...
## Summary Develop an experimental framework for assessing how relevancy is affected (either positively or negatively) by changes made to our search algorithms and the data itself. ## Description The...
## Description The Openverse API shows inconsistent pagination when searching for the term `bamberg`: - Page 1 indicates multiple pages of results (e.g., `page_count = 12`). - Page 2 returns...
## Due date: 2024-01-11 ## Assigned reviewers - [ ] @krysal - [ ] @dhruvkb ## Description Related to #3473 ## Current round This discussion is following the Openverse decision-making...
## Description The Openverse.org homepage shuffles between 3 collections of images: pottery, universe and olympics. These collections represent a infinitesimal fraction of the 800M+ images in our collection. | pottery...
Feel free to source from my GitHub repo for coding-related screenshots: https://github.com/klugstack/images_cc0
## Problem If the linting step fails in the CI, you get a message that "Lint step failed on line xx". This is very confusing, especially for new contributors. ##...
## Description The `alter_data_batch` of the new `staging_image_data_refresh` DAG causes the Airflow instance to crash. #5145 attempted to fix it by increasing the size of batches, creating fewer tasks to...
## Problem Currently we use `axios` to manage making HTTP requests on the client. Bytes over the network aren't free and now that browsers and [Node](https://github.com/nodejs/node/pull/41749) have the same `fetch`...