From d988e2898c2514d7cad9c40948137edb2c93c710 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Wed, 11 Oct 2017 10:28:18 +0200 Subject: [PATCH 01/13] Removed LICENSE --- LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e69de29..0000000 From afdbd7e52e0d5ea6c0bc06eeb3be21813915d24e Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Mon, 15 Apr 2019 15:59:16 +0200 Subject: [PATCH 02/13] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f3d5c41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From ec9d155e5f7ef8fe109a3fd72e2bec35aadf45d9 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Wed, 12 Jun 2019 09:57:10 +0200 Subject: [PATCH 03/13] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b7db2fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: zklaus + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From ba5a63ca1bbb671ba292b1dfc6124c89a12992db Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Thu, 18 Jul 2019 11:20:40 +0200 Subject: [PATCH 04/13] Test commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69de29..7bbcc21 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +Bla lba From e7194fa93696df49cb4212cda1156b7e619a8547 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Thu, 18 Jul 2019 11:30:08 +0200 Subject: [PATCH 05/13] Add commit message lint configuration --- .github/config.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..f45c775 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,2 @@ +PR_TITLE_REGEX: /((?:[a-z][a-z]+))(\d{3})(:)([a-z0-9])/i +COMMIT_MESSAGE_REGEX: /(#)(#)((?:[a-z][a-z]+))(\d{3})(:)([a-z0-9])/i From 1c630f5ce9fd3a450a0bfe250ccad754f6db3d7d Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Mon, 2 Sep 2019 15:32:14 +0200 Subject: [PATCH 06/13] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bbcc21..b8b4b59 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ Bla lba + +Test zenodo releases. From ab85330a4f72611cfa3a8adb33f24e0ac2585b0c Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Mon, 2 Sep 2019 15:39:53 +0200 Subject: [PATCH 07/13] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8b4b59..778a95c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ Bla lba Test zenodo releases. +Zenodo 3 From b470d9aaa6aabb8ac150264b01ac45c93aecc633 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Fri, 21 Feb 2020 18:08:03 +0100 Subject: [PATCH 08/13] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + From 01b786571cac120d25d002194f98f8e154be5858 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Fri, 21 Feb 2020 18:11:53 +0100 Subject: [PATCH 09/13] Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81..708374d 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -3,6 +3,7 @@ name: Custom issue template about: Describe this issue template's purpose here. title: '' labels: '' +projects: 'Mgmt' assignees: '' --- From 50fe406b86bd285b68813ff80f03de53edea093f Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Tue, 6 May 2025 10:51:52 +0200 Subject: [PATCH 10/13] Add test-upload-workflow --- .github/workflows/test-upload.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/test-upload.yaml diff --git a/.github/workflows/test-upload.yaml b/.github/workflows/test-upload.yaml new file mode 100644 index 0000000..7f4dfda --- /dev/null +++ b/.github/workflows/test-upload.yaml @@ -0,0 +1,28 @@ +name: test-upload + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Create an artifact + run: echo "This is a test artifact" > test-artifact.txt + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 + with: + role-to-assume: arn:aws:iam::027696454786:role/GithubActions + aws-region: eu-north-1 + + - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 + with: + region: eu-north-1 + s3-bucket: myuniversaltestbucket + # s3-prefix: source_code/test + if-no-files-found: warn + path: test-artifact.txt From 10b66393f3c264cf490c5183698f0b984dd28867 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Tue, 6 May 2025 10:54:13 +0200 Subject: [PATCH 11/13] Fix formatting --- .github/workflows/test-upload.yaml | 44 ++++++++++++++---------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/.github/workflows/test-upload.yaml b/.github/workflows/test-upload.yaml index 7f4dfda..54de2da 100644 --- a/.github/workflows/test-upload.yaml +++ b/.github/workflows/test-upload.yaml @@ -1,28 +1,26 @@ name: test-upload on: - workflow_dispatch: + workflow_dispatch: jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Create an artifact - run: echo "This is a test artifact" > test-artifact.txt - - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 - with: - role-to-assume: arn:aws:iam::027696454786:role/GithubActions - aws-region: eu-north-1 - - - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 - with: - region: eu-north-1 - s3-bucket: myuniversaltestbucket - # s3-prefix: source_code/test - if-no-files-found: warn - path: test-artifact.txt + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Create an artifact + run: echo "This is a test artifact" > test-artifact.txt + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 + with: + role-to-assume: arn:aws:iam::027696454786:role/GithubActions + aws-region: eu-north-1 + + - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 + with: + region: eu-north-1 + s3-bucket: myuniversaltestbucket + # s3-prefix: source_code/test + if-no-files-found: warn + path: test-artifact.txt From 3e52cba2771a7143f7bb53a48e4e08119c76381a Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Tue, 6 May 2025 10:59:16 +0200 Subject: [PATCH 12/13] Add token permissions --- .github/workflows/test-upload.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-upload.yaml b/.github/workflows/test-upload.yaml index 54de2da..67329d5 100644 --- a/.github/workflows/test-upload.yaml +++ b/.github/workflows/test-upload.yaml @@ -6,6 +6,9 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v3 From 523a335e3e8aaba67ce1a4d24324df26e003e1f2 Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Tue, 6 May 2025 11:16:59 +0200 Subject: [PATCH 13/13] Switch to my own fork --- .github/workflows/test-upload.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-upload.yaml b/.github/workflows/test-upload.yaml index 67329d5..53e2ecf 100644 --- a/.github/workflows/test-upload.yaml +++ b/.github/workflows/test-upload.yaml @@ -20,7 +20,7 @@ jobs: role-to-assume: arn:aws:iam::027696454786:role/GithubActions aws-region: eu-north-1 - - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 + - uses: zklaus/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 with: region: eu-north-1 s3-bucket: myuniversaltestbucket