Compare commits

..

6 Commits

Author SHA1 Message Date
5a319923df RFS-API to internal
All checks were successful
gl/check check status: success (5a319923df81de79bf84785f0c5d7d5bacd2afb1)
gl/gate gate status: success (5a319923df81de79bf84785f0c5d7d5bacd2afb1)
2025-02-20 06:50:28 +00:00
7ad18dfa57 RFS to public
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2025-02-19 17:54:07 +00:00
6f9af80531 rfs tags hidden
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Natalia Bobkova <natalia.bobkova@t-systems.com>
Co-committed-by: Natalia Bobkova <natalia.bobkova@t-systems.com>
2025-02-14 12:59:57 +00:00
879317eb6f Update otc_metadata/data/documents/dbss-api-ref.yaml
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2025-02-14 08:48:39 +00:00
efe7f283d5 revert Python 3.11
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2025-02-13 10:33:31 +00:00
c3a51e8aeb Basepython to 3.11
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2025-02-12 14:41:43 +00:00
4 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,5 @@
---
environment: internal
hc_location: api/dbss
html_location: docs/dbss/api-ref
link: /database-security-service/api-ref/

View File

@ -1,10 +1,10 @@
---
hc_location: usermanual/aos
environment: internal
environment: public
html_location: docs/rfs/umn
link: /resource-formation-service/umn/
pdf_enabled: true
pdf_environment: internal
pdf_enabled: true
rst_location: umn/source
service_type: rfs
title: User Guide

View File

@ -1,5 +1,5 @@
---
environment: internal
environment: public
repositories:
- environment: internal
repo: docs/resource-formation-service

View File

@ -3,10 +3,8 @@ minversion = 3.1
envlist = py39,pep8
skipsdist = True
ignore_basepython_conflict = True
basepython = python3.11
[testenv]
basepython = python3.11
usedevelop = True
install_command = pip install {opts} {packages}
deps =