- 4182af4 Add a field to `RunRequest` to pass arbitrary messages to the `CommandServer`. by jhorvitz · 4 years, 3 months ago
- 2fffa7e Reserve an failure detail code in `Filesystem` category. by ajurkowski · 4 years, 3 months ago
- 65d18a5 Add ability to interrupt commands by David Cummings · 4 years, 4 months ago
- d71de69 Change exit code for a non-executable `blaze run` target to 1, from 37. It's not an internal error if a user can trigger it via incorrect input. by janakr · 4 years, 4 months ago
- a161839 Consolidate Interrupted failure detail codes into INTERRUPTED by michajlo · 4 years, 4 months ago
- ca6209f Throw a checked exception if there would be an illegal character in the output directory. by janakr · 4 years, 4 months ago
- f3e8cf0 Make a failure to spawn the subprocess in a sandbox exit code 36 rather than 1. It's a local environmental error for the subprocess not to start, rather than a build failure, as evidenced by the other bits: Status.EXECUTION_FAILED is a "system" error and the suggestively named LOCAL_EXEC_ERROR. by janakr · 4 years, 5 months ago
- b78f2ef Add "incompatible target" messages, for example when building an by gregce · 4 years, 5 months ago
- a82fb72 Part 1 of implementing cquery --starlark:file. by aiuto · 4 years, 5 months ago
- b327417 Restore deleted query-syntax related failure-details by michajlo · 4 years, 6 months ago
- ce73c32 Delete unused query-related failure details by michajlo · 4 years, 6 months ago
- 40f2a12 Stop manually overriding failure detail's coarse exit code in SpawnExecException#toDetailedExitCode. Instead, trust it. This requires changing some failure codes' associated coarse exit codes so that they are properly categorized: a code like Spawn#EXEC_FAILED that is associated with a "system" error status needs to have an exit code of 34 to reflect that. by janakr · 4 years, 6 months ago
- 5f2b135 Remove all code and .proto references to --record_rule_instantiation_callstack flag. by Googler · 4 years, 6 months ago
- a3d427a Add additional FailAction error codes to make the different errors more unique. by Googler · 4 years, 6 months ago
- 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
- 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 6 months ago
- bf5bbf0 Encode build configuration failures with FailureDetails by mschaller · 4 years, 6 months ago
- 83e75c1 Recover from `MissingNestedSetException` using action rewinding. by jhorvitz · 4 years, 6 months ago
- 4d05b7c Don't crash on an unsupported command with project file support. by janakr · 4 years, 6 months ago
- 3bcf23c Collect and relay detailed failures in TargetEdgeErrorObservers by mschaller · 4 years, 6 months ago
- 8226dfd Temporarily de-delete query error codes still referenced internally by michajlo · 4 years, 7 months ago
- ba44299 Update some query exit_codes to better reflect actual exit code by michajlo · 4 years, 7 months ago
- 65c5a2a Add a field to the proto output that tells where Starlark rules were defined. by lberki · 4 years, 7 months ago
- 1fc9a60 Remove DigestHashFunction#{g,s}etDefault. DigestHashFunction must now always be specified in the FileSystem constructor. by janakr · 4 years, 7 months ago
- ea42b15 Inject digest hash function directly, instead of behind the back using global state, in BazelFileSystemModule. by janakr · 4 years, 7 months ago
- f1edf16 Create a new exception for query parsing errors by michajlo · 4 years, 7 months ago
- 0f61b36 Track detailed failures in ErrorSensingEventHandler, use in query by mschaller · 4 years, 7 months ago
- 9a2fc51 Add support for sending archived tree artifacts for tree artifacts created by by ajurkowski · 4 years, 7 months ago
- 487d0b2 Support cquery Starlark expression output formatter by cparsons · 4 years, 7 months ago
- 280bbe2 Add an archived representation for tree artifacts. by ajurkowski · 4 years, 7 months ago
- ca6d7ac Propagate InterruptedException from Command#execute and friends, rather than throwing an opaque AbstractTerminationException. This allows/forces callers to handle InterruptedException properly. by janakr · 4 years, 7 months ago
- 40e7636 Remove the publicByDefault attribute of rules by laurentlb · 4 years, 8 months ago
- 2a73a73 Load the prelude file as a module by brandjon · 4 years, 8 months ago
- 25f8891 Detail query output formatting IO failures by mschaller · 4 years, 8 months ago
- 35b92d0 Add FailureDetail to TargetParsingException as a requirement. by Googler · 4 years, 8 months ago
- 052e9b7 Add failure detail code to ConfiguredTargetQueryEnvironment when no targets are found. by Googler · 4 years, 8 months ago
- 43ef997 Roll forward of https://github.com/bazelbuild/bazel/commit/5fb12454ff1edadec4955099fb372134e752a457: Add BulkDeleter interface to assist in deleting outputs by Googler · 4 years, 8 months ago
- bb9eed0 Dump Skyframe state after builds. by leba · 4 years, 9 months ago
- d0a74ff9 Automated rollback of commit 5fb12454ff1edadec4955099fb372134e752a457. by twerth · 4 years, 9 months ago
- 5fb1245 Add BulkDeleter interface to assist in deleting outputs by Googler · 4 years, 9 months ago
- 08a82ab Add ConfigurableQuery code failures to Cquery QueryExceptions. by Googler · 4 years, 9 months ago
- 62f9a26 Add fine grained Query failure codes to query functions. by Googler · 4 years, 9 months ago
- f834d27 Add fine grained Aquery failure codes to AqueryCommandUtils and ActionFilterFunction. by Googler · 4 years, 9 months ago
- 3e3c831 Update FailureDetail in QueryException for query environments and formatters. by Googler · 4 years, 9 months ago
- 67ab96a Add fine grained detail to QueryExpressions and propagate the failure details. by Googler · 4 years, 9 months ago
- 5e2d523 Add fine grained detail to QueryException and Lexer. by Googler · 4 years, 9 months ago
- 7404d17 Update build.proto docs for column numbers. by Benjamin Peterson · 4 years, 9 months ago
- 74178a5 Provide more accurate ExitCode and FailureDetails when an exception is caught during the loading phase. by Googler · 4 years, 9 months ago
- 6fba77d Encode remaining SimpleSpawnResult failures with FailureDetails by mschaller · 4 years, 9 months ago
- 75216c7 Remove remaining undetailed BuildFailedException constructor by mschaller · 4 years, 9 months ago
- 2634de1 Encode missing input file failures with FailureDetails by mschaller · 4 years, 9 months ago
- ddaea6a Remove undetailed BuildFailedException constructors by mschaller · 4 years, 9 months ago
- 0793388 Encode remaining ActionExecution failures with FailureDetails by mschaller · 4 years, 9 months ago
- 05efa28 Encode additional ActionExecution failures with FailureDetails by mschaller · 4 years, 9 months ago
- d0ceb46 bazel query: report rule instantiation stack in --output=proto by adonovan · 4 years, 9 months ago
- ff37b69 Move reserved fields to top of grouping. by michajlo · 4 years, 10 months ago
- 2902018 Encode additional ActionExecution failures with FailureDetails by mschaller · 4 years, 10 months ago
- 1eabf52 Encode remaining environmental execution failures with FailureDetails by mschaller · 4 years, 10 months ago
- 205245b Remove IOException from FileWriteAction's newDeterministicWriter by mschaller · 4 years, 10 months ago
- f7dc5bb Encode additional environmental execution failures with FailureDetails by mschaller · 4 years, 10 months ago
- 4557667 Encode some environmental execution failures with FailureDetails by mschaller · 4 years, 10 months ago
- d7eb008 Encode missing input file failures with FailureDetails by mschaller · 4 years, 10 months ago
- c2a4ee6 Reserve new failure-detail code. by michajlo · 4 years, 10 months ago
- 6f701b3 Encode some execution failures with FailureDetails by mschaller · 4 years, 10 months ago
- c12c044 Refactor filesystem traversal failures by mschaller · 4 years, 10 months ago
- be4c6ab Reserve failure details field numbers for internal use. by ajurkowski · 4 years, 10 months ago
- d06a5da Avoid crashing blaze upon StackOverflowError with aquery. by leba · 4 years, 10 months ago
- 8b856f5 Reserves failure details field numbers for internal use by mschaller · 4 years, 10 months ago
- d885e18 Reserves failure details field numbers for internal use by mschaller · 4 years, 10 months ago
- 1e62800 Encode PrintActionCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 8cd940d Encode BlazeCommandDispatcher failures with FailureDetails by mschaller · 4 years, 10 months ago
- 10cb390 Encode RunCommand runfiles setup failures with FailureDetails by mschaller · 4 years, 10 months ago
- 6ef0983 Encode VersionCommand failure with FailureDetails by mschaller · 4 years, 10 months ago
- 01b33c2 Encode RunCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- ff21961 Encode QueryCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- bbd7869 Encode ProfileCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- a0f7eb1 Encode MobileInstallCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 80678d7 Reserves failure details field numbers for internal use by mschaller · 4 years, 10 months ago
- 1c37816 Encode HelpCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 6457ec3 Encode DumpCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- d84a5f3 Encode CqueryCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 2f1a78d Encode ConfigCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 01e0d23 Encode CleanCommand failures with FailureDetails by mschaller · 4 years, 10 months ago
- 3b28430 Reserves failure details field numbers for internal use by Googler · 4 years, 10 months ago
- d59f903 Don't crash in RetainedHeapLimiter when no tenured GC collectors are found: some JVMs in the wild may not have what we expect. Instead, disable the functionality and log the names, which should help add the appropriate collector names in a future Bazel release. by janakr · 4 years, 10 months ago
- 1db0105 Encode TestCommand failures with FailureDetails by mschaller · 4 years, 11 months ago
- 1bbc3c2 Encode TargetPatternsHelper failures using FailureDetails by mschaller · 4 years, 11 months ago
- 79ae97f Encode aquery failures using FailureDetails by mschaller · 4 years, 11 months ago
- 3ce647f Clean up ExitCode uses without details by mschaller · 4 years, 11 months ago
- e5451e2 Encode ModuleActionContext and SpawnStrategy registry failures with FailureDetails by mschaller · 4 years, 11 months ago
- f1baa08 Add new IncludeScanning category and code to failure details. by Googler · 4 years, 11 months ago
- 5e1bff5 Encode DynamicExecutionModule failures using FailureDetails by mschaller · 4 years, 11 months ago
- b976a8b Encode ExecutionTool failures using FailureDetails by mschaller · 4 years, 11 months ago
- 7319c8a Replace ExecutorInitException with AbruptExitException in ExecutorLifecycleListener and reserve failure details field numbers for internal use. by Googler · 4 years, 11 months ago
- 6fbebc8 Add new Sandbox category and code to failure details. by Googler · 4 years, 11 months ago
- 8d37c0e Add new FailureDetail Category "FetchCommand" and "SyncCommand". by Googler · 4 years, 11 months ago
- 2e1104e Add new FailureDetail Category "ActionCache". by Googler · 4 years, 11 months ago
- 571e9d5 Reserves failure details field numbers for internal use by mschaller · 5 years ago
- b8e0254 Encode SpawnActionContextMaps failures using FailureDetails by mschaller · 5 years ago
- 3b9e6f2 Add optional tool_path_origin to Tools in C++ crosstool by Yannic Bonenberger · 5 years ago