aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions/ArtifactFactoryTest.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* 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
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* Migrated tests in devtools/build/lib/actions to JUnit 4.Gravatar Florian Weikert2015-12-01
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* ArtifactFactory.findSourceRoot now handles the case where an execPath refers ...Gravatar Philipp Wollermann2015-10-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Unconditionally disallow path fragments with up-level referencesGravatar Janak2015-05-05
* Replace a few uses of FsApparatus with Scratch.Gravatar Ulf Adams2015-04-27
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25