Sign in
chromium
/
external
/
github.com
/
luci
/
luci-go
/
HEAD
« Previous
eba3a76
[milo] better ACL system for masters.
by iannucci
· 8 years ago
494156a
[vpython] Enable base wheels, spec merging.
by dnj
· 8 years ago
b8f6eb4
Milo: (Breaking proto change) Update console definition
by hinoka
· 8 years ago
20a1165
Milo: Buildbucket PubSub ingestion outline
by hinoka
· 8 years ago
51e30bd
Create a maintenance mutex skeleton within luci-go
by charliea
· 8 years ago
48dd181
[milo] build_source -> buildsource.
by iannucci
· 8 years ago
20552da
[grpc/logging] Update to LoggerV2.
by dnj
· 8 years ago
e39d552
scheduler: expose paused property of a Job.
by tandrii
· 8 years ago
8315cf5
scheduler: add rpcs for actions on job and invocation.
by tandrii
· 8 years ago
778ac0b
[web] Update packages, use TS 2.4
by dnj
· 8 years ago
64dd531
isolate: pull exparchive filewalk code into its own func.
by mcgreevy
· 8 years ago
2224066
[errors] Greatly simplify common/errors package.
by Robert Iannucci
· 8 years ago
585415c
[errors] de-specialize Transient in favor of Tags.
by iannucci
· 8 years ago
2ae56cd
Change typescript pin to ~2.3.
by iannucci
· 8 years ago
6e61686
[milo] fix tests on windows.
by iannucci
· 8 years ago
04bd8be
Fix milo deployment
by Ryan Tseng
· 8 years ago
b285758
[errors] Remove Fix(), move MultiErrorFromErrors().
by iannucci
· 8 years ago
34a3b4f
auth: Fix very unlikely race condition (sort of) when refreshing token.
by vadimsh
· 8 years ago
d68e694
Take into account expiration time when comparing tokens.
by vadimsh
· 8 years ago
b080ae4
scheduler: more of s/JobID/JobName/ where JobID != Job.JobID.
by tandrii
· 8 years ago
7c3b1e0
scheduler: add GetJobInvocations api.
by tandrii
· 8 years ago
e69c624
[milo] job_source -> build_source.
by iannucci
· 8 years ago
33c3d66
[milo] appengine/* -> *
by iannucci
· 8 years ago
3cf5192
[milo] console -> frontend/console
by iannucci
· 8 years ago
95d7a37
Milo: Fix Gerrit/Rietveld link for buildbot builds.
by hinoka
· 8 years ago
4ab136a
scheduler: rename JobID to JobName to avoid overloading JobID meaning.
by tandrii
· 8 years ago
325ef28
[milo] {buildbucket,buildbot,swarming,logdog} -> job_source/*.
by iannucci
· 8 years ago
7e4835b
token-server: Make machine token minter config apply to subdomains.
by vadimsh
· 8 years ago
71aba0a
token-server: Fix panic when generating machine token for unrecognized machine.
by vadimsh
· 8 years ago
985d9cf
grpc: Interceptor to catch panics and convert them to Internal errors.
by vadimsh
· 8 years ago
e472357
scheduler: add GetAllJobs api.
by tandrii
· 8 years ago
8633317
[milo] buildinfo -> rpc
by iannucci
· 8 years ago
cd725e3
[milo] mv backend/git/gitiles -> common/gitiles
by iannucci
· 8 years ago
ffad7ff
[milo] common/config -> api/config
by iannucci
· 8 years ago
b782c74
Extend LUCI_CONTEXT["local_auth"] protocol to understand accounts.
by vadimsh
· 8 years ago
7872856
Add static/dummy.go helloworld AE app.
by tandrii
· 8 years ago
6f16d52
[milo] Add BuildSummary and common models.
by iannucci
· 8 years ago
a986b4c
Add hint about pre-installed nodejs and npm install in infra Go env.
by tandrii
· 8 years ago
248e4ae
[milo] remove unused code.
by iannucci
· 8 years ago
688a424
Nitfix: typo in doc of Prelude of service decorator.
by tandrii
· 8 years ago
7cf99a4
Regenerate all stuff.
by tandrii
· 8 years ago
62e8119
Add eventlogging to batcharchive.
by mcgreevy
· 8 years ago
a6c6b43
Milo: Add machine pool info for buildbot builder view.
by hinoka
· 8 years ago
30e084f
[vpython] Fix flag parsing bug with "--".
by dnj
· 8 years ago
d9f6561
[vpython] Fix intolerant lookup logic.
by dnj
· 8 years ago
35426aa
Remove batcharchive dependency on common.IsDirectory
by mcgreevy
· 8 years ago
3b2cf36
Move WriteJSONFile to its sole caller's package, with some refactoring.
by mcgreevy
· 8 years ago
a4a9617
Remove ReadJSONFile
by mcgreevy
· 8 years ago
b903ee5
Refactor genjson processing code.
by mcgreevy
· 8 years ago
2bf1797
Break isolate cmd dependency on Canceler.
by mcgreevy
· 8 years ago
d52b666
Sever isolate package's dependency on client/internal.
by mcgreevy
· 8 years ago
738aa96
Make luci-go compile again after deps.lock roll.
by vadimsh
· 8 years ago
f63e083
Add a way to set a NotFound HTTP handler.
by dsansome
· 8 years ago
7e25e6f
Milo: Swarming module test coverage
by hinoka
· 8 years ago
84cdc84
Milo: Use UTC representation for commit time in blamelist
by hinoka
· 8 years ago
e65d27b
[web] Fix duplicate dep, strengthen provisioning.
by dnj
· 8 years ago
61e8b0d
Disable broken Milo tests.
by dsansome
· 8 years ago
d022e0f
[api] Regenerate remote APIs.
by dnj
· 9 years ago
0a455fe
[vpython] Fix PEP425 naming.
by dnj
· 9 years ago
288831e
[vpython] Add conditional packages based on PEP425
by dnj
· 9 years ago
3815930
[vpython] Allow default spec via enviornment.
by dnj
· 9 years ago
5cf5e3d
[vpython] Implement smart probing.
by dnj
· 9 years ago
8588581
Update Probe to be a general-purpose library.
by dnj
· 9 years ago
98bc669
Move --eventlog-endpoint out of isolateFlags.
by mcgreevy
· 9 years ago
e4c28c8
Log eventlogs from legacy isolate archive command.
by mcgreevy
· 9 years ago
1c9bfc6
Milo UI tweaks
by hinoka
· 9 years ago
f5757f6
Milo: Fix deployment
by hinoka
· 9 years ago
7303ecf
[vpython] Verify environment, named installs.
by dnj
· 9 years ago
e6b3287
Log build information from exparchive
by mcgreevy
· 9 years ago
2f1325e
milo: open swarming tasks with wide logs
by nodir
· 9 years ago
b825bbb
Update generated proto code for eventlogging
by mcgreevy
· 9 years ago
2396825
Milo: Increase test coverage for appengine/buildbot
by hinoka
· 9 years ago
6e3d457
[vpython] Incorporate interpreter path/hash.
by dnj
· 9 years ago
d06ec50
Milo: Fix swarmbucket kitchen crashes
by hinoka
· 9 years ago
8f9ef0b
[milo] fix raw annotation stream rendering endpoint.
by iannucci
· 9 years ago
613a6cc
Attempt to refresh access token only when we sure GAE will return a new one.
by vadimsh
· 9 years ago
842c196
Introduce luci-go components version metric.
by vadimsh
· 9 years ago
2dc055c
[logdog/common/types] custom JSON encoding to allow streamaddr to be zero.
by iannucci
· 9 years ago
1bb3e6a
[logdog/common/types] add Validate method to StreamAddr.
by iannucci
· 9 years ago
4363168
[logdog/common/types] make StreamAddr implement flag.Value.
by iannucci
· 9 years ago
60ceda8
[cipd] delete bad cache files when failing to deploy them.
by iannucci
· 9 years ago
99f8e4b
Milo: Add an option to hide green steps
by hinoka
· 9 years ago
9d85228
[travis] Use Go 1.8 when building.
by dnj
· 9 years ago
7b3df35
[logdog-stream-view] Auth and misc bugfixes.
by dnj
· 9 years ago
cc62252
Ensure (de)compressor is always closed.
by ryanmartens
· 9 years ago
3b355f6
[logdog-stream-view] Fix loading loop.
by dnj
· 9 years ago
a5d341b
[common/api] regenerate swarming endpoints definition
by iannucci
· 9 years ago
205d594
Fix LogDog viewer in unstable Chrome.
by dnj
· 9 years ago
4ae2b0b
Add error returns to compression utilities.
by ryanmartens
· 9 years ago
73e93dd
Regenerate Buildbucket Go API client
by borenet
· 9 years ago
334412d
environ: Add Update and Iter methods.
by dnj
· 9 years ago
1e457bc
vpython: Print Python command when run.
by dnj
· 9 years ago
71d2841
[cipd] stop doing weird ownership transfer
by iannucci
· 9 years ago
0eb69ab
vpython: Version parser from PEP440.
by dnj
· 9 years ago
b2274e8
milo: hide milo output in swarming task pages
by nodir
· 9 years ago
67031d2
sanitizehtml: disallow tables
by nodir
· 9 years ago
e3b4c50
sanitizehtml: add a package to sanitize HTML
by nodir
· 9 years ago
172994b
auth: Remove "shared" aka "global" secrets.
by vadimsh
· 9 years ago
b7c3b44
milo: unhardcode luci-milo.appspot.com
by nodir
· 9 years ago
5251ea3
Revert "Switch from "winio" to "npipe"."
by dnj
· 9 years ago
Next »