This project is mirrored from https://github.com/facebook/react-native.git.
Pull mirroring updated .
- Feb 11, 2016
-
-
Konstantin Raev authored
Summary: Copy of #5760 reverted merge. We need to preserve history of docs changes on the webserver. The goal is to allow users to browse outdated versions of docs. To make things simple all websites will be released to https://facebook.github.io/react-native/releases/version/XX folder when there is a branch cut. I switched from Travis CI to Cirle CI because it works faster and I am more familiar with it. How it works: 1. If code is pushed to `master` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/next folder. Github will serve this website from https://facebook.github.io/react-native/releases/version/next URL. All relative URLs will work within that website 2. If code is pushed to `0.20-stable` branch then CI will build a fresh version of docs and put it in https://github.com/facebook/react-native/tree/gh-pages/releases/0.20 folder. Github will serve this webs...
-
- Feb 10, 2016
-
-
Konstantin Raev authored
Reviewed By: mkonicek Differential Revision: D2921590 fb-gh-sync-id: 714813270268e5b83e7068f3fe12ee442cd2eb69 shipit-source-id: 714813270268e5b83e7068f3fe12ee442cd2eb69
-
Konstantin Raev authored
It will be synced from fbsource in an hour
-
- Jan 07, 2016
-
-
Pieter De Baets authored
-
- Jan 05, 2016
-
-
James Ide authored
Updates the Travis CI environment to install Node 5.
-
- Dec 24, 2015
-
-
Christopher Chedeau authored
-
- Dec 12, 2015
-
-
Christopher Chedeau authored
-
- Nov 06, 2015
-
-
Felix Oghină authored
This reverts commit a632c572.
-
Felix Oghină authored
-
Felix Oghină authored
-
- Oct 15, 2015
-
-
Christopher Chedeau authored
-
Christopher Chedeau authored
$APPETIZE_TOKEN is now available
-
- Sep 24, 2015
-
-
Felix Oghină authored
-
James Ide authored
The packager and cli tests now run independently of the RN JS tests. When the packager moves to its own repo we can just remove the packager entry from .travis.yml. The cli tests are also marked as allowed to fail for now.
-
- Sep 23, 2015
-
-
James Ide authored
- Uses the Xcode 7 image - The new image includes xctool 0.2.5 (current) - Removes the `brew update` command, which needed to fetch a lot of data - Disables the npm spinner before installing flow-bin - Uses `$TMPDIR` instead of spinning up Node
-
- Sep 16, 2015
-
-
James Ide authored
Jest 0.5.2 ships with a fix for bound functions, which RN exercises. And with this Travis change, the automated tests will install Node 4.x with nvm before running. Test Plan:`nvm use 4 && npm i && npm test` See if Travis tests pass.
-
- Sep 04, 2015
-
-
James Ide authored
Use Xcode 6.4 instead of Travis' beta support for 6.3.
-
- Sep 02, 2015
-
-
James Ide authored
The previous version of stacktrace-parser 0.1.2 had an line in its package.json file that required Node <= 2.x. That line was removed, so it no longer warns on io.js 3.x or Node 4.x. Similarly, ws 0.8.0 was published with support for the new V8, so it compiles with io.js 3.x and therefore should work with Node 4.x. Updated the Travis file as well to run on io.js 3.x. Test Plan: ``` $ nvm use iojs-v3 Now using io.js v3.1.0 (npm v2.13.3) $ npm i <no compiler errors> ```
-
- Aug 22, 2015
-
-
James Ide authored
There was a problem where NVM_DIR wasn't correctly configured, which meant that `npm install` was using whatever version of Node was on the system (0.12 in this case) despite having run `nvm use iojs-v2`. Fixing up NVM_DIR fixes the `npm install` errors and builds the native npm packages for the right version of Node.
-
- Aug 13, 2015
-
-
Tadeu Zagallo authored
-
- Aug 12, 2015
-
-
Christopher Chedeau authored
-
- Jul 31, 2015
-
-
Christopher Chedeau authored
-
- Jul 02, 2015
-
-
James Ide authored
Updates the tests in small ways so they run on io.js with some updates: - The Cache test which relies on Promises uses `runAllImmediates` for modern versions of Node because bluebird uses `setImmediate` instead of `process.nextTick` for Node >0.10. Test Plan: Run `npm test` with the latest version of jest.
-
- May 30, 2015
-
-
Tadeu Zagallo authored
-
Tadeu Zagallo authored
-
- May 14, 2015
-
-
Christopher Chedeau authored
-
Christopher Chedeau authored
-
Christopher Chedeau authored
-
- May 05, 2015
-
-
Alex Kotliarskyi authored
-
- Apr 23, 2015
-
-
Alex Kotliarskyi authored
-
- Apr 17, 2015
-
-
Christopher Chedeau authored
-
- Apr 11, 2015
-
-
Alex Kotliarskyi authored
-
Alex Kotliarskyi authored
-
- Apr 04, 2015
-
-
Ben Alpert authored
-
Ben Alpert authored
-
- Apr 02, 2015
-
-
Ben Alpert authored
To catch docgen errors.
-
Ben Alpert authored
Now website build failures should fail the build, and Xcode tests should run correctly (previously they didn't seem to be -- Travis was complaining that no project or scheme was specified).
-
- Mar 28, 2015
-
-
Ben Alpert authored
Had to change around the config since this is now a public repo so we can't use SSH auth. This seems to work though.
-
- Mar 27, 2015
-
-
Spencer Ahrens authored
-
Spencer Ahrens authored
-