From 175b55fe12f697bb5a124688f3122feb8d35bab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Factor=C3=ADa=20de=20Software?= <71695310+MIT-FS@users.noreply.github.com> Date: Thu, 3 Mar 2022 18:05:26 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Primer=20script=20de=20integraci=C3=B3n=20c?= =?UTF-8?q?ontinua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Este flujo construye el código usando gradlew (embebido en el proyecto) --- .github/workflows/gradle.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/gradle.yml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml new file mode 100644 index 00000000..21937764 --- /dev/null +++ b/.github/workflows/gradle.yml @@ -0,0 +1,32 @@ +# Flujo de trabajo para construir el código al hacer push o pull_request en la rama desarrollo +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle + +name: Integración continua con Gradle (gradlew) + +on: + push: + branches: [ desarrollo ] + pull_request: + branches: [ desarrollo ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'temurin' + - name: Dar permisos a gradlew + run: chmod +x gradlew + - name: Construir el código con gradlew + run: ./gradlew build From 74447133427894babc98365d5de9d860052ea183 Mon Sep 17 00:00:00 2001 From: diebaqsan2 Date: Fri, 21 Mar 2025 10:23:53 +0100 Subject: [PATCH 2/3] Apartado 6 P2 --- .idea/.gitignore | 3 +++ .idea/.name | 1 + .idea/compiler.xml | 6 ++++++ .idea/gradle.xml | 16 ++++++++++++++++ .idea/misc.xml | 5 +++++ .idea/vcs.xml | 6 ++++++ DEVELOPERS.txt | 1 + README.md | 2 ++ 8 files changed, 40 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.name create mode 100644 .idea/compiler.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 DEVELOPERS.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..26d33521 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 00000000..576a8af0 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Audit4Improve \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..d390bd5f --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 00000000..ce1c62c7 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,16 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..0749767a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/DEVELOPERS.txt b/DEVELOPERS.txt new file mode 100644 index 00000000..896d8e9d --- /dev/null +++ b/DEVELOPERS.txt @@ -0,0 +1 @@ +Nombre del desarrollador: Diego Baquero Sanz \ No newline at end of file diff --git a/README.md b/README.md index a574ce6c..ae0f9293 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ Librería con capacidades que den soporte al desarrollo de aplicaciones para la ## [Página en gitHub Pages](https://mit-fs.github.io/Audit4Improve-API/) +"Soy el usuario diebaqsan" + From 9e78a9f1ab4e67c2fcf86819cd0d54f83dd815b0 Mon Sep 17 00:00:00 2001 From: diebaqsan2 Date: Fri, 21 Mar 2025 11:06:31 +0100 Subject: [PATCH 3/3] Apartado 7 P2 --- DEVELOPERS.txt | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS.txt b/DEVELOPERS.txt index 896d8e9d..bdd4291e 100644 --- a/DEVELOPERS.txt +++ b/DEVELOPERS.txt @@ -1 +1,2 @@ -Nombre del desarrollador: Diego Baquero Sanz \ No newline at end of file +Nombre del desarrollador: Diego Baquero Sanz +Usuario: diebaqsan2 \ No newline at end of file diff --git a/README.md b/README.md index ae0f9293..d06ab43f 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Librería con capacidades que den soporte al desarrollo de aplicaciones para la ## [Página en gitHub Pages](https://mit-fs.github.io/Audit4Improve-API/) -"Soy el usuario diebaqsan" +"Soy el usuario diebaqsan2"