aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/SkylarkFileContentHashTests.java
Commit message (Expand)AuthorAge
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Introduce Root class.Gravatar tomlu2018-01-17
* 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
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Expose the target map from Package.Gravatar carmi2017-05-19
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* 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
* 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
* 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
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Open source some skyframe/bazel tests.Gravatar Han-Wen Nienhuys2015-10-27