aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/WorkspaceFactoryTest.java
Commit message (Expand)AuthorAge
* Put main repo remapping behind a flag.Gravatar dannark2018-08-07
* Add implicit mapping from "@mainrepo" to "@". This fixes the issue where refe...Gravatar Danna Kelmer2018-07-16
* Disable `repo_mapping` by default via a flag.Gravatar dannark2018-06-05
* Refactor WorkspaceFactoryTestHelper to be able to add a setSkylarkSemantics m...Gravatar dannark2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Expose WorkspaceFactoryTestHelper for testing properties of the "external" pa...Gravatar janakr2018-02-16
* Add registration of execution platformsGravatar John Cater2018-01-22
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Remove Package.LegacyBuilder (unneeded as of commit 3a95f353704dc2f7061e2c078...Gravatar Nathan Harmata2016-05-25
* Removed ending . in error messageGravatar Damien Martin-Guillerez2016-03-23
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* Forbid overloading of a repository outside of the first part of the workspace...Gravatar Damien Martin-Guillerez2016-02-11
* Add back documentation and better error message for workspace namesGravatar Kristina Chodorow2016-02-03
* Ensure repository names are valid workspace namesGravatar Kristina Chodorow2016-01-28
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15