Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Appclips support #10

Merged
merged 45 commits into from
Oct 20, 2020
Merged

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    1c31c5b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Automate publishing docs on CirclrCI (facebook#2486)

    * Automate publishing docs on CirclrCI
    
    * Automate publishing docs on CircleCI
    
    * Automate publishing docs on CircleCI
    
    * Automate publishing docs using linux VM
    
    * Fixed Python3 compatible issues
    
    * Added code to install android_sdk
    
    * Automate docs, installed JDK for java docs
    
    * Automate publishing docs on CircleCI, added CNAME
    
    * Automate publishing docs deleted an extra line
    
    * Automate publishing docs, refactored code
    
    * Automate publishing docs, changed a required test name
    
    Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    da5384f View commit details
    Browse the repository at this point in the history
  2. Fixed git push access denied issue (facebook#2487)

    Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3283f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. handle bundling resources of static frameworks (Originally by rmaz) (f…

    …acebook#2490)
    
    * handle bundling resources of static framworks
    
    add a test for bundling resources of static deps
    
    make formatter happy
    
    * Indentation fix
    
    * Reverted some filtering changes
    
    Co-authored-by: Richard Howell <richardh@uber.com>
    Co-authored-by: Gabe <gabriel.beltrame@luizalabs.com>
    3 people authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0aeb8be View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    0299f0f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Fixed Unable to resolve dependency jdk8 (= 8.0.172) (facebook#2492)

    Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    888cae1 View commit details
    Browse the repository at this point in the history
  2. CircleCI fix (facebook#2495)

    Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    c29414a View commit details
    Browse the repository at this point in the history
  3. Added python3 to interpreter names (facebook#2497)

    * Added python3 to interpreter names
    
    * Fixed an infinite recursive call
    
    * Test fixes
    
    * test fixes
    
    * Pull out unrelated changes
    
    Co-authored-by: buck-bot <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    992456c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Fixes for rust tests (facebook#2503)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c381e7c View commit details
    Browse the repository at this point in the history
  2. Add support for ANDROID_SDK_ROOT environment variable (facebook#2507)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c30a8be View commit details
    Browse the repository at this point in the history
  3. Fix for facebook#2498 (facebook#2504)

    * Fix for facebook#2498
    
    Buck fails to build non predex apps which include jars containing module-info.class files` facebook#2498
    
    * Update DalvikStatsCache.java
    
    Typo fix
    
    * Update DalvikStatsCache.java
    
    Added comment for special case
    
    * Update DalvikStatsCache.java
    
    Added new New line and space before comments.
    
    v-jizhang 12 hours ago Contributor
    Could you move your comment 1 line down and add 1 space after "//"? Thanks @surapuramakhil
    
    * extracted filename from entry relative path, updated check with equals intead of ends with
    
    * updated comment
    surapuramakhil authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    290308e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Set max store size bytes correctly so it is used by AbstractAsynchron…

    …ousCache to decide what to upload (facebook#2510)
    raviagarwal7 authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c12ddfe View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. CI rust test fixes (facebook#2511)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    7486182 View commit details
    Browse the repository at this point in the history
  2. Fixed a phthon installation bug on CircleCI (facebook#2509)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d62d9b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. add Easynvest to buck showcases (facebook#2514)

    Co-authored-by: Lucas Marçal <lucas.fernandes@easynvest.com.br>
    Lcsmarcal and Lucas Marçal authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    cac7c76 View commit details
    Browse the repository at this point in the history
  2. Make Python3 the first choice of python interpreter (facebook#2512)

    * Make Python3 the first choice of python interpreter
    
    * Fixed tests
    
    * Fixed tests
    
    * Fixed tests
    
    * Fixed testgs
    
    * Fixed tests
    
    * Fixed tests
    
    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    427f770 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Fixed a python3 compatible issue (facebook#2517)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    39a6610 View commit details
    Browse the repository at this point in the history
  2. Added application_region and application_language properties to xcode…

    …_workspace_config (facebook#2519)
    
    * 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>
    Lcsmarcal and Lucas Marçal authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ff103fc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Added Android NDK tests (facebook#2515)

    * 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>
    Jinlin Zhang and buck-bot authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d1717fd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Saifulriza (facebook#2523)

    * Add logo
    
    * Update README.md
    
    * Update README.md
    saifulriza authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    a68ef0d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Add full kotlin configurations to kotlin rule (v2) (facebook#2526)

    * 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>
    tyvsmith and ZacSweers authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1c601fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d41a5 View commit details
    Browse the repository at this point in the history
  3. (Rebase) Add snapshot_images_diff_path to apple_test (facebook#2528)

    * 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>
    Lcsmarcal and Lucas Marçal authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ffa062a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Fixes for Windows tests (facebook#2529)

    * 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
    Jinlin Zhang authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7273a9d View commit details
    Browse the repository at this point in the history
  2. Added Flavors to docs (facebook#2522)

    * Added Flavors to docs
    
    * Flavor documentation, moddified per code review.
    
    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6ce4daa View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Added a kotlin tutorial for android (facebook#2525)

    * Added a kotlin tutorial for android
    
    * Corrected errors in kotlin tutorial
    
    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2c78fcb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Prepare release v2020.09.01 (facebook#2532)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    6a45969 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Added dependency to pulbishing docs (facebook#2534)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b12b77f View commit details
    Browse the repository at this point in the history
  2. Fixed CircleCI tests (facebook#2531)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ff7c4cd View commit details
    Browse the repository at this point in the history
  3. Upgraded ruby syntax in replease process (facebook#2533)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    cd9fbc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Skip flaky tests on Windows platform (facebook#2536)

    * 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
    Jinlin Zhang authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ffd2df6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Increased a timeout in Winddows test. (facebook#2544)

    Jinlin Zhang authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    682b0aa View commit details
    Browse the repository at this point in the history
  2. Fixed dlang installation error (facebook#2543)

    * Fixed dlang installation error
    
    * Fixed dlang installation error
    
    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    2ab66a9 View commit details
    Browse the repository at this point in the history
  3. Install python2 from archive. (facebook#2542)

    * Install python2 from archive.
    
    * Fixed an python3 installation error.
    
    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    e5f9062 View commit details
    Browse the repository at this point in the history
  4. Fixed a link (facebook#2539)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    a103d9b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Added a rust tutorial (facebook#2540)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    Jinlin Zhang and buck-bot authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ae8e8fc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Add app clip support

    Lucas Marçal committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    cf8779b View commit details
    Browse the repository at this point in the history
  2. Add integration test

    Lucas Marçal committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    60ce9c6 View commit details
    Browse the repository at this point in the history
  3. fix target name at Integration test

    Lucas Marçal committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    9938ab3 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Lucas Marçal committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7114524 View commit details
    Browse the repository at this point in the history
  5. Fix bundle ProductType

    Lucas Marçal committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7799dc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Add support for async worker processes (facebook#2547)

    * 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
    mikekap authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    32440f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge branch 'master_fb' into feature/add_app_clip_support

    Lucas Marçal committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    95d7f93 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master_ifood' into add_app_clip_support_ifood

    # Conflicts:
    #	src/com/facebook/buck/apple/AppleTest.java
    #	src/com/facebook/buck/apple/XctoolRunTestsStep.java
    #	src/com/facebook/buck/apple/xcode/XCScheme.java
    #	src/com/facebook/buck/features/apple/project/SchemeGenerator.java
    #	src/com/facebook/buck/features/apple/project/WorkspaceAndProjectGenerator.java
    #	src/com/facebook/buck/features/apple/projectV2/SchemeGenerator.java
    #	src/com/facebook/buck/features/apple/projectV2/WorkspaceAndProjectGenerator.java
    Lucas Marçal committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    dfefdba View commit details
    Browse the repository at this point in the history
  3. remove duplicated change

    Lucas Marçal committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1ec63f6 View commit details
    Browse the repository at this point in the history