1. 038ddf6 siso: minor grammar and spelling fixes in README.md file. by Alex Ovsienko · 16 hours ago main
  2. 08ae80f gong: Use fs.SourceDir to reference outroot by Richard Wang · 17 hours ago
  3. bc2c589 siso: pass reapi_address/reapi_instance in ctx.flags by Fumitoshi Ukai · 18 hours ago
  4. be85ba2 gong: Implement set_default_toolchain by Richard Wang · 18 hours ago
  5. da63074 siso: add test for receiver that the parameters create correct config. by Alex Ovsienko · 19 hours ago
  6. 13250c3 siso: add tests for flag handling for collector subcommand. by Alex Ovsienko · 19 hours ago
  7. 9c49aa4 siso: Support build target name for scandeps command by Ryosuke Miyake · 21 hours ago
  8. d6fb85c gong: Expose whether currently processing buildconfig to functions by Richard Wang · 21 hours ago
  9. a88d382 siso: flag renaming didn't have correct boolean change. Check for not online. by Alex Ovsienko · 23 hours ago
  10. 87a7153 siso: Do not disable fast last failure feature when a custom -k is specified by Junji Watanabe · 23 hours ago
  11. efb6865 gong: Support scope-local context by Richard Wang · 2 days ago
  12. 529f66b siso: Refactor scandeps request preparation logic by Ryosuke Miyake · 2 days ago
  13. dfadebf siso: ignore store error in Entries by Fumitoshi Ukai · 2 days ago
  14. 4491bac gong: set_default_toolchain placeholder should parse the input label by Richard Wang · 2 days ago
  15. 5a2c6d0 siso: Extract functions for last failed targets by Junji Watanabe · 2 days ago
  16. a7ce055 siso: check blob existence if bytestream close error by Fumitoshi Ukai · 2 days ago
  17. f7ff398 gong: Rudimentary label string parser by Richard Wang · 2 days ago
  18. af6f33f siso: add documentation on SISO_COLLECTOR_ADDRESS env variable. by Alex Ovsienko · 2 days ago
  19. fdebf36 roll google.golang.org/grpc from v1.77.0 to v1.78.0 by Fumitoshi Ukai · 2 days ago
  20. 5682ad1 roll google.golang.org/protobuf from v1.36.10 to v1.36.11 by Fumitoshi Ukai · 2 days ago
  21. 774ff06 gong: Label stringification by Richard Wang · 3 days ago
  22. abbfff5 gong: Initial SourceDir to support relative path resolution by Richard Wang · 3 days ago
  23. b19da0a gong: Placeholder set_default_toolchain function by Richard Wang · 4 days ago
  24. 5092824 siso: enable default flags to be fetched from env. by Alex Ovsienko · 4 days ago
  25. c4444fe siso: Remove unused argsGN() by Junji Watanabe · 4 days ago
  26. 7d86c7b siso: have online flag for version checking for quick confirmation of siso version. by Alex Ovsienko · 4 days ago
  27. 5b83117 siso: add .iml to the list of exceptions to allow for Intellij Go integration. by Alex Ovsienko · 5 days ago
  28. 51cb09c siso: Rename functions used only for last failed targets by Junji Watanabe · 5 days ago
  29. ca58ab9 siso: move statusz.go into build package, and export NewStatuszServer function. by Alex Ovsienko · 5 days ago
  30. 38a27c3 siso: Floor cache hit ratio precision instead of round by Takuto Ikuta · 5 days ago
  31. bb427c6 siso: extract build_runner into build_ninja, add necessary functions, expose them. Move statusz.go under ninjabuild as well. by Alex Ovsienko · 2 weeks ago
  32. d80844a siso: export data_source into its own package datasource. by Alex Ovsienko · 2 weeks ago
  33. 685b103 siso: move localCacheOptions into config.go in preparation for moving data_source into a separate package. by Alex Ovsienko · 2 weeks ago
  34. b32d12d gong: Placeholder set_defaults implementation by Richard Wang · 2 weeks ago
  35. 68c4c1d siso: drop fname from RunNinja as it's used only for logging. by Alex Ovsienko · 2 weeks ago
  36. 8269ea9 siso: Move off all ninja e2e tests and testFiles into a separate e2etests folder. by Alex Ovsienko · 2 weeks ago
  37. 0724141 siso: add some descriptions for config.go file. by Alex Ovsienko · 2 weeks ago
  38. 75345ca siso: add some function descriptions to the o11y file. by Alex Ovsienko · 2 weeks ago
  39. 8b88485 siso: return subcommands statuses for readability from ninja. by Alex Ovsienko · 2 weeks ago
  40. 55bc6aa siso: have setupHashFS return cleanup function, and defer it. by Alex Ovsienko · 2 weeks ago
  41. 63e59c2 siso: resultstore cleanup should not have been a part of parallel cleanup. by Alex Ovsienko · 2 weeks ago
  42. 0fa8e33 siso: name and extract that huge deferred closure now named saveFailedTargetsAndCommand. by Alex Ovsienko · 2 weeks ago
  43. c6262ea siso: create setupHashFS function. by Alex Ovsienko · 2 weeks ago
  44. ab9f32b gong: Implement += operator by Richard Wang · 2 weeks ago
  45. 7c1bfc6 gong: Implement + operator by Richard Wang · 2 weeks ago
  46. fcad0ff gong: Implement hex interpolation by Richard Wang · 2 weeks ago
  47. 9ae3076 siso: Refactor ResultStore setup to improve locality. by Alex Ovsienko · 2 weeks ago
  48. 91e64e3 siso: remove resultstoreUploader parameter from the struct and turn it into a variable for easier tracability. by Alex Ovsienko · 2 weeks ago
  49. 1556e10 siso: rename uploadResultstoreFiles to resultStoreCallbackFunc as it's executed delayed. by Alex Ovsienko · 2 weeks ago
  50. 75b5743 siso: Remove unnecessary return variables from initBuildOpts() by Junji Watanabe · 2 weeks ago
  51. 977224f Split out checkResourceLimits and have it run in run function instead. by Alex Ovsienko · 3 weeks ago
  52. 3d5fae5 Move out computeLimits and initCredentials functions. by Alex Ovsienko · 3 weeks ago
  53. 8c5660d Pull apart run function into smaller subfunctions starting with init. by Alex Ovsienko · 3 weeks ago
  54. c68475b Move out all flag checking logic to a separate validateFlags function. by Alex Ovsienko · 3 weeks ago
  55. 75bb90e siso: Make ByteStream read threshold configurable by Aleksey Khoroshilov · 3 weeks ago
  56. c927e32 siso: move out more functions out of run function. The logic is the same. by Alex Ovsienko · 3 weeks ago
  57. ea5db55 siso: move out resultstore logic from ninja.go into o11y.go by Alex Ovsienko · 3 weeks ago
  58. a7d4e78 siso: create data_source.go and move related functions there including dataSource struct. by Alex Ovsienko · 3 weeks ago
  59. f5b0101 siso: nit: semaTrace was left behind, move it to build_runner.go by Alex Ovsienko · 3 weeks ago
  60. 95ca021 siso: upload result of running golangci-lint over siso. by Alex Ovsienko · 3 weeks ago
  61. b8839bc siso: move off histograms functions into build_runner.go by Alex Ovsienko · 3 weeks ago
  62. db3db06 siso: extract flag handling and caches and logs path init into config.go. by Alex Ovsienko · 3 weeks ago
  63. d7e7c4d gong: Implement merging scope values into another scope by Richard Wang · 3 weeks ago
  64. 7c7f031 siso: extract cloud logging and monitoring functions into o11y.go by Alex Ovsienko · 3 weeks ago
  65. 838975d siso: extract build and ninja runners into a separate file build_runner.go. by Alex Ovsienko · 3 weeks ago
  66. b38fcc0 siso: move local log initialization part out of initBuildOpts into log.go. by Alex Ovsienko · 3 weeks ago
  67. b138268 siso: move out local logging functions into log.go by Alex Ovsienko · 3 weeks ago
  68. 3ef0edf gong: Minimal buildconfig load implementation by Richard Wang · 3 weeks ago
  69. 8227843 gong: Implement && operator by Richard Wang · 3 weeks ago
  70. 346a6ca Update Go used on presubmit bot to 1.25.5. by Philipp Wollermann · 3 weeks ago
  71. c71c658 siso: split out errors out of ninja.go into errors.go. by Alex Ovsienko · 3 weeks ago
  72. 9c95dcd siso: use waitgroup.Go from 1.25 for cleanups. by Alex Ovsienko · 3 weeks ago
  73. 1d684b9 Update golangci-lint to version:3@2.7.2.prebuilt by Junji Watanabe · 3 weeks ago
  74. 1fbe87c Upgrade to Go 1.25.5 by Philipp Wollermann · 3 weeks ago
  75. b4b024f siso: Run go mod tidy by Junji Watanabe · 3 weeks ago
  76. b5065dd gong: Initial load port by Richard Wang · 4 weeks ago
  77. 7d1c8dd siso: Calculate editDistance() in parallel in SpellcheckTarget() by Junji Watanabe · 4 weeks ago
  78. 5846b26 siso: nit - remove tautological case from ninja. by Alex Ovsienko · 4 weeks ago
  79. 5ae59be siso: Improve build speed with a non-existent target. by Junji Watanabe · 4 weeks ago
  80. 08f8193 siso: update to version string 1.4.23 by Junji Watanabe · 4 weeks ago
  81. 0508907 gong: Don't hardcode root buildfile path by Richard Wang · 4 weeks ago
  82. 1624786 siso: auth-check --check_reapi flag by Fumitoshi Ukai · 4 weeks ago siso/v1.4.22
  83. fb80610 siso: show scandeps find duration buckets and slowest include by Fumitoshi Ukai · 4 weeks ago
  84. 52e53f4 gong: Skeleton for GN loader by Richard Wang · 4 weeks ago
  85. 82488ae siso: fix wrong early quit. by Alex Ovsienko · 4 weeks ago
  86. 163bb5b siso: remove memory limiter from collector by Alex Ovsienko · 4 weeks ago
  87. 0fe26f7 siso: use context.Cause in WriteDigestData by Fumitoshi Ukai · 4 weeks ago
  88. 27c20a3 siso: check ops and bytes rather than opsPerSec in WriteDigestData by Fumitoshi Ukai · 4 weeks ago
  89. dda3be3 siso: fix handling slow WriteDigestData by Fumitoshi Ukai · 4 weeks ago
  90. cf1a371 Add a flag to siso query deps to output json fmt. by Marc Jin · 4 weeks ago
  91. 950542c siso: Add support for reading -reapi_cas_address from env variables by Michael Tang · 4 weeks ago
  92. 23d6165 gong: Read the `buildconfig` var in .gn so that it's not unused by Richard Wang · 4 weeks ago
  93. b542f64 siso: measure ops/sec and bytes/sec in WriteDigestData by Fumitoshi Ukai · 4 weeks ago
  94. 61e767b siso: send interrupt when context is canceled by Fumitoshi Ukai · 4 weeks ago
  95. c529888 siso: webui extract top-level custom js into files by Richard Wang · 4 weeks ago
  96. 20ad99a siso: use 96KB buffer for WriteDigestData by Fumitoshi Ukai · 4 weeks ago
  97. f1a7e31 siso: update version string to v1.4.22 by Fumitoshi Ukai · 4 weeks ago
  98. 6839895 siso: rename collector path to a more appropriate flag. by Alex Ovsienko · 5 weeks ago siso/v1.4.21
  99. 7438836 siso: rename flag to collector_address. by Alex Ovsienko · 5 weeks ago
  100. c53f5eb siso: roll protoc from v33.1 to v33.2 by Fumitoshi Ukai · 5 weeks ago