Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(63)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: milo/api/resp/botstatus_string.go
Issue
2931773004
:
Milo: Add machine pool info for buildbot builder view. (Closed)
Patch Set: bug
Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
milo/Makefile
milo/api/resp/botstatus_string.go
milo/api/resp/builder.go
milo/appengine/buildbot/build.go
milo/appengine/buildbot/builder.go
milo/appengine/buildbot/master.go
milo/appengine/buildbot/pubsub_test.go
milo/appengine/common/funcs.go
milo/appengine/frontend/buildbot_data.go
milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html
milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html
milo/appengine/frontend/static/buildbot/css/default.css
milo/appengine/frontend/templates/pages/builder.html
View unified diff
|
Download patch
« milo/Makefile
('K') |
« milo/Makefile
('k') |
milo/api/resp/builder.go »
('j') |
milo/api/resp/builder.go »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Code generated by "stringer -type=BotStatus"; DO NOT EDIT.
2
3
package resp
4
5
import "fmt"
6
7
const _BotStatus_name = "UnknownStatusIdleBusyDisconnected"
8
9
var _BotStatus_index = [...]uint8{0, 13, 17, 21, 33}
10
11
func (i BotStatus) String() string {
12
if i < 0 || i >= BotStatus(len(_BotStatus_index)-1) {
13
return fmt.Sprintf("BotStatus(%d)", i)
14
}
15
return _BotStatus_name[_BotStatus_index[i]:_BotStatus_index[i+1]]
16
}
OLD
NEW
« milo/Makefile
('K') |
« milo/Makefile
('k') |
milo/api/resp/builder.go »
('j') |
milo/api/resp/builder.go »
('J')
Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)
Created 3 years, 6 months ago by Ryan Tseng
Modified 3 years, 6 months ago
Reviewers: nodir, iannucci
Base URL:
Comments: 24
This is Rietveld
408576698