Skip to content

Commit 33963aa

Browse files
authored
Merge pull request #1 from dawid-nowak/dawid.nowak/initial_seed
Initial commit
2 parents 12e4a3c + f844ab9 commit 33963aa

File tree

228 files changed

+35855
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+35855
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
.idea/
3+
*.profraw
4+
*~
5+
*.html
6+
*.log.*

.gitmodules

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[submodule "envoy-data-plane-api/data-plane-api"]
2+
path = envoy-data-plane-api/data-plane-api
3+
url = https://github.com/envoyproxy/data-plane-api.git
4+
[submodule "envoy-data-plane-api/xds"]
5+
path = envoy-data-plane-api/xds
6+
url = https://github.com/cncf/xds.git
7+
[submodule "envoy-data-plane-api/protoc-gen-validate"]
8+
path = envoy-data-plane-api/protoc-gen-validate
9+
url = https://github.com/bufbuild/protoc-gen-validate.git
10+
[submodule "envoy-data-plane-api/googleapis"]
11+
path = envoy-data-plane-api/googleapis
12+
url = https://github.com/googleapis/googleapis.git
13+
[submodule "envoy-data-plane-api/opencensus-proto"]
14+
path = envoy-data-plane-api/opencensus-proto
15+
url = https://github.com/census-instrumentation/opencensus-proto.git
16+
[submodule "envoy-data-plane-api/opentelemetry-proto"]
17+
path = envoy-data-plane-api/opentelemetry-proto
18+
url = https://github.com/open-telemetry/opentelemetry-proto.git
19+
[submodule "envoy-data-plane-api/prometheus-client-model"]
20+
path = envoy-data-plane-api/prometheus-client-model
21+
url = https://github.com/prometheus/client_model.git
22+
[submodule "envoy-data-plane-api/cel-spec"]
23+
path = envoy-data-plane-api/cel-spec
24+
url = https://github.com/google/cel-spec.git

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### Current
2+
|Name| Affiliation| Contact |
3+
|--------|------|---|
4+
|Alan Keane| Huawei Ireland Research Lab|[email protected]|
5+
|Dawid Nowak| Huawei Ireland Research Lab|[email protected]|
6+
|Francesco Ciaccia| Huawei Ireland Research Lab|[email protected]|
7+
|Nicola Bonelli | Huawei Ireland Research Lab|[email protected]|
8+
|Wang Ruize | Huawei| [email protected]|
9+
10+
11+
### Past
12+
|Name| Affiliation|
13+
|--------|------|
14+
|Liu Xiang | Huawei|
15+
|Rui Ferreira | Huawei Ireland Research Lab|
16+
|Oriol Arcas | Huawei Ireland Research Lab|
17+
|Hayley Deckers | Huawei Ireland Research Lab|

0 commit comments

Comments
 (0)