aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java
Commit message (Expand)AuthorAge
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Remove unnecessary flags from RunCommand command annotationGravatar ulfjack2018-06-14
* Add --print_workspace_in_output_paths_if_needed flag.Gravatar mstaib2018-06-12
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Remove the "--as_test" command line option to "bazel run".Gravatar lberki2018-05-18
* Remove "bazel run --nodirect_run".Gravatar lberki2018-05-18
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Flip the default to --direct_run to true.Gravatar lberki2018-04-20
* Fix up all the tests to work with "blaze run --direct_run".Gravatar lberki2018-04-20
* Make "run --direct_run" always use an absolute path for $0.Gravatar lberki2018-04-19
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Emit the command executed with "blaze run --direct_run" and its cwd.Gravatar lberki2018-04-18
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* Add a --as_test flag to "blaze run" that can be used to tell Blaze not to use...Gravatar lberki2018-04-13
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Prepare the file system before executing tests with --direct_run.Gravatar lberki2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Set BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY when running tests,...Gravatar lberki2018-03-26
* Make "blaze run --direct_run" wrap the command in a shell.Gravatar lberki2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Improve "blaze run --direct_run".Gravatar lberki2018-02-28
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add the BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY variables to "b...Gravatar lberki2018-02-13
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Refactor RunCommand so that it's a bit less messy.Gravatar lberki2018-02-08
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Remove ConfiguredTarget.getTarget() from RunCommand. Replace it with gettingGravatar mjhalupka2018-01-26
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* "Blaze" -> "Bazel" in message visible on CLIGravatar Chris Beach2017-12-22
* Remove process-wrapper duplication from RunCommand.Gravatar ruperts2017-11-28
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Document the options in smaller commands.Gravatar ccalvarin2017-09-20
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Do not use process-wrapper in RunCommand on Windows.Gravatar Philipp Wollermann2017-07-18
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Remove the CommandEnvironment from BlazeCommand.editOptionsGravatar ulfjack2017-06-06
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Allow Bazel commands to be marked as having sensitive command lines.Gravatar felly2017-04-07