aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/RepositoryValue.java
Commit message (Expand)AuthorAge
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Add dependency for external files to the corresponding RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-26
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Track BUILD file changes on new_ repositoriesGravatar Kristina Chodorow2015-05-07
* Add on-the-fly remote reposGravatar Kristina Chodorow2015-03-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25