aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/repository
Commit message (Expand)AuthorAge
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* RepositoryFunction: depend on overrides, even if there is no ruleGravatar Klaus Aehlig2018-06-18
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Remove warning about non-canonical workspace namesGravatar Klaus Aehlig2018-04-09
* Fix test flakiness due to the filesystem mutations done during the 'fetch' wo...Gravatar nharmata2018-03-23
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* 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