-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCODEOWNERS
37 lines (27 loc) · 1.46 KB
/
CODEOWNERS
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
# CI/CD and CODEOWNERS
/.github @DGEXSolutions/osrd-backend-maintainers
# --- FRONT ---
/front @nicolaswurtz
# --- API ---
/api @flomonster @multun @eckter
# --- EDITOAST ---
/editoast @flomonster @multun @Tguisnet
# --- CHARTOS ---
/chartos @flomonster @multun
# --- INTEGRATION TESTS ---
/tests @eckter
# --- CORE ---
/core @DGEXSolutions/osrd-backend-maintainers
/core/src/main/java/fr/sncf/osrd/api @flomonster
*Physics*.java @DGEXSolutions/osrd-physics
*Integrator*.java @DGEXSolutions/osrd-physics
*Integration*.java @DGEXSolutions/osrd-physics
# Python Interactive Client
/core/src/python_interactive_client @flomonster @multun
# buildsystem stuff
/core/*gradle @multun
/core/config @multun
# openapi
/core/specifications @DGEXSolutions/osrd-backend-maintainers
# Load database
/load-database.sh @flomonster