aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/query2
Commit message (Expand)AuthorAge
* Fix SkyQuery bug where we weren't respecting the package blacklist. We do thi...Gravatar Nathan Harmata2016-04-18
* Assume that the targets required by LabelVisitor have already been loaded.Gravatar Lukacs Berki2016-04-15
* Allow ProtoOutputFormatter to filter aspect attributesGravatar Michajlo Matijkiw2016-04-15
* Add an afterCommand hook to AbstractBlazeQueryEnvironment.Gravatar Nathan Harmata2016-04-15
* Fix build output formatting of licensesGravatar Liam Miller-Cushon2016-04-13
* Remove the WalkableGraphFactory#afterUse hook, which was only called in SkyQu...Gravatar Nathan Harmata2016-03-21
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Global cleanup change.Gravatar Googler2016-03-02
* In SkyQueryEnvironment, rewrite queries using the semantics-preserving transf...Gravatar Nathan Harmata2016-03-02
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Typo fixGravatar Shreya Bhattarai2016-02-03
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Allow more flexibility on proto output formatter.Gravatar Miguel Alcon Pinto2016-01-21
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* Stop filtering out targets not in the graph in SkyQueryEnvironment. Instead, ...Gravatar Janak Ramakrishnan2016-01-15
* Use AutoProfiler in SkyQueryEnvironment#init. Also augment the WalkableGraphF...Gravatar Nathan Harmata2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Allow to filter attributes based on the rule of the attribute.Gravatar Miguel Alcon Pinto2016-01-11
* When transforming labels into targets in SkyQueryEnvironment, stream the resu...Gravatar Janak Ramakrishnan2016-01-11
* Stream result of TargetPattern#eval to a callback instead of returning it dir...Gravatar Janak Ramakrishnan2016-01-11
* Resolve target patterns on the fly in SkyQueryEnvironment. Cache only the lab...Gravatar Janak Ramakrishnan2016-01-07
* Make QueryEnvironment#getTargetsMatchingPattern pass its result to a callback.Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* In SkyQueryEnvironment, don't silently give up when there's a cycle in the gr...Gravatar Janak Ramakrishnan2016-01-07
* Remove empty put when preloadOrThrow throws a TargetParsingException. preload...Gravatar Janak Ramakrishnan2016-01-07
* Don't throw a TargetParsingException/QueryException in keepGoing mode when we...Gravatar Janak Ramakrishnan2016-01-07
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Minor cleanup to AttributeSerializer, ProtoOutputFormatterGravatar Mark Schaller2015-12-16
* RELNOTES: add loadfiles() query operator, to find skylark files loaded by tar...Gravatar Han-Wen Nienhuys2015-12-16
* Add option to read query from a file.Gravatar Janak Ramakrishnan2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-12-10
* Fast-path sky-query environment in the case where we have no dependency filte...Gravatar Eric Fellheimer2015-12-07
* Rollback of commit 8e7da8704dba78dba47fbaa0eafce3a91c2deb13.Gravatar Peter Schmitt2015-12-01
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Extract Attribute serialization logicGravatar Michajlo Matijkiw2015-11-20
* Modify SkyQueryEnvironment to work in stream mode. This streaming system is p...Gravatar Miguel Alcon Pinto2015-11-19
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.Gravatar Han-Wen Nienhuys2015-11-11
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Transform Blaze query to be able to work in streamed mode.Gravatar Miguel Alcon Pinto2015-11-06
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* In SkyQueryEnvironment, check TransitiveTraversalValues for errorsGravatar Mark Schaller2015-10-22