aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/actions/TemplateExpansionActionTest.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
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* 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
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Inline FoundationTestCase.scratchFile.Gravatar Ulf Adams2015-04-27
* Inline/remove some calls to FoundationTestCase.scratchFS().Gravatar Ulf Adams2015-04-27
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Inline a couple of methods from FoundationTestCase. Having these convenienceGravatar Ulf Adams2015-03-05
* Open-source BuildViewTestCase and the infrastructure required by it, as well asGravatar Ulf Adams2015-02-25