aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/FileFunctionTest.java
Commit message (Expand)AuthorAge
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Automatic code cleanup.Gravatar cushon2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Tolerate injected nodes having deps.Gravatar janakr2017-07-21
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Add repository override optionGravatar kchodorow2017-04-20
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Add new skyframe function to lookup the repository given a path, and use thatGravatar John Cater2016-10-25
* Rollback of commit b776d6c12e952eb358c1a036cc9d93d8944c4c77.Gravatar Nathan Harmata2016-10-18
* Don't bother getting the not-real FileStateValue for a path whose parent does...Gravatar Nathan Harmata2016-10-18
* Rollback of commit 0c7a42a09d85ddffd9b860bcb31e4c43a00632c1.Gravatar Nathan Harmata2016-10-17
* Slight refactor of ExternalFilesHelper:Gravatar Nathan Harmata2016-10-14
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Fixed two Bazel java tests on Windows by using the right native file systemGravatar Yun Peng2016-06-21
* 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
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Check for additions to the directory in new_local_repositoryGravatar Kristina Chodorow2016-04-22
* Provide descriptive error messages on external mutable source files encounter...Gravatar Googler2016-03-29
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Add an intermediate SkyFunction for resolving the external packageGravatar Damien Martin-Guillerez2016-02-07
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* Support unreadable filesGravatar Michajlo Matijkiw2016-01-20
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Use JUnit4 for some of the skyframe tests.Gravatar Han-Wen Nienhuys2015-10-29
* Open source FileFunctionTest.Gravatar Han-Wen Nienhuys2015-10-28