aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/BazelRepositoryModule.java
Commit message (Expand)AuthorAge
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* RepositoryCache: support hard linkningGravatar Klaus Aehlig2018-07-18
* Fix missing newline after repository_cache value in info command output.Gravatar Googler2018-06-25
* Create a method for initializing build API libraries using object instances i...Gravatar cparsons2018-06-21
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Create a bootstrap for repository-related skylark build API.Gravatar cparsons2018-06-11
* Add a `sync` commandGravatar Klaus Aehlig2018-06-08
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add an info-key for the repository cacheGravatar Klaus Aehlig2018-04-17
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Make repository_chache non-experimental and enable by defaultGravatar Klaus Aehlig2018-02-27
* distdir: also accept relative pathGravatar Klaus Aehlig2018-02-09
* experimental_repository_cache: support relative pathsGravatar Klaus Aehlig2018-02-09
* Support local search for http archivesGravatar Klaus Aehlig2018-02-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* 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
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* BlazeModule.workspaceInit: also pass the BlazeRuntime to the callGravatar ulfjack2017-06-14
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Add repository override optionGravatar kchodorow2017-04-20
* Avoid using jGit when we know how to download an archiveGravatar kchodorow2017-04-11
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* Refactor MavenDownloader to be a subclass of HttpDownloader to streamline ins...Gravatar Jingwen Chen2016-11-03
* Implementation of the Repository Cache get and put features. Gravatar Jingwen Chen2016-10-27
* Made HttpDownloader download calls non-static.Gravatar Jingwen Chen2016-10-19
* Bridged --experimental_repository_cache value to HttpDownloader. Created Http...Gravatar Jingwen Chen2016-10-07
* Implemented a "--experimental_repository_cache" option as the first step toGravatar Jingwen Chen2016-10-05
* Rollback of commit 366cb3de49deac97e3015cbd09e29ec6d3f2953f.Gravatar Damien Martin-Guillerez2016-10-04
* Implemented a "--experimental_repository_cache" option as the first step toGravatar Jingwen Chen2016-10-04
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Check for lower-case versions of HTTP(S)_PROXYGravatar Kristina Chodorow2016-05-05
* Remove directories field from MavenServerFunction.Gravatar Ulf Adams2016-04-18
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Testing correct invalidation of Skylark Remote RepositoriesGravatar Damien Martin-Guillerez2016-02-25
* Implements repository_ctx.osGravatar Damien Martin-Guillerez2016-02-23
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Update @Nullable annotations for FilesystemValueChecker related stuff.Gravatar Nathan Harmata2015-11-10
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27