-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathCODEOWNERS
More file actions
123 lines (108 loc) · 7.3 KB
/
Copy pathCODEOWNERS
File metadata and controls
123 lines (108 loc) · 7.3 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
# Zowe Explorer CODEOWNERS
# Each line is a file pattern followed by one or more owners.
# Order matters; later rules take precedence.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# ============================================================================
# Data Sets Tree
# Alt: @t1m0thyj, @traeok
# ============================================================================
packages/zowe-explorer/src/trees/dataset/ @JillieBeanSim @zFernand0
packages/zowe-explorer/__tests__/__unit__/trees/dataset/ @JillieBeanSim @zFernand0
packages/zowe-explorer/__tests__/__mocks__/DatasetTree.ts @JillieBeanSim @zFernand0
packages/zowe-explorer-api/src/dataset/ @JillieBeanSim @zFernand0
# ============================================================================
# USS Tree
# Alt: @t1m0thyj, @zFernand0
# ============================================================================
packages/zowe-explorer/src/trees/uss/ @traeok @JillieBeanSim
packages/zowe-explorer/__tests__/__unit__/trees/uss/ @traeok @JillieBeanSim
# ============================================================================
# Jobs Tree
# Alt: @traeok
# ============================================================================
packages/zowe-explorer/src/trees/job/ @zFernand0 @JillieBeanSim
packages/zowe-explorer/__tests__/__unit__/trees/job/ @zFernand0 @JillieBeanSim
# ============================================================================
# File system (FS providers, entries, buffers)
# ============================================================================
packages/zowe-explorer-api/src/fs/ @traeok @jace-roell
packages/zowe-explorer/src/trees/*/**FSProvider.ts @traeok @jace-roell
packages/zowe-explorer-api/__tests__/__unit__/fs/ @traeok @jace-roell
# ============================================================================
# Secure credentials & credential managers
# ============================================================================
packages/zowe-explorer-api/src/security/ @t1m0thyj @traeok
packages/zowe-explorer-api/__tests__/__unit__/security/ @t1m0thyj @traeok
# ============================================================================
# Authentication & related prompts
# ============================================================================
packages/zowe-explorer/src/utils/AuthUtils.ts @JillieBeanSim @traeok
packages/zowe-explorer-api/src/profiles/AuthHandler.ts @JillieBeanSim @traeok
packages/zowe-explorer-api/src/vscode/doc/BaseProfileAuth.ts @JillieBeanSim @traeok
packages/zowe-explorer-api/src/vscode/doc/PromptCredentials.ts @JillieBeanSim @traeok
packages/zowe-explorer/src/utils/CertificateWizard.ts @JillieBeanSim @traeok
# ============================================================================
# Web views
# Alt: @jace-roell
# ============================================================================
packages/zowe-explorer/src/webviews/ @traeok @JWaters02
packages/zowe-explorer-api/src/vscode/ui/WebView.ts @traeok @JWaters02
packages/zowe-explorer-api/src/vscode/ui/TableView*.ts @traeok @JWaters02
packages/zowe-explorer-api/src/vscode/ui/utils/ @traeok @JWaters02
packages/zowe-explorer/src/zosconsole/ @traeok @JWaters02
webviews/ @traeok @JWaters02
# ============================================================================
# Commands & terminals
# ============================================================================
packages/zowe-explorer/src/commands/ @zFernand0 @JillieBeanSim
packages/zowe-explorer/src/tools/ZoweTerminal.ts @zFernand0 @JillieBeanSim
packages/zowe-explorer/__tests__/__unit__/commands/ @zFernand0 @JillieBeanSim
# ============================================================================
# Bundling & packaging
# Alt: @JillieBeanSim
# ============================================================================
packages/*/webpack.config.js @t1m0thyj @zFernand0
packages/zowe-explorer/src/webviews/vite.config.ts @t1m0thyj @zFernand0
package.json @t1m0thyj @zFernand0
packages/*/package.json @t1m0thyj @zFernand0
lerna.json @t1m0thyj @zFernand0
pnpm-workspace.yaml @t1m0thyj @zFernand0
scripts/ @t1m0thyj @zFernand0
# ============================================================================
# End-to-end testing
# ============================================================================
packages/zowe-explorer/__tests__/__e2e__/ @traeok @t1m0thyj
# ============================================================================
# CI/CD
# ============================================================================
.github/workflows/ @t1m0thyj @zFernand0
.codecov.yml @t1m0thyj @zFernand0
packages/zowe-explorer/__tests__/__integration__/ci/ @t1m0thyj @zFernand0
# ============================================================================
# Profiles
# Alt: @traeok
# ============================================================================
packages/zowe-explorer-api/src/profiles/ @t1m0thyj @JillieBeanSim
packages/zowe-explorer/src/configuration/Profiles.ts @t1m0thyj @JillieBeanSim
packages/zowe-explorer/src/management/ProfileManagement.ts @t1m0thyj @JillieBeanSim
packages/zowe-explorer/src/utils/ProfilesUtils.ts @t1m0thyj @JillieBeanSim
packages/zowe-explorer-api/__tests__/__unit__/profiles/ @t1m0thyj @JillieBeanSim
# ============================================================================
# ZE API registration
# ============================================================================
packages/zowe-explorer/src/extending/ @JillieBeanSim @traeok
packages/zowe-explorer-api/src/extend/ @JillieBeanSim @traeok
packages/zowe-explorer-api/src/vscode/ZoweVsCodeExtension.ts @JillieBeanSim @traeok
packages/zowe-explorer-api/src/profiles/ZoweExplorerZosmfApi.ts @JillieBeanSim @traeok
packages/zowe-explorer-api/src/index.ts @JillieBeanSim @traeok
# ============================================================================
# z/FTP extension
# ============================================================================
packages/zowe-explorer-ftp-extension/ @zFernand0 @t1m0thyj
# ============================================================================
# Docs
# ============================================================================
README.md @anaxceron
CONTRIBUTING.md @anaxceron
**/CHANGELOG.md @anaxceron
docs/ @anaxceron