aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository/RepositoryFunction.java
Commit message (Expand)AuthorAge
* Add dependency for external files to the corresponding RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-26
* 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
* Adds a check that the new local repository path exists and is aGravatar John Cater2016-10-25
* Allow new_ rules to overwrited BUILD files in downloaded reposGravatar Kristina Chodorow2016-09-28
* Fix build_file_content overwriting source filesGravatar Kristina Chodorow2016-09-14
* Don't print stack traces when repository rules have the wrong typeGravatar Kristina Chodorow2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* 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
* Check for additions to the directory in new_local_repositoryGravatar Kristina Chodorow2016-04-22
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Correctly reports error in the workspace fileGravatar Damien Martin-Guillerez2016-03-23
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Adds a build_file_content attribute to new_git_repository, new_http_archive, andGravatar Alex Humesky2016-02-12
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* Split the execution of the WORKSPACE file after each load statementGravatar Damien Martin-Guillerez2016-02-10
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Always generate a workspace name for new repositoriesGravatar Kristina Chodorow2016-01-25
* Fix potential NullPointerException in RepositoryFunctionGravatar Damien Martin-Guillerez2016-01-20
* Inlined RepositoryFunction#getExternalPackageGravatar Damien Martin-Guillerez2016-01-18
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Simplify rule fingerprinting in RepositoryFunctionGravatar Michajlo Matijkiw2015-11-30
* 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
* Rollback of commit f6866778db261e5d8b95ee1c46622ceb19a609a4.Gravatar Lukacs Berki2015-11-13
* Preserve repositories' rooted pathsGravatar Kristina Chodorow2015-11-13
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30