aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/PackageFunctionTest.java
Commit message (Expand)AuthorAge
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Check if ParentFileValue is a directory when evaluating a FileFunction node.Gravatar neerajen2018-07-19
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Don't test for reference equality of the underlying IOException. It's overkil...Gravatar nharmata2018-03-30
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Delete SubincludePreprocessorGravatar laurentlb2017-04-07
* Disable SubincludePreprocessorGravatar laurentlb2017-04-07
* Delete more Python-preprocessing tests and documentationGravatar laurentlb2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add a test to PackageFunctionTest confirming current glob behavior.Gravatar Janak Ramakrishnan2017-02-14
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Require parens around tuple with trailing comma.Gravatar Laurent Le Brun2017-01-17
* Add an "integration" test (rather, just a test that exercises the relevant pa...Gravatar Janak Ramakrishnan2017-01-06
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Don't bother getting the not-real FileStateValue for a path whose parent does...Gravatar Nathan Harmata2016-10-18
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Sort the results returned by the HybridGlobber if we are using results from S...Gravatar Janak Ramakrishnan2016-07-19
* Make preprocessor modules mostly stateless; pass in the directories instead.Gravatar Ulf Adams2016-04-12
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Update the glob documentation to reflect a semantic change made a very long t...Gravatar Nathan Harmata2016-02-25
* Fix blatant bug with Skyframe globbing where we incorrectly allow dangling sy...Gravatar Nathan Harmata2016-02-23
* Enable label-based Skylark loading. In particular, such labels may reference ...Gravatar John Field2015-12-22
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in devtools/build/lib/skyframe to JUnit 4.Gravatar Florian Weikert2015-12-03
* Open source skyframe testsGravatar Kristina Chodorow2015-11-17