aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository
Commit message (Expand)AuthorAge
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* 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
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* 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
* Create mark file for local repositories, tooGravatar Kristina Chodorow2016-06-17
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Make alias targets keep their own configuration.Gravatar Lukacs Berki2016-05-23
* Invalidate external repositories when their names changeGravatar Brian Silverman2016-05-20
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* 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
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Add a workspace name to Skylark repositoriesGravatar Kristina Chodorow2016-04-21
* Overwrite the WORKSPACE file for new_local_repositoryGravatar Kristina Chodorow2016-04-20
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Make local_repository's interpretation of 'path' match the other rules'Gravatar Kristina Chodorow2016-04-01
* Support labels in new_{http,local}_repository's build_file attributeGravatar Damien Martin-Guillerez2016-03-31
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Correctly reports error in the workspace fileGravatar Damien Martin-Guillerez2016-03-23
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Testing correct invalidation of Skylark Remote RepositoriesGravatar Damien Martin-Guillerez2016-02-25
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* 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
* Fix extra spacing and grammar in error message.Gravatar Julio Merino2016-02-11
* Split the execution of the WORKSPACE file after each load statementGravatar Damien Martin-Guillerez2016-02-10
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* 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
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* 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
* Don't attempt to get a fingerprint if there are missing skyframe valuesGravatar Kristina Chodorow2015-12-30
* 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