aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository
Commit message (Expand)AuthorAge
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* 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
* Automated g4 rollback of commit d5ee3b5397135eebd4b5d5b6bd4a4444093c4df8.Gravatar kchodorow2017-04-26
* Repositories can only be accessed in projects that define them in their WORKS...Gravatar kchodorow2017-04-26
* Add check to LocalRepositoryFunction that the path contains a WORKSPACEGravatar John Cater2017-04-25
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* 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
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* 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
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* 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
* Fix private visibility for aliased targets. Gravatar Lukacs Berki2016-12-06
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* 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
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Make repository name warning less noisyGravatar Kristina Chodorow2016-07-01
* 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
* Create mark file for local repositories, tooGravatar Kristina Chodorow2016-06-17
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Make alias targets keep their own configuration.Gravatar Lukacs Berki2016-05-23
* Invalidate external repositories when their names changeGravatar Brian Silverman2016-05-20
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* 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
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Add a workspace name to Skylark repositoriesGravatar Kristina Chodorow2016-04-21
* Overwrite the WORKSPACE file for new_local_repositoryGravatar Kristina Chodorow2016-04-20
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Make local_repository's interpretation of 'path' match the other rules'Gravatar Kristina Chodorow2016-04-01
* Support labels in new_{http,local}_repository's build_file attributeGravatar Damien Martin-Guillerez2016-03-31
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Correctly reports error in the workspace fileGravatar Damien Martin-Guillerez2016-03-23