aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/RecursiveFilesystemTraversalFunctionTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Introduce --strict_fileset_output which treats all output Artifacts encounter...Gravatar felly2018-07-18
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Code Cleanup: Simplify the ResolvedFile interface by removing unnecessary tes...Gravatar kush2018-07-13
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* tests: add TimestampGranularityUtilsGravatar laszlocsomor2018-03-13
* tests: fix flaky RecursiveFSTraversalFunctionTestGravatar Laszlo Csomor2018-03-09
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* 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
* Replace path implementation.Gravatar tomlu2018-02-08
* Fix test compilation failure.Gravatar felly2018-02-05
* Fix Fileset incrementality bug when Fileset consumes a generated file. The na...Gravatar felly2018-02-05
* Remove unused "pattern" feature in RecursiveFilesystemTraversalFunction.Gravatar felly2018-01-29
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Stop blaze crash due to a symlink cycle or unbounded expansion encounteredGravatar kush2017-08-30
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* 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
* 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
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10