aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/GraphBackedRecursivePackageProvider.java
Commit message (Expand)AuthorAge
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Consolidate fields and methods of recursive package providers into an abstrac...Gravatar juliexxia2018-05-03
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix bug where all three implementations of RecursivePackageProvider#getPackag...Gravatar nharmata2017-10-31
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Be very deliberate about the concept of a TargetPattern's "directory".Gravatar Nathan Harmata2017-01-16
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Fix bug(s) with Skylark import cycles: we assumed that a package that failed ...Gravatar Janak Ramakrishnan2016-10-11
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add some additional logging when packages are not found in the bulk lookup.Gravatar Eric Fellheimer2016-06-23
* Add some logging when Packages are not found in GraphBackedRPP.Gravatar Eric Fellheimer2016-06-23
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Fix hypothetical bug when querying for packages in bulk. We were assuming all...Gravatar Eric Fellheimer2016-03-08
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...Gravatar Janak Ramakrishnan2016-01-07
* Add bulk package lookup for use during target pattern resolution.Gravatar Eric Fellheimer2016-01-04
* Use batch lookups in graph-backed recursive provider for greater efficiency.Gravatar Eric Fellheimer2015-12-28
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Pass PackageIdentifier through a bit more code in target parsing in preparati...Gravatar Lukacs Berki2015-10-14
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Thread the repository name all the way from TargetPatternResolver to Recursiv...Gravatar Lukacs Berki2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Stop throwing an exception if a Package was successfully created but contains...Gravatar Janak Ramakrishnan2015-09-17
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Teach skyframe about excluded directories, pathsGravatar Mark Schaller2015-05-21
* Preload the universe for query testsGravatar Mark Schaller2015-03-24
* On-the-fly target pattern resolution in SkyQueryEnvironmentGravatar Mark Schaller2015-03-18