This project is mirrored from https://github.com/facebook/react-native.git.
Pull mirroring updated .
- Dec 31, 2021
-
-
Andres Suarez authored
Reviewed By: aaronabramov Differential Revision: D33367752 fbshipit-source-id: 4ce94d184485e5ee0a62cf67ad2d3ba16e285c8f
-
- Oct 17, 2019
-
-
Andres Suarez authored
Summary: Changelog: [General] [Fixed] - License header cleanup Reviewed By: yungsters Differential Revision: D17952693 fbshipit-source-id: 8fcb8e58a2e04e7a3169f4d525bffc00835768e6
-
- Feb 28, 2019
-
-
Héctor Ramos authored
Summary: This is an effort to clean up the root of the repository. Everything related to Docker is being moved to the `.circleci` directory, as these images are used as part of the Circle CI 2.0 tests on Android. [GENERAL] [Changed] - Moved Dockerfiles into .circleci directory Pull Request resolved: https://github.com/facebook/react-native/pull/23677 Differential Revision: D14253735 Pulled By: cpojer fbshipit-source-id: 4d482d531a71b8259b09c001b310d82ce5349b87
-
- Oct 31, 2018
-
-
Tim Yung authored
Summary: Adds copyright headers to all files that are missing them. Reviewed By: hramos Differential Revision: D12837494 fbshipit-source-id: 6330a18919676dec9ff2c03b7c9329ed9127d930
-
- Sep 29, 2018
-
-
Héctor Ramos authored
Summary: As recommended in https://circleci.com/docs/2.0/using-shell-scripts/#use-shellcheck It will only run on PRs for now. Pull Request resolved: https://github.com/facebook/react-native/pull/19681 Differential Revision: D10111711 Pulled By: hramos fbshipit-source-id: e980a526561dced79e5197a11cfb41a3eba9be8b
-
- Oct 18, 2017
-
-
mori-dev authored
Summary: Small fix: Fix typo in run-instrumentation-tests-via-adb-shell.sh. "reponse" is a misspelling of "response" Closes https://github.com/facebook/react-native/pull/16408 Differential Revision: D6080538 Pulled By: hramos fbshipit-source-id: 6fc4962fea3f52e1f384fcad3639626866fe131f
-
- Feb 25, 2017
-
-
Nicholas Tate authored
Summary: Created a containerized environment to run unit and integration tests for both javascript and android as well as a Jenkinsfile using the new 2.0 Pipeline syntax for integration into a Jenkins CI cluster. Here is a quick summary of the changes: * The android image is built from two separate dockerfiles. There is a base image that handles the heavy lifting of dependencies that are infrequently changed while the secondary image extends the base and allows for much quicker incremental builds on code updates. * The javascript image is simple and is relatively quick to build, therefore there is no base image for any react specific javascript dependencies and it is all packaged in a single docker image. * A new `scripts/docker` has been created including some javascript files and shell scripts to aid in the running of the tests * The instrumentation test runner script can be passed various flags to control which tests run since the entire suite takes a significant amount of time to run synchronously * Jen Closes https://github.com/facebook/react-native/pull/11902 Differential Revision: D4609238 Pulled By: ericvicenti fbshipit-source-id: a317f3ac3be898180b009254a9604ca7d579a8b9
-
- May 27, 2016
-
-
Konstantin Raev authored
Summary: - TestIdTestModule instrumentation tests is responsible for too many occasional crashes, e.g. https://circleci.com/gh/facebook/react-native/7054. This should fix the problem (will monitor over next week) - Made file naming more consistent - 5 retries don't make e2e tests more stable, reduced back to 3 but I need to investigate how to make it more reliable Closes https://github.com/facebook/react-native/pull/7784 Differential Revision: D3354444 fbshipit-source-id: d058362edbec09522a4828998e01988a82a74487
-
- May 06, 2016
-
-
Konstantin Raev authored
Summary: Fixed regex that looks for OK sign **Test plan (required)** - circle CI results Closes https://github.com/facebook/react-native/pull/7410 Differential Revision: D3265016 fb-gh-sync-id: 1eba7297116d31f8bf3393733141058cf6a7454a fbshipit-source-id: 1eba7297116d31f8bf3393733141058cf6a7454a
-
- May 05, 2016
-
-
Konstantin Raev authored
Summary: This change makes all instrumentation tests to be executed in sequence in independent retriable processes. With a new test being open sourced recently our CI stability degraded. This PR should bring back stability because tests won't affect each other and will have shorter lifetime Closes https://github.com/facebook/react-native/pull/7353 Differential Revision: D3259081 fb-gh-sync-id: 48ccdb5dbd561d416526497ff474378db9ca3c60 fbshipit-source-id: 48ccdb5dbd561d416526497ff474378db9ca3c60
-
- Mar 02, 2016
-
-
Konstantin Raev authored
Summary:Added ability to run instrumentation tests with BUCK. This change uses BUCK to build and run instrumentation tests facebook style. The gains are that we can execute the same tests internally at FB and in OSS. Also running tests not via graddle:connect command is 1.5 minutes faster. I'll keep keep an eye on stability Gradle and BUCK builds for a while. Closes https://github.com/facebook/react-native/pull/6176 Differential Revision: D2999878 Pulled By: bestander fb-gh-sync-id: d715ba231769e57100685a1256f2e530c589921c shipit-source-id: d715ba231769e57100685a1256f2e530c589921c
-