This repository was archived by the owner on Feb 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
140 lines (107 loc) · 4.92 KB
/
Copy pathCODEOWNERS
File metadata and controls
140 lines (107 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# GitHub CODEOWNERS file to define owners of sub directories.
# Find a detailed description for GitHub CODEOWNERS here:
# https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# =============================================================================
# ROOT & DEFAULT
# =============================================================================
# Root directory and default handling.
* @robertschubert @jdsika
# =============================================================================
# INFRASTRUCTURE & TOOLING
# =============================================================================
# Source code and tooling (Carlo)
/src/ @jdsika
# Exceptions: authhandler and uploaders (Robert OR Justin)
/src/authhandler/ @robertschubert @JustinDxx
/src/uploaders/ @robertschubert @JustinDxx
# CI/CD workflows (Carlo)
/.github/ @jdsika
# Documentation infrastructure
/docs/ @jdsika
/mkdocs.yml @jdsika
# Configuration
/config/ @jdsika
/pyproject.toml @jdsika
# =============================================================================
# EXTERNAL DEPENDENCIES
# =============================================================================
# Imported ontologies (Carlo)
/imports/ @jdsika
# Test data and fixtures (Carlo by default)
/tests/ @jdsika
# Ontology catalog and registry (Carlo)
/artifacts/catalog-v001.xml @jdsika
/docs/registry.json @jdsika
# =============================================================================
# CORE ONTOLOGIES
# =============================================================================
# envited-x core (Mirco OR Carlo)
/artifacts/envited-x/ @jdsika @MircoNierenz
/tests/data/envited-x/ @jdsika @MircoNierenz
# general (Mirco AND Robert) -> Treated as OR by GitHub
/artifacts/general/ @robertschubert @MircoNierenz
/tests/data/general/ @robertschubert @MircoNierenz
# manifest (Robert OR Carlo)
/artifacts/manifest/ @jdsika @robertschubert
/tests/data/manifest/ @jdsika @robertschubert
# gx - Gaia-X (Robert OR Lena)
/artifacts/gx/ @robertschubert @lenasauermann
/tests/data/gx/ @robertschubert @lenasauermann
# =============================================================================
# APPLICATION ONTOLOGIES
# =============================================================================
# scenario (Rico OR Fin AND Robert) -> Treated as Flat OR List
/artifacts/scenario/ @rcrswld @heuerfin @robertschubert
/tests/data/scenario/ @rcrswld @heuerfin @robertschubert
# hdmap (Sebastian AND Robert) -> Treated as OR
/artifacts/hdmap/ @robertschubert @3Dbastian
/tests/data/hdmap/ @robertschubert @3Dbastian
# environment-model (Mirco AND Robert) -> Treated as OR
/artifacts/environment-model/ @robertschubert @MircoNierenz
/tests/data/environment-model/ @robertschubert @MircoNierenz
# surface-model (Sebastian AND Robert) -> Treated as OR
/artifacts/surface-model/ @robertschubert @3Dbastian
/tests/data/surface-model/ @robertschubert @3Dbastian
# georeference (Robert AND (Sebastian OR Mirco)) -> Treated as Flat OR List
/artifacts/georeference/ @robertschubert @3Dbastian @MircoNierenz
/tests/data/georeference/ @robertschubert @3Dbastian @MircoNierenz
# simulation-model (Robert)
/artifacts/simulation-model/ @robertschubert
# automotive-simulator (Rhea)
/artifacts/automotive-simulator/ @telina
/tests/data/automotive-simulator/ @telina
# =============================================================================
# SENSOR & DATA ONTOLOGIES
# =============================================================================
# ositrace (Pierre AND Carlo) -> Treated as OR
/artifacts/ositrace/ @jdsika @pmai
/tests/data/ositrace/ @jdsika @pmai
# simulated-sensor (Rhea)
/artifacts/simulated-sensor/ @telina
/tests/data/simulated-sensor/ @telina
# openlabel (Nicolas)
/artifacts/openlabel/ @buggreen
/tests/data/openlabel/ @buggreen
# =============================================================================
# UTILITY ONTOLOGIES
# =============================================================================
# service (Valentin AND Robert) -> Treated as OR
/artifacts/service/ @robertschubert @ValentinFischerTT
/tests/data/service/ @robertschubert @ValentinFischerTT
# survey (Philipp AND Robert) -> Treated as OR
/artifacts/survey/ @robertschubert @phi981
/tests/data/survey/ @robertschubert @phi981
# vv-report (Maurizio AND Carlo) -> Treated as OR
/artifacts/vv-report/ @localhorst87 @jdsika
/tests/data/vv-report/ @localhorst87 @jdsika
# leakage-test (Selcan AND Robert OR Lena) -> Treated as Flat OR List
/artifacts/leakage-test/ @selcan-k @robertschubert @lenasauermann
/tests/data/leakage-test/ @selcan-k @robertschubert @lenasauermann
# tzip21 (Robert)
/artifacts/tzip21/ @robertschubert
/tests/data/tzip21/ @robertschubert
# example (Robert OR Justin)
/artifacts/example/ @robertschubert @JustinDxx
/artifacts/description/ @robertschubert @JustinDxx
/tests/data/example/ @robertschubert @JustinDxx
/tests/data/description/ @robertschubert @JustinDxx