| commit | 7b3df3552a59e407f36849d64a258812da008aad | [log] [tgz] |
|---|---|---|
| author | dnj <dnj@chromium.org> | Thu May 18 17:24:38 2017 |
| committer | Commit bot <commit-bot@chromium.org> | Thu May 18 17:24:38 2017 |
| tree | 90187cd06c3b1ff365e211e4cdada4f4c11d84cb | |
| parent | cc622525b7650903d662f7bb4071c8d8132df6f4 [diff] |
[logdog-stream-view] Auth and misc bugfixes. Fix failure to re-attempt log fetching after authentication has completed. Now that operations are intent-scoped instead of fetch-scoped, cancelling operations after an auth failure makes no sense, and prevents a retry from succeeding. Fix missing arrow icons on middle split buttons. Fix broken handle link. TBR=hinoka@chromium.org BUG=chromium:724014 TEST=local - Ran in "dev" production instance to verify auth. - Ran locally. Review-Url: https://codereview.chromium.org/2887153005
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.