index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
worker
Commit message (
Expand
)
Author
Age
*
Make the @Option annotation depend on the java version of the tagging enums.
ccalvarin
2017-07-18
*
Simplify exception handling in spawn strategies
ulfjack
2017-07-17
*
Rewrite all the sandbox strategy implementations
ulfjack
2017-07-12
*
Cache flaky tests (remove the cachable flag from test result data)
ulfjack
2017-07-07
*
Simplify the ActionInputFileCache
ulfjack
2017-07-06
*
Add the default category and tag to all options.
ccalvarin
2017-06-28
*
Extract ActionContext to a top-level class
ulfjack
2017-06-19
*
Rewrite the Executor/ActionExecutionContext split
ulfjack
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Simplify BlazeModule.beforeCommand
ulfjack
2017-06-14
*
Don't create the same String/ImmutableMap over and over again.
twerth
2017-06-09
*
Track the test environment in Skyframe, like the action environment
ulfjack
2017-06-09
*
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
kchodorow
2017-05-23
*
sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.
Philipp Wollermann
2017-05-09
*
Add support for logging exception details via ErrorMessage.
philwo
2017-04-28
*
worker: Do not check if the process is still alive prior to using it.
philwo
2017-04-28
*
worker: Extract two methods from actuallyExec for better readability.
philwo
2017-04-28
*
worker: Small refactoring of RecordingInputStream.
philwo
2017-04-28
*
Slight tweaks to text formatting of ErrorMessages.
philwo
2017-04-28
*
worker: Remove the "retry on failure" feature.
philwo
2017-04-28
*
Use the new ErrorMessage class in WorkerTestStrategy. Also adds a null
philwo
2017-04-28
*
Dump the stderr log of a worker when it crashes during a build.
philwo
2017-04-25
*
Use the RecordingInputStream from the WorkerSpawnStrategy in the WorkerTestSt...
kush
2017-04-25
*
Fix #2769: Worker processes should be killed on 'bazel clean'.
philwo
2017-04-12
*
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
hlopko
2017-04-04
*
Change the tag experimental_testrunner into a couple of flags.
kush
2017-03-31
*
Symlink output directories to the correct directory name
kchodorow
2017-03-31
*
Prevent users from using the WorkerTestStrategy unless they're running with t...
Kush Chakraborty
2017-03-09
*
Bring back the persistent test runner functionality, on ExperimentalTestRunner.
Kush Chakraborty
2017-03-09
*
Add support for --flagfile=flagfile.txt args in addition to the usual @flagfi...
Philipp Wollermann
2017-03-06
*
Rewrite TestStrategy.getArgs
Ulf Adams
2017-03-06
*
Remove all the action resource estimation code
Ulf Adams
2017-03-06
*
Rationalize local resource acquisition
Ulf Adams
2017-03-03
*
Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.
Kush Chakraborty
2017-02-24
*
Separate the classpaths of the TestRunner with the test target, and use a sep...
Kush Chakraborty
2017-02-23
*
Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.
Ulf Adams
2017-02-20
*
Rewrite TestStrategy.getArgs
Ulf Adams
2017-02-17
*
Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...
Carmi Grushko
2017-02-09
*
Remove the first argument of TestStrategy.getArgs.
Ulf Adams
2017-02-09
*
Simplify the Spawn interface, update Executor interface
Ulf Adams
2017-02-01
*
Throw an exception when persistent workers are used to run tests with use_tes...
Kush Chakraborty
2017-02-01
*
Simplify the Spawn interface
Ulf Adams
2017-02-01
*
Refactor StandaloneTestStrategy; tiny step towards test strategy unification.
Ulf Adams
2017-01-10
*
Move some classes to lib.exec in preparation for layering enforcement
Ulf Adams
2016-12-21
*
Continued TestStrategy refactoring.
Ulf Adams
2016-12-16
*
Move TestStrategy to lib.exec package.
Ulf Adams
2016-12-15
*
Initial code for Persistent Java Test Runner.
Kush Chakraborty
2016-12-09
*
If a worker returns unparseable output, print it to the terminal.
Philipp Wollermann
2016-12-06
*
Refactor the module API to use the builder pattern for executor creation.
Ulf Adams
2016-11-02
*
Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.
Damien Martin-Guillerez
2016-10-19
[next]