-
Notifications
You must be signed in to change notification settings - Fork 101
/
CODEOWNERS
Validating CODEOWNERS rules...
55 lines (37 loc) · 1.43 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Back-end architectFront-end architect
**/doc/UML @hydraxman @zhou9584
*.puml @hydraxman @zhou9584
# Front-end architect
/react/ @lifesaver0129 @olivershen-wow
# Encache
ehcache.xml @zhou9584 @olivershen-wow
# Onboarding
*.md @zhou9584 @hydraxman @dexterdreeeam
# Hydra Lab Android client
/android_client/app/ @lifesaver0129 @TedaLIEz @dexterdreeeam @taoran6
# TestTaskSpec
/common/src/main/java/com/microsoft/hydralab/common/entity/ @olivershen-wow @zhou9584 @dexterdreeeam
# Gradle Plugin
/gradle_plugin/ @olivershen-wow @taoran6 @dexterdreeeam
# ADO extension
/vsts_extension/ @olivershen-wow @dexterdreeeam @taoran6
# Grafana/Prometheus
/center/deploy_startup/ @olivershen-wow @zhou9584
/center/* @olivershen-wow @zhou9584
# File Storage
/common/src/main/java/com/microsoft/hydralab/common/file/ @olivershen-wow @AC-Phoenix
# AgentManager,DeviceDriver,TestRunner,TestDevice
/common/src/main/java/com/microsoft/hydralab/common/management/ @zhou9584 @TedaLIEz @AC-Phoenix
**/runner/ @zhou9584 @TedaLIEz @AC-Phoenix @olivershen-wow
# Smart Test
# Espresso
**/runner/espresso/ @zhou9584 @hydraxman @olivershen-wow
# Appium
**/runner/appium/ @zhou9584 @taoran6 @olivershen-wow
# Taps to cases
**/runner/t2c/ @TedaLIEz @taoran6 @dexterdreeeam
/taps_to_cases/ @TedaLIEz @taoran6 @dexterdreeeam
# XCTest(iOS)
**/runner/xctest/ @lifesaver0129 @zhou9584 @TedaLIEz
# Performance testing
**/hydralab/performance/ @taoran6 @AC-Phoenix @TedaLIEz