This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathCODEOWNERS
102 lines (101 loc) · 3.75 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
.python-version @christophermaier
/3rdparty/ @christophermaier
/bin/ @christophermaier
/buf.yaml @christophermaier
BUILD @christophermaier
/BUILDING.md @christophermaier
/.buildkite/ @christophermaier
/build-support/ @christophermaier
/build-support/protoc_version.sh @wimax-grapl
/CHORES.md @christophermaier
/CODE_OF_CONDUCT.md @christophermaier
/codecov.yml @christophermaier
/CONTRIBUTING.md @christophermaier
/debugger/ @christophermaier
/devbox/ @wimax-grapl
/docker-bake.hcl @christophermaier
/docker-compose*.yml @christophermaier
*Dockerfile* @christophermaier @inickles-grapl
/docker-plugin-runtime @wimax-grapl
/Dockerfile.pulumi @christophermaier
.dockerignore @christophermaier @inickles-grapl
/docs/ @wimax-grapl
/EDITOR_SETUP.md @christophermaier
/etc/ @christophermaier
/etc/ci_scripts/ @wimax-grapl
/etc/formatter/ @wimax-grapl
/etc/sample_data/ @jgrillo-grapl
/firecracker @wimax-grapl
/.flake8 @christophermaier
.gitattributes @christophermaier
/.github/ @christophermaier
.gitignore @christophermaier
/LICENSE @christophermaier
/LOCAL_UI_WORKFLOW.md @christophermaier
/nomad @twunderlich-grapl
/pants @christophermaier
/pants.ci.toml @christophermaier
/pants.toml @christophermaier
/postgres/ @colin-grapl @wimax-grapl
/pulumi/ @christophermaier
/pyproject.toml @christophermaier
/README.md @christophermaier
/.rustfmt.toml @christophermaier
/scylladb/ @twunderlich-grapl
/src/js/frontend/ @andrea-grapl
/src/proto/ @grapl-security/wg-data-infra
/src/python/grapl-plugin-sdk/ @colin-grapl @wimax-grapl
/src/python/grapl-common/ @wimax-grapl
/src/python/graplctl/ @jgrillo-grapl
/src/python/grapl-tests-common/ @wimax-grapl
/src/python/mypy.ini @christophermaier @wimax-grapl
/src/python/provisioner/ @jgrillo-grapl
/src/python/python-proto/ @grapl-security/wg-data-infra
/src/rust/bin/ @christophermaier
/src/rust/.cargo @christophermaier
/src/rust/.cargo/audit.toml @colin-grapl @inickles-grapl
/src/rust/Cargo.lock @christophermaier
/src/rust/Cargo.toml @christophermaier
/src/rust/async-cache/ @jgrillo-grapl
/src/rust/analyzer-dispatcher/ @jgrillo-grapl
/src/rust/client-executor/ @colin-grapl
/src/rust/consul-client/ @wimax-grapl
/src/rust/consul-connect/ @colin-grapl @wimax-grapl
/src/rust/derive-dynamic-node/ @colin-grapl
/src/rust/e2e-tests/ @wimax-grapl
/src/rust/endpoint-plugin/ @inickles-grapl
/src/rust/event-source/ @wimax-grapl
/src/rust/generator-dispatcher/ @wimax-grapl
/src/rust/generators/ @inickles-grapl
/src/rust/graph-merger/ @grapl-security/wg-data-infra
/src/rust/graph-mutation/ @colin-grapl
/src/rust/graph-query-proxy/ @colin-grapl
/src/rust/graph-query/ @colin-grapl
/src/rust/graph-schema-manager @colin-grapl @wimax-grapl
/src/rust/grapl-config/ @inickles-grapl @wimax-grapl
/src/rust/grapl-graphql-codegen/ @colin-grapl
/src/rust/grapl-metrics/ @wimax-grapl
/src/rust/grapl-tracing/ @wimax-grapl
/src/rust/grapl-utils/ @inickles-grapl
/src/rust/grapl-web-ui/ @inickles-grapl
/src/rust/integration-test-utils/ @wimax-grapl
/src/rust/kafka/ @grapl-security/wg-data-infra
/src/rust/kafka-retry/ @jgrillo-grapl
/src/rust/node-identifier/ @grapl-security/wg-data-infra
/src/rust/nomad-client-gen/ @wimax-grapl
/src/rust/organization-management/ @andrea-grapl
/src/rust/pipeline-ingress/ @jgrillo-grapl
/src/rust/plugin-bootstrap/ @colin-grapl
/src/rust/plugin-execution-sidecar/ @wimax-grapl
/src/rust/plugin-registry/ @colin-grapl
/src/rust/plugin-sdk/ @colin-grapl
/src/rust/plugin-work-queue/ @colin-grapl
/src/rust/rust-proto/ @grapl-security/wg-data-infra
/src/rust/rust-toolchain.toml @inickles-grapl
/src/rust/scylla-provisioner/ @colin-grapl @wimax-grapl
/src/rust/sysmon-parser/ @inickles-grapl
/src/rust/uid-allocator/ @colin-grapl
/src/sh/ @wimax-grapl @christophermaier
/test/docker-compose* @inickles-grapl @christophermaier
/test/run @wimax-grapl
**/Makefile @christophermaier