Compare commits

..

14 Commits

Author SHA1 Message Date
fbae47fb29 Update README.md 2026-05-21 07:51:01 +00:00
3b93de198d Update catalog-info.yaml
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 55s
2026-05-21 07:45:49 +00:00
e5ef7bbc27 Merge pull request 'docs: link entities to platform-docs READMEs' (#5) from documentor-annotations-9e0e917a into main
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Reviewed-on: #5
2026-05-21 07:26:15 +00:00
194e432143 docs: set docs.kyndemo.live/readme for component/default/sonar-test-nest4 [documentor-agent]
All checks were successful
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 4s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 1m18s
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 1m31s
2026-05-18 10:04:06 +00:00
0fd74664ea Update catalog-info.yaml
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 54s
2026-05-18 10:01:58 +00:00
bd67d424f0 Update docs/architecture.md
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 55s
2026-05-18 09:43:34 +00:00
e661b86f3a Update README.md 2026-05-18 09:18:41 +00:00
af14760e8f Merge pull request 'docs: link component/default/sonar-test-nest4 to platform-docs README' (#4) from documentor-agent-component-default-sonar-test-nest4-doc-c2a4ce0c8ba8-annotation into main
Reviewed-on: #4
2026-05-14 12:43:41 +00:00
1097d54a43 Merge pull request 'docs: link component/default/sonar-test-nest4 to platform-docs README' (#3) from documentor-agent-component-default-sonar-test-nest4-doc-c36e042daba8-annotation into main
Reviewed-on: #3
2026-05-14 12:42:15 +00:00
ff491bcef7 Merge pull request 'docs: link component/default/sonar-test-nest4 to platform-docs README' (#2) from documentor-agent-component-default-sonar-test-nest4-doc-11b79abf7f12-annotation into main
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m0s
Reviewed-on: #2
2026-05-14 12:39:51 +00:00
9f9e41792c docs: set docs.kyndemo.live/readme for component/default/sonar-test-nest4 [documentor-agent]
Some checks failed
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 5s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 1m25s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 1m25s
2026-05-14 12:04:46 +00:00
05308edc60 docs: set docs.kyndemo.live/readme for component/default/sonar-test-nest4 [documentor-agent]
Some checks failed
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 4s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 1m22s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 1m35s
2026-05-14 12:04:38 +00:00
caaecfe856 docs: set docs.kyndemo.live/readme for component/default/sonar-test-nest4 [documentor-agent]
Some checks failed
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Integration Test / Platform Conformance (pull_request) Successful in 4s
SonarQube Analysis / Build, Test & Analyse (pull_request) Failing after 1m23s
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 1m19s
2026-05-14 12:03:43 +00:00
8d8fb6e13c Merge pull request 'sonarQ test on PR' (#1) from dev into main
Reviewed-on: #1
2026-05-12 10:38:21 +00:00
3 changed files with 60 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
# sonar-test-nest4 v2
# sonar-test-nest4 test for doc agent catching sha change 21.5.2026 test 001
> **System-of-Record branch** — application code lives on `dev`.
@@ -21,3 +21,5 @@ is migrated to a different runtime.
| `runtime` | `typescript-nestjs` |
| `health_path` | `/health` |
| `container_port` | `3000` |

View File

@@ -6,59 +6,51 @@ metadata:
annotations:
humanitec.com/orgId: skillful-wild-chicken-2617
humanitec.com/projectId: domain-demo-apps
cjot.io/target-domain: "demo-apps"
cjot.io/target-domain: demo-apps
backstage.io/techdocs-ref: dir:.
backstage.io/kubernetes-namespace: dev
backstage.io/kubernetes-namespaces: "dev"
backstage.io/kubernetes-label-selector: "app=sonar-test-nest4"
gitea.kyndemo.live/repo-slug: "validate/sonar-test-nest4"
backstage.io/kubernetes-namespaces: dev
backstage.io/kubernetes-label-selector: app=sonar-test-nest4
gitea.kyndemo.live/repo-slug: validate/sonar-test-nest4
sonarqube.org/project-key: sonar-test-nest4
prometheus.io/scrape: "true"
prometheus.io/port: "3000"
prometheus.io/path: "/metrics"
prometheus.io/scrape: 'true'
prometheus.io/port: '3000'
prometheus.io/path: /metrics
grafana/grafana-instance: default
grafana/alert-label-selector: "app=sonar-test-nest4"
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
grafana.com/alert-label-selector: "app=sonar-test-nest4"
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=sonar-test-nest4"
chaos-mesh/enabled: "true"
k6/enabled: "true"
k6/test-configmap: "k6-test-sonar-test-nest4"
k6/test-namespace: "dev"
k6/target-service: "sonar-test-nest4"
k6/target-port: "3000"
grafana/alert-label-selector: app=sonar-test-nest4
grafana/dashboard-selector: uid == 'otel-app-observability-v2'
grafana.com/alert-label-selector: app=sonar-test-nest4
grafana.com/dashboard-url:
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=sonar-test-nest4
chaos-mesh/enabled: 'true'
k6/enabled: 'true'
k6/test-configmap: k6-test-sonar-test-nest4
k6/test-namespace: dev
k6/target-service: sonar-test-nest4
k6/target-port: '3000'
tags:
- microservice
- golden-path
- typescript-nestjs
- stateless
- opentelemetry
- load-testing
- k6
links:
- url: https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/domain-demo-apps
- url:
https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/domain-demo-apps
title: Humanitec Console
icon: dashboard
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=sonar-test-nest4
- url:
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=sonar-test-nest4
title: Grafana Dashboard
icon: dashboard
- url: https://gitea.kyndemo.live/validate/sonar-test-nest4
title: Source Repository
icon: github
spec:
type: service
owner: group:default/platform-engineering
lifecycle: experimental
providesApis:
- sonar-test-nest4-api
@@ -74,66 +66,20 @@ spec:
type: openapi
lifecycle: experimental
owner: group:default/platform-engineering
definition: |
openapi: "3.0.0"
info:
title: sonar-test-nest4
version: "0.1.0"
description: "sonar-test-nest4"
servers:
- url: https://sonar-test-nest4.kyndemo.live
paths:
/api/items:
get:
summary: List all items
responses:
"200":
description: OK
post:
summary: Create item
responses:
"201":
description: Created
/api/items/{id}:
get:
summary: Get by ID
parameters:
- name: id
in: path
required: true
schema:
type: integer
responses:
"200":
description: OK
"404":
description: Not found
put:
summary: Update item
parameters:
- name: id
in: path
required: true
schema:
type: integer
responses:
"200":
description: OK
delete:
summary: Update item
parameters:
- name: id
in: path
required: true
schema:
type: integer
responses:
"200":
description: Deleted
/health:
get:
summary: Health check
responses:
"200":
description: "{ status: UP }"
definition: "openapi: \"3.0.0\"\ninfo:\n title: sonar-test-nest4\n version: \"\
0.1.0\"\n description: \"sonar-test-nest4\"\nservers:\n - url: https://sonar-test-nest4.kyndemo.live\n\
paths:\n /api/items:\n get:\n summary: List all items\n responses:\n\
\ \"200\":\n description: OK\n post:\n summary: Create
item\n responses:\n \"201\":\n description: Created\n /api/items/{id}:\n\
\ get:\n summary: Get by ID\n parameters:\n - name: id\n \
\ in: path\n required: true\n schema:\n type:
integer\n responses:\n \"200\":\n description: OK\n \
\ \"404\":\n description: Not found\n put:\n summary: Update
item\n parameters:\n - name: id\n in: path\n required:
true\n schema:\n type: integer\n responses:\n \
\ \"200\":\n description: OK\n delete:\n summary: Update item\n\
\ parameters:\n - name: id\n in: path\n required:
true\n schema:\n type: integer\n responses:\n \
\ \"200\":\n description: Deleted\n /health:\n get:\n summary:
Health check\n responses:\n \"200\":\n description: \"{ status:
UP }\"\n"

View File

@@ -18,6 +18,9 @@ Push to dev/staging/prod
→ deploy-humanitec.yml (hctl score deploy)
```
## Deployment alternative method
## Branch model
| Branch | Purpose |