From 2f3427f53a5f8c5d177a693df21804fc9b52de30 Mon Sep 17 00:00:00 2001 From: Fazle Rabbi Date: Fri, 30 Aug 2024 13:33:32 +0600 Subject: [PATCH 1/5] add stages --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c268fb41..e230981c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,9 @@ +stages: + - test + - performance + - dast + - deploy + variables: TO_PACKAGE: 'appinfo l10n lib templates js img css' include: -- GitLab From fd5e4ee3f1ca9f1801780193ab2b6793584b0507 Mon Sep 17 00:00:00 2001 From: Fazle Rabbi Date: Fri, 30 Aug 2024 13:34:33 +0600 Subject: [PATCH 2/5] add mr-review-tools --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e230981c..a6ad5313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,15 @@ include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "nc-apps-deploy.yml" + - project: "e/infra/ecloud/nextcloud-apps/ci-templates" + ref: dev/1789-setup-mr-review-tools-in-gitlab + file: "mr-review-tools.yml" + - project: "e/infra/ecloud/nextcloud-apps/ci-templates" + ref: dev/1789-setup-mr-review-tools-in-gitlab + file: "git-operations.yml" + - project: "e/infra/ecloud/nextcloud-apps/ci-templates" + ref: dev/1789-setup-mr-review-tools-in-gitlab + file: "populate-code-climate-default-config.yml" build-vendor: stage: build -- GitLab From 5a8b1293521caf47f213f051b5e3078be5b630d1 Mon Sep 17 00:00:00 2001 From: Fazle Rabbi Date: Fri, 30 Aug 2024 13:42:03 +0600 Subject: [PATCH 3/5] add build stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ad5313..11f53f2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - test + - build - performance - dast - deploy -- GitLab From f660438a979bc2b08c11ff6e7c013a9c458019d1 Mon Sep 17 00:00:00 2001 From: Fazle Rabbi Date: Fri, 20 Sep 2024 15:40:46 +0600 Subject: [PATCH 4/5] change ref to main --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11f53f2e..08326169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,13 +15,13 @@ include: ref: main file: "nc-apps-deploy.yml" - project: "e/infra/ecloud/nextcloud-apps/ci-templates" - ref: dev/1789-setup-mr-review-tools-in-gitlab + ref: main file: "mr-review-tools.yml" - project: "e/infra/ecloud/nextcloud-apps/ci-templates" - ref: dev/1789-setup-mr-review-tools-in-gitlab + ref: main file: "git-operations.yml" - project: "e/infra/ecloud/nextcloud-apps/ci-templates" - ref: dev/1789-setup-mr-review-tools-in-gitlab + ref: main file: "populate-code-climate-default-config.yml" build-vendor: -- GitLab From 3a1940960c276d57f96d2d66dffb8b696a397cb2 Mon Sep 17 00:00:00 2001 From: erobot Date: Fri, 20 Sep 2024 10:25:08 +0000 Subject: [PATCH 5/5] Automatic Update of .codeclimate.yml at 2024-09-20-10-25-08 via CI/CD Refs: - https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-accounts/-/pipelines/435684 - https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-accounts/-/jobs/1015395 --- .codeclimate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..c820af6b --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +plugins: + phpmd: + enabled: true + config: + file_extensions: + - php + - inc + rulesets: "unusedcode,codesize,naming,controversial,design" -- GitLab