aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository/RepositoryFunction.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* RepositoryFunction: depend on overrides, even if there is no ruleGravatar Klaus Aehlig2018-06-18
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Store content digests in repository marker files. https://www.bazel.build/de...Gravatar Benjamin Peterson2017-08-24
* Move verifyMarkerData into RepositoryFunctionGravatar Yun Peng2017-06-28
* Add more methods to ExternalPackageUtil to load all rules of a specificGravatar John Cater2017-06-16
* Move external package rule loading into a shared utility class.Gravatar John Cater2017-06-14
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add workspace_file and workspace_file_content attributes to new_foo_repositor...Gravatar jcater2017-03-31
* Add environ attribute to repository_rule Gravatar Damien Martin-Guillerez2017-02-14
* 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