This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
reviewer_config.prototxt
125 lines (125 loc) · 3.65 KB
/
reviewer_config.prototxt
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
124
125
display_name: "StartupOS"
repo {
id: "startup-os"
url: "https://github.com/google/startup-os"
}
repo {
id: "hasadna"
url: "https://github.com/hasadna/hasadna"
}
project {
id: "google_oss_examples"
display_name: "Google Open Source examples"
project_url: "https://github.com/google/startup-os"
description: "Working examples of Google's open source stack: Bazel, Protocol Buffers, gRPC, Angular, Dagger, Docker, Kubernetes etc."
user_id: "oferb"
}
project {
id: "reviewer"
display_name: "Reviewer: Multi-repo Code Review"
project_url: "https://github.com/google/startup-os/tree/master/tools/reviewer"
description: "A multi-repo Code Review tool that is hosting-agnostic and supports atomic commits across repos."
user_id: "oferb"
}
user {
id: "oferb"
first_name: "Ofer"
last_name: "Bartal"
email: "[email protected]"
image_url: "https://i.ibb.co/VJY1Prm/0.jpg"
social_network {
type: LINKEDIN
url: "https://www.linkedin.com/in/ofer-bartal-58a50811/"
}
social_network {
type: TWITTER
url: "https://twitter.com/bartalofer"
}
skill: "Java"
skill: "Linux"
project_id: "google_oss_examples"
project_id: "reviewer"
top_contribution {
description: "Team leader for StartupOS project (Google OSS examples, Reviewer)"
url: "https://github.com/google/startup-os"
}
top_contribution {
description: "Java port of C++ gflags"
url: "https://github.com/google/startup-os/tree/master/common/flags"
}
top_contribution {
description: "Text diff implementation for Reviewer (using git and DiffPatchMatch)"
url: "https://github.com/google/startup-os/blob/master/common/TextDifferencer.java"
}
top_contribution {
description: "Various common infra libraries for StartupOS"
url: "https://github.com/google/startup-os/tree/master/common"
}
crystals:100
}
user {
id: "webdevelopland"
first_name: "Vadim"
email: "[email protected]"
image_url: "https://i.imgur.com/5padPgx.png"
skill: "Angular"
project_id: "reviewer"
social_network {
type: GITHUB
url: "https://github.com/webdevelopland"
}
top_contribution {
description: "Developer of Reviewer web app"
url: "https://github.com/google/startup-os/tree/master/tools/reviewer/webapp"
}
crystals:100
}
user {
id: "val-fed"
first_name: "Valerii"
last_name: "Fedorenko"
email: "[email protected]"
image_url: "https://i.ibb.co/MRBS4zd/foto.png"
social_network {
type: LINKEDIN
url: "https://www.linkedin.com/in/valerii-fedorenko-616541146/"
}
skill: "Java"
project_id: "google_oss_examples"
project_id: "reviewer"
top_contribution {
description: "Team member for StartupOS project (Google OSS examples, Reviewer)"
url: "https://github.com/google/startup-os"
}
top_contribution {
description: "Sync between Reviewer and GitHub (using GitHub API)"
url: "https://github.com/google/startup-os/tree/master/tools/reviewer/job/sync"
}
crystals:100
}
user {
id: "vmax"
first_name: "Max"
last_name: "Vorobev"
email: "[email protected]"
image_url: "https://www.gravatar.com/avatar/b879e79211df87616ad6f2995ec03a7d?s=400"
social_network {
type: LINKEDIN
url: "https://www.linkedin.com/in/max-vorobev-6a60b6b3/"
}
skill: "Java"
skill: "Python"
skill: "Starlark"
project_id: "google_oss_examples"
project_id: "reviewer"
top_contribution {
description: "Team member for StartupOS project (Google OSS examples, Reviewer)"
url: "https://github.com/google/startup-os"
}
top_contribution {
description: "CI integration for StartupOS"
url: "https://github.com/google/startup-os/pull/112"
}
crystals:100
}
total_crystal: 400