-
Notifications
You must be signed in to change notification settings - Fork 310
/
CODEOWNERS
Validating CODEOWNERS rules...
103 lines (84 loc) · 2.99 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
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
# Root
/** @johanstokking @adriansmares
/CODEOWNERS @johanstokking
/LICENSE @johanstokking
/CHANGELOG.md
# Clear common folders
/pkg
# Dependencies
/go.mod @johanstokking @adriansmares
/go.sum @johanstokking @adriansmares
/package.json @kschiffer @ryaplots
/yarn.lock @kschiffer @ryaplots
/sdk/js/package.json @kschiffer @ryaplots
/sdk/js/yarn.lock @kschiffer @ryaplots
# Build pipeline and tooling
/Makefile @adriansmares
/tools @adriansmares
/.github/workflows @adriansmares
/config @kschiffer @ryaplots
/config/stack @benolayinka @KrishnaIyer
/cypress @kschiffer @ryaplots
# API, configuration, CLI and storage compatibility
/api/*.proto @johanstokking @adriansmares
/cmd @adriansmares
/pkg/**/config.go @adriansmares
/pkg/**/registry.go @adriansmares
/pkg/config/shared.go @adriansmares
/pkg/goproto @johanstokking @adriansmares
/pkg/identityserver/store @johanstokking @adriansmares
/pkg/jsonpb @johanstokking @adriansmares
/pkg/ttnpb @johanstokking @adriansmares
# Security
/pkg/auth @johanstokking @adriansmares
/pkg/crypto @johanstokking @adriansmares
# Shared components
/pkg/band @johanstokking @KrishnaIyer
/pkg/cluster @johanstokking @adriansmares
/pkg/component @johanstokking @adriansmares
/pkg/errors @johanstokking @adriansmares
/pkg/events @adriansmares
/pkg/frequencyplans @johanstokking @KrishnaIyer
/pkg/interop @johanstokking @adriansmares
/pkg/rpcmiddleware @johanstokking @adriansmares
/pkg/rpcserver @johanstokking @adriansmares
/pkg/types @johanstokking
/pkg/web @kschiffer @ryaplots
/pkg/webmiddleware @KrishnaIyer @kschiffer
/pkg/webui @kschiffer @ryaplots @mjamescompton
/pkg/ratelimit @johanstokking @KrishnaIyer
# Subsystems
/pkg/identityserver @adriansmares @nicholaspcr
/pkg/email @kschiffer @nicholaspcr
/pkg/oauth @kschiffer @nicholaspcr
/pkg/account @kschiffer @nicholaspcr
/pkg/web/oauthclient @kschiffer @nicholaspcr
/pkg/gatewayserver @johanstokking @KrishnaIyer @adriansmares
/pkg/gatewayconfigurationserver @KrishnaIyer @adriansmares
/pkg/pfconfig @KrishnaIyer @adriansmares
/pkg/basicstation @KrishnaIyer @adriansmares
/pkg/networkserver @johanstokking @adriansmares
/pkg/specification/macspec @johanstokking @adriansmares
/pkg/encoding/lorawan @johanstokking @adriansmares
/pkg/applicationserver @johanstokking @adriansmares @KrishnaIyer
/pkg/messageprocessors @johanstokking @adriansmares @KrishnaIyer
/pkg/scripting @johanstokking @adriansmares @KrishnaIyer
/pkg/joinserver @johanstokking @adriansmares
/pkg/console @kschiffer @ryaplots
/pkg/packetbrokeragent @johanstokking @adriansmares
/pkg/devicetemplateconverter @adriansmares @KrishnaIyer
/pkg/devicetemplates @adriansmares @KrishnaIyer
/pkg/qrcode @adriansmares @KrishnaIyer
/pkg/qrcodegenerator @adriansmares @KrishnaIyer
/pkg/deviceclaimingserver @nicholaspcr @KrishnaIyer
/pkg/devicerepository @adriansmares @KrishnaIyer
# SDKs
/sdk/js @kschiffer @ryaplots @mjamescompton
# Clear generated code
/api/api.md
/api/api.swagger.json
/config/messages.json
/pkg/ttnpb/*.pb.*.go
/pkg/ttnpb/*.pb.go
/pkg/webui/locales/*.json
/sdk/js/generated