aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/runtime/AbstractCommandTest.java
Commit message (Expand)AuthorAge
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Split apart options that should only be set by the client from CommonCommandO...Gravatar ccalvarin2017-10-27
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Add Skylark flags as common command optionsGravatar brandjon2017-08-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Add timing info for tests and correct caching vs. run ratioGravatar Kristina Chodorow2015-10-13