- 11 Nov, 2021 2 commits
-
-
Nicola Corti authored
-
Nicola Corti authored
-
- 27 Aug, 2021 2 commits
-
-
Lucas Marçal authored
* Fix iPhoneSimulator arm64 swift triplet * fix unit tests * Empty commit to retrigger CI * fix WatchSimulator architectures Co-authored-by:
Lucas Marçal <lucas.marcal@ifood.com.br>
-
Simon Warren authored
* Use original JUnit test class name instead of suite class in test XML report * Correct expected/actual assertion order
-
- 28 Jun, 2021 1 commit
-
-
AurelienFT authored
Fix typo in tutorial doc.
-
- 18 May, 2021 1 commit
-
-
Anton Pomozov authored
* Fix building in Xcode 12.4+ * Update libswiftCompatibility from 50 to 51 Co-authored-by:
Anton Pomozov <anton.pomozov@ooma.com>
-
- 17 May, 2021 1 commit
-
-
uKetki authored
* Prepared test data for dynamic feature module. Each feature has some distinctly unique characteristics: 1. kotlin -> Feature written in Kotlin and will be available on-demand 2. java -> Feature written in Java and will be available conditionally for minsdk=21 and maxSdk=24 3. native -> Feature written in Java using JNI and will be available on-demand 4. initialInstall -> Feature written in Java and will be available at install-time * Setup workspace with kotlinc path
-
- 30 Apr, 2021 1 commit
-
-
荧 authored
-
- 29 Apr, 2021 1 commit
-
-
James Barr authored
-
- 14 Apr, 2021 1 commit
-
-
Narlei Moreira authored
* Fix docs for java install with homebrew * Fix docs for java install with homebrew; Try to force CI trigger
-
- 01 Apr, 2021 1 commit
-
-
Naveen Kasthuri authored
* [TestNG] Don't fail if TestNG runs in parallel * Add comment / trigger test * bump up timeouts in JobLimiterTest * frivolous change for retest
-
- 29 Mar, 2021 2 commits
-
-
Cícero Duarte authored
* Adding commandLineArguments to XCScheme * Adding commandLineArguments to projectV2 * Renaming envVariableList to commandLineArgsList
-
Ty Smith authored
* Fixing source abi gen for Kotlin Summary: Adding @JvmStatic support for kotlin methods to class abi generation Adding kotlin awareness to class abi generation BREAKGLASS - no metadata in buck repo. Test Plan: Built Android monorepo Reviewers: naveen.narayanan Reviewed By: naveen.narayanan Revert Plan: git revert Differential Revision: https://code.uberinternal.com/D5734339 * Fixing Kotlin ABI test to reflect synthetic
-
- 19 Mar, 2021 1 commit
-
-
uKetki authored
* [1/n Dynamic Feature Support] Create Android Optimiser layer and segregate responsibility of AndroidBinaryBuildable and AndroidBinaryOptimizer * [2/n Dynamic Feature Support] Update documentation of android_bundle rule to include changes required for dynamic features - Creates the final dex for base and dynamic feature by utilizing the application_module_configs flag, which will internally create an APKModuleGraph for each feature and generate a respective zip file. * [3/n Dynamic Feature Support] Add a new configuration flag useDynamicFeature to support dynamic features related attributes * [4/n Dynamic Feature Support] Define new configuration application_modules_with_manifest to decouple the manifest behavior from the resources * [5/n Dynamic Feature Support] Enable buck to support dynamic features with native libraries
-
- 12 Jan, 2021 1 commit
-
-
Jason Nam authored
* Update JNA to resolve framework loading issue on Big Sur https://github.com/java-native-access/jna/issues/1215 * Remove workaround initializing JNA early https://github.com/java-native-access/jna/issues/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" https://github.com/eclipse/jetty.project/issues/3244 * Cherry pick a2912b9c https://github.com/facebook/buck/commit/a2912b9c46bba1dc1b317d8532a5e04d3aa52389
-
- 08 Jan, 2021 1 commit
-
-
Dustin Toff authored
Summary: Conversion to more inclusive terminology for parts of public Buck documentation where the renaming does not conflict with API names. Reviewed By: bobyangyf fbshipit-source-id: eb7f6e96f7a43513b848b26d77eb06991eb5e4c6
-
- 07 Jan, 2021 1 commit
-
-
Bob (Yifan) Yang authored
-
- 16 Dec, 2020 1 commit
-
-
Lucas Marçal authored
* Remove copy standard swift libraries step phase from AppClips bundle * Remove unnecessary new line * Commit to run tests again (flaky test failed) Co-authored-by:
Lucas Marçal <lucas.marcal@ifood.com.br>
-
- 10 Nov, 2020 1 commit
-
-
Philip Jameson authored
Add in the org docker username / password and a login command to release-publishing CI jobs
-
- 20 Oct, 2020 1 commit
-
-
Lucas Marçal authored
* 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>
-
- 13 Oct, 2020 1 commit
-
-
Mike Kaplinskiy authored
* Allow WorkerProcess to be used for multiple jobs at the same time. No users yet, but next up is the process pool. * Introduce a new `async` option to worker tools. This makes buck call the tool concurrently, without waiting for responses. It's up to the tool to provide responses with the right ids, in any order. * Write some tests, fix some bugs * Add back license * Update WorkerProcessPool.java * Fix windows tests Don't crash all of buck when a worker process fails. * Code review feedback and clarifications, I hope
-
- 06 Oct, 2020 1 commit
-
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
- 22 Sep, 2020 4 commits
-
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
* Install python2 from archive. * Fixed an python3 installation error. Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
* Fixed dlang installation error * Fixed dlang installation error Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
-
- 09 Sep, 2020 1 commit
-
-
Jinlin Zhang authored
* Skip flaky tests on Windows platform * Skip flaky tests on Windows platform * Skip flaky tests on Windows platform * Skip flaky tests on Windows platform * Skip a flaky test on Windows
-
- 02 Sep, 2020 3 commits
-
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
- 01 Sep, 2020 1 commit
-
-
Jinlin Zhang authored
Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
- 31 Aug, 2020 1 commit
-
-
Jinlin Zhang authored
* Added a kotlin tutorial for android * Corrected errors in kotlin tutorial Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
- 28 Aug, 2020 2 commits
-
-
Jinlin Zhang authored
* Added Flavors to docs * Flavor documentation, moddified per code review. Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
Jinlin Zhang authored
* Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests * Fixes for Windows tests
-
- 25 Aug, 2020 3 commits
-
-
Lucas Marçal authored
* Add snapshot_images_diff_path to apple_test * Fix some issues found at code review Co-authored-by:
Lucas Marçal <lucas.fernandes@easynvest.com.br>
-
Ty Smith authored
-
Ty Smith authored
* Add full kotlin configurations to kotlin rule * Adding test for KotlinConfiguredComilerFactory * Fixing pmd issue on setup method * Renaming remaining references to extra_kotlinc_arguments to free_compiler_args * Adding license info to new test file Co-authored-by:
Zac Sweers <pandanomic@gmail.com>
-
- 17 Aug, 2020 1 commit
-
-
Saiful Riza authored
* Add logo * Update README.md * Update README.md
-
- 13 Aug, 2020 1 commit
-
-
Jinlin Zhang authored
* Added Android NDK 19 tests * Added ndk 20 tests * Added NDK 21 tests * Added timout for long running tests Co-authored-by:
v-jizhang <66389669+buck-bot@users.noreply.github.com>
-
- 12 Aug, 2020 1 commit
-
-
Lucas Marçal authored
* Add region and language option to launch and test actions in xcode_workspace_config * Add application region and language arguments to projectV2 * Create unit test Co-authored-by:
Lucas Marçal <lucas.fernandes@easynvest.com.br>
-