aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/FileFunctionTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* Check if ParentFileValue is a directory when evaluating a FileFunction node.Gravatar neerajen2018-07-19
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove mtime field from FileStateValue.Gravatar janakr2018-01-16
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* 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