From ebae0877a845a77f7a6963f583aa0378e3d346c7 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 10 May 2024 14:16:10 +0200 Subject: [PATCH 01/12] feature: use sonar cloud in separated workflow --- .github/workflows/sonar.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/sonar.yaml diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml new file mode 100644 index 0000000..58b49d8 --- /dev/null +++ b/.github/workflows/sonar.yaml @@ -0,0 +1,9 @@ +name: Sonar + +workflow_run: + workflows: [CI] + types: [completed] + +jobs: + shared: + uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@164b22d \ No newline at end of file From 9dcbffab0b58f7cd008246f0f3d2ad9013978acf Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 10:47:29 +0200 Subject: [PATCH 02/12] fix: pin test with python version matrix --- .github/workflows/ci.yaml | 2 +- .github/workflows/sonar.yaml | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24dcbbe..b6bd1af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55 + uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@8651148b739f73851ab50c671da422c94bc55095 secrets: inherit diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 7f480d6..66cfe29 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -1,17 +1,9 @@ name: Sonar -on: - workflow_run: - workflows: [CI] - types: [completed] - -# on: -# push: -# branches: -# - main -# pull_request: +workflow_run: + workflows: [CI] + types: [completed] jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@b4f84736d0bfdce801b59ce862847885da3db776 - secrets: inherit + uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@v1 From 4e9f61555fdcf51bc2bb87e0811fa2c9d9638861 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 10:52:26 +0200 Subject: [PATCH 03/12] fix: change ci repo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6bd1af..5498908 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@8651148b739f73851ab50c671da422c94bc55095 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@8651148b739f73851ab50c671da422c94bc55095 secrets: inherit From 992bd1bea73a44525a58722dde97c111097ff7af Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 11:41:42 +0200 Subject: [PATCH 04/12] fix: pin to newest CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5498908..531da7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@8651148b739f73851ab50c671da422c94bc55095 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@7e91068c3286dc4874a19a45c501c22f0d0a972a secrets: inherit From 516155b488dc1255d1cf14dbd2ba0891e67c58aa Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 12:20:58 +0200 Subject: [PATCH 05/12] fix: pin to latest CI version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 531da7c..5ac1a1a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@7e91068c3286dc4874a19a45c501c22f0d0a972a + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@7b6f7155fd88f3f90662e54fb098d5d78ec43982 secrets: inherit From 1efb06a9dcfd91ecb95a3e9ec50085a7580b7750 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 12:35:11 +0200 Subject: [PATCH 06/12] fix: pin to latest CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ac1a1a..eb663a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,5 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@7b6f7155fd88f3f90662e54fb098d5d78ec43982 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@e91a1fba1497a080ff851ff91851bb8c5322732f secrets: inherit From 247dfb714a8adb7d364dd03962210024b0442195 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 12:37:10 +0200 Subject: [PATCH 07/12] fix: pin to latest CI --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb663a8..e263a8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,5 +8,4 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@e91a1fba1497a080ff851ff91851bb8c5322732f - secrets: inherit + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@b8b773414ecbc890b9eb5d0f8230888e5b4a51d1 From 17d95cbbbd87a4e592af760a5c07f0dbf9341952 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 12:45:24 +0200 Subject: [PATCH 08/12] fix: pin to latest CI version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e263a8c..c72d804 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,4 +8,4 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@b8b773414ecbc890b9eb5d0f8230888e5b4a51d1 + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@c999a329fe3fa7f354b96ce22c0733e81e9ae11e From b19bd44ad0e70514bc188a40abe16596e32ab1ef Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Tue, 14 May 2024 12:54:44 +0200 Subject: [PATCH 09/12] fix: pin to branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c72d804..eeb5b30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,4 +8,4 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@c999a329fe3fa7f354b96ce22c0733e81e9ae11e + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@PAN-1889-python-version-matrix \ No newline at end of file From d02cc56485c5503bb5137c480681f75ef98e531a Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Thu, 16 May 2024 10:55:18 +0200 Subject: [PATCH 10/12] fix: add new end of line --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eeb5b30..b42923a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,4 +8,4 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@PAN-1889-python-version-matrix \ No newline at end of file + uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@PAN-1889-python-version-matrix From 56c4fbccd1d7e8bd7e6cedba9b7a443bdc70b434 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Thu, 16 May 2024 15:58:29 +0200 Subject: [PATCH 11/12] fix: use v1 CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b42923a..5887f51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,4 +8,4 @@ on: jobs: shared: - uses: juanmanuel-tirado/ci-workflows/.github/workflows/python-ci.yml@PAN-1889-python-version-matrix + uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@v1 From fef7482e666bca3710c151b7f977e30a6258a7bb Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 17 May 2024 11:32:57 +0200 Subject: [PATCH 12/12] doc: added pantos logo --- .github/pantos-logo-full.svg | 41 ++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 43 insertions(+) create mode 100644 .github/pantos-logo-full.svg diff --git a/.github/pantos-logo-full.svg b/.github/pantos-logo-full.svg new file mode 100644 index 0000000..2061eb2 --- /dev/null +++ b/.github/pantos-logo-full.svg @@ -0,0 +1,41 @@ + + + + pantos-logo-full + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c2d9d00..42bc266 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Pantos logo + [![CI](https://github.com/pantos-io/common/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/pantos-io/common/actions/workflows/ci.yaml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pantos-io_common&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pantos-io_common)