aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/actions/SymlinkActionTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrate blaze from their own duplicated copy of MoreAsserts and use Truth ins...Gravatar Googler2015-11-11
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Inline FoundationTestCase.scratchFile.Gravatar Ulf Adams2015-04-27
* Actually run the actions tests in Bazel.Gravatar Ulf Adams2015-04-16
* Move BuildViewTestCase to the lib.analysis.util package.Gravatar Ulf Adams2015-03-05
* Remove ChattyAssertsTestCase. Use static imports, move the code down theGravatar Ulf Adams2015-02-25
* Open-source BuildViewTestCase and the infrastructure required by it, as well asGravatar Ulf Adams2015-02-25