aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/repository/MavenServerFunction.java
Commit message (Expand)AuthorAge
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Introduce Root class.Gravatar tomlu2018-01-17
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* 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
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Don't print stack traces when repository rules have the wrong typeGravatar Kristina Chodorow2016-09-12
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Remove directories field from MavenServerFunction.Gravatar Ulf Adams2016-04-18
* Inlined RepositoryFunction#getExternalPackageGravatar Damien Martin-Guillerez2016-01-18
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Fix fingerprinting of Maven settings file.Gravatar Lukacs Berki2015-11-26
* Make external repository implementations not re-fetch things on server restart.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
* Add support for Maven username & password authenticationGravatar Kristina Chodorow2015-09-22
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Add a maven_server ruleGravatar Kristina Chodorow2015-09-16