Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: v-jizhang/buck

Tags

v2020.06.29.01

Toggle v2020.06.29.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed git push access denied issue (facebook#2487)

Co-authored-by: buck-bot <[email protected]>

v2020.06.22.01

Toggle v2020.06.22.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pyenv upgraded, invalidate the cache (facebook#2484)

* pyenv upgraded, invalidate the cache

* Clear cache using an ENV varaible

* Clear cache using an ENV varaible

v2020.05.14.01

Toggle v2020.05.14.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make release process work (facebook#2464)

* Added cache to CircleCI

* Revert "Added cache to CircleCI"

This reverts commit 573db13.

* Upgraded to Python3 for docker build

* Upgraded to Python3 for docker build

* Upgrade Buck Release to python3

* Pass release info to ant build

* Fixed ant build for Windows

v2019.10.17.01

Toggle v2019.10.17.01's commit message
Test dependency stack is printed in query rdeps

Summary: Just to be safe that dependency stacks are available in `buck query`.

Reviewed By: philipjameson

shipit-source-id: bf1d0629dc

v2019.10.02.01

Toggle v2019.10.02.01's commit message
Allow creation of an "umbrella directory" module map

Summary:
This adds a separate mode for module map generation that uses an umbrella directory declaration, rather than an umbrella header declaration.

This fits Buck's general approach to headers better - it's kind of like an autoglob for every header in the library, without the need to either generate or manually maintain a valid umbrella header.

It's implemented by adding a new `ModuleMapMode` enum, and a new case to `HeaderMode` to differentiate between the two associated forms of module maps. I decided to have it specified at the `.buckconfig` level, rather than per-library, as this is simpler and is sufficient for the use-case.

Reviewed By: williamtwilson

shipit-source-id: 10842bbd24

v2019.09.12.01

Toggle v2019.09.12.01's commit message
Change RunnerLibrary to TestRunner

Summary:
this renames the runner_library field on the test rules to be just runner.

This makes more sense since we are now specifying the runners with
special runner rules instead of just a generic library.

Reviewed By: miaoyipu

shipit-source-id: a9faec0d15

v2019.09.03.01

Toggle v2019.09.03.01's commit message
Add a little type safety to DaemonicParserState

Summary: Otherwise it's too easy to obtain a cache for different type and get a runtime error (which I had during developement of another diff).

Reviewed By: styurin

shipit-source-id: d2a07b5bb7

v2019.06.17.01

Toggle v2019.06.17.01's commit message
Add visibility to configuration targets in tests

Summary: This will be enforced later.

Reviewed By: jtorkkola

shipit-source-id: de08c23f5e

v2019.06.11.01

Toggle v2019.06.11.01's commit message
Revert changes around classpath deps in AndroidBinary

Reviewed By: bobyangyf

shipit-source-id: d140c6a9ce

v2019.05.22.01

Toggle v2019.05.22.01's commit message
Add flag to prevent apk-under-test from being uninstalled

Summary:
I'm bundling multiple tests together with remote execution, sharded by apk-under-test. I want to make it so only the last one uninstalls the apk under test, but I want to uninstall the test apk every time.
I split --attempt-uninstall into --attempt-uninstall-instrumentation-apk and --attempt-uninstall-apk-under-test. I'm keeping --attempt-uninstall for now for back-compatibility.

Reviewed By: IanChilds

fbshipit-source-id: d567880703