Compare commits

...

49 Commits

Author SHA1 Message Date
cbb24dc9f6 removing blank line 2026-02-09 13:08:35 +00:00
c7accd0259 fixing yamllint issues 2026-02-09 13:07:16 +00:00
43578fed3d removing testing files 2026-02-09 13:04:18 +00:00
34204ba8c9 removing testing file 2026-02-09 11:58:57 +00:00
52c741b96c fixing broken pipeline 2026-02-09 10:55:42 +00:00
2e0770b4fa adding spectral check 2026-02-09 10:52:15 +00:00
525fe713d6 adding testing obs openapi 2026-02-09 10:28:59 +00:00
915faddddc polishing 2026-01-26 15:50:33 +00:00
356b449e16 Update .gitea/workflows/yaml-lint.yml 2026-01-26 15:43:20 +00:00
3babe9da88 Update .gitea/workflows/yaml-lint.yml 2026-01-26 14:59:16 +00:00
db896d7e84 Update .gitea/workflows/yaml-lint.yml 2026-01-26 14:52:40 +00:00
01addad3ab Update .gitea/workflows/yaml-lint.yml 2026-01-26 14:28:05 +00:00
a58fbfb3c6 bit more polishing 2026-01-26 14:26:08 +00:00
321d919870 adding right filter 2026-01-26 10:04:05 +00:00
fe83882e97 check wrong filter 2026-01-26 07:59:12 +00:00
5cbe9fcfc3 adding filter for only openapi paths 2026-01-26 07:45:12 +00:00
0c8e63f4b0 Update .gitea/workflows/yaml-lint.yml 2026-01-26 01:34:10 +00:00
5fc2fe7cdc Update .gitea/workflows/yaml-lint.yml 2026-01-26 01:30:11 +00:00
c02831627e Update .gitea/workflows/yaml-lint.yml 2026-01-26 01:17:42 +00:00
8ca8e2b2cf fixing blank lines 2026-01-26 01:12:04 +00:00
dec9be5fad Update .gitea/workflows/yaml-lint.yml 2026-01-26 01:09:00 +00:00
6a78fb1d49 fixing yamllit 2026-01-26 00:57:02 +00:00
9c4e373907 Update .gitea/workflows/yaml-lint.yml 2026-01-26 00:48:26 +00:00
a848d216be adding fixed yaml 2026-01-26 00:41:06 +00:00
d5e85c770d Update .gitea/workflows/yaml-lint.yml 2026-01-26 00:31:43 +00:00
321da2a166 adding failed job exit 2026-01-26 00:28:46 +00:00
3bb350ee18 Update .gitea/workflows/yaml-lint.yml 2026-01-26 00:18:00 +00:00
7bdf274246 Update .gitea/workflows/yaml-lint.yml 2026-01-26 00:11:07 +00:00
7f4c20c4dd Update .gitea/workflows/yaml-lint.yml 2026-01-26 00:09:35 +00:00
001aec0513 adding non-unicode chars check 2026-01-26 00:06:49 +00:00
33da31fcc9 Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:53:34 +00:00
16e8a47e72 Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:46:59 +00:00
ff371e341b Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:45:04 +00:00
9f678268c4 Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:42:34 +00:00
5b8adf01ca Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:40:52 +00:00
6c74143c83 Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:37:25 +00:00
588224e1f0 Update .gitea/workflows/yaml-lint.yml 2026-01-25 23:35:28 +00:00
38cfa07dd1 dump env 2026-01-25 23:26:03 +00:00
c16ee3153f other fetch method 2026-01-25 23:18:14 +00:00
1dbca2859f Update .gitea/workflows/yaml-lint.yml 2026-01-25 22:54:06 +00:00
9d8e7dbebf adding changed files 2026-01-25 22:51:15 +00:00
66af35b561 Update .gitea/workflows/yaml-lint.yml 2026-01-21 09:42:10 +00:00
13366c2c6b customizing filter 2026-01-21 08:37:29 +00:00
b2d96b4ad7 adding filter 2026-01-21 07:46:50 +00:00
fdbc483d96 Update .yamllint 2026-01-20 10:44:19 +00:00
8019dbf397 add yamllint rules 2026-01-20 10:41:57 +00:00
10ea783b78 add workflow 2026-01-20 10:36:18 +00:00
577786a510 addding openapi for AS 2026-01-20 10:17:34 +00:00
43ff755460 adding rabbitmq
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2026-01-19 14:03:03 +00:00
5 changed files with 182 additions and 7 deletions

File diff suppressed because it is too large Load Diff

11
.spectral.yaml Normal file
View File

@ -0,0 +1,11 @@
rules:
path-starts-with-slash-no-spaces:
description: Path must start with / and contain no spaces
message: "Path '{{property}}' must start with '/' and must not contain spaces"
severity: error
given: $.paths
then:
field: "@key"
function: pattern
functionOptions:
match: "^\\/[^\\s]*$"

17
.yamllint Normal file
View File

@ -0,0 +1,17 @@
# .yamllint
extends: default
yaml-files:
- '*.yaml'
- '*.yml'
rules:
line-length:
max: 120
level: warning
indentation:
spaces: 2 # number of spaces per indent level
indent-sequences: consistent # or true/false/whatever
level: error
document-start:
level: warning

View File

@ -368,6 +368,29 @@ categories:
- name: docs-paas-rw
permission: write
repository: docs/distributed-message-service
- service_title: Distributed Message Service (for RabbitMQ)
service_type: dms_rabbitmq
service_category: application
service_environment: internal
docs:
- html_location: docs/dms_rabbitmq/api-ref
rst_location: api-ref/source
title: API Reference
type: api-ref
link: /distributed-message-service-rabbitmq/api-ref/
hc_location: api/rabbitmq
disable_import: false
- html_location: docs/dms_rabbitmq/umn
rst_location: umn/source
title: User Guide
type: umn
link: /distributed-message-service-rabbitmq/umn/
hc_location: usermanual/rabbitmq
disable_import: false
teams:
- name: docs-paas-rw
permission: write
repository: docs/distributed-message-service-rabbitmq
- service_title: Distributed Message Service (for RocketMQ)
service_type: dms_rocketmq
service_category: application
@ -888,6 +911,13 @@ categories:
service_category: storage
service_environment: internal
docs:
- html_location: docs/obs_3rd_party/dotnet_sdk
rst_location: doc/dotnet-sdk/source
title: .NET SDK
type: dotnet-sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
hc_location: sdk/dotnet-devg-obs
disable_import: false
- html_location: docs/obs_3rd_party/c_sdk
rst_location: doc/c-sdk/source
title: C SDK
@ -923,13 +953,6 @@ categories:
link: /object-storage-service-3rd-party/python-sdk/
hc_location: sdk/python-devg-obs
disable_import: false
- html_location: docs/obs_3rd_party/dotnet_sdk
rst_location: doc/dotnet-sdk/source
title: .NET SDK
type: dotnet-sdk
link: /object-storage-service-3rd-party/dotnet-sdk/
hc_location: sdk/dotnet-devg-obs
disable_import: false
teams:
- name: docs-storage-rw
permission: write

View File

@ -30,6 +30,7 @@
- docs/cse
- docs/dms
- docs/dms_rocketmq
- docs/dms_rabbitmq
- docs/smn
- roles
- templates