aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/repository/NewGitRepositoryFunction.java
Commit message (Expand)AuthorAge
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Move verifyMarkerData into RepositoryFunctionGravatar Yun Peng2017-06-28
* Avoid using jGit when we know how to download an archiveGravatar kchodorow2017-04-11
* Add workspace_file and workspace_file_content attributes to new_foo_repositor...Gravatar jcater2017-03-31
* 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
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Check for lower-case versions of HTTP(S)_PROXYGravatar Kristina Chodorow2016-05-05
* Set workspace name for http_file, http_jar, and maven_jarGravatar Kristina Chodorow2016-05-03
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Adds a build_file_content attribute to new_git_repository, new_http_archive, andGravatar Alex Humesky2016-02-12
* 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
* Make external repository implementations not re-fetch things on server restart.Gravatar Lukacs Berki2015-11-25
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Add git_repository and new_git_repository workspace rules.Gravatar David Chen2015-07-17