1. b20f512 Control rewinding via SkyFunction.Environment by mschaller · 6 years ago
  2. 9c3e678 Update StandaloneSpawnStrategyTest to use SpawnStrategyResolver. by jcater · 6 years ago
  3. 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 6 years ago
  4. 18e7850 Clean up TestExecutorBuilder interface. by jcater · 6 years ago
  5. d472bcf Move NestedSet expansion logic. by Googler · 6 years ago
  6. a1d57ea Move NestedSet toListInterruptibly to a separate class supporting callbacks. by ajurkowski · 6 years ago
  7. c864f87 Automated rollback of commit 37aeabcd39fe326d1c4e55693d8d207f9f7ac6c4. by jcater · 6 years ago
  8. 37aeabc Split SpawnStrategy from ActionContext. by schmitt · 6 years ago
  9. 771fe38 Simplify StandaloneSpawnStrategyTest by using TestExecutorBuilder. by schmitt · 6 years ago
  10. 582bbce Rename SpawnActionContext to SpawnStrategy. by schmitt · 6 years ago
  11. be241a1 Split lifecycle tracking from action context provider. by schmitt · 6 years ago
  12. f8f59bc Replace @ExecutionStrategy with module-based registration. by schmitt · 6 years ago
  13. 7e4c9d5 Make --verbose_failures work again by Yun Peng · 6 years ago
  14. d2cb96a Refactor: remove unnecessary ImmutableXXX.copyOf() by laszlocsomor · 6 years ago
  15. e4cca14 Change Spawn.get{Tool,Input}Files to NestedSet by ulfjack · 6 years ago
  16. b4c83ec Add a LostInputCheck so failed rewindable executions can avoid side effects by mschaller · 6 years ago
  17. 580038e Roll Forward: Remove on-demand runfile tree creation from test strategy by buchgr · 7 years ago
  18. 0b1985fd Automated rollback of commit 03246077f948f2790a83520e7dccc2625650e6df. by jmmv · 7 years ago
  19. 0324607 Remove on-demand runfile tree creation from test strategy by Jakob Buchgraber · 7 years ago
  20. 06d624a Fix classes that create OptionsParser instances to directly use the Builder. by jcater · 7 years ago
  21. 23d986d Homogenize LocalEnvProvider instantiation in a single place. by jmmv · 7 years ago
  22. 7472b37 Automatic cleanup change. by jcater · 7 years ago
  23. 3c7ae56 Remove Executor.getEventBus by ulfjack · 7 years ago
  24. 256be11 Remove Executor.getEventHandler by ulfjack · 7 years ago
  25. 5cc1f65 Move deleteTree and deleteTreesBelow into FileSystem and Path. by jmmv · 7 years ago
  26. 207ac6e Allow passing a comma-separated list of strategies to the strategy flags. by philwo · 7 years ago
  27. af5df29 Allow the EventHandler returned by ActionExecutionContext to be different from the global one in BlazeExecutor. Instead, it can be one from SkyframeActionExecutor that suppresses ProgressLike messages. This allows an action that was rewound to execute without emitting any progress-like events. by janakr · 7 years ago
  28. 472320c Simplify BinTools: There is no need to create a "_bin" directory under the execRoot. If running the binary locally, we can execute from the install_base directly. by felly · 7 years ago
  29. 4f18986 Remove all uses of I/O in Resource sets by ulfjack · 7 years ago
  30. 2b3befd Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2. by felly · 8 years ago
  31. 9374ecf Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e. by felly · 8 years ago
  32. 39974a4 Allow skyframe-aware actions to pass partial results through ActionExecutionContext. by felly · 8 years ago
  33. ff559b4 Remove special handling of SpawnActionContext in Executor/ActionExecContext by ulfjack · 8 years ago
  34. 849df36 Use the local JDK as the default target javabase by cushon · 8 years ago
  35. b1dd4e3 Adds an action-scoped filesystem. by shahan · 8 years ago
  36. 2ce45a2 Use the in-memory metadata in blaze as the source of truth for Fileset mappings by kush · 8 years ago
  37. 2c3990c Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough. by Googler · 8 years ago
  38. 3b9e152 Simplified ActionContextConsumer by having it operate on a new class which holds a variety of strategy/context maps. by Googler · 8 years ago
  39. c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 8 years ago
  40. d399df9 Inject the product name in the constructor where needed by ulfjack · 8 years ago
  41. 9f6995a Simplify BinTools setup for integration tests by ulfjack · 8 years ago
  42. 1a19b62 Plumb exec root through to all spawn runners. by tomlu · 8 years ago
  43. 3d1a194 Add ActionKeyContext to Action#getKey. by tomlu · 8 years ago
  44. 4d7f8f7 Clean up ExecutionRequirements by ulfjack · 8 years ago
  45. 7967f33 Return SpawnResults using a List instead of a Set. by ruperts · 8 years ago
  46. f903eb5 Thread FileSystem through to a single Path#delete call site. by tomlu · 8 years ago
  47. 4050a89 More SpawnResult-related plumbing changes to Actions, Strategies, ActionContexts, etc., so that SpawnResult metadata is returned upwards. by ruperts · 9 years ago
  48. 61d3966 Disable testCommandHonorsEnvironment on MacOS for now by ulfjack · 9 years ago
  49. 3b63a4e Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline constructor that did ServerDirectories creation inline: don't pollute production code for tests' convenience. by janakr · 9 years ago
  50. 3bcb9f6 More BUILD file refactorings. by philwo · 9 years ago
  51. 92d425f AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures by ulfjack · 9 years ago
  52. 19befaf Extract a common AbstractSpawnStrategy parent class by ulfjack · 9 years ago
  53. 7599a4d Add ActionInputPrefetcher to ActionExecutionContext by ulfjack · 9 years ago
  54. 5b99e50 Move ActionInputPrefetcher to the actions package by ulfjack · 9 years ago
  55. 734b9e9 Extract ActionContext to a top-level class by ulfjack · 9 years ago
  56. acd291a Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner by ulfjack · 9 years ago
  57. 1d62c67 Extract the MacOS/XCode env rewrite logic into lib.exec.apple by ulfjack · 9 years ago
  58. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 9 years ago
  59. 85ae190 Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad. by kchodorow · 9 years ago
  60. c413480 Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b. by hlopko · 9 years ago
  61. 1d9e1ac Symlink output directories to the correct directory name by kchodorow · 9 years ago
  62. cddaaa6 Rationalize local resource acquisition by Ulf Adams · 9 years ago
  63. 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 9 years ago
  64. 4ca5dfa Add a flag to print the effective (Spawn)ActionContexts for debugging. by Philipp Wollermann · 9 years ago
  65. dba3c83 Move some classes to lib.exec in preparation for layering enforcement by Ulf Adams · 9 years ago
  66. 6447ad9 Extract the integration setup to a new class IntegrationMock. by Ulf Adams · 9 years ago
  67. e423fdb Remove some more occurences of deprecated getExecRoot() calls by Kristina Chodorow · 10 years ago
  68. 3bae1de Add some type arguments to make Bazel compile again. by Lukacs Berki · 10 years ago
  69. d2fcd9d Add client environment to ActionExecutionContext by Klaus Aehlig · 10 years ago
  70. 84e1032 Remove uses of TestConstants. by Ulf Adams · 10 years ago
  71. 015aad9 Move more things from TestConstants to AnalysisMock and LoadingMock. by Ulf Adams · 10 years ago
  72. 9bf3f6a Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8. by Dmitry Lomov · 10 years ago
  73. 1e37a53 Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again. by Philipp Wollermann · 10 years ago
  74. 22eb332 Fixed two Bazel java tests on Windows by using the right native file system by Yun Peng · 10 years ago
  75. be10218 Replace the occurrences of Constants.PRODUCT_NAME for a call to by Luis Fernando Pino Duque · 10 years ago
  76. c4975fa Migrated remaining tests in devtools/build/lib to JUnit 4. by Florian Weikert · 10 years ago
  77. 4359ca2 Fix StandaloneSpawnStrategyTest. by Dmitry Lomov · 10 years ago
  78. 9d74eba Actually run standalone-tests on mac and linux. by Dmitry Lomov · 10 years ago
  79. 1ee9441 Open-source StandaloneTests. by Philipp Wollermann · 10 years ago