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