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

Automate importing third-party dependencies. #2705

Closed
wants to merge 98 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
ff0e0d5
make buck Python3 compatible (#2391) (#2429)
v-jizhang Mar 30, 2020
ee9a195
Remove .travis.yml (#2420)
zpao Mar 30, 2020
f0bc065
HG test diff between diffs fix (#2430)
v-jizhang Mar 30, 2020
93141a9
Update jitpack to use python 3 (#2406)
kageiit Apr 3, 2020
48ab6ea
Support Android NDK r21 (#2423)
v-jizhang Apr 10, 2020
58f083f
Install Rust toolchain on CircleCI (#2424)
v-jizhang Apr 10, 2020
bf66d83
Install Ocaml toolchain on CircleCI (#2433)
v-jizhang Apr 10, 2020
971d299
Install LUA on CircleCI (#2437)
v-jizhang Apr 14, 2020
acdf2b8
Change Iphone default simulator to iPhone 8 (#2440)
v-jizhang Apr 14, 2020
dcfb5af
[apple_asset_catalog] Include Product Type in AcTool Args (#2403)
ydxia Apr 14, 2020
ad778b1
Update README.md (#2447)
brianduff Apr 14, 2020
0d98fd4
Use cache to improve CircleCi performance (#2438)
v-jizhang Apr 14, 2020
da58f85
Install Dlang toolchain on CircleCI (#2428)
v-jizhang Apr 15, 2020
6ee9c28
Fixed watchman installation link (#2451)
v-jizhang Apr 21, 2020
a73cd4c
Fixed NPE while parsing buildfile (#2431)
v-jizhang Apr 21, 2020
4eaf937
CircleCI build cache (#2450)
v-jizhang Apr 27, 2020
9a7109c
Upgrade to Python3 for docker build (#2460)
May 8, 2020
c527299
Create release (#2461)
May 9, 2020
3cb1605
Make release process work (#2464)
May 14, 2020
be632c4
Fixed abi for kotlin top level functions (#2458)
May 19, 2020
231a0b7
Print error messages when a flavor not found (#2456)
May 19, 2020
ad85419
Fixed bugs for Windows release process (#2465)
May 26, 2020
3b35a9b
Add "Expand variables based on" for Xcode scheme (#2455)
makadaw May 28, 2020
296818e
Do not set the sdk_version for ld version > 520 (#2468)
Jun 2, 2020
1ec02c9
Buck publish release on CircleCI (#2470)
Jun 3, 2020
1128604
Auto publish (#2471)
Jun 3, 2020
517ddb3
Linux publish release (#2472)
Jun 4, 2020
7dad543
Windows release on CircleCI (#2473)
Jun 8, 2020
0a6cb88
[buck] Make SwiftCompile support input-based rulekey
xianwen Jun 10, 2020
648ec89
Flavor rule key in `SwiftCompile` should be stringified. (#2475)
xianwen Jun 12, 2020
1693c95
Update jitpack python 3 url to be compatible with older OS (#2479)
kageiit Jun 17, 2020
e7d99ad
New python3 tar for jitpack doesn't have top-level `dist` dirs so no …
zeroxoneb Jun 17, 2020
b95de0b
Fixed CircleCI script for buck release (#2481)
Jun 17, 2020
5f08a26
Release fix (#2482)
Jun 22, 2020
75c67e4
pyenv upgraded, invalidate the cache (#2484)
Jun 23, 2020
1c31c5b
Respect user input if abi_generation_mode is explicitly provided in j…
davidhao3300 Jun 25, 2020
da5384f
Automate publishing docs on CirclrCI (#2486)
Jun 29, 2020
3283f1c
Fixed git push access denied issue (#2487)
Jun 29, 2020
0aeb8be
handle bundling resources of static frameworks (Originally by rmaz) (…
Unknoob Jul 10, 2020
0299f0f
Add support for java 11 builds in jitpack (#2499)
kageiit Jul 20, 2020
888cae1
Fixed Unable to resolve dependency jdk8 (= 8.0.172) (#2492)
Jul 22, 2020
c29414a
CircleCI fix (#2495)
Jul 22, 2020
992456c
Added python3 to interpreter names (#2497)
Jul 22, 2020
c381e7c
Fixes for rust tests (#2503)
Jul 30, 2020
c30a8be
Add support for ANDROID_SDK_ROOT environment variable (#2507)
Jul 30, 2020
290308e
Fix for #2498 (#2504)
surapuramakhil Jul 30, 2020
c12ddfe
Set max store size bytes correctly so it is used by AbstractAsynchron…
raviagarwal7 Aug 3, 2020
7486182
CI rust test fixes (#2511)
Aug 5, 2020
d62d9b2
Fixed a phthon installation bug on CircleCI (#2509)
Aug 5, 2020
cac7c76
add Easynvest to buck showcases (#2514)
Lcsmarcal Aug 6, 2020
427f770
Make Python3 the first choice of python interpreter (#2512)
Aug 6, 2020
39a6610
Fixed a python3 compatible issue (#2517)
Aug 12, 2020
ff103fc
Added application_region and application_language properties to xcode…
Lcsmarcal Aug 12, 2020
d1717fd
Added Android NDK tests (#2515)
Aug 13, 2020
a68ef0d
Saifulriza (#2523)
saifulriza Aug 17, 2020
1c601fd
Add full kotlin configurations to kotlin rule (v2) (#2526)
tyvsmith Aug 25, 2020
d9d41a5
Fixing paths that fail during project generation (#2527)
tyvsmith Aug 25, 2020
ffa062a
(Rebase) Add snapshot_images_diff_path to apple_test (#2528)
Lcsmarcal Aug 25, 2020
7273a9d
Fixes for Windows tests (#2529)
Aug 28, 2020
6ce4daa
Added Flavors to docs (#2522)
Aug 28, 2020
2c78fcb
Added a kotlin tutorial for android (#2525)
Aug 31, 2020
6a45969
Prepare release v2020.09.01 (#2532)
Sep 1, 2020
b12b77f
Added dependency to pulbishing docs (#2534)
Sep 2, 2020
ff7c4cd
Fixed CircleCI tests (#2531)
Sep 2, 2020
cd9fbc8
Upgraded ruby syntax in replease process (#2533)
Sep 2, 2020
ffd2df6
Skip flaky tests on Windows platform (#2536)
Sep 9, 2020
682b0aa
Increased a timeout in Winddows test. (#2544)
Sep 22, 2020
2ab66a9
Fixed dlang installation error (#2543)
Sep 22, 2020
e5f9062
Install python2 from archive. (#2542)
Sep 22, 2020
a103d9b
Fixed a link (#2539)
Sep 22, 2020
ae8e8fc
Added a rust tutorial (#2540)
Oct 6, 2020
32440f9
Add support for async worker processes (#2547)
mikekap Oct 13, 2020
ae2347e
[Apple] Add support to AppClips (#2552)
Lcsmarcal Oct 20, 2020
3ba8a81
[circleci] Add dockerhub auth env vars to CI (#2559)
nataliejameson Nov 10, 2020
2dfc734
[Apple] Fix Remove copy standard swift libraries step phase from AppC…
Lcsmarcal Dec 16, 2020
2b0ee31
[ci] Fix circle ci for Mac (#2576)
bobyangyf Jan 7, 2021
97e1ef7
Update some Buck documentation from whitelist to allowlist (#2574)
quittle Jan 8, 2021
2f85dfc
Update dependencies for Big Sur (#2580)
jasonnam Jan 12, 2021
7449238
Android App Bundles - Add Play feature delivery support for dex and n…
uKetki Mar 19, 2021
78f3d37
Fixing Kotlin ABI issues (#2596)
tyvsmith Mar 29, 2021
0a914c7
[Apple] Added command_line_arguments to xcode_workspace_config (#2560)
ciceroduarte Mar 29, 2021
0acbcbb
[TestNG] Don't fail if TestNG runs in parallel (#2591)
navkast Apr 1, 2021
3834803
[docs] Fix instructions for Java install with Homebrew (#2611)
narlei Apr 14, 2021
1507edb
Add friend path ABI jars as required deps of Kotlin libraries (#2616)
jbarr21 Apr 29, 2021
6afcd69
typo (#2617)
fimars Apr 30, 2021
ddf2941
Android App Bundles - Add test cases for dynamic feature modules (#2609)
uKetki May 17, 2021
b3b2934
Fix building with Xcode 12.5 (#2622)
pomozoff May 18, 2021
577c273
Update tutorial.soy (#2631)
AurelienFT Jun 28, 2021
ea66748
Use original JUnit test class name instead of suite class in test XML…
swarren12 Aug 27, 2021
5444652
[Apple] Fix iPhone simulator arm64 swift triple (#2621)
Lcsmarcal Aug 27, 2021
53ecffd
Fix multiple CircleCI failures (#2667)
cortinico Nov 11, 2021
c79e653
Fix macOS CircleCI jobs (#2674)
rajyengi Dec 23, 2021
0e72e40
Update log4j to 2.17.1 (#2676)
scottcao Jan 13, 2022
e9e9ef3
adding social banner (#2683)
dmitryvinn Mar 3, 2022
a8e25cb
Get Buck working for 3.10 (#2696) (#2697)
bigfootjon May 5, 2022
d599cf5
Fix missing JAVA_HOME on macos (#2698)
bigfootjon May 5, 2022
16dc486
Fix docs/publish.sh
bigfootjon May 7, 2022
70c4a9d
Automate importing third-party dependencies.
mdzyuba May 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .buckrelease
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2018.06.25.01
v2020.09.01.01
Loading