1. 678bb0e Rename deployment manifests back to source manifests. by iannucci · 7 years ago master
  2. e6bcce5 scheduler: make debug output for ACLs checks contain JobID. by tandrii · 7 years ago
  3. af941fc scheduler ACLs: Add debug lines. by tandrii · 7 years ago
  4. 8041575 scheduler ACLs: improve ACL-related error handling in UI and API. by tandrii · 7 years ago
  5. 23372de scheduler ACLs: fix ACLs saving upon job config change. by tandrii · 7 years ago
  6. 84692af [scheduler]: ACLs phase 2 - warn if Job/Trigger don't have ACLs. by tandrii · 7 years ago
  7. 1870e44 scheduler: fix import. by tandrii · 7 years ago
  8. 0377d27 [scheduler]: ACLs phase 1 - per Job ACL specification and enforcement. by tandrii · 7 years ago
  9. d009bb9 tokenserver: Extract rules check into a separate function. by vadimsh · 7 years ago
  10. 1339415 tokenserver: Implement InspectOAuthTokenGrant RPC. by vadimsh · 7 years ago
  11. df87184 [annotee] add SOURCE_MANIFEST annotation. by iannucci · 7 years ago
  12. ddc861e tokenserver: Implement MintOAuthTokenGrant RPC. by vadimsh · 7 years ago
  13. 4fa5261 tokenserver: Validate and parse service_accounts.cfg rules. by vadimsh · 7 years ago
  14. 5059169 tokenserver: Fix some mistakes in proto docs for new token grants feature. by vadimsh · 7 years ago
  15. 944bd62 tokenserver: Boilerplate for loading and serving service_accounts.cfg. by vadimsh · 7 years ago
  16. 18ae6bd [logdog] Replace Tumble with push queues. by dnj · 7 years ago
  17. da9d004 [tq] Enable task deletion. by dnj · 7 years ago
  18. a2c4aed Milo: Actually shorten step text by hinoka · 7 years ago
  19. 6553860 [tq] Move to top-level package. by dnj · 7 years ago
  20. ff21376 Milo: Limit text field to 256 characters by hinoka · 7 years ago
  21. 9df595f [logdog] Route registration to services module. by dnj · 7 years ago
  22. 481a3f1 Milo: Console improvements by hinoka · 7 years ago
  23. 258f0c0 isolate: pull exparchive and archive into functions with similar signatures. by mcgreevy · 7 years ago
  24. 566e3ed [logdog] Fix tumble queue backend. by dnj · 7 years ago
  25. 31b62d1 [logdog] Remove list functionality. by dnj · 7 years ago
  26. 5e63e25 tokenserver: Protos for service account rules. by vadimsh · 7 years ago
  27. 6ad55f6 [logdog] Replace list view with query view. by dnj · 7 years ago
  28. e74d1c0 scheduler: Make 'https://' optional in 'server' config field. by vadimsh · 7 years ago
  29. 2dee6bc [logdog] Stream view explicitly cancels request. by dnj · 7 years ago
  30. ad913ae Fix mocked time in 'common/auth/localauth' tests. by vadimsh · 7 years ago
  31. fb82bfe tokenserver: Assume 'use_oauth' if 'oauth_scopes' is specified. by vadimsh · 7 years ago
  32. cb7f26d tokenserver: Support pem-encoded CRL lists. by vadimsh · 7 years ago
  33. 47c0ca7 tokenserver: Allow customizing list of OAuth scopes to use for CRL fetch. by vadimsh · 7 years ago
  34. 93d0bb0 Milo Swarmbucket: Use got_revision as revision by hinoka · 7 years ago
  35. 3793852 [logdog] Don't promote dev upload. by dnj · 7 years ago
  36. 810e5dc [logdog-view] Update UX, fix bugs. by dnj · 7 years ago
  37. db21483 Clear LUCI_CONTEXT when running auth test. by vadimsh · 7 years ago
  38. 043acb1 Milo: Add links to console in config page by hinoka · 7 years ago
  39. a8e6466 [logdog] Begin migrating to Makefile. by dnj · 7 years ago
  40. f91cf28 isolate: test uploading of individual regular files by mcgreevy · 7 years ago
  41. 300d5a6 isolate: manage lifetime of checker and uploader in main. by mcgreevy · 7 years ago
  42. 7981ab0 isolate: Move partitioning code out of exparchive main. by mcgreevy · 7 years ago
  43. b6f3756 Implement the 'shared' subcommand for mmutex by charliea · 7 years ago
  44. 7875602 isolate: add uploadtracker tests for symlinks and isolated files by mcgreevy · 7 years ago
  45. 8fbab6d token-server: Add protos for new API for generating service account tokens. by vadimsh · 7 years ago
  46. 6df39ef Add a task queue task router to reduce amount of boilerplate. by vadimsh · 7 years ago
  47. a2caef9 [web] Restructure and fix builds. by dnj · 7 years ago
  48. a443973 Add HTTP error annotation. by lexer · 7 years ago
  49. e295526 Add cron.Machine state machine. by vadimsh · 7 years ago
  50. 88d9e96 [cipd] "selfupdate" command logs at Warning. by dnj · 7 years ago
  51. b8f38ac gitiles: go back to QueryEscape because url.PathEscape is not in Go1.6. by tandrii · 7 years ago
  52. 29440f1 isolate: Move json dumping back into exparchive main by mcgreevy · 7 years ago
  53. 1bb9e0c isolate: Pull isolated file handling into its own type. by mcgreevy · 7 years ago
  54. 7869f7e Pass a Writer to Finalize for JSON dumping. by mcgreevy · 7 years ago
  55. b1e3f58 Milo: Show accurate pending build numbers for builder view. by hinoka · 7 years ago
  56. d3bd420 Make mmutex actually acquire and release file locks by charliea · 7 years ago
  57. 8ccb74d [cipd] Enable specific log level. by dnj · 7 years ago
  58. f4e9bd5 isolate: Finalize the isolate in UploadTracker by mcgreevy · 7 years ago
  59. 4f004b9 isolate: move creation of isolate into UploadTracker by mcgreevy · 7 years ago
  60. a5a0dde isolate: Move uploadTracker into its own file by mcgreevy · 7 years ago
  61. 36932d3 isolate: Split UploadDeps into smaller chunks by mcgreevy · 7 years ago
  62. 36482f3 isolate: create a struct to hold upload state by mcgreevy · 7 years ago
  63. ed1cc5c Milo: Fix console table alignment by hinoka · 7 years ago
  64. 9bc2ed3 isolate: pull uploading of deps out of exparchive main. by mcgreevy · 7 years ago
  65. 7a7fc56 Plumb through blacklist flag in exparchive. by mcgreevy · 7 years ago
  66. 6d809e0 Reuse blacklisting code in exp_archive. by mcgreevy · 7 years ago
  67. 02528b0 Add gitiles OWNERS. by tandrii · 7 years ago
  68. 40d91be gitiles: add Refs API. by tandrii · 7 years ago
  69. c4abe79 Improve gitiles.Log. by tandrii · 7 years ago
  70. 8ffe319 isolate: (refactor) extract blacklisting into common package by mcgreevy · 7 years ago
  71. 3cafc37 Milo: Change console commit text format by hinoka · 7 years ago
  72. 16c2c39 Milo console importer: fix small bug by hinoka · 7 years ago
  73. f754e17 [milo] get console in working shape. by iannucci · 7 years ago
  74. c4c760e Make gitiles calls as Self instead of Anon by hinoka · 7 years ago
  75. 0962096 Milo: Store console defs as their own entities by hinoka · 7 years ago
  76. 52e6f76 [milo] Add an (uncached) method to get console rows. by iannucci · 7 years ago
  77. 1291040 scheduler: Move IsJobOwner to acl package. by tandrii · 7 years ago
  78. 4b08c48 Add manifest links and hack to index on revision. by iannucci · 7 years ago
  79. 746d72c Milo: Fix ?limit= param by hinoka · 7 years ago
  80. c73a017 isolate: clean up some path handling in directory walking code. by mcgreevy · 7 years ago
  81. b6f5032 [milo] initial call to get git history by iannucci · 7 years ago
  82. 33f9af6 Milo pubsub: Don't decode properties out of parameters by hinoka · 7 years ago
  83. 1ecc134 milo: Add warmup paths by hinoka · 7 years ago
  84. e3f06de Milo: Fix project importer so it doesn't error out on a bad config by hinoka · 7 years ago
  85. 6b67e98 Milo: Create build summaries for buildbot in the pubsub pipeline by hinoka · 7 years ago
  86. 2cc44f9 Fix copyright header presubmit by iannucci · 7 years ago
  87. 28c3377 [milo] add milo version to page base by iannucci · 7 years ago
  88. 5f9d6a6 [milo] remove remote_api by iannucci · 7 years ago
  89. dabbfe0 [milo] add switch and switch-dev commands. by iannucci · 7 years ago
  90. a3c9edc [milo] add warmup service to modules by iannucci · 7 years ago
  91. 3fa2a52 [milo] Refactor all html knowledge out of backends. by iannucci · 7 years ago
  92. 4bfe11e Milo: Move buildbucket pubsub sub from buildbucket project to milo project by hinoka · 7 years ago
  93. 915ce57 Move gitiles module from milo to common/api. by tandrii · 7 years ago
  94. b783a30 Gitiles: commit's author and committer are the same structures. by tandrii · 7 years ago
  95. 01276bd [milo] make logs uploadable and also remove it from up-dev. by iannucci · 7 years ago
  96. 2d01731 Update apache2 license header to newer format. by estaab · 7 years ago
  97. bad1bfc [milo] remove linkBase and calculate links directly. by iannucci · 7 years ago
  98. 6553a52 Flesh out the mmutex binary wrapper and test for existence of lockfile by charliea · 7 years ago
  99. 3f5ae6c Buildbucket: Save buildbucket build info and summary on pubsub push by hinoka · 7 years ago
  100. 16fa964 [milo] refine acl check error slightly. by iannucci · 7 years ago