| commit | 810e5dc1dfbe94f009ae3cd5e0d3c92d1a375d88 | [log] [tgz] |
|---|---|---|
| author | dnj <dnj@chromium.org> | Tue Aug 01 22:31:17 2017 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 01 22:31:17 2017 |
| tree | b1cb804a971a54938c1589e6da59b8d2635388f2 | |
| parent | db21483023eebb29ad6bcf00585a6b854609c657 [diff] |
[logdog-view] Update UX, fix bugs. Update the LogDog Web Viewer user experience and fix a bug where the stream finishing wasn't always acknowledged by the UI. This makes button visibility modal. While the stream is automatically loading, control buttons will be hidden. When it is paused, they will be shown. This will reduce the number of active buttons that the user has to see during log interaction. Following is no longer optional. It is enabled by default, and disabled permanently for the duration of the stream on scroll or pause. This removes the need for a user to manage this option. BUG=None TEST=local Review-Url: https://codereview.chromium.org/2988993003
go get -u github.com/luci/luci-go/client/cmd/... go get -u github.com/luci/luci-go/server/cmd/...
/common/... and /server/..../appengine/..., /client/... and /server/...; for example, the structures used by the server APIs. These are inherently APIs./appengine/....go1 contains the stable code.master constains the latest code.user.email and user.name are configured in git config.go get -u -t github.com/luci/luci-go/client/...go get -u github.com/maruel/pre-commit-go/cmd/... && pcgRun the following to setup the code review tool and create your first review:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $HOME/src/depot_tools export PATH="$PATH:$HOME/src/depot_tools" cd $GOROOT/github.com/luci/luci-go git checkout -b work origin/master # hack hack git commit -a -m "This is awesome\nR=joe@example.com" # This will ask for your Google Account credentials. git cl upload -s # Wait for LGTM over email. # Check the commit queue box in codereview website. # Wait for the change to be tested and landed automatically.
Use git cl help and git cl help <cmd> for more details.