- 7aa5237 Automated rollback of commit 73eaf24a7b290b1a5a47cb2e6c830f3ba10299a3. by pcloudy · 3 years, 3 months ago
- f9882e4 Add --experimental_repository_cache_urls_as_default_canonical_id to help detect broken repository URLs by Ken Micklas · 3 years, 3 months ago
- 73eaf24 Changes http_archive's netrc attr to a Label. by Jiawen Chen · 3 years, 3 months ago
- fc2d966a cquery --show_config_fragments: include direct alias requirements. by gregce · 3 years, 3 months ago
- 4e1c685 Detect test functions correctly with customized `IFS` variable. by ajurkowski · 3 years, 3 months ago
- 71c6678 Interpret `--test_filter` in Bash tests as a list of globs instead of test names. by ajurkowski · 3 years, 3 months ago
- 581607f Fix cquery errors to not show full stack trace when `--keep_going` is present. by jcater · 3 years, 3 months ago
- aff87be Add tests for cquery's `config` function. by jcater · 3 years, 3 months ago
- 3badca3 Make --nobuild_runfiles_links work in combination with --run_under by Ed Schouten · 3 years, 3 months ago
- 820c887 Verify that --use_action_cache works with merged Skyframe phases. by leba · 3 years, 3 months ago
- fb19a28 Add support for multiplex worker sandboxing. This sandboxing requires worker support. by larsrc · 3 years, 3 months ago
- 2edab73 Avoid too verbose warnings in terminal when cache issues by Ulrik Falklof · 3 years, 3 months ago
- adc9bcf Remote: Make --incompatible_remote_build_event_upload_respect_no_cache working with --incompatible_remote_results_ignore_disk. by Chi Wang · 3 years, 3 months ago
- 80ada0f Internal change by Googler · 3 years, 3 months ago
- 3ea7028 Remote: Make `--incompatible_remote_build_event_upload_respect_no_cache` working with alias. by Chi Wang · 3 years, 3 months ago
- 58ea4dd Remote: Don't upload BES referenced blobs to disk cache. by Chi Wang · 3 years, 3 months ago
- 10a7a6e Disable flaky test `test_remote_grpc_via_unix_socket_direct`. by chiwang · 3 years, 3 months ago
- 8e3c0df Disable flaky test `test_remote_grpc_via_unix_socket_proxy`. by jhorvitz · 3 years, 3 months ago
- 14292d1 Enable having aspect parameters of type integer by messa · 3 years, 3 months ago
- 78d0131 Get rid of the '@' in RepositoryName by wyv · 3 years, 3 months ago
- 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
- 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
- 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
- 6e1b440 Use .dylib extension for macOS dynamic libraries in XCode toolchain by Fabian Meumertzheim · 3 years, 4 months ago
- 73b22b6 cquery: support queries over incompatible targets. by Greg · 3 years, 4 months ago
- aa52f2d Exit collect_coverage.sh early if LCOV_MERGER is not set. by Charles Mita · 3 years, 4 months ago
- 3771072 Enable command-line aspects parameters by messa · 3 years, 4 months ago
- 3eeea3a Move cc_shared_library tests to bazel repository. by plf · 3 years, 4 months ago
- c9b7e22 Remote: Don't load remote metadata from action cache if remote cache is disabled. by chiwang · 3 years, 4 months ago
- ed68933 Remote: Invalidate actions if previous build used BwoB and remote cache is changed from enabled to disabled. by chiwang · 3 years, 4 months ago
- f7b8b72 Add error reporting capabilities. by leba · 3 years, 4 months ago
- 6da8086 Remote: Add support for compression on gRPC cache by Alessandro Patti · 3 years, 5 months ago
- d422e45 Add a comment and `TODO` about the action key determinism test. by jhorvitz · 3 years, 5 months ago
- 5aa4cdd bazel client: Include the Bazel server pid in the `still trying to connect to local Bazel server` message. by nharmata · 3 years, 5 months ago
- ec1ac2f Sort execution requirements for Starlark rules. by jhorvitz · 3 years, 5 months ago
- f5cf8b0 Remote: Fixes an issue when --experimental_remote_cache_async encounter flaky tests. by Chi Wang · 3 years, 5 months ago
- b6e10b3 Proper implementation of --experimental_dynamic_skip_first_build. by larsrc · 3 years, 5 months ago
- 2e48994 Remove `--show_task_finish` by michajlo · 3 years, 5 months ago
- de4da64 Remove test_remote_https_cache. by Benjamin Peterson · 3 years, 5 months ago
- 01df0d5 Output template content and substitutions of TemplateExpansionAction actions in aquery result. by Googler · 3 years, 5 months ago
- f788a8e Make remote_execution_tls_test robust to netty upgrade. by Benjamin Peterson · 3 years, 5 months ago
- 1e42b94 Experimental flag to skip dynamic execution until there has been a successful build. This allows doing a first clean build in situations where dynamic execution interferes too much. by larsrc · 3 years, 5 months ago
- d6b9459 In `RequiredConfigFragmentsProvider.Builder`, use a set merging strategy that promotes reuse of existing `ImmutableSet` instances, and intern the built result. by jhorvitz · 3 years, 6 months ago
- df7689d Targets that fail to analyze due to target compatibility checks should report the current target platform. by jcater · 3 years, 6 months ago
- 1e58978 Make the variable holding `set -o` value local. by ajurkowski · 3 years, 6 months ago
- f67395b Add a test for Bash unit test framework to make sure `-o pipefail` is preserved. by ajurkowski · 3 years, 6 months ago
- b9ab841 Remove unused `{enable,disable}_errexit` functions from Bash unit test framework. by ajurkowski · 3 years, 6 months ago
- 698c17a Upgrade JDK11 version by Ivo List · 3 years, 6 months ago
- f2f809f Replace `enable_errexit` with `set -euo pipefail` in Bazel tests. by ajurkowski · 3 years, 6 months ago
- a75732a Remove host_javabase from java_common.compile call in tests. by ilist · 3 years, 6 months ago
- f40e401 Fix handling of long test names by the bash unit test framework when using `set -eo pipefail`. by ajurkowski · 3 years, 6 months ago
- c7e58e6 Clean up creating the output directory name. by jcater · 3 years, 6 months ago
- 39f95f4 Add a bashunit test for tests using bash errexit. by ajurkowski · 3 years, 6 months ago
- e6f1d72 Run cleanup and print error log for failed bash tests using `set -e`. by ajurkowski · 3 years, 6 months ago
- 630be02 Target pattern parsing cleanup ================ by wyv · 3 years, 6 months ago
- fad21da Escape analysistest failure message by Googler · 3 years, 6 months ago
- ef967be Flip incompatible_disable_depset_items to true. by laurentlb · 3 years, 6 months ago
- 0fbe454 Remove the `direct_host_only` required fragments setting. by jhorvitz · 3 years, 6 months ago
- eb7bf8c Add a Java 17 toolchain by Liam Miller-Cushon · 3 years, 6 months ago
- 936196a Use a JDK version-specific toolchain in `bazel_java_test.sh` by cushon · 3 years, 6 months ago
- 94b810f Check in the majority of the prototype's code. by leba · 3 years, 6 months ago
- 47bd65a Put aspect_hints behind an experimental flag by rosica · 3 years, 6 months ago
- 29e44fe Fix remote-exec with disk cache. by ron-stripe · 3 years, 6 months ago
- 9a061637 Add a test execgroup to Starlark test rules, if not manually defined. by Yuval K · 3 years, 6 months ago
- ca48ed9 Remove relative_to_caller_repository from Label() constructor by wyv · 3 years, 6 months ago
- 4a30885 Make jacoco and asm tests version independent. by Ivo List · 3 years, 6 months ago
- de0c6bd Add undeclared outputs annotations file in length-delimited proto format to bazel declared outputs by Googler · 3 years, 6 months ago
- 15b1840 Fixes #13887: Add downloaded_file_path param to http_jar by Rabi Shanker Guha · 3 years, 6 months ago
- 88a02cd Deprecate `experimental_required_aspects` by messa · 3 years, 6 months ago
- daf5e26 Make bash unit tests infrastructure resilient to `set -eo pipefail`. by ajurkowski · 3 years, 6 months ago
- 11066c7 Remote: Make `chmod 0555` behavior consistent by Chi Wang · 3 years, 6 months ago
- 3b9dec8 Export Starlark java_library by default. by ilist · 3 years, 7 months ago
- 908a765 Support the Jacoco filter merge operation in Java branch coverage. by Charles Mita · 3 years, 7 months ago
- 0017fd2 Remove test for --all_incompatible_changes flag. It is a no-op. by aiuto · 3 years, 7 months ago
- cd500e7 Do not merge BranchExp objects in place by Charles Mita · 3 years, 7 months ago
- a4063f6 Fix AspectKey for required aspects by messa · 3 years, 7 months ago
- 62b09f3 Remove noisy UrlRewriter logging by Keith Smiley · 3 years, 7 months ago
- 065e2e8 Apply Jacoco's instruction filtering to Java branch coverage by Charles Mita · 3 years, 7 months ago
- 558cabf Delay creating worker directories to when they're needed, to avoid unnecessarily crashing builds that don't actually use workers. by larsrc · 3 years, 7 months ago
- 11f7d80 Implement Hermetic sandbox with support for hardlinks by frazze-jobb · 3 years, 7 months ago
- 545befb Allow --toolchain_resolution_debug to match specific targets, as well as specific toolchain types. by jcater · 3 years, 7 months ago
- c39be6c bzlmod: create a base class for repository_ctx by wyv · 3 years, 7 months ago
- cf57d03 Remote: Allow disk cache with remote exec by ron-stripe · 3 years, 7 months ago
- 832d6b4 Fix java shell tests that want to use java_tools built at HEAD. by cmita · 3 years, 7 months ago
- 5a52e4b Add a helpful comment to test_native_python_with_runfiles test. by philwo · 3 years, 7 months ago
- a1ee324 Properly re-throw errors in aspect loading. by John Cater · 3 years, 7 months ago
- e1c404e Remove support for javabase and java_toolchain flags. by Ivo List · 3 years, 7 months ago
- b0ae0af Remote: Propagate errors to call site when creating gRPC connections. by Chi Wang · 3 years, 8 months ago
- 83dd93b Removing line ending matches in tests to be compatible on Windows by pcloudy · 3 years, 8 months ago
- 4b12fc8 Fix test_source_file_does_not_override_standard_library to work with Python 3.9. by philwo · 3 years, 8 months ago
- 46c3f17 Remote: Cleanup the code that determines whether the spawn should accept/upload results from/to remote cache. by Chi Wang · 3 years, 8 months ago
- 4e29042 Save remote output metadata to ActionCache and load them before checking action cache by Chi Wang · 3 years, 8 months ago
- 8f41e5d Rewrite apple_static_library by plf · 3 years, 8 months ago
- 9f67cdf cquery: disable `--build_tests_only`. by gregce · 3 years, 8 months ago
- 0428828 Add TransitionType enum and add checks that transitions aren't used by John Cater · 3 years, 8 months ago
- 0b6e892 Fix loading_phase_test - add test assertion back by messa · 3 years, 8 months ago
- e521aad Allow relative log paths by Keith Smiley · 3 years, 8 months ago
- f756442 Add cc_import to built_in rules. by Googler · 3 years, 8 months ago
- 7649f61 Roll forward of https://github.com/bazelbuild/bazel/commit/943c83aa58731c4f9561d79c458f254427a8f24c: Command line aspect-on-aspect by messa · 3 years, 8 months ago
- a7845f6 Increase allowed size for install base again. by twerth · 3 years, 8 months ago