From 9a22acfef22c74d965a9808dadf15f50139c88ff Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 11:04:09 +0100 Subject: [PATCH 01/29] test deploy test deploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9174309..2424a2b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea 2. Work on whatever bug or feature you wish 3. Create a pull request (PR) -I cannot guarantee that I will merge all PRs but I will evaluate them all. +I cannot guarantee that I will merge all PRs but I will evaluate them all! ### License Copyright © 2020, [Stefan Walther](http://qliksite.io). From 2fc7784ae668ec15407438047c15c1e3d78e8083 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 11:07:51 +0100 Subject: [PATCH 02/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2424a2b..29a3f83 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea 2. Work on whatever bug or feature you wish 3. Create a pull request (PR) -I cannot guarantee that I will merge all PRs but I will evaluate them all! +I cannot guarantee that I will merge all PRs but I will evaluate them all ### License Copyright © 2020, [Stefan Walther](http://qliksite.io). From 4000534320b901f6b431abaa3eb214d2ddb173db Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 12:23:01 +0100 Subject: [PATCH 03/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a3f83..3fad51e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-test -> Sample docker image to test various scenarios with Docker. +> Sample docker image to test various scenarios with Docker . [![CircleCI](https://img.shields.io/circleci/project/github/stefanwalther/docker-test.svg)](https://circleci.com/gh/stefanwalther/docker-test/tree/master) [![XO code style](https://img.shields.io/badge/code_style-XO--space-5ed9c7.svg)](https://github.com/sindresorhus/eslint-config-xo-space) From 8095ceab0e82beddbaca9eecbcce6c7558290eaf Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 12:25:24 +0100 Subject: [PATCH 04/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fad51e..29a3f83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-test -> Sample docker image to test various scenarios with Docker . +> Sample docker image to test various scenarios with Docker. [![CircleCI](https://img.shields.io/circleci/project/github/stefanwalther/docker-test.svg)](https://circleci.com/gh/stefanwalther/docker-test/tree/master) [![XO code style](https://img.shields.io/badge/code_style-XO--space-5ed9c7.svg)](https://github.com/sindresorhus/eslint-config-xo-space) From 2f882eb040033d20bb5d8243b6d9b57a3aacdc00 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 12:30:40 +0100 Subject: [PATCH 05/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a3f83..322008d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# docker-test +# docker-testR > Sample docker image to test various scenarios with Docker. From 7ab334f397de961d51f4d2b177506a2d0b829fbe Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 12:37:59 +0100 Subject: [PATCH 06/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322008d..29a3f83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# docker-testR +# docker-test > Sample docker image to test various scenarios with Docker. From 052230878cf4e4be7ec89ecc9bb6fea7ee510be9 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 13:11:42 +0100 Subject: [PATCH 07/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index d6a7c76..a318e42 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello World'}).end(); + res.json({text: 'Hello bro'}).end(); } } } From d01cdb49f0130221c4deb23acb61f677b5058c7e Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 14:33:15 +0100 Subject: [PATCH 08/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index a318e42..c68789d 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello bro'}).end(); + res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 14:33.'}).end(); } } } From 8525eeedaeb8b176e585dd3233b8668edb657e39 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 17:04:35 +0100 Subject: [PATCH 09/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index c68789d..d883166 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 14:33.'}).end(); + res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 17:04.'}).end(); } } } From 9ea822b3249547d0ddfe5ea64ca207929a97d632 Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 6 Mar 2023 21:17:49 +0100 Subject: [PATCH 10/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a3f83..5f5db3a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-test -> Sample docker image to test various scenarios with Docker. +> Sample docker image to test various scenarios with Docker [![CircleCI](https://img.shields.io/circleci/project/github/stefanwalther/docker-test.svg)](https://circleci.com/gh/stefanwalther/docker-test/tree/master) [![XO code style](https://img.shields.io/badge/code_style-XO--space-5ed9c7.svg)](https://github.com/sindresorhus/eslint-config-xo-space) From ec93b6f6784bf910cc8b5218ef5160d00f28d7c7 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 7 Mar 2023 10:01:50 +0100 Subject: [PATCH 11/29] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a18fcfa..3c41118 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ help: ## Show this help. @echo '' .PHONY: help -gen-readme: ## Generate README.md (using docker-verb) +gen-readme: ## Genmerate README.md (using docker-verb) docker run --rm -v ${PWD}:/opt/verb stefanwalther/verb .PHONY: gen-readme From f1c13c3da788a4503d5b7cf9dd0957a3f2984f27 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 7 Mar 2023 10:19:51 +0100 Subject: [PATCH 12/29] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c41118..a18fcfa 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ help: ## Show this help. @echo '' .PHONY: help -gen-readme: ## Genmerate README.md (using docker-verb) +gen-readme: ## Generate README.md (using docker-verb) docker run --rm -v ${PWD}:/opt/verb stefanwalther/verb .PHONY: gen-readme From 980091a3837fa957f992fa6cd4486cb8f26644ba Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 7 Mar 2023 15:41:32 +0100 Subject: [PATCH 13/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index d883166..e1ff9f3 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 17:04.'}).end(); + res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 15:41'}).end(); } } } From 0c9d410f410909731bf5995a8dd9de6a90ff7ef9 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 7 Mar 2023 17:55:21 +0100 Subject: [PATCH 14/29] hola --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index e1ff9f3..cec4f62 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello bro speaking straight from a GitHub commit. It is 15:41'}).end(); + res.json({text: 'Hello from the Techmoot'}).end(); } } } From 9ddb3a57022899d78138141d814c4c1f1b050936 Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 8 Mar 2023 17:25:46 +0100 Subject: [PATCH 15/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index cec4f62..a6ea92d 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello from the Techmoot'}).end(); + res.json({text: 'Hello from the other side'}).end(); } } } From f055744b9a746e2723393750b044b60ecdf46caf Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 8 Mar 2023 18:20:09 +0100 Subject: [PATCH 16/29] Update default.controller.js --- src/modules/default/default.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index a6ea92d..8473598 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -6,7 +6,7 @@ class Controller { res.send('Hello World').end(); } else { - res.json({text: 'Hello from the other side'}).end(); + res.json({text: 'Hello from the outside of the shift'}).end(); } } } From abe400f69db3d50562decf49caad8a18f6dfbb0b Mon Sep 17 00:00:00 2001 From: Roger Date: Mon, 8 May 2023 14:09:02 +0200 Subject: [PATCH 17/29] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a18fcfa..a38a259 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ help: ## Show this help. @echo '' .PHONY: help -gen-readme: ## Generate README.md (using docker-verb) +gen-readme: ## Generate READMfE.md (using docker-verb) docker run --rm -v ${PWD}:/opt/verb stefanwalther/verb .PHONY: gen-readme From acb81225b7a3e4b7fde205db3ed0d69525b25ee9 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 18 Jul 2023 17:14:02 +0200 Subject: [PATCH 18/29] testing stuff --- src/modules/default/default.controller.js | 4 ++-- src/modules/default/index.html | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/modules/default/index.html diff --git a/src/modules/default/default.controller.js b/src/modules/default/default.controller.js index 8473598..4874a3f 100644 --- a/src/modules/default/default.controller.js +++ b/src/modules/default/default.controller.js @@ -3,10 +3,10 @@ class Controller { static get(req, res) { console.log('We are here'); if (req.query.output === 'text') { - res.send('Hello World').end(); + res.sendFile(path.join('/.index.html')); } else { - res.json({text: 'Hello from the outside of the shift'}).end(); + res.sendFile(path.join('./index.html')); } } } diff --git a/src/modules/default/index.html b/src/modules/default/index.html new file mode 100644 index 0000000..4dfdc18 --- /dev/null +++ b/src/modules/default/index.html @@ -0,0 +1,15 @@ + + + + Static Page + + + +

Welcome to the Static Page!

+

This is some underlying text.

+ + \ No newline at end of file From 9d4385c2ea73ab81d7b4ee058988c0bb9d0dd8f9 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 16:45:33 +0200 Subject: [PATCH 19/29] Create aws.yml --- .github/workflows/aws.yml | 80 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 .github/workflows/aws.yml diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml new file mode 100644 index 0000000..0b4061a --- /dev/null +++ b/.github/workflows/aws.yml @@ -0,0 +1,80 @@ +# This workflow will build and push a new container image to Amazon ECR, +# and then will deploy a new task definition to Amazon ECS, when there is a push to the "main" branch. +# +# To use this workflow, you will need to complete the following set-up steps: +# +# 1. Create an ECR repository to store your images. +# For example: `aws ecr create-repository --repository-name my-ecr-repo --region us-east-2`. +# Replace the value of the `ECR_REPOSITORY` environment variable in the workflow below with your repository's name. +# Replace the value of the `AWS_REGION` environment variable in the workflow below with your repository's region. +# +# 2. Create an ECS task definition, an ECS cluster, and an ECS service. +# For example, follow the Getting Started guide on the ECS console: +# https://us-east-2.console.aws.amazon.com/ecs/home?region=us-east-2#/firstRun +# Replace the value of the `ECS_SERVICE` environment variable in the workflow below with the name you set for the Amazon ECS service. +# Replace the value of the `ECS_CLUSTER` environment variable in the workflow below with the name you set for the cluster. +# +# 3. Store your ECS task definition as a JSON file in your repository. +# The format should follow the output of `aws ecs register-task-definition --generate-cli-skeleton`. +# Replace the value of the `ECS_TASK_DEFINITION` environment variable in the workflow below with the path to the JSON file. +# Replace the value of the `CONTAINER_NAME` environment variable in the workflow below with the name of the container +# in the `containerDefinitions` section of the task definition. +# +# 4. Store an IAM user access key in GitHub Actions secrets named `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`. +# See the documentation for each action used below for the recommended IAM policies for this IAM user, +# and best practices on handling the access key credentials. + +name: Deploy to Amazon ECS + +on: + push: + tags: + - '*' + +env: + AWS_REGION: eu-north-1 # set this to your preferred AWS region, e.g. us-west-1 + ECR_REPOSITORY: 337878073417.dkr.ecr.eu-north-1.amazonaws.com/test # set this to your Amazon ECR repository name + ECS_SERVICE: test # set this to your Amazon ECS service name + ECS_CLUSTER: citibeats-sandbox # set this to your Amazon ECS cluster name + +permissions: + contents: read + +jobs: + deploy: + name: Deploy + runs-on: ubuntu-latest + environment: production + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ env.AWS_REGION }} + + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + + - name: Build, tag, and push image to Amazon ECR + id: build-image + env: + IMAGE_TAG: "latest" + run: | + # Build a docker container and + # push it to ECR so that it can + # be deployed to ECS. + docker build -t $ECR_REPOSITORY:$IMAGE_TAG . + docker push $ECR_REPOSITORY:$IMAGE_TAG + echo "image=$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT + + - name: Deploy again - substitute currently running tasks with tasks with the actual latest image. + id: force-deployment + run: | + aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} + --service ${{ env.ECS_SERVICE From 914351049e96626de5dce400be49bab590c2349c Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 16:47:56 +0200 Subject: [PATCH 20/29] Update aws.yml --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 0b4061a..1cf32a1 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -77,4 +77,4 @@ jobs: id: force-deployment run: | aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} - --service ${{ env.ECS_SERVICE + --service ${{ env.ECS_SERVICE }} From 0c87bd5f54137120d59c068a51d5af6e56380f4a Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 17:03:41 +0200 Subject: [PATCH 21/29] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2363953..227c98d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG NODE_VER="14.3.0" # -------------------------------------- # BASE NODE # -------------------------------------- -FROM node:${NODE_VER}-alpine as BASE +FROM node:${NODE_VER}-alpine as base ARG PORT=3000 ENV PORT=$PORT @@ -16,7 +16,7 @@ COPY package.json package-lock.json ./ # -------------------------------------- # DEPENDENCIES # -------------------------------------- -FROM BASE as DEPENDENCIES +FROM base as dependencies RUN npm install --only=production @@ -31,7 +31,7 @@ RUN npm install # TEST # -------------------------------------- # run linters, setup and tests -FROM dependencies AS TEST +FROM dependencies AS test COPY .eslintrc.json . COPY /src ./src/ @@ -42,7 +42,7 @@ RUN npm run lint && npm run test # -------------------------------------- # RELEASE # -------------------------------------- -FROM BASE as RELEASE +FROM base as release # copy production node_modules COPY --from=dependencies /app/prod_node_modules ./node_modules From 38ba36857f6866fb30d7e0c147e9e21f675c409b Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 17:05:31 +0200 Subject: [PATCH 22/29] Update aws.yml --- .github/workflows/aws.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 1cf32a1..c253735 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -76,5 +76,4 @@ jobs: - name: Deploy again - substitute currently running tasks with tasks with the actual latest image. id: force-deployment run: | - aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} - --service ${{ env.ECS_SERVICE }} + aws ecs update-service --cluster ${{ env.ECS_CLUSTER } --service ${{ env.ECS_SERVICE }} From f640c6c10309f84d2f2aab41415e1ac6463cfbdc Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 17:06:54 +0200 Subject: [PATCH 23/29] Update aws.yml --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index c253735..629a1bd 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -76,4 +76,4 @@ jobs: - name: Deploy again - substitute currently running tasks with tasks with the actual latest image. id: force-deployment run: | - aws ecs update-service --cluster ${{ env.ECS_CLUSTER } --service ${{ env.ECS_SERVICE }} + aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} --service ${{ env.ECS_SERVICE }} From 13cd311531f01179badb7b3b325a0213858593ac Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Oct 2023 17:09:45 +0200 Subject: [PATCH 24/29] Update aws.yml --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 629a1bd..97e0e9b 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -76,4 +76,4 @@ jobs: - name: Deploy again - substitute currently running tasks with tasks with the actual latest image. id: force-deployment run: | - aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} --service ${{ env.ECS_SERVICE }} + aws ecs update-service --cluster ${{ env.ECS_CLUSTER }} --service ${{ env.ECS_SERVICE }} --force-new-deployment From 90d79fb5c859b399bcf31be4db2e7c999d282a09 Mon Sep 17 00:00:00 2001 From: Roger Chao Espinalt Date: Wed, 9 Jul 2025 17:06:50 +0200 Subject: [PATCH 25/29] a --- CHANGELOG.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 CHANGELOG.yml diff --git a/CHANGELOG.yml b/CHANGELOG.yml deleted file mode 100644 index 77ff0e6..0000000 --- a/CHANGELOG.yml +++ /dev/null @@ -1,22 +0,0 @@ -v0.3.2: - date: "2017-12-07" - changes: - - "Make port 3000 the default everywhere" - - "Add a Makefile" -v0.3.1: - date: "2017-09-18" - changes: - - "Enable basic multi-stage build + adapt CircleCi scripts" - - "Use read-pkg-up instead of pkg-up" -v0.3.0: - date: "2017-09-17" - changes: - - "Add endpoint cmd-cron" -v0.2.0: - date: "2017-09-17" - changes: - - "Add endpoint cmd" -v0.1.0: - date: "2017-09-16" - changes: - - "Initial commit" From 8d0ae06b8a0485dbf5a759b3bc8fb827e3ea5c9f Mon Sep 17 00:00:00 2001 From: Roger Chao Espinalt Date: Wed, 9 Jul 2025 17:07:12 +0200 Subject: [PATCH 26/29] b --- a | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 a diff --git a/a b/a new file mode 100644 index 0000000..e69de29 From 58ddd18c7b72178480166cd5f50532eda3210573 Mon Sep 17 00:00:00 2001 From: Roger Chao Espinalt Date: Wed, 9 Jul 2025 17:07:24 +0200 Subject: [PATCH 27/29] c --- b | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 b diff --git a/b b/b new file mode 100644 index 0000000..e69de29 From 6f03263b4c27e6c2ce6fccad908907a0b2d72c19 Mon Sep 17 00:00:00 2001 From: Roger Chao Espinalt Date: Wed, 9 Jul 2025 17:07:33 +0200 Subject: [PATCH 28/29] d --- c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 c diff --git a/c b/c new file mode 100644 index 0000000..e69de29 From 8dbacc46626ed627d3f1209799a1e8f684c52e27 Mon Sep 17 00:00:00 2001 From: Roger Chao Espinalt Date: Wed, 9 Jul 2025 17:07:45 +0200 Subject: [PATCH 29/29] e --- d | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 d diff --git a/d b/d new file mode 100644 index 0000000..e69de29