Commit Graph
280 Commits
Author SHA1 Message Date
devops bacabe21db fix(ci): validate active catalog navigation components
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 5m36s
2026-07-26 20:54:59 -05:00
devops 097bcc1c5b Update .gitea/workflows/build.yaml
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 5m13s
2026-07-27 01:53:41 +00:00
devops 47bba80cb5 fix(frontend): synchronize catalog navigation with URL
Build and Push Frontend / Construir y Subir Imagen (push) Failing after 29s
2026-07-26 20:36:53 -05:00
devops 3421f856c7 Update .gitea/workflows/build.yaml
Conservé:

actions/checkout@v3
docker/login-action@v2
docker/build-push-action@v4
Secretos REGISTRY_USER y REGISTRY_PASSWORD
Versionamiento v1.0.${{ github.run_number }}
Imagen versionada y latest
Actualización automática de frontend.yaml
Commit [skip ci]
Timeout de 20 minutos

Las mejoras agregadas son:

Ya no construye imágenes por cambios exclusivos en frontend.yaml, ingress.yaml o patches/.
Elimina integration/ y archivos *.example.tsx únicamente dentro del runner, evitando el error de compilación anterior.
Comprueba que CategoryMenu.tsx, cuando exista:
lea los parámetros actuales de la URL;
contenga collection=Marvel;
contenga category=Mochilas;
esté realmente importado por otro componente, Header o Layout.
Evita que un pipeline antiguo actualice el manifiesto si ya existe un commit más nuevo.
2026-07-27 01:15:05 +00:00
devops b66d18b23f chore: release v1.0.72 [skip ci] 2026-07-26 22:39:03 +00:00
devops 46e53f0f26 fix(build): exclude catalog integration example from production
Build and Push Frontend / build (push) Successful in 4m11s
2026-07-26 17:34:55 -05:00
devops 5b9a1d5c4c menus
Build and Push Frontend / build (push) Failing after 2m23s
2026-07-26 17:26:13 -05:00
devops 9e6b29fd01 chore(gitops): remove misplaced frontend sources [skip ci] 2026-07-26 17:04:17 -05:00
devops dd18c2f6b2 Add workloads/ecommerce/integration/app-catalog-page.example.tsx
Build and Push Frontend / build (push) Canceled after 1m53s
2026-07-26 21:38:40 +00:00
devops a6eb98c5af chore: release v1.0.65 [skip ci] 2026-07-26 21:36:57 +00:00
devops b4f390f6ba Add workloads/ecommerce/src/components/catalog/CatalogRouteBoundary.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:36:26 +00:00
devops 531e213be9 Add workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:35:39 +00:00
devops 4dd9adba26 Delete workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Canceled after 0s
2026-07-26 21:34:49 +00:00
devops 9f1308cb3c Add workloads/ecommerce/src/components/navigation/CategoryMenu.module.css
Build and Push Frontend / build (push) Canceled after 2m31s
2026-07-26 21:34:26 +00:00
devops fd032bd2a9 Add workloads/ecommerce/src/components/navigation/CategoryMenu.tsx
Build and Push Frontend / build (push) Successful in 5m20s
2026-07-26 21:31:33 +00:00
devops 40b06e8f0c chore: release v1.0.64 [skip ci] 2026-07-26 21:03:23 +00:00
devops 0c4c5d6843 Delete directory 'workloads/patches' 2026-07-26 20:55:24 +00:00
devops 932dec8dbd Add workloads/ecommerce/patches/frontend-resources.yaml
Build and Push Frontend / build (push) Successful in 8m26s
2026-07-26 20:55:07 +00:00
devops 2bf8d52a21 chore: release v1.0.63 [skip ci] 2026-07-26 20:46:21 +00:00
devops df4a3cd557 Add workloads/ecommerce/patches/catalog-resources.yaml
Build and Push Frontend / build (push) Successful in 4m48s
2026-07-26 20:41:36 +00:00
devops 17ab725587 chore: release v1.0.62 [skip ci] 2026-07-26 20:32:06 +00:00
devops f95d271691 Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 1m37s
2026-07-26 20:30:34 +00:00
devops 9406a20e67 chore: release v1.0.61 [skip ci] 2026-07-26 20:22:57 +00:00
devops ac331c482d Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 1m44s
2026-07-26 20:21:23 +00:00
devops 6be9b740c0 chore: release v1.0.60 [skip ci] 2026-07-26 20:07:09 +00:00
devops 1802a70845 Update workloads/ecommerce/kustomization.yaml
Build and Push Frontend / build (push) Successful in 2m27s
El Service incluido dentro de frontend.yaml no será modificado, porque el patch apunta exclusivamente al recurso:

Deployment/frontend-deploy
2026-07-26 20:04:51 +00:00
devops 84b3799132 Add workloads/patches/catalog-resources.yaml
Cuando una cuota controla requests.cpu, requests.memory, limits.cpu y limits.memory, los pods nuevos del namespace deben declarar esos valores para poder ser admitidos correctamente.
2026-07-26 20:03:58 +00:00
devops ed40c4e9fa Add workloads/patches/frontend-resources.yaml
Este patch:

Aumenta el frontend a dos réplicas.
Permite crear un pod nuevo antes de eliminar el anterior.
Evita que una actualización deje la tienda sin frontend.
Eleva el límite que estaba provocando los OOMKilled de next-server/libvips.

maxUnavailable: 0 y maxSurge: 1 permiten que el Deployment mantenga disponibilidad durante un Rolling Update, siempre que la cuota y el clúster tengan capacidad para el pod adicional.
2026-07-26 20:02:44 +00:00
devops 3693f78515 chore: release v1.0.59 [skip ci] 2026-07-24 07:03:11 +00:00
devops c46179a950 Update workloads/ecommerce/package.json
Build and Push Frontend / build (push) Successful in 8m47s
2026-07-24 06:54:31 +00:00
devops 3cf6a51799 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m13s
2026-07-24 06:48:14 +00:00
devops 80bca3e5c5 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 49s
2026-07-24 06:40:53 +00:00
devops 154536f0da Update workloads/ecommerce/.npmrc
Build and Push Frontend / build (push) Failing after 1m40s
2026-07-24 06:40:21 +00:00
devops 29d32f71a4 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m30s
2026-07-24 06:35:30 +00:00
devops 5c4f3e52d2 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 2m2s
2026-07-24 06:27:31 +00:00
devops cd111617a2 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 1m35s
2026-07-24 06:03:20 +00:00
devops 9569c94b6c Update .gitea/workflows/build.yaml
Build and Push Frontend / build (push) Failing after 2m11s
2026-07-24 05:58:04 +00:00
devops df603dd261 Update .gitea/workflows/build.yaml
Build and Push Frontend / build (push) Failing after 36s
2026-07-24 05:52:17 +00:00
devops 05fb19689e Update .gitea/workflows/build.yaml
Build and Push Frontend / build (push) Failing after 2m36s
2026-07-24 05:49:31 +00:00
devops 899d093f3f Update workloads/ecommerce/package.json
Build and Push Frontend / build (push) Failing after 58s
2026-07-24 04:54:25 +00:00
devops 9d68903abd Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:53:45 +00:00
devops 4a641491bf Add workloads/ecommerce/.npmrc
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:52:35 +00:00
devops ad88fe0df7 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 51m59s
2026-07-24 04:22:28 +00:00
devops 6e98cfba37 Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:17:37 +00:00
devops dc9827e353 Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Canceled after 0s
2026-07-24 04:15:25 +00:00
devops 891757e973 Update workloads/ecommerce/.dockerignore
Build and Push Frontend / build (push) Canceled after 2m50s
2026-07-24 04:14:59 +00:00
devops 5e5038c2d6 Delete .gitea/workflows/catalog-sync.yaml 2026-07-24 03:49:26 +00:00
devops 4c75b7f850 Update workloads/ecommerce/next.config.ts
Build and Push Frontend / build (push) Canceled after 23m29s
2026-07-20 03:53:27 +00:00
devops a8aef44693 Update workloads/ecommerce/Dockerfile 2026-07-20 03:50:52 +00:00
devops 0cd4b89cfa Update workloads/ecommerce/Dockerfile
Build and Push Frontend / build (push) Failing after 21m34s
2026-07-20 03:22:42 +00:00