aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/repository
Commit message (Expand)AuthorAge
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove mtime field from FileStateValue.Gravatar janakr2018-01-16
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Don't output duplicate srcs when jar and sourcejar are the sameGravatar Auke Schrijnen2018-01-02
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Pull maven -src jars when available alongside jars re:Gravatar juliexxia2017-08-24
* Store content digests in repository marker files. https://www.bazel.build/de...Gravatar Benjamin Peterson2017-08-24
* Migrate tests to Truth.Gravatar lberki2017-05-26
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Add check to LocalRepositoryFunction that the path contains a WORKSPACEGravatar John Cater2017-04-25
* Add repository override optionGravatar kchodorow2017-04-20
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Make Bazel build with MSVC-default-toolchain Bazel Gravatar Yun Peng2017-03-08
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Inject the digest of the marker file in the RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-19
* Remote repositories: add the infrastructure for extending the marker file Gravatar Damien Martin-Guillerez2017-01-17
* Revert "Revert "Fix repositories to use 'BUILD.bazel' as the name for the sym...Gravatar John Cater2016-12-21
* Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/n...Gravatar John Cater2016-12-16
* Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build...Gravatar John Cater2016-12-13
* Windows, native: add windows_msvc config_settingGravatar Laszlo Csomor2016-09-28
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-23
* Rollback of commit 4e2f75d8e60020f13a7df452488ec4cc7a719f03.Gravatar Kristina Chodorow2016-09-22
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-20
* Exclude CompressedTarFunctionTest on WindowsGravatar Yun Peng2016-09-09
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Move cmdline lib to its own packageGravatar Kristina Chodorow2016-07-21
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Add a //file target to external jar repositoriesGravatar Colin Marc2016-05-03
* Set workspace name for http_file, http_jar, and maven_jarGravatar Kristina Chodorow2016-05-03