Граф коммитов

130 Коммитов

Автор SHA1 Сообщение Дата
Katie Hockman 6c426a97b4 owners: add matloob as secondary owner for tools
Change-Id: Ic277de82ba18b6bc3b652328a141c1bd4604323b
Reviewed-on: https://go-review.googlesource.com/c/build/+/188058
Reviewed-by: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
2019-08-08 20:30:19 +00:00
Katie Hockman db014ec7fd owners: add owners for io and strings packages
Change-Id: I388a2404eeb14591c86452c4c64e401691ee384e
Reviewed-on: https://go-review.googlesource.com/c/build/+/188377
Reviewed-by: Robert Griesemer <gri@golang.org>
2019-08-01 14:49:30 +00:00
kawakami 54405f243e devapp: make it easier to see only release-blocker issues
Fixes #32418

Change-Id: I834858b76c08c1946fa897a011b25ea381619dba
Reviewed-on: https://go-review.googlesource.com/c/build/+/182217
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2019-06-26 17:58:40 +00:00
Brad Fitzpatrick 68b6f332d4 devapp/owners: add @ sign before github usernames
For easier copy/pasting into GitHub issues.

Change-Id: I924b3e7a930dfe322594640b291af2baf3176d5f
Reviewed-on: https://go-review.googlesource.com/c/build/+/179417
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-29 18:52:08 +00:00
Dmitri Shuralyov 611bf70303 devapp: add acme.ALPNProto to NextProtos
We need to add this manually in order to enable the tls-alpn-01
challenge, since we're using GetCertificate directly instead of
via Manager.TLSConfig. We also don't have the http-01 challenge
enabled (HTTPHandler isn't being used), so this is the only way
for a Let's Encrypt certificate to be acquired now that tls-sni-*
challenges have been deprecated.

In the future, this code can probably be simplified by using
higher-level APIs of autocert, but this fixes the immediate issue.

Updates golang/go#32272

Change-Id: Ia72bca3e44bc585b0dfe5c7bcd3e4f544272d1ab
Reviewed-on: https://go-review.googlesource.com/c/build/+/179097
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-27 23:57:11 +00:00
Brad Fitzpatrick 78beebf194 devapp: add ca-certificates to Dockerfile
CL 176257 refactored the Dockerfile to remove the use of gitlock but I
forgot to include ca-certificates here.

Updates golang/go#32272 (fixes maybe)
Updates golang/go#26872

Change-Id: I7b0e3a756bc9805e81e499b8b7d7c6ed0defb871
Reviewed-on: https://go-review.googlesource.com/c/build/+/179077
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-27 22:38:50 +00:00
Brad Fitzpatrick 45de920fc2 cmd/{buildlet/stage0,scaleway,tip}, devapp: stop using gitlock, use go modules
Updates golang/go#26872
Updates golang/go#27719

Change-Id: I4de6d4f157b349911362e02b1781abd8b813f87a
Reviewed-on: https://go-review.googlesource.com/c/build/+/176257
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-05-09 18:25:22 +00:00
Josh Bleecher Snyder 253c122f43 devapp: give release-blocker its own axis on chart
There are so few release-blockers compared to total issues,
so that line on the chart ends up being hard to see.

Give it its own axis on the right, and allow it to scale independently.

Change-Id: Id2cd417b88dca8ae23405b7484d40e34b11e2094
Reviewed-on: https://go-review.googlesource.com/c/build/+/175117
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-03 02:33:32 +00:00
Dmitri Shuralyov e5b9f24898 devapp: remove trailing slash from /owners handler, take 2
This is a re-apply of CL 171360, but this time with support for gradual
migration for existing clients. Use redirect with status 308, so that
POST requests to /owners/ preserve POST method after being redirected
to /owners.

This should make it possible to make this change without breaking
current clients (see CL 171460).

After all clients have been updated to use the new /owners URL,
deployed, and enough time passes, the old redirect can be removed.

Update ./devapp/owners tests to use the new URL, and drop the trailing
slash from an unrelated go.googlesource.com link, for consistency.

Change-Id: Idd5615987392c2bdb612f719ace08db895b7cf3a
Reviewed-on: https://go-review.googlesource.com/c/build/+/172668
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-24 21:17:23 +00:00
Bryan C. Mills d37bb9a5ea devapp/owners: add owners for build, debug, gccgo, tools, and go/src/cmd/asm
These components have had recent activity in the issue tracker, so
it's helpful to add explicit owners, even if their primary role as
such is to dispatch issues to more-specific owners who are not yet
listed.

Updates golang/go#27586

Change-Id: Ib77b6d1d02b49b9709f1f58797acf2b64ce95e48
Reviewed-on: https://go-review.googlesource.com/c/build/+/172278
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-16 15:35:56 +00:00
Brad Fitzpatrick c7fff136cb devapp: remove rlh, promote hyangah to mobile primary
Change-Id: Ieff6ab6848b27f231c03d9af2e89b30557530303
Reviewed-on: https://go-review.googlesource.com/c/build/+/171701
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2019-04-15 19:45:17 +00:00
Josh Bleecher Snyder bbcc503afc devapp/owners: remove josharian from runtime
The runtime package contains multitudes.
I only care about a few of them.
The signal to noise ratio on changes is currently too low.

I hope that we will someday resume work on golang/go#11647,
and/or implement some devapp filters. (Keyword-based? File-based?)

Until then, I'm tapping out.

Change-Id: Ib3baabb44f3a9ee48d78dcb8234c3752e0e42278
Reviewed-on: https://go-review.googlesource.com/c/build/+/171702
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2019-04-12 15:35:55 +00:00
Elias Naur f4040584b8 devapp/owners: remove eliasnaur as x/mobile owner
Change-Id: Ie2c1805c0fa1a3d9832671336680537378cba140
Reviewed-on: https://go-review.googlesource.com/c/build/+/171538
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-12 15:29:20 +00:00
Bryan C. Mills abb4ad8291 Revert "devapp: remove trailing slash from /owners handler"
This reverts commit 768b50a198 (CL 171360)

Reason for revert: breaks existing gopherbot client

Change-Id: I553f11ce21475ac1f073462a739acc9b2ee79ed6
Reviewed-on: https://go-review.googlesource.com/c/build/+/171460
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-04-10 20:24:40 +00:00
Bryan C. Mills 768b50a198 devapp: remove trailing slash from /owners handler
None of the other handlers for this server require trailing slashes,
so the requirement for this one is surprising.

Change-Id: If4ad2958b3549a849a5af9ee47490a4c47295abe
Reviewed-on: https://go-review.googlesource.com/c/build/+/171360
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-10 19:32:36 +00:00
Bryan C. Mills 3773dc1eb9 devapp: update README to suggest 'gcloud auth configure-docker'
Without this step, 'make push-staging' fails for me.

Change-Id: I4563775762671e39dc6a2cb2c5def403e908dfc7
Reviewed-on: https://go-review.googlesource.com/c/build/+/171359
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-10 19:30:45 +00:00
Bryan C. Mills a541ae4193 devapp/owners: remove catchall entry for the 'go' repo
The owners table is consumed by gopherbot to assign reviewers and
escalate triaged issues.

Gopherbot has its own fallback behavior for unowned paths, which
should generally be to escalate to whichever member of the Go team is
on triage duty (or to escalate to the Go Open Source Project subteam
in general to update the owners table).

Due to the explicit entry for the root of the 'go' repository, when
gopherbot encounters an issue or CL for any standard-library package
without an owner, it will instead escalate to rsc, ianlancetaylor, and
bradfitz. That doesn't seem like a great use of their time, and also
masks the missing entry in the owners table.

This CL removes that top-level entry, so that unknown paths within the
Go repo will appear to gopherbot as such.

Updates golang/go#27586

Change-Id: I469028f7ec5f4b357ae33bca125da2323fc3e0d2
Reviewed-on: https://go-review.googlesource.com/c/build/+/171358
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2019-04-10 16:15:03 +00:00
Bryan C. Mills e95584bb12 devapp/owners: use path prefixes instead of string prefixes for matching
Remove trailing slashes uniformly from table entries.

Previously, we used string prefixes, which could over-match if two
packages' final elements share a prefix, and used trailing slashes to
compensate, but it's remarkably easy to omit a trailing slash and end
up with a pattern that usually-but-not-always works.

Updates golang/go#27586

Change-Id: Id029a706653e2ba42e83d68f789b65fca34be623
Reviewed-on: https://go-review.googlesource.com/c/build/+/171242
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-10 16:14:13 +00:00
Bryan C. Mills d3780c0ce2 devapp/owners: add new owners on the Go team at Google
Move rsc and iant to secondary for cmd/go (to reduce CC and
review-spam for them).

Updates golang/go#27586

Change-Id: I0601d4b50202708726a666d774413d90452c02cd
Reviewed-on: https://go-review.googlesource.com/c/build/+/171036
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-09 19:33:18 +00:00
Rebecca Stambler 5a2224f3eb devapp/owners: add rstamber and iancottrell as owners for gopls
Change-Id: I9e6df0afd100de0d8e16495190008ea4eb51d777
Reviewed-on: https://go-review.googlesource.com/c/build/+/169442
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-27 00:45:47 +00:00
Agniva De Sarker f5512279b7 devapp/owners: add agnivade as secondary to go/doc
To ease Robert's load and help out with a first pass review.

Change-Id: I3e0aa1fe7211429de4352358073870c4c8be7f8e
Reviewed-on: https://go-review.googlesource.com/c/build/+/166057
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-07 16:50:04 +00:00
Katie Hockman 6a61a07ddb devapp/owners: add empijei as secondary owner for go/src/html/template
Change-Id: Ie47f0473f751d143587e6a067e4592556e148edd
Reviewed-on: https://go-review.googlesource.com/c/build/+/165437
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-05 18:25:55 +00:00
Andrew Bonventre 80ca8d25dd devapp: update milestone and cycle start date
Change-Id: Icac82e9df95b553e432baf977038e5700acb7cb2
Reviewed-on: https://go-review.googlesource.com/c/163782
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-26 18:04:36 +00:00
Andrew Bonventre 277427799b maintner,devapp: add ability to filter changes on reviews page
This change adds a filter input field to the /reviews page,
allowing people to refine what is shown. When updating the reviews
data, it collects search terms that are then rendered by the
template in data- attributes of the corresponding rows.

Filtering then does a match based on whether the row's
data attribute contains the terms entered (with the exception
being when one would like to exclude a term using a minus
sign (-) prefix.

A how-to is added to the UI as well, along with some aesthetic
changes to the rows.

Future work would involve including everything from a change
such as the commit message, hashtags, etc.

Also removes a superfluous log from maintner.

Change-Id: Ia6cbafcd08442dee1b48244725c09ea3575e69df
Reviewed-on: https://go-review.googlesource.com/c/163218
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-23 00:18:23 +00:00
Dmitri Shuralyov 9e83d85870 devapp: show CLs containing DO NOT SUBMIT
Change https://dev.golang.org/reviews page to be more helpful
at displaying CLs that are in need of a general code review.

Don't hide CLs containing DO NOT SUBMIT. Per Interim Code Review
and Issue Tracker Conventions¹:

	DO NOT SUBMIT means that while the CL is okay to review,
	the author wants Gerrit to make sure the CL is not submitted
	in its current form.

That means we should not be excluding CLs containing DO NOT SUBMIT
from the reviews page.

Remove a log line from GerritMeta.LabelVotes method. It's not serving
a helpful purpose at this time, but produces a large amount of output.

¹ https://groups.google.com/d/msg/golang-dev/YU56eKYiXJg/K1CkXo7Iy0gJ

Change-Id: Ibe40f756e6a0dab0a13c75fa53998e2d56d287e3
Reviewed-on: https://go-review.googlesource.com/c/163159
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-21 02:47:21 +00:00
Katie Hockman 0985405157 devapp/owners: add mikesamuel as primary owner for go/src/html/template
Change-Id: Ie80575ec35f31cbd2fc3d749980dd040d1a47862
Reviewed-on: https://go-review.googlesource.com/c/162097
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Mike Samuel <msamuel@google.com>
2019-02-12 19:22:41 +00:00
Dmitri Shuralyov b5dfb979d8 devapp: display subrepo that CL belongs to
This change largely reuses the logic to parse CL subjects used
on gochanges.org. There is no support for expanding curly brackets
like "image/{png,jpeg}", but this wasn't implemented here previously
either.

There is room for performance improvement by performing less
allocations, but performance is not a bottleneck for current
needs, so I am currently prioritizing adding support for edge
cases (unless performance proves to be a blocker).

For brevity, use x/subrepo instead of golang.org/x/subrepo form.

Omit displaying the path prefix in the title when displaying CLs
grouped under their full import path, to reduce stutter.

Fixes golang/go#30096

Change-Id: I957661724d1a26af4dfebea1eee20e6a7595c7b9
Reviewed-on: https://go-review.googlesource.com/c/161219
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-06 16:26:59 +00:00
Katie Hockman 6d788dba25 devapp/owners: add matloob as primary owner for tools/go/packages
Change-Id: I5bf498f7b794dff569bc4d575d8cf97e19b48453
Reviewed-on: https://go-review.googlesource.com/c/156218
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-01-03 21:59:20 +00:00
Andrew Bonventre 2b0e3d6570 devapp: add burndown chart to /release page
Using Chart.js and embedded JSON rendered within the template, the
total number of issues and the number of release blockers in the
current development milestone (hard-coded right now) are graphed in
a line chart.

Change-Id: Icaefc1ff46f976f857f22f07f2934ad32aaf9547
Reviewed-on: https://go-review.googlesource.com/c/150639
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-21 15:25:22 +00:00
Andrew Bonventre 5df336cd7f maintner, devapp: display proper owner names instead of Gerrit User NNN
This change deletes the OwnerName method on GerritCL, since Gerrit's
format for its NoteDB backing store changed to display "Gerrit User NNN"
instead of the proper display name in the meta commit.

Update golang/go#28663

Change-Id: Ifa64ca2b2694b17e888451582b9c63f3f37280a9
Reviewed-on: https://go-review.googlesource.com/c/148557
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-08 19:05:21 +00:00
Keith Randall cda6dc7d1c x/build/devapp: put performance issues in their own grouping
Separate performance issues (those with the "Performance" label) from
the rest of the issues on the release dashboard. Performance issues
tend to be those which are not critical to fix for any particular
release, so separating them and putting them later in order helps to
deprioritize them.

Kind of a hack, but it works.

Change-Id: I6fa0f85629504c298691b492e50e03c817c62a1b
Reviewed-on: https://go-review.googlesource.com/c/145937
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-05 22:06:03 +00:00
Brad Fitzpatrick 90ec83e7f3 devapp: hide Work-In-Progress reviews
Fixes golang/go#27986

Change-Id: If9b1f5d705e225fd78464597624550fd6c1924ea
Reviewed-on: https://go-review.googlesource.com/c/139757
Reviewed-by: Katie Hockman <katie@golang.org>
2018-10-04 17:56:54 +00:00
Than McIntosh 51a99ec6a9 devapp/owners: add myself as reviewer for cmd/link, debug/dwarf
Change-Id: I57f81d556f5e4cea45d7291236f18e53420ada10
Reviewed-on: https://go-review.googlesource.com/133775
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-09-06 14:14:58 +00:00
Tobias Klauser 5dc26f454c devapp/owner: add tklauser to contacts for syscall, add entry for internal/syscall/unix
Change-Id: I2457324b5934771b109b6df4f67f8ac60daabfbc
Reviewed-on: https://go-review.googlesource.com/131515
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-09-06 08:21:05 +00:00
Filippo Valsorda e038c27d37 devapp/owners: assign x/crypto/ssh to @hanwen
Change-Id: I369650910df6a06c0998f0094841789c8ead6eec
Reviewed-on: https://go-review.googlesource.com/133615
Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
2018-09-06 07:56:09 +00:00
Filippo Valsorda 60936c8225 devapp/owners: assign encoding/asn1 to filippo and agl (secondary)
Sigh.

Change-Id: I86f6611db2883d56d3dc903c92b03c3a319c1704
Reviewed-on: https://go-review.googlesource.com/133357
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-09-04 20:42:49 +00:00
Kevin Burke 978be913b4 devapp/owners: add kevinburke
Change-Id: I3c158c332017997bb493b96086af65852aa422cb
Reviewed-on: https://go-review.googlesource.com/132415
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-08-31 18:18:11 +00:00
Andrew Bonventre 84ca227964 devapp: update contributor summit signup issue
Change-Id: Id19d7b8130ce89595c05231bbb3cf7d54b20edea
Reviewed-on: https://go-review.googlesource.com/132255
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-08-30 16:18:10 +00:00
Daniel Martí 6f834499dc devapp/owners: add myself to encoding/json
Done more stuff there recently and it needs attention, so it seems like
a right fit.

Change-Id: I6344ccc5da83c0cfecd7a7f2ecc1399497e0de03
Reviewed-on: https://go-review.googlesource.com/131285
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-08-27 03:47:02 +00:00
Dmitri Shuralyov 405d638abf devapp, cmd/gopherbot: increase RAM in k8s config
Empirically, the maintner client uses just under 2 GB RAM while running.
However, during a maintner.ErrSplit situation, the RAM need spikes
beyond 2 GB, causing the apps to crash due to a hard limit of 2 GB RAM.
Increasing it to 4 GB should let them run crash-free during net splits.

Change-Id: I79deec74c0ddac4afb9e2ffb2ab19747a06bd53a
Reviewed-on: https://go-review.googlesource.com/128361
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-08-13 16:56:14 +00:00
Andrew Bonventre 1fadf6bf5a devapp: check for error from s.initCorpus
Also remove superfluous newlines from log strings.

Change-Id: I2e0fb408f40e47af3f6ea5149113722b3e1db114
Reviewed-on: https://go-review.googlesource.com/127675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2018-08-02 21:57:06 +00:00
Andrew Bonventre a697e2c998 devapp: add healthz endpoint and configure k8s readiness probe
This will allow for zero-downtime deployments, which will be
important for when services start relying on the /owners endpoint.

Change-Id: I4671dbbbf473ba07dbab585222d12832c3193fac
Reviewed-on: https://go-review.googlesource.com/127036
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-08-01 18:15:17 +00:00
Martin Möhrmann b9f5d4d869 devapp/owners: add martisch to internal/cpu, runtime and cmd/compile contacts
runtime: mostly for maps, slices, utf8, string functions and cpu features.

Change-Id: I66765b1bdb4fb4dae1b28fb7a90c0ee23ce63112
Reviewed-on: https://go-review.googlesource.com/126595
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-07-28 20:19:57 +00:00
Dmitri Shuralyov 779c38b4a2 all: update GitHub username shurcooL to dmitshur
I have renamed my GitHub username from shurcooL to dmitshur.
Update all instances to match.

Reference: https://twitter.com/dmitshur/status/1021266582834634752.

Change-Id: I7f2454fd8359c2af8a019baabee4f2a346f19718
Reviewed-on: https://go-review.googlesource.com/125439
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-07-23 15:38:57 +00:00
Daniel Martí 1650b5fc82 devapp/owners: add cmd/go to the table
Using the names that Russ provided on golang-dev in
https://groups.google.com/forum/#!topic/golang-dev/2A_Ks3p4svE.

Change-Id: If099c3d1a3863957aef8b1b4720e715bbc66d7cc
Reviewed-on: https://go-review.googlesource.com/124955
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-07-19 16:38:17 +00:00
Andrew Bonventre bd563c3889 devapp/owners: serve JSON in error cases
This makes it easier for client logic by making all responses
(even errors) JSON.

Change-Id: I7e0682627d16294421ef440b82a86f9a042a79a8
Reviewed-on: https://go-review.googlesource.com/114837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-27 18:00:53 +00:00
Brad Fitzpatrick 1d5048ea05 devapp: also hide open reviews with the tag "wait-release"
Updates golang/go#24836

Change-Id: I7b739a54dec374d60e66bf083cd41c1879500ed3
Reviewed-on: https://go-review.googlesource.com/113536
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2018-05-17 16:59:59 +00:00
Dmitri Shuralyov e8fa6c444f devapp/owners, internal/gophers: update Dmitri's email, add to x/build/.../maintserve
My primary (preferred) email has changed,
and it's also my Gerrit email now.

Change-Id: I82bb5bb48a99ae12a646eec1a2ab08966199d62d
Reviewed-on: https://go-review.googlesource.com/112995
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-05-16 01:27:41 +00:00
Dmitri Shuralyov f691756a24 devapp/owners: remove net/lex
net/lex has been merged into net/http in golang/net@cbb82b59bc,
and bradfitz is already the primary for that.

Updates golang/go#23908.

Change-Id: Icf5eca0751829e26d1951ec6c0eb2d22348695e9
Reviewed-on: https://go-review.googlesource.com/112996
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matt Layher <mdlayher@gmail.com>
2018-05-13 15:33:37 +00:00
Yury Smolsky d99851b7e1 devapp/owners: add a few roles of mine
x/tools/cmd/godoc and x/playground. I add myself as secondary to both
of them since I cannot do +2 votes, but I would like to participate in
reviews with the best of my knowledge.

Change-Id: Iedeb9320b6f76c67a9d15eb8f6f8956e4d2e2957
Reviewed-on: https://go-review.googlesource.com/112695
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-05-10 19:47:32 +00:00