Skip to content

chore: update dependencies and improve web vitals reporting#11

Merged
mjanez merged 3 commits into
mainfrom
develop
Jun 3, 2026
Merged

chore: update dependencies and improve web vitals reporting#11
mjanez merged 3 commits into
mainfrom
develop

Conversation

@mjanez

@mjanez mjanez commented May 12, 2026

Copy link
Copy Markdown
Owner
  • Changed the web vitals reporting function to use the new metric imports and updated the parameter type for better type safety.

- Changed the web vitals reporting function to use the new metric imports and updated the parameter type for better type safety.
@mjanez mjanez self-assigned this May 12, 2026
@mjanez mjanez added bug Something isn't working enhancement New feature or request labels May 12, 2026
@github-actions

Copy link
Copy Markdown

🐳 Docker Images Build Test Completed

Registry: ghcr.io
Backend Image: ghcr.io/mjanez/metadata-quality-react-backend
Frontend Image: ghcr.io/mjanez/metadata-quality-react-frontend

ℹ️ Note: PR images are only built and pushed when merged to main/develop branches.

To test locally:

# Clone PR branch
git fetch origin pull/11/head:pr-11
git checkout pr-11

# Build and run with docker-compose
docker compose up -d --build

# Access application
# Frontend: https://localhost
# Backend API: https://localhost/api/health

Or build images manually:

# Build backend
docker build -t mqa-backend:pr-11 -f Dockerfile.backend .

# Build frontend
docker build -t mqa-frontend:pr-11 -f Dockerfile.frontend .

# Run services
docker network create mqa-network

docker run -d --name mqa-backend \
  --network mqa-network \
  -e NODE_ENV=production \
  mqa-backend:pr-11

docker run -d --name mqa-frontend \
  --network mqa-network \
  -p 3000:3000 \
  mqa-frontend:pr-11

*Built from commit: d4830a514e981129be337cd8b09bfeba165bdc18
services:
mqa-app:
image: ghcr.io/mjanez/metadata-quality-react:pr-11
ports:
- "3000:3000"
- "3001:3001"


*Built from commit: d4830a514e981129be337cd8b09bfeba165bdc18*

- Added a new function to update the compliance metric based on SHACL validation results, recalculating totals and percentages accordingly.
- Integrated the new function into the validation route to streamline compliance checks.
@github-actions

Copy link
Copy Markdown

🐳 Docker Images Build Test Completed

Registry: ghcr.io
Backend Image: ghcr.io/mjanez/metadata-quality-react-backend
Frontend Image: ghcr.io/mjanez/metadata-quality-react-frontend

ℹ️ Note: PR images are only built and pushed when merged to main/develop branches.

To test locally:

# Clone PR branch
git fetch origin pull/11/head:pr-11
git checkout pr-11

# Build and run with docker-compose
docker compose up -d --build

# Access application
# Frontend: https://localhost
# Backend API: https://localhost/api/health

Or build images manually:

# Build backend
docker build -t mqa-backend:pr-11 -f Dockerfile.backend .

# Build frontend
docker build -t mqa-frontend:pr-11 -f Dockerfile.frontend .

# Run services
docker network create mqa-network

docker run -d --name mqa-backend \
  --network mqa-network \
  -e NODE_ENV=production \
  mqa-backend:pr-11

docker run -d --name mqa-frontend \
  --network mqa-network \
  -p 3000:3000 \
  mqa-frontend:pr-11

*Built from commit: 0e1eb8e8a9562736d6aae5b142c097a5b2d926f6
services:
mqa-app:
image: ghcr.io/mjanez/metadata-quality-react:pr-11
ports:
- "3000:3000"
- "3001:3001"


*Built from commit: 0e1eb8e8a9562736d6aae5b142c097a5b2d926f6*

@mjanez mjanez merged commit 661f786 into main Jun 3, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No se obtiene puntuación en dcat_ap_es_compliance pese a no tener errores shacl

1 participant