aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/repository/MavenJarFunction.java
Commit message (Expand)AuthorAge
* Suppress RepositoryCache IOException on downloadGravatar George Gensure2018-07-23
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Pull maven -src jars when available alongside jars re:Gravatar juliexxia2017-08-24
* 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
* Implemented repository caching for native maven_jar rules.Gravatar Jingwen Chen2016-11-03
* Refactor MavenDownloader to be a subclass of HttpDownloader to streamline ins...Gravatar Jingwen Chen2016-11-03
* Implementation of the Repository Cache get and put features. Gravatar Jingwen Chen2016-10-27
* Made HttpDownloader download calls non-static.Gravatar Jingwen Chen2016-10-19
* 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
* Fix NPE with unset maven_jar sha1Gravatar Kristina Chodorow2016-07-20
* Check maven_jar sha1s for validityGravatar Kristina Chodorow2016-07-18
* Set workspace name for http_file, http_jar, and maven_jarGravatar Kristina Chodorow2016-05-03
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Separate download library so it can be reused by generate_workspaceGravatar Kristina Chodorow2016-03-15
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Remove deprecated fieldsGravatar Kristina Chodorow2016-02-15
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Simplify the contract of RepositoryFunction to "I am given a Rule and a direc...Gravatar Lukacs Berki2015-12-14
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* 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
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Add executable option to http_fileGravatar Kristina Chodorow2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add support for Maven username & password authenticationGravatar Kristina Chodorow2015-09-22
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Add a maven_server ruleGravatar Kristina Chodorow2015-09-16
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Add output_dir option and improve repository handlingGravatar Kristina Chodorow2015-08-06
* Add the android_http_tools_repository rule that lets one download the Blaze-s...Gravatar Lukacs Berki2015-07-10
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Make generate_workspace dump transitive dependencies for Maven artifactsGravatar Kristina Chodorow2015-06-25
* Fix permissions for zip filesGravatar Kristina Chodorow2015-06-12
* Simplify maven_jar to just take a single artifact descriptorGravatar Kristina Chodorow2015-06-12
* MavenDownloader ignores empty/default sha1 attributeGravatar Michajlo Matijkiw2015-06-05
* Fix issue where MavenDownloader was using empty defaults for repositoryGravatar Michajlo Matijkiw2015-06-03
* Don't make sha1 field mandatory until there's a helper to generate themGravatar Kristina Chodorow2015-05-27
* Add sha1 checksum for maven jarsGravatar Kristina Chodorow2015-05-22
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* CL for Java readability reviewGravatar Kristina Chodorow2015-04-27
* Disambiguate jar paths in the exec root treeGravatar Kristina Chodorow2015-03-20
* Remove DecompressorFactory's dependence on TargetGravatar Kristina Chodorow2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25