Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

[IV-21-22] Realización del Objetivo 6 #46

Merged
merged 6 commits into from Dec 10, 2021
Merged

[IV-21-22] Realización del Objetivo 6 #46

merged 6 commits into from Dec 10, 2021

Commits on Nov 27, 2021

  1. Añadir fichero de configuración circleCI #43

    Se ha creado un fichero de configuración para circleCI en el que se obtiene de DockerHub la imagen de pruebas del proyecto y se ponen en marcha los test a través del task runner.
    Olasergiolas committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    73a877e View commit details
    Browse the repository at this point in the history
  2. Añadir documentación CircleCI #42

    Se justifica la elección de CircleCI como sistema de CI para el proyecto.
    
    Closes #42.
    Olasergiolas committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    c328ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Añadir tests.yaml Github Actions #44

    Workflow para la ejecución de los tests del proyecto haciendo uso de matrix para probar varias versiones de Go. Estas versiones han sido elegidas en base a las versiones actualmente soportadas de [Go](https://endoflife.date/go). Cada versión "major" de Go tiene soporte hasta que dos nuevas "major" son lanzadas, así que siempre querremos comprobar las dos últimas "major" lanzadas.
    Olasergiolas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    0ca5697 View commit details
    Browse the repository at this point in the history
  2. Exportar perfil en /tmp con nombre generado #45

    Se mejora el test haciendo uso del directorio /tmp además de generar un nombre de perfil en base al PID para no pisar posibles ejecuciones del test en paralelo.
    
    Closes #45.
    Olasergiolas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    50b28ab View commit details
    Browse the repository at this point in the history
  3. Justificación técnica CI #44

    Se añade documentación sobre la elección del segundo sistema de CI, además de mejorar la justificación técnica ya existente al respecto.
    
    Closes #44.
    Olasergiolas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    1cc4de7 View commit details
    Browse the repository at this point in the history
  4. Añadir clave CI iv.yaml #43

    Añadir clave necesaria para los tests automáticos de la asignatura.
    
    Closes #43.
    Olasergiolas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    63ee78b View commit details
    Browse the repository at this point in the history