aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Add a main_dex_proguard_specs attribute to android_binary that lets users spe...Gravatar Lukacs Berki2015-09-24
* Move mock workspace configuration to AnalysisMock.Gravatar Dmitry Lomov2015-09-24
* Make intra-package wildcards work for remote repositories and clean up target...Gravatar Lukacs Berki2015-09-24
* Better syncing of Google vs. external constraint enforcement.Gravatar Greg Estren2015-09-24
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* Remove gen jar info from JavaRuleOutputJarsProvider.Gravatar Googler2015-09-24
* Remove unused EventCollectionApparatus#customMask.Gravatar Han-Wen Nienhuys2015-09-24
* Do not fail when the test argument do not match any testGravatar Damien Martin-Guillerez2015-09-23
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Don't remove reverse deps until node is known to be changed. This helps avoid...Gravatar Janak Ramakrishnan2015-09-23
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Replace double-quotes with single quotes to improve readability.Gravatar Dmitry Lomov2015-09-22
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Add support for Maven username & password authenticationGravatar Kristina Chodorow2015-09-22
* Add an option to remove a directory prefix when extracting an archiveGravatar Kristina Chodorow2015-09-22
* Hush Environment#toString()Gravatar Francois-Rene Rideau2015-09-22
* Add ios_sdk_version=8.4 flag to bazel src tests.Gravatar Chris Parsons2015-09-21
* Pass the BuildConfigurationCollection into the BuildView testing methods.Gravatar Ulf Adams2015-09-21
* workers: Use the new worker testbed to check that workers get reused correctl...Gravatar Philipp Wollermann2015-09-21
* workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it e...Gravatar Philipp Wollermann2015-09-21
* workers: Make sure to wait for worker processes to exit so that they don't be...Gravatar Philipp Wollermann2015-09-21
* Extract MountMap to a top-level class.Gravatar Ulf Adams2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Mark root causes as transient. Serializing nested sets is annoying, and since...Gravatar Janak Ramakrishnan2015-09-21
* Do not store a separate map for external package data. This ensures that seri...Gravatar Han-Wen Nienhuys2015-09-21
* Tighten up the requirements on workspace namesGravatar Kristina Chodorow2015-09-21
* Increase size of //src/test/shell/bazel:maven_testGravatar Damien Martin-Guillerez2015-09-21
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Allow construct "a, = [1]" in parser.Gravatar Laurent Le Brun2015-09-21
* Remove support for the deprecated include() statement in order to be able to ...Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Simplify BuildView construction and store configurations in the build result.Gravatar Ulf Adams2015-09-17
* Refactor Type.getLabels() so that instead of collecting labels, it flattens c...Gravatar Lukacs Berki2015-09-17
* Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...Gravatar Nathan Harmata2015-09-16
* Deflake maven_testGravatar Kristina Chodorow2015-09-16
* Add a maven_server ruleGravatar Kristina Chodorow2015-09-16
* Add experimental flag, that partially disables loading phase (pattern evaluat...Gravatar Marian Lobur2015-09-16
* Don't allow subclasses of AQV to treat Errors as non-critical. Also update th...Gravatar Nathan Harmata2015-09-16
* Get rid of transient errors during preprocessing and throw IOExceptions inste...Gravatar Janak Ramakrishnan2015-09-16
* Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks.Gravatar Nathan Harmata2015-09-15
* Support java_test and java_binary in AndroidStudioInfoAspect.Gravatar Dmitry Lomov2015-09-15
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Some minor updates to the BUILD files.Gravatar Ulf Adams2015-09-15
* Support java_import in AndroidStudioIdeInfoAspectGravatar Dmitry Lomov2015-09-15
* Parses the correct values of SDK, Platform and XCode version numbers when gen...Gravatar Anastasios Kakalis2015-09-15