aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository
Commit message (Expand)AuthorAge
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* User can never explicitly set generator_* attributes. So it should beGravatar Googler2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Update documentation on local_repository.path.Gravatar jcater2018-01-05
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Refactor the representation of a collection of package specificationsGravatar cushon2017-11-15
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Returns repository does not exists when referring to a bind rule...Gravatar Damien Martin-Guillerez2017-09-07
* Add closing paren to documentation on workspace rules.Gravatar Eric Dobson2017-09-05
* Throws an ISE when a handler is not definedGravatar dmarting2017-09-04
* Add a warning to the bind() docsGravatar Rodrigo Queiro2017-08-25
* Store content digests in repository marker files. https://www.bazel.build/de...Gravatar Benjamin Peterson2017-08-24
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Use the rule location when a handler isn't foundGravatar kchodorow2017-08-03
* Update marker version number to 3Gravatar pcloudy2017-07-11
* Clean up string representations for configured targetsGravatar vladmos2017-07-07
* 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
* 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