Compare commits

...

3 Commits

Author SHA1 Message Date
47b2aee76a Update 'otc_metadata/templates/conf.py.j2'
All checks were successful
gl/check check status: success (47b2aee76a94feb0c8def720fe8b2a5ff05c219b)
gl/gate gate status: success (47b2aee76a94feb0c8def720fe8b2a5ff05c219b)
2023-06-13 09:56:55 +00:00
9241395bec removing big data service category as obsolete
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2023-06-12 07:43:42 +00:00
47b3314fdc gitcontrol fix for repositories
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2023-06-08 18:32:41 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
---
name: big_data
title: Big Data and Data Analysis

View File

@ -26,6 +26,7 @@ extensions = [
otcdocs_auto_name = False
otcdocs_auto_version = False
otcdocs_search_environment = 'hc_swiss'
project = '{{ project }}'
otcdocs_repo_name = '{{ repo_name }}'

View File

@ -32,9 +32,11 @@ def process_services(args, services):
block_on_rejected_reviews=True,
dismiss_stale_approvals=True,
enable_push=False,
enable_status_check=True,
status_check_contexts=["gl/check"],
enable_merge_whitelist=True,
merge_whitelist_usernames=["zuul"],
required_approvals=1,
)
gitea_repo_template = dict(
default_branch="main",