Javier Hernández Antúnez

Results 48 issues of Javier Hernández Antúnez

Hi, I'm having navigation issues when I directly go into a section of the wiki. So far, I'm seeing that it happens when accessing the [mirrors section](https://wiki.almalinux.org/Mirrors.html), but I didn't...

bug

Following https://github.com/AlmaLinux/albs-web-server/pull/781, we need to bring disabled tests back as indicated in https://github.com/AlmaLinux/albs-web-server/pull/781#issuecomment-2052669022

good first issue

See https://github.com/AlmaLinux/albs-web-server/pull/728#pullrequestreview-1892368760

good first issue

After we provision the ALBS using the `dev_deploy` role, there are some missing information in database. * missing `owner_id` in `platforms`, `repositories` and `sign_keys` tables * missing `platform_id` in `repositories`...

As commented on https://github.com/AlmaLinux/build-system/issues/208, we need to take into account the fact that both platforms can have an errata with the same id. The problem is that if we face...

As a side effect of https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/, AlmaLinux 8 OVAL data is referring to the old AlmaLinux 8 PGP key. Relates to https://github.com/AlmaLinux/build-system/issues/198 Now, in AlmaLinux 8 we have packages that...

Currently, the `errata/all` endpoint returns all advisories this way: ``` { "id": record.id, "updated_date": record.updated_date, } ``` It would be great to include the `platform_id` and, eventually, the endpoint could...

Currently, the [albs-sign-file](https://github.com/AlmaLinux/albs-sign-file) service is being used as part of the [packages exporter](https://github.com/AlmaLinux/albs-web-server/blob/master/scripts/packages_exporter.py) process to sign `repomd.xml` file and produce the `repomd.xml.asc` file in the exported repo. When albs-sign-file was...

It would be great to add support for maintenance mode in ALBS: * Based on a configuration flag, make all API calls to return a [503 - Service Unavailable](https://www.rfc-editor.org/rfc/rfc9110.html#name-503-service-unavailable), indicating...

enhancement