Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Dec 31, 2021
  2. Oct 17, 2019
    • Andres Suarez's avatar
      Tidy up license headers [3/n] · aee88b68
      Andres Suarez authored
      Summary: Changelog: [General] [Fixed] - License header cleanup
      
      Reviewed By: yungsters
      
      Differential Revision: D17952693
      
      fbshipit-source-id: 8fcb8e58a2e04e7a3169f4d525bffc00835768e6
      aee88b68
  3. Feb 28, 2019
  4. Oct 31, 2018
    • Tim Yung's avatar
      RN: Missing Copyright Headers · a689711f
      Tim Yung authored
      Summary: Adds copyright headers to all files that are missing them.
      
      Reviewed By: hramos
      
      Differential Revision: D12837494
      
      fbshipit-source-id: 6330a18919676dec9ff2c03b7c9329ed9127d930
      a689711f
  5. Sep 29, 2018
  6. Oct 18, 2017
  7. Feb 25, 2017
    • Nicholas Tate's avatar
      Docker Testing Environment for Android & JS · fe2ff122
      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
      fe2ff122
  8. May 27, 2016
  9. May 06, 2016
  10. May 05, 2016
    • Konstantin Raev's avatar
      Added stability to OSS instrumentation tests · 110d1587
      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
      110d1587
  11. Mar 02, 2016
    • Konstantin Raev's avatar
      instrumentation tests are executed with BUCK · f827f7b7
      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
      f827f7b7