Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge branch 'main' into bazel-6 * wip reference assets cli plugin * Saving progress. Split targets based on src folder * Saving progress. Config loads * Skip testing mocks for now * Add cli-preset & generate xlrs for reference assets + types * Update preset * Add other asset types to plugin * Use js_xlr_pipeline macro for ref assets & types * set up maven * kotlin serialization builds.. * jvm core building * test running * jvm building * fix most of the tests * target es5 for native build * bundled reference assets mocks * aggregate mocks into //tools/mocks * build all the plugins * playerui in packages * grab bazel common works * android player building * android test building * demo lib building * android_ndk_respository cuz how can this NOT be needed for native android app build * building reference assets android * everything building * revert some unneeded changes * enabled and fixed most andriod reference asset tests * fix a bunch more unit tests * package apk properly * latest rules_jvm before bazel7 * update rules jvm and tests * replace local rules with git repos * install android 33 * enable distribution + use original rules_jvm * fix merge * fix mocks * remove aar * updated docker * update android image * set android ndk home * also add tools to ios build * re-enable android script to enable workspace ndk config * define android_home * specify java environment * log java env * what am i doing.. * gotta install jdk first * try 11 * and use it * what is in here * change java_home? * apple silicon install location? * correct location * rosetta? * install only ndk * brew install on rosetta * revert * accept 1 less license * skip license accept * zulu * don't tap * @ * change java_home * caskroom * don't install anything just create folder * back to 11 * revert script and install temurin8 * temurin requires rosetta * install rosetta at teh top * install rosetta at the top * root installer * proper JAVA_HOME maybe * remove evals * install sdk too * remove duplicate classes * change test to match bazel6 * change type-provider back * remove all NATIVE_BUILD_DEPS * Revert "remove all NATIVE_BUILD_DEPS" This reverts commit a121305. * Revert "change type-provider back" This reverts commit 39db253. * fix swift test check * add choiceAsset and unify test framework versions * lint * try removing the directory from working directory to see impact on workspace * git rm * forget it, gitignore it is * comment out non-existing things from rules_palyer * remove jvm deps.bzl * latest rules player with publishing * embedded jdk * remove debugger from j2v8 deps * add debugger to demo * attempt at solving lint issues * remote jdk over embedded * does this do anything * set all java options * jdk11 * java_language_version * fix targets * update release scripts to call proper js package target * remove embedded jdk * iOS - Use reference assets in swiftui tests (#368) replace dummy assets and use reference assets in swiftui tests Co-authored-by: nancywu1 <nancy_wu1@intuit.com> Co-authored-by: Harris Borawski <harrisborawski@gmail.com> * Ayncnode comments cleanup (#385) Async node comments clean up * update readme use updated ios pipeline macro with uitest target use updated ios pipeline macro with uitest target use updated ios pipeline macro with uitest target use updated ios pipeline macro with uitest target use updated ios pipeline macro with uitest target use updated ios pipeline macro with uitest target * some clarification docs for binding classes * enable ndk 23 * remove workspace ndk setup * compile against kotlin 1.7 to be compatible with gradle 7 * remove grab db * Revert "remove grab db" This reverts commit be1b030. * address most of the comments * address some more comments * add test back in * more comments * remove dummy API classes * all targets except ios * install tools * doc builds working * Fix storybook addons * fix a bunch of tests and change test command * super mocks bundle * fix player test * last test --------- Co-authored-by: Jeremiah Zucker <zucker.jeremiah@gmail.com> Co-authored-by: Adam Dierkens <Adam_Dierkens@intuit.com> Co-authored-by: nancywu1 <zx3wu109@gmail.com> Co-authored-by: Ketan Reddy <ketan@ketanreddy.com> Co-authored-by: nancywu1 <66387473+nancywu1@users.noreply.github.com> Co-authored-by: nancywu1 <nancy_wu1@intuit.com> Co-authored-by: Harris Borawski <harrisborawski@gmail.com> Co-authored-by: sakuntala-motukuri <sakuntala_motukuri@intuit.com>
- Loading branch information