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

6 Коммитов

Автор SHA1 Сообщение Дата
Brad Fitzpatrick 40fd775dd0 cmd/gopherstats: change top 20->40, ignore file changes in CLs with many
Change-Id: Ic9d010cb25aa7ecd0a84531a6244b0ce3eefa0ca
Reviewed-on: https://go-review.googlesource.com/c/build/+/165038
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-11-21 22:23:31 +00:00
Sameer Ajmani 49c4e13476 gopherstats: add -projects flag to restrict to specific Gerrit projects.
By default, gopherstats generates stats for all go.googlesource.com Gerrit
projects, including the Go OSP, protobuf, and gopls. I'd like to restrict focus
to specific projects for use in perf artifacts.

Change-Id: I6ebfa9419386b852f3a24f25e92721be1b6fa6bb
Reviewed-on: https://go-review.googlesource.com/c/build/+/196257
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-09-18 19:07:53 +00:00
Brad Fitzpatrick 2e0240947e cmd/gopherstats, internal/gophers: add more stats, more gophers
It's perf time at Google, so it's time to answer the ol' "What Would
You Say You Do Here?" question.

So, time to update gopherstats with more stats & update the gophers
package in the process.

Change-Id: I0e0981f40a1229f943130621bd55acedffc7a583
Reviewed-on: https://go-review.googlesource.com/132995
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-09-04 06:27:53 +00:00
He Liu ef878539c7 cmd/gopherbot, cmd/gopherstats: update the use of github api
To integrate with go-github api changes that breaks the compiling:

- https://github.com/google/go-github/pull/910
- https://github.com/google/go-github/pull/972

Change-Id: I5597f50b9c44fe42acec1128617a25e1fdd09e10
GitHub-Last-Rev: 07754f92aa
GitHub-Pull-Request: golang/build#11
Reviewed-on: https://go-review.googlesource.com/129075
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2018-08-17 02:02:47 +00:00
Jess Frazelle 7fdcc5eb56 cmd/gopherstats: add mode for pulling stats from contributor workshop
$ gopherstats -mode=workshop-stats
2017/07/20 14:16:20 Loading data from log *maintner.netMutSource ...
2017/07/20 14:16:26 Reloaded data from log *maintner.netMutSource.
Number of registrations: 140
scratch:
        Total Opened CLs: 130
        Total Merged CLs: 111
        New Contributors Opened CLs: 112
        New Contributors Merged CLs: 95
tools:
        Total Opened CLs: 2
        Total Merged CLs: 1
        New Contributors Opened CLs: 1
        New Contributors Merged CLs: 1
net:
        Total Opened CLs: 2
        Total Merged CLs: 1
        New Contributors Opened CLs: 1
        New Contributors Merged CLs: 1
go:
        Total Opened CLs: 64
        Total Merged CLs: 29
        New Contributors Opened CLs: 44
        New Contributors Merged CLs: 22
crypto:
        Total Opened CLs: 5
        Total Merged CLs: 4
        New Contributors Opened CLs: 2
        New Contributors Merged CLs: 1

Change-Id: I548346c99c1311f0c99db248d39820be89fc53b4
Reviewed-on: https://go-review.googlesource.com/50372
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-07-21 18:29:19 +00:00
Brad Fitzpatrick 891b12dcbd cmd/gopherstats, internal/gophers: start of tool to collect community stats
Total mess, but a functional mess, and a starting point for the future.

Change-Id: Ifcc72660f30a0ee2692668b4ea53acd1c4015777
Reviewed-on: https://go-review.googlesource.com/41077
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-05-03 17:36:15 +00:00