aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/repository
Commit message (Expand)AuthorAge
* Repository Options: fix meta dataGravatar Klaus Aehlig2018-07-27
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* Suppress RepositoryCache IOException on downloadGravatar George Gensure2018-07-23
* resolved file: include the hash of the output treeGravatar Klaus Aehlig2018-07-23
* RepositoryCache: support hard linkningGravatar Klaus Aehlig2018-07-18
* External repositories: disallow use of unexported repository rulesGravatar Klaus Aehlig2018-07-17
* Second cl for verbose workspaces (ability to log certain potentially non-herm...Gravatar Googler2018-07-16
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Make skylark repository functions exportableGravatar Klaus Aehlig2018-07-06
* First cl for verbose workspaces (ability to log certain potentially non-herme...Gravatar Googler2018-07-03
* Fix archive decompression with symlink on WindowsGravatar pcloudy2018-06-13
* maven_jar: Actually add support for sources classifierGravatar David Ostrovsky2018-06-08
* Add a `sync` commandGravatar Klaus Aehlig2018-06-08
* Move --distdir out of experimental statusGravatar Klaus Aehlig2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Migrate repository_rule to skylarkbuildapiGravatar cparsons2018-06-01
* repository_resolved_file: pretty printGravatar Klaus Aehlig2018-06-01
* Do not cache RepositoryResolvedEventsGravatar Klaus Aehlig2018-05-28
* Migrate repository-related modules to skylarkbuildapiGravatar cparsons2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* RepositoryResolvedEvent: only record the explicitly set original attributesGravatar Klaus Aehlig2018-05-23
* Add a module collecting the results of repository rulesGravatar Klaus Aehlig2018-05-04
* Remove unsafe use of state in MavenDownloaderGravatar Robert Gay2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* repository_cache: touch files on cache hitGravatar Klaus Aehlig2018-04-30
* HttpDownloader: also cache files downloaded without provided hashGravatar Klaus Aehlig2018-04-23
* Repository cache: add a put method determining the key itselfGravatar Klaus Aehlig2018-04-23
* Allow repository rules to return a valueGravatar Klaus Aehlig2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* repository_ctx.download_and_extract: mention cache in documentationGravatar Klaus Aehlig2018-04-16
* Remove "experimenatal" tag from option repository_cacheGravatar Klaus Aehlig2018-04-13
* Also prefetch label lists for repository rulesGravatar Klaus Aehlig2018-04-11
* Ensure arguments for repository rules are available earlyGravatar Klaus Aehlig2018-04-06
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Migrate some users of useAst to useLocationGravatar cparsons2018-03-01
* Deprecate native git_repositoryGravatar Klaus Aehlig2018-03-01
* Make repository_chache non-experimental and enable by defaultGravatar Klaus Aehlig2018-02-27
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* Add missing parameter documentation to the which method in repository_ctx.Gravatar kaipi2018-02-12
* Support local search for http archivesGravatar Klaus Aehlig2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Add NO_PROXY environment variable support to downloaderGravatar Zack Lalanne2018-02-01
* Automated rollback of commit 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9.Gravatar aehlig2018-02-01
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* http_archive: verify that unicode characters are OK in tar archivesGravatar Klaus Aehlig2018-01-31
* Support symlinks in external zip archivesGravatar Klaus Aehlig2018-01-29
* External repositories: support plain tar archivesGravatar Klaus Aehlig2018-01-22
* Introduce Root class.Gravatar tomlu2018-01-17