Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
.idea/
*.profraw
*~
*.html
*.log.*
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[submodule "envoy-data-plane-api/data-plane-api"]
path = envoy-data-plane-api/data-plane-api
url = https://github.com/envoyproxy/data-plane-api.git
[submodule "envoy-data-plane-api/xds"]
path = envoy-data-plane-api/xds
url = https://github.com/cncf/xds.git
[submodule "envoy-data-plane-api/protoc-gen-validate"]
path = envoy-data-plane-api/protoc-gen-validate
url = https://github.com/bufbuild/protoc-gen-validate.git
[submodule "envoy-data-plane-api/googleapis"]
path = envoy-data-plane-api/googleapis
url = https://github.com/googleapis/googleapis.git
[submodule "envoy-data-plane-api/opencensus-proto"]
path = envoy-data-plane-api/opencensus-proto
url = https://github.com/census-instrumentation/opencensus-proto.git
[submodule "envoy-data-plane-api/opentelemetry-proto"]
path = envoy-data-plane-api/opentelemetry-proto
url = https://github.com/open-telemetry/opentelemetry-proto.git
[submodule "envoy-data-plane-api/prometheus-client-model"]
path = envoy-data-plane-api/prometheus-client-model
url = https://github.com/prometheus/client_model.git
[submodule "envoy-data-plane-api/cel-spec"]
path = envoy-data-plane-api/cel-spec
url = https://github.com/google/cel-spec.git
17 changes: 17 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Current
|Name| Affiliation| Contact |
|--------|------|---|
|Alan Keane| Huawei Ireland Research Lab|alan.keane1@huawei.com|
|Dawid Nowak| Huawei Ireland Research Lab|dawid.nowak@huawei.com|
|Francesco Ciaccia| Huawei Ireland Research Lab|francesco.ciaccia1@huawei-partners.com|
|Nicola Bonelli | Huawei Ireland Research Lab|nicola.bonelli@huawei-partners.com|
|Wang Ruize | Huawei| wangruize1@huawei.com|


### Past
|Name| Affiliation|
|--------|------|
|Liu Xiang | Huawei|
|Rui Ferreira | Huawei Ireland Research Lab|
|Oriol Arcas | Huawei Ireland Research Lab|
|Hayley Deckers | Huawei Ireland Research Lab|
Loading