Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Tags: facebook/buck

Tags

v2022.05.05.01

Toggle v2022.05.05.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get Buck working for 3.10 (#2696) (#2697) Cherry-picked from 1ae1e6c Summary: Pull Request resolved: #2696 On 3.10 some `collections` classes have been moved to `collections.abc` and it causes Buck 1 to crash. This diff fixes those instances. Really pex should be upgraded, but I made an attempt and it was very difficult due to our custom changes to pex. Reviewed By: bigfootjon fbshipit-source-id: 15a7bb96e664d5169b12de09e9157571782c861f Co-authored-by: Lisa Roach <lisroach@fb.com>

v2021.01.12.01

Toggle v2021.01.12.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies for Big Sur (#2580) * Update JNA to resolve framework loading issue on Big Sur java-native-access/jna#1215 * Remove workaround initializing JNA early java-native-access/jna#652 This issue was resolved and property SIZE does not exist with JNA version 5.6.0. * Update NuProcess to 2.0.1 for compatibility with JNA * Build NuProcess with openjdk version "1.8.0_275" jetty/jetty.project#3244 * Cherry pick a2912b9 a2912b9

v2020.10.21.01

Toggle v2020.10.21.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Apple] Add support to AppClips (#2552) * Add app clip support * Add integration test * fix target name at Integration test * fix typo * Fix bundle ProductType Co-authored-by: Lucas Marçal <lucas.marcal@ifood.com.br>

v2020.09.09.01

Toggle v2020.09.09.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare release v2020.09.01 (#2532) Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>

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 (#2487) Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>

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 (#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 (#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