aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ExternalFilesHelper.java
Commit message (Expand)AuthorAge
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Some minor logging improvements related to diff awareness:Gravatar Nathan Harmata2017-02-15
* 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
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* 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
* Check for additions to the directory in new_local_repositoryGravatar Kristina Chodorow2016-04-22
* Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...Gravatar Nathan Harmata2016-03-25
* Fixes NullPointerException in pkgcaches_test on ci.bazel.ioGravatar Damien Martin-Guillerez2016-02-16
* Make ExternalFilesHelper depends on the repository rule and not on the parsed...Gravatar Damien Martin-Guillerez2016-02-10
* Open source LoadingPhaseRunnerTest and its Skyframe companion.Gravatar Ulf Adams2015-12-21
* 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
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Follow-up on f9fdc8dfced8b2b14561720623126a91e04b22cb -- reinstate short-circ...Gravatar Janak Ramakrishnan2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Invalidate external repository files when the WORKSPACE changesGravatar Kristina Chodorow2015-07-17
* optionally error on files outside of known rootsGravatar Michajlo Matijkiw2015-04-01
* Fix typo.Gravatar Nathan Harmata2015-03-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25