Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-29 | Imported Upstream version 2012.02.22 | Ondřej Surý | 14 | -314/+504 | |
2012-01-30 | Imported Upstream version 2012.01.27 | Ondřej Surý | 22 | -754/+2111 | |
2011-09-13 | Read goinstall dashboard option from debian configuration file | Ondřej Surý | 5 | -12/+41 | |
2011-08-24 | Imported Upstream version 2011.08.17 | Ondřej Surý | 1 | -1/+2 | |
2011-08-03 | Imported Upstream version 2011.07.29upstream-weekly/2011.07.29 | Ondřej Surý | 6 | -34/+133 | |
2011-07-08 | Imported Upstream version 2011.07.07upstream-weekly/2011.07.07 | Ondřej Surý | 9 | -56/+122 | |
2011-06-28 | Imported Upstream version 2011.06.23upstream-weekly/2011.06.23 | Ondřej Surý | 2 | -7/+14 | |
2011-06-10 | Imported Upstream version 2011.06.09upstream-weekly/2011.06.09 | Ondřej Surý | 6 | -21/+29 | |
2011-06-03 | Imported Upstream version 2011.06.02upstream-weekly/2011.06.02 | Ondřej Surý | 5 | -41/+157 | |
2011-05-23 | Imported Upstream version 2011.05.22upstream-weekly/2011.05.22 | Ondřej Surý | 10 | -388/+520 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 7 | -461/+55 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 9 | -477/+23 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 11 | -34/+337 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 3 | -3/+3 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -5/+5 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 15 | -68/+1071 | |
2010-06-23 | godashboard: add Projects page | Andrew Gerrand | 11 | -6/+319 | |
R=rsc, r, gri CC=golang-dev http://codereview.appspot.com/1476041 | |||||
2010-05-25 | godashboard: change behaviour of top button | Andrew Gerrand | 1 | -1/+1 | |
R=gri CC=golang-dev http://codereview.appspot.com/1253046 | |||||
2010-05-19 | dashboard: reintroduce Benchmark model | Andrew Gerrand | 1 | -2/+4 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1217046 | |||||
2010-05-03 | dashboard: fix benchmark json output | Andrew Gerrand | 1 | -1/+1 | |
Fixes issue 722. R=rsc CC=golang-dev http://codereview.appspot.com/1065041 | |||||
2010-04-20 | godashboard: remove obselete data models and conversion code | Andrew Gerrand | 1 | -61/+0 | |
R=rsc CC=golang-dev http://codereview.appspot.com/919045 | |||||
2010-04-20 | godashboard: bz2 compress logs in data store | Andrew Gerrand | 1 | -7/+10 | |
This results in a 10-20x size reduction per record. (from ~150kb to ~10kb) This revision has been pushed live, as I'm in the process of converting Log records to bz2-compresed CompressedLog records. I would have waited but we're running seriously low on space and it seemed like a sane (and reversible) move. R=rsc CC=golang-dev http://codereview.appspot.com/872048 | |||||
2010-04-05 | godashboard: fix benchmarks page (first pass) | Andrew Gerrand | 3 | -132/+72 | |
R=rsc CC=golang-dev http://codereview.appspot.com/844044 | |||||
2010-03-31 | godashboard: new stylesheet, build status pagination | Andrew Gerrand | 5 | -120/+148 | |
R=rsc, gri, r CC=golang-dev http://codereview.appspot.com/822044 | |||||
2010-03-16 | dashboard: include package.html | Andrew Gerrand | 1 | -0/+91 | |
This was omitted from the original commit. R=rsc CC=golang-dev http://codereview.appspot.com/554043 | |||||
2010-03-04 | goinstall: an experiment in (external) package installation | Russ Cox | 2 | -0/+135 | |
R=adg, r CC=cw, golang-dev http://codereview.appspot.com/224043 | |||||
2010-02-25 | dashboard: more performance tuning | Russ Cox | 2 | -176/+235 | |
various caching. make benchmark data a list in a single per-builder,benchmark record instead of having one record for each data point. significant reduction in datastore cpu charges. R=agl1, agl CC=golang-dev http://codereview.appspot.com/217111 | |||||
2010-02-19 | dashboard: lots of caching to avoid datastore queries | Russ Cox | 2 | -118/+143 | |
reorganize benchmark computation so that it is incremental. if it times out, it doesn't lose the pieces it already computed, so that next time it has a fighting chance to finish. R=agl1, agl CC=golang-dev http://codereview.appspot.com/216046 | |||||
2010-02-09 | dashboard: auto-update builder.sh. | Russ Cox | 2 | -0/+4 | |
avoid possibility of busy loop pounding on dashboard. R=agl1 CC=golang-dev http://codereview.appspot.com/206051 | |||||
2010-02-05 | dashboard: present benchmarks | Russ Cox | 6 | -47/+422 | |
* fix bug in benchmark collection: bad benchmark data key meant that all the builders collided when writing data. * report benchmarks even if make bench exits non-zero. * graphical and json presentations R=agl1 CC=golang-dev http://codereview.appspot.com/201065 | |||||
2010-02-01 | dashboard: avoid seeing cron's sh -c in ps check | Russ Cox | 1 | -1/+3 | |
R=agl1 CC=golang-dev http://codereview.appspot.com/196091 | |||||
2010-01-28 | dashboard: move key.py out of the way, | Russ Cox | 1 | -0/+2 | |
so that if you have a key.py with the real key, there is no chance hg change will accidentally make a CL with the real key and upload it to codereview. R=agl1 CC=golang-dev http://codereview.appspot.com/196051 | |||||
2010-01-27 | dashboard: builder tweaks | Russ Cox | 5 | -17/+108 | |
R=agl1 CC=golang-dev http://codereview.appspot.com/194116 | |||||
2010-01-27 | dashboard: look for key in $GOROOT before $HOME | Russ Cox | 1 | -3/+6 | |
TBR=agl1 CC=golang-dev http://codereview.appspot.com/195076 | |||||
2010-01-27 | godashboard: fiddling | Russ Cox | 2 | -31/+59 | |
* some tweaks to dashboard html/css layout * use hmac to generate per-builder subkeys R=agl1 CC=golang-dev http://codereview.appspot.com/194092 | |||||
2010-01-26 | dashboard: add benchmarking support. | Adam Langley | 6 | -12/+212 | |
This has actually been running for a while and gathering benchmark data. I haven't had a chance to add a UI for it yet however. R=rsc CC=golang-dev http://codereview.appspot.com/194082 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-07 | Add builder scripts. | Adam Langley | 9 | -0/+697 | |
These are the scripts behind godashboard.appspot.com. Nothing is particularly beautiful about it, but it does run. I still need to add support for per-builder keys and for running the benchmarks. R=rsc CC=golang-dev http://codereview.appspot.com/183153 |