Openverse Monthly Priorities Meeting 2024-11-06

OpenverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org. contributors held a community meeting today to discuss priorities for November.

You can loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. in the conversation on the #openverse channel of the Making WordPress Chat. We appreciate any ideas and help offered.

You can read the ongoing notes document for these meetings here and the summary in the first comment below.

#openverse-priorities, #priorities

A week in Openverse: 2025-01-06 – 2025-01-13

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5327: Revert "Downgrade the API's python version back to 3.11 (#5295)"
  • #5328: Update `aiohttp` to last patch version 3.11.11
  • #5329: Publish changelog for api-2025.01.11.11.22.59

Documentation

  • #5110: Use CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. for colors of VWordPress and VHomeLink
  • #5304: Publish changelog for frontend-2024.12.27.21.22.28
  • #5329: Publish changelog for api-2025.01.11.11.22.59

Frontend

  • #5110: Use CSS for colors of VWordPress and VHomeLink
  • #5304: Publish changelog for frontend-2024.12.27.21.22.28
  • #5306: Update dependency @nuxtjs/storybook to v8.3.3
  • #5307: Update dependency @playwright/test to v1.49.1
  • #5310: Update dependency nock to v14.0.0-beta.19
  • #5316: Update dependency typescript to v5.7.2
  • #5317: Update pnpm to v9.15.3
  • #5318: Remove dependency node-htmlHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites.-parser to v7
  • #5319: Update dependency Nuxt
  • #5320: Update i18n-related dependencies

Management

  • #5312: Update workflows
  • #5321: Update pre-commit hook renovatebot/pre-commit-hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same. to v39.91.3

Closed issues

API

  • #5315: About API call speed improvement

Frontend

  • #4998: Refactor `VWordPressLink` component to use CSS for color

openverse-infrastructure

Merged PRs

Infra

  • #1129: Update Terraform grafana to ~> 3.15.0
  • #1132: Include canary event logs for API services

Management

  • #1133: 🔄 synced file(s) with WordPress/openverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org.

#openverse, #week-in-openverse

A week in Openverse: 2024-12-30 – 2025-01-06

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5301: Docs: add database queries log documentation
  • #5303: Publish changelog for api-2024.12.27.21.22.28

Catalog

  • #5309: Update dependency apacheApache Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation. Apache is an Open Source software available for free.-airflow to v2.10.4
  • #5311: Update dependency pook to v2.1.3

Documentation

  • #5301: Docs: add database queries log documentation
  • #5303: Publish changelog for api-2024.12.27.21.22.28

Closed issues

API

  • #5299: Add instructions for debug database logging in the API to the docs

openverse-infrastructure

Merged PRs

Infra

  • #1126: Fix issue with `ansible/exec` recipe

#openverse, #week-in-openverse

A week in Openverse: 2024-12-23 – 2024-12-30

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5295: Downgrade the API's python version back to 3.11
  • #5300: Start the catalog service as part of `ov just init`

Documentation

  • #5297: Fix Sentry client setup

Frontend

  • #5297: Fix Sentry client setup

Management

  • #5300: Start the catalog service as part of `ov just init`

Closed issues

Frontend

  • #5296: Sentry release is not set in the Nuxt client

#openverse, #week-in-openverse

A week in Openverse: 2024-12-16 – 2024-12-23

openverse

Merged PRs

Analytics

  • #5108: Update the analytics events for relevancy

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5273: Remove MediaViewSet's lookup regex
  • #5275: Bump `adrf` to 0.1.8 and `aiohttp` to 3.11.10
  • #5280: Publish changelog for api-2024.12.16.15.25.57
  • #5289: Pull all addons in one DB request
  • #5298: Publish changelog for api-2024.12.20.09.55.14

Documentation

  • #5279: Add Sentry Nuxt module
  • #5280: Publish changelog for api-2024.12.16.15.25.57
  • #5281: Publish changelog for frontend-2024.12.16.15.26.01
  • #5283: Publish changelog for frontend-2024.12.17.14.37.03
  • #5284: Add required variables for Nuxt Sentry setup
  • #5291: Publish changelog for frontend-2024.12.19.03.36.42
  • #5294: Publish changelog for frontend-2024.12.19.05.42.40
  • #5298: Publish changelog for api-2024.12.20.09.55.14

Frontend

  • #5108: Update the analytics events for relevancy
  • #5278: Set the background color on `<option>` to fix readability issue
  • #5279: Add Sentry Nuxt module
  • #5281: Publish changelog for frontend-2024.12.16.15.26.01
  • #5283: Publish changelog for frontend-2024.12.17.14.37.03
  • #5284: Add required variables for Nuxt Sentry setup
  • #5285: Fix scrollbar visibility issue on Windows browsers(replaced overflow-y: scroll with overflow-y: auto).
  • #5288: Add sources cache to Nuxt app
  • #5291: Publish changelog for frontend-2024.12.19.03.36.42
  • #5292: Use .env.sentry-build-pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party for Sentry auth token
  • #5294: Publish changelog for frontend-2024.12.19.05.42.40

Management

  • #5284: Add required variables for Nuxt Sentry setup

Closed issues

Analytics

  • #5005: Add search result index to the `SELECT_SEARCH_RESULT` event

API

  • #4851: Update to `adrf` 0.1.7 and clean up `MediaViewSet` with new adrf viewsets
  • #5274: Causing N+1 queries when requesting related audio tracks with `?peaks=true`

Frontend

  • #2710: How can I explore without searching?
  • #5005: Add search result index to the `SELECT_SEARCH_RESULT` event
  • #5107: Add search term and result position to the media selection events
  • #5270: Use the Sentry Nuxt module instead of our temporary implementation
  • #5277: Language selector hard to read in dark mode
  • #5282: Scrollbar displayed even when element is not overflowing
  • #5287: Cache sources stats in Nuxt

openverse-infrastructure

Merged PRs

API

  • #1121: Clean up API variables and lower Sentry traces sample rate

Closed issues

API

  • #1120: Try Sentry profiling for the API

#openverse, #week-in-openverse

A week in Openverse: 2024-12-09 – 2024-12-16

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5258: Publish changelog for api-2024.12.07.04.18.28
  • #5264: Set up Sentry profiling for the API
  • #5269: Publish changelog for api-2024.12.11.14.44.17
  • #5276: Fix broken schemathesis tests

Documentation

  • #5258: Publish changelog for api-2024.12.07.04.18.28
  • #5259: Publish changelog for frontend-2024.12.07.04.18.28
  • #5263: Publish changelog for frontend-2024.12.10.14.47.56
  • #5269: Publish changelog for api-2024.12.11.14.44.17

Frontend

  • #5259: Publish changelog for frontend-2024.12.07.04.18.28
  • #5260: Launch the dark mode
  • #5263: Publish changelog for frontend-2024.12.10.14.47.56
  • #5267: Make analytics tests stricter
  • #5268: Use `nuxi typecheck` to make the frontend types check in pre-commit faster
  • #5272: Standardize the image and audio result components

Management

  • #5256: Avoid emulation for `ov` development environment
  • #5257: Update `shfmt` hook to remove warning

Closed issues

Frontend

  • #5266: Make the analytics tests stricter
  • #5271: Standardize the image and audio result components

Management

  • #4934: Use k6 release assets to build `ov` images

openverse-infrastructure

Merged PRs

API

  • #1123: Duplicate all variables for zero downtime deployment

Infra

  • #1116: Update Terraform aws to v5.81.0
  • #1122: Apply dangling changes and increase staging frontend task resources
  • #1123: Duplicate all variables for zero downtime deployment

Management

  • #1119: Make renovatebot ignore legacy folders (2nd attempt)

#openverse, #week-in-openverse

Introducing Dark Mode

If you often browse in low-light conditions, OpenverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org. now offers a dark mode for the whole site. You can switch between light and dark or let it follow your device’s settings automatically.

We’ve expanded the brand colors and refined the gray palette to maintain the Openverse identity while improving readability. These changes ensure a consistent look, meet accessibilityAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) contrast requirements, and adapt to your device’s color settings for a seamless experience.

As with all Openverse development, this feature’s planning and progress took place entirely in public on GitHub. If you want to stay informed about what we’re working on next, you can follow the Openverse Project Tracker.

This feature falls under the efforts of improving the browsing experience and keeping a user-centric approach to how Openverse is shaped.

If you notice and bugs or functionality you would like to see in the dark or light theme, please report an issue on the Openverse GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ repository or reach out to our maintainers in the #openverse channel of the Make WP Chat. Thank you! Special thanks to @fcoveram for designing the new themes, and to @zackkrida, @dhruvkb and @olgabulat for implementing them.

Visit openverse.org and select your preferred theme from the site footer.

#announcement, #openverse

A week in Openverse: 2024-12-02 – 2024-12-09

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5222: chore(deps): update docker.io/nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. docker tag to v1.27.3
  • #5228: fix(deps): update dependency drf-spectacular to >=0.28, <0.29
  • #5230: fix(deps): update dependency uvicorn to >=0.32, <0.33
  • #5234: fix(deps): update dependency pillow to v11
  • #5238: Making docker user names consistent
  • #5240: fix(deps): update dependency django-structlog to v9
  • #5244: Publish changelog for api-2024.12.02.20.27.17
  • #5248: Bump sentry-sdk to 2.18.0 and structlog-sentry to 2.2.1
  • #5249: Bump dev and test dependencies of the API
  • #5250: Bump and unify PDM in the api/ and indexer_worker/ to 2.21

Catalog

  • #5221: chore(deps): update dependency tldextract to v5.1.3
  • #5225: chore(deps): update dependency elasticsearch to v8.16.0
  • #5231: chore(deps): update dependency pook to v2.1.2
  • #5233: chore(deps): update dependency pytest-sugar to v1
  • #5238: Making docker user names consistent
  • #5245: Handle new 90% alarms in alarm toggle

Documentation

  • #5239: Publish changelog for frontend-2024.12.02.17.23.30
  • #5244: Publish changelog for api-2024.12.02.20.27.17
  • #5253: Add changelog section to project proposal and implementation plan
  • #5255: Added httpsHTTPS HTTPS is an acronym for Hyper Text Transfer Protocol Secure. HTTPS is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted. This is especially helpful for protecting sensitive data like banking information. instead of httpHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. in wordpress design channel slackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. link

Frontend

  • #5222: chore(deps): update docker.io/nginx docker tag to v1.27.3
  • #5223: chore(deps): update pnpm to v9.14.4
  • #5229: fix(deps): update dependency openapi-fetch to ^0.13.0
  • #5235: fix(deps): update dependency uuid to v11
  • #5236: Add a duotone icon to represent the "system" theme
  • #5237: Update the icon color in `onMounted`
  • #5239: Publish changelog for frontend-2024.12.02.17.23.30
  • #5251: chore(deps): update dependency prettier to v3.4.2
  • #5252: fix(deps): update dependency @pinia/nuxt to ^0.9.0

Ingestion Server

  • #5225: chore(deps): update dependency elasticsearch to v8.16.0
  • #5231: chore(deps): update dependency pook to v2.1.2
  • #5232: chore(deps): update dependency pytest to v8
  • #5233: chore(deps): update dependency pytest-sugar to v1
  • #5238: Making docker user names consistent

Management

  • #5241: Disable renovate updates for ES, PG and Redis docker images
  • #5242: chore(deps): update workflows
  • #5243: chore(deps): update docker.io/library/fedora docker tag to v42
  • #5247: Fix ov Dockerfile

Closed issues

API

  • #1145: Use consistent Docker user names
  • #4901: RuntimeError: unable to perform operation on <TCPTransport closed=True reading=False 0x55dc68caf9f0>; the handl…

Catalog

  • #1145: Use consistent Docker user names
  • #4856: Add Flickr source for Katmai National Park and new homepage images set
  • #4882: Unify ES CPU alarm names once they're updated upstream

Documentation

  • #4619: Standardize an approach to documenting implementation/project plan changes
  • #4620: Fix issues with ES node replacement documentation
  • #5254: Need to Add https instead of http in design channel slack link

Frontend

  • #606: Add explicit image width and height properties to the VImageCell components
  • #629: [i18n] Add irregular pluralizations
  • #4856: Add Flickr source for Katmai National Park and new homepage images set
  • #4979: Flatten i18n message keys in message JSONJSON JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML.
  • #5059: Incorrect slug for Kyrgyz locale
  • #5190: TypeError: Cannot read properties of null (reading 'value') – in VHeaderMobile
  • #5215: Theme selector with previous dark theme colors
  • #5227: Client-server mismatch when the color mode is set to `system`

Ingestion Server

  • #1145: Use consistent Docker user names

Management

  • #5246: `ov init` fails because Docker engine cannot be installed on Fedora 42

openverse-infrastructure

Merged PRs

Infra

  • #1111: Update minor terraform providers
  • #1112: Update Terraform cloudflare to ~> 4.47.0
  • #1113: Update Terraform githubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ to v6.4.0
  • #1114: Update Terraform grafana to ~> 3.13.0
  • #1118: Add Plausible as a datasource in Grafana

Management

  • #1117: 🔄 synced file(s) with WordPress/openverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org.

Closed issues

Infra

  • #602: Add ES 90% CPU alarms
  • #1041: Add Plausible to Grafana using the Infinity datasource

#openverse, #week-in-openverse

A week in Openverse: 2024-11-25 – 2024-12-02

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5180: Get sources list for filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. from content_provider table
  • #5183: Add `syntax` and `check` declarations in `Dockerfile`s
  • #5184: Publish changelog for api-2024.11.25.17.45.37
  • #5188: Add filters to throttled application admin view
  • #5189: Prevent from counting media tables in admin
  • #5211: Publish changelog for api-2024.11.28.17.33.15

Catalog

  • #5162: Update link to running DAGs in runbook
  • #5183: Add `syntax` and `check` declarations in `Dockerfile`s

Documentation

  • #5158: Add project proposal and IP for license migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies.
  • #5162: Update link to running DAGs in runbook
  • #5176: Update Nuxt i18n
  • #5184: Publish changelog for api-2024.11.25.17.45.37
  • #5185: docs: mention using docs.openverse.org links for plans in project_thread.md
  • #5211: Publish changelog for api-2024.11.28.17.33.15
  • #5212: Update node replacement docs based on last run

Frontend

  • #5148: Change text color to secondary on content-heavy pages
  • #5172: Fix unit test warnings
  • #5176: Update Nuxt i18n
  • #5181: Modify k6 load tests
  • #5182: Reduce threshold for color matching in VRT
  • #5183: Add `syntax` and `check` declarations in `Dockerfile`s
  • #5194: Fix the heading size for related audio
  • #5198: Fix the CI by fixing the i18n dependencies, and updating vite to v6.0.1
  • #5202: Replace @openverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org./eslint-pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party
  • #5203: chore(deps): update dependency @playwright/test to v1.49.0
  • #5205: chore(deps): update pnpm to v9.14.3
  • #5206: fix(deps): update dependency @nuxtjs/robots to v5
  • #5207: fix(deps): update dependency @nuxtjs/sitemap to v7
  • #5208: fix(deps): update dependency @vueuse/coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. to v12
  • #5213: Introduce a memory leak to check k6 tests
  • #5214: Introduce a memory leak to check the k6 tests – follow up on #5213
  • #5217: Revert "Downgrade pinia (#5214)"

Management

  • #5176: Update Nuxt i18n
  • #5183: Add `syntax` and `check` declarations in `Dockerfile`s
  • #5185: docs: mention using docs.openverse.org links for plans in project_thread.md
  • #5191: Add option to skip dotenv files recreation when `just up` runs

Closed issues

API

  • #5174: Django's image admin view times out

Documentation

  • #2011: Update project thread issue template to mention using docs.openverse.org links for plans
  • #5147: ETL mermaid diagram is missing link text

Frontend

  • #3863: Related media heading sizes different in audio/image pages
  • #5119: Text-heavy pages should use `text-secondary` color for text
  • #5151: Update the color of `text-secondary`
  • #5179: Modify the staging k6 load testing to allow for accurate tests with lower resources
  • #5197: Newest version of vite in Playwright container causes the build to fail

openverse-infrastructure

Merged PRs

Catalog

  • #1105: Bump Airflow and add just command to facilitate deployment

Infra

  • #1106: Add the DNSDNS DNS is an acronym for Domain Name System - how you assign a human readable address to a website’s exact numeric coded location (ie. wordpress.org uses the actual IP address 198.143.164.252). record for AT Protocol under `openverse.org` domain
  • #1110: Include CPU utilitisation 90% alarms inside Terraform

Management

  • #1104: Update slackapi/slackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.-githubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/-action action to v2
  • #1109: Fix the slack action by updating how the webhook is passed
  • #1115: Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1

#openverse, #week-in-openverse

A week in Openverse: 2024-11-18 – 2024-11-25

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5165: Bump aiohttp to 3.11.2
  • #5169: Publish changelog for api-2024.11.17.18.36.17
  • #5173: Publish changelog for api-2024.11.18.15.59.41
  • #5175: Limit number of items in admin media pages

Catalog

  • #5170: Use healthcheck command preferred by MinIO
  • #5178: Publish changelog for catalog-2024.11.19.16.03.49

Documentation

  • #5169: Publish changelog for api-2024.11.17.18.36.17
  • #5173: Publish changelog for api-2024.11.18.15.59.41
  • #5178: Publish changelog for catalog-2024.11.19.16.03.49

Closed issues

API

  • #4344: Prevent Django Admin default queries on primary media tables in production

#openverse, #week-in-openverse

A week in Openverse: 2024-11-11 – 2024-11-18

openverse

Merged PRs

APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.

  • #5122: Update dependency django to v5
  • #5157: Publish changelog for api-2024.11.08.08.05.37
  • #5160: Fix incorrect OpenAPI examples
  • #5166: Bump schemathesis to 3.38.6 and silence its warning

Catalog

  • #5154: Update dependency apacheApache Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation. Apache is an Open Source software available for free.-airflow to v2.10.3 [SECURITY]
  • #5155: Append concurrency tag to prevent issues between DAGs in staging
  • #5161: Update `psycopg2` to `psycopg` (v3)

Documentation

  • #5156: Publish changelog for frontend-2024.11.08.08.05.38
  • #5157: Publish changelog for api-2024.11.08.08.05.37
  • #5163: Add metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. description for documentation index page

Frontend

  • #5156: Publish changelog for frontend-2024.11.08.08.05.38

Management

Closed issues

API

  • #4885: Media list endpoints have incorrect OpenAPI (previously Swagger) example definitions

Catalog

  • #5128: Staging database restore can run concurrently with staging data refresh
  • #5159: Update catalog indexer worker from `psycopg2` to `psycopg` (v3)

Documentation

  • #4967: Add a meta description to our documentation site

Management

  • #4944: Pre-commit hook fails at vale on Apple Silicon
  • #5167: The `slack-githubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/-action` broke after major update

openverse-infrastructure

Merged PRs

Infra

  • #1085: Update Terraform aws to v5.76.0
  • #1102: Fix `inline_policy` warning in `grafana/`

Management

  • #1085: Update Terraform aws to v5.76.0
  • #1099: Fix renovatebot config
  • #1100: Migrate renovate config
  • #1103: 🔄 synced file(s) with WordPress/openverseOpenverse Openverse is a search engine for openly-licensed media, including images and audio. Find Openverse on GitHub and at https://openverse.org.

Closed issues

Management

  • #1098: Action Required: Fix Renovate Configuration

#openverse, #week-in-openverse