aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository/LocalRepositoryFunction.java
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Add check to LocalRepositoryFunction that the path contains a WORKSPACEGravatar John Cater2017-04-25
* Add repository override optionGravatar kchodorow2017-04-20
* 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
* Make local_repository's interpretation of 'path' match the other rules'Gravatar Kristina Chodorow2016-04-01
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* 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
* 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
* 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 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