- 7a5a236 Description redacted. by Nathan Harmata · 8 years ago
- b869e58 Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230. by Nathan Harmata · 8 years ago
- 822c378 Reimplement blaze query using an async evaluation model. Use a concurrent backend for SkyQueryEnvironment's implementation in order to achieve parallelism. by Nathan Harmata · 8 years ago
- 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
- 5bd26b2 Make TargetPattern evaluation during query evaluation more parallel-friendly by introducing TargetPattern#parEval, which allows TargetPatterns' evaluations to explicitly have parallel implementations (no need to secretly use a FJP). by Nathan Harmata · 8 years ago
- 41b5417 Add a mechanism for bounding the number of Packages SkyQueryEnvironment's expensive parallel operations can operate on at once. by Nathan Harmata · 8 years ago
- db64da3 Introduce MoreFutures#waitForAllInterruptiblyFailFast and use this in the places we wait for tasks (plural!) submitted to a ForkJoinPool to finish since we actually want to do so interruptibly. by Nathan Harmata · 9 years ago
- 2e2b459 Use ForkJoinPool, rather than ListeningExecutorService, for parallel query evaluation in SkyQueryEnvironment. FJP is nicer to program against, imo. by Nathan Harmata · 9 years ago
- 3c0adb2 Allow Skyframe graph lookups and value retrievals to throw InterruptedException. by Janak Ramakrishnan · 9 years ago
- d9d390a Create one TargetPatternResolver per SkyQueryEnvironment initialization by Mark Schaller · 9 years ago
- fb60143 Fix hypothetical bug when querying for packages in bulk. We were assuming all packages were successful. by Eric Fellheimer · 9 years ago
- 6f8b7ce Parallelize Package retrieval during Sky-query operation. To maintain type-safety, we now must pass in the exception type of the callback. by Eric Fellheimer · 9 years ago
- ec5c07a Move RepositoryName to its own top-level class by Kristina Chodorow · 9 years ago
- 3d9441b Store excluded subdirectories as PathFragment instead of String inside TargetPatternKey, since that is what is needed by callers. by Janak Ramakrishnan · 9 years ago
- 8c40daa Inside findTargetsBeneathDirectory(), invoke the callback with all targets from the current package batch. by Eric Fellheimer · 9 years ago
- 5b5f22a Stream results of targets below directory to a callback rather than returning a ResolvedTargets set. by Janak Ramakrishnan · 9 years ago
- 7b8dbeb Add bulk package lookup for use during target pattern resolution. by Eric Fellheimer · 9 years ago
- c7106d4 Make recursive package wildcards work in remote repositories. by Lukacs Berki · 9 years ago
- f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
- 960dc27 Make intra-package wildcards work for remote repositories and clean up target pattern parsing just a tiny little bit. by Lukacs Berki · 10 years ago
- 10e3b2b Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIdentifier instead of a String. by Lukacs Berki · 10 years ago
- d72db8d Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction. by Lukacs Berki · 10 years ago
- 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
- 0a4c6e4 Stop throwing an exception if a Package was successfully created but contains errors. Instead, require callers to process the package and throw if they need to. by Janak Ramakrishnan · 10 years ago
- a643436 Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository". by Lukacs Berki · 10 years ago
- 73fa203 Move PackageIdentifier to cmdline by Kristina Chodorow · 10 years ago
- 33aa1e1 Make globs work in remote repositories. by Lukacs Berki · 10 years ago
- b21df3d Rollback of accidentally submitted change. by Lukacs Berki · 10 years ago
- 7d02845 Make globs work in remote repositories. by Lukacs Berki · 10 years ago
- 8ca9131 Refactor reusable target parsing functions from RPPBTPR by Mark Schaller · 10 years ago
- c4d7894 Cleanup findTargetsBeneathDirectory by Mark Schaller · 10 years ago
- f6e32d6 Teach skyframe about excluded directories, paths by Mark Schaller · 10 years ago
- b889cf3 On-the-fly target pattern resolution in SkyQueryEnvironment by Mark Schaller · 10 years ago