3 Commits

Author SHA1 Message Date
b7265ff39f Update src/checkstyle/nohttp-checkstyle-suppressions.xml
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 4s
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 3m51s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) Some checks failed
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 4m42s
2026-06-15 14:45:44 +00:00
bb6f481428 Update .gitea/workflows/sonar.yaml
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 16s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 2m22s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) Some checks failed
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 4m32s
2026-06-15 14:42:03 +00:00
5d9cc4c5df docs: set docs.kyndemo.live/readme for component/default/jonathan-demo-test [documentor-agent]
Some checks failed
Integration Test / Platform Conformance (pull_request) Successful in 4s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 34s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) Some checks failed
Integration Test / Unit Tests + Container Smoke (pull_request) Failing after 4m14s
2026-06-08 16:18:36 +00:00
3 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
name: SonarQube Analysis
on:
@@ -122,7 +121,9 @@ jobs:
- name: Build and test
run: |
./mvnw -B verify \
-Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests'
-Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests' \
-Dnohttp.checkstyle.suppressions.file=src/checkstyle/nohttp-checkstyle-suppressions.xml \
-Dcheckstyle.suppressionsFile=src/checkstyle/nohttp-checkstyle-suppressions.xml
- name: SonarQube analysis
run: |

View File

@@ -2,12 +2,14 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
backstage.io/kubernetes-label-selector: app.humanitec.io/name=jonathan-demo-test
backstage.io/kubernetes-label-selector:
app.humanitec.io/name=jonathan-demo-test
backstage.io/kubernetes-namespace: jonathan-demo-test
backstage.io/techdocs-ref: dir:.
gitea.kyndemo.live/project-slug: validate/jonathan-demo-test
gitea.kyndemo.live/repo-slug: validate/jonathan-demo-test
grafana.com/dashboard-url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
grafana.com/dashboard-url:
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
grafana/alert-label-selector: app=jonathan-demo-test
grafana/dashboard-selector: uid == 'otel-app-observability-v2'
grafana/grafana-instance: default
@@ -15,11 +17,14 @@ metadata:
humanitec.dev/orgId: skillful-wild-chicken-2617
humanitec.dev/projectId: jonathan-demo-test
sonarqube.org/project-key: jonathan-demo-test
description: "jonathan-demo-test \u2014 renovated via Humanitec v2 Platform Orchestrator"
docs.kyndemo.live/readme:
catalog/component/default/jonathan-demo-test/README.md
description: "jonathan-demo-test — renovated via Humanitec v2 Platform Orchestrator"
links:
- icon: dashboard
title: Humanitec Console
url: https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/jonathan-demo-test
url:
https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/jonathan-demo-test
- icon: github
title: Source Repository
url: https://gitea.kyndemo.live/validate/jonathan-demo-test
@@ -28,7 +33,8 @@ metadata:
url: https://gitea.kyndemo.live/validate/jonathan-demo-test/actions
- icon: dashboard
title: Grafana Dashboard
url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
url:
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
name: jonathan-demo-test
tags:
- humanitec-v2

View File

@@ -8,4 +8,5 @@
<suppress files="build[\\/].*" checks=".*"/>
<suppress files="target[\\/].*" checks=".*"/>
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg|svg|log)" checks="NoHttp"/>
<suppress files="(^|[\\/])score\.yaml$" checks="NoHttp"/>
</suppressions>