Fecha: 30 de enero de 2026 Objetivo: Ajustar tests que fallan debido a cambios en el seeder de datos de muestra
Este documento describe el plan de testing para validar las correcciones realizadas en los formularios del proyecto panel para cumplir con el estándar de Angular Reactive Forms (FormGroup/FormControl).
Archivos modificados:
projects/panel/src/app/pages/bookings/edit/edit.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Pre-commit hook: Corregir y verificar código con Laravel Pint antes de commit | |
| # Si pint encuentra problemas, los corrige automáticamente y añade los cambios | |
| echo "🔧 Ejecutando Laravel Pint (corrección automática)..." | |
| if [ ! -f "vendor/bin/pint" ]; then | |
| echo "⚠️ WARNING: vendor/bin/pint no encontrado. Ejecuta 'composer install' primero." | |
| exit 0 # No bloquear si pint no está instalado |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## This is the config file for the stream ingest server | |
| # We accept the stream (from OBS, xsplit, etc) here | |
| # and turn it into a HLS stream (live video in fragments) | |
| # served through HTTP. Reason we use this is HLS is very | |
| # easy to serve using a Content Delivery Network (CDN) | |
| # closer to individual viewers | |
| # Generic guff. Run as the "nobody" user so if this service gets hacked | |
| # they can't do much else | |
| user nobody; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muestra cómo la **estrategia de EE. UU. en el Esequibo** estuvo subordinada a su objetivo principal: **el control del futuro canal interoceánico**. | |
| ======================================================================== | |
| LINEA DE TIEMPO: ESEQUIBO Y LA HEGEMONIA DEL CANAL DE PANAMA (1850-1903) | |
| ======================================================================== | |
| 1850 - TRATADO CLAYTON-BULWER | |
| ------------------------------ | |
| Evento: EE. UU. y Gran Bretaña firman el Tratado Clayton-Bulwer. | |
| Contexto: Establece que CUALQUIER canal transoceánico construido en Centroamérica (incluyendo Nicaragua o Panamá) será de control conjunto (no-exclusivo) de ambas potencias. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /etc/letsencrypt/live/example.com/fullchain.pem /etc/letsencrypt/live/example.com/privkey.pem >/etc/cockpit/ws-certs.d/example.com.cert |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| title "Diagrama de Red" | |
| nwdiag { | |
| network Frontend { | |
| address = "x.x.x.0/32"; | |
| internal; | |
| backend [address = ".x"]; | |
| portal [address = ".x"]; | |
| // define group | |
| group IIS { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Enums; | |
| use Filament\Support\Contracts\HasColor; | |
| use Filament\Support\Contracts\HasIcon; | |
| use Filament\Support\Contracts\HasLabel; | |
| use Illuminate\Support\Facades\Log; | |
| enum Roles: int implements HasLabel, HasIcon, HasColor |
NewerOlder