Commit Graph

2265 Commits

Author SHA1 Message Date
Salakar
abd80cf5ef [tests] misc linting 2018-09-16 17:59:04 +01:00
Salakar
c8abdd53d0 [tests][auth] ensure signed out state before each auth test 2018-09-16 17:58:01 +01:00
Salakar
fb57495a15 [tests][auth] add signInWithPhoneNumber tests 2018-09-16 17:57:18 +01:00
Salakar
485eed0238 [tests][ios] update url scheme for phone auth testing 2018-09-16 17:55:04 +01:00
Michael Diarmid
6305f15458 Merge pull request #1476 from oblador/updatePhoneNumber
[auth] Support updatePhoneNumber
2018-09-16 13:12:36 +01:00
Salakar
b9ebe1faf1 [tests] misc 2018-09-15 19:28:03 +01:00
Michael Diarmid
a5ba251e3a Merge pull request #1491 from invertase/notifications-foreground-check
[android][utils] `isAppInForeground` not accounting for React Native LifecycleState
2018-09-14 22:02:34 +01:00
Michael Diarmid
8a5aaa30b0 [android] Utils.isAppInForeground not accounting for RN LifecycleState
Prior to this change, this utility in some rare cases would return true that Activity was in the foreground, however, React Native was still in the process of resuming, this, for example, led to crashes in HeadlessJS Notification tasks: "Tried to start task RNFirebaseBackgroundMessage while in foreground, but this is not allowed."
2018-09-14 21:48:49 +01:00
Michael Diarmid
58d76d370f Merge pull request #1472 from invertase/detox9-metro-preset
RN 57
2018-09-12 21:37:06 +01:00
Salakar
ae8ac05302 RN 57 2018-09-12 21:36:17 +01:00
Salakar
84165257ce [tests] update Jet to ^0.1.0 2018-09-12 21:06:36 +01:00
Salakar
93d39412f5 [tests] refactor to use latest Jet setup 2018-09-12 21:05:48 +01:00
Salakar
953484a334 [tests] update to RN 57 release 2018-09-12 18:00:06 +01:00
Salakar
351e4e8136 [tests] switch to latest native jet package names 2018-09-12 12:46:46 +01:00
Joel Arvidsson
b3c24809ac Add updatePhoneNumber to TS type definitions 2018-09-11 16:39:18 +02:00
Michael Diarmid
1e80ad3478 Merge pull request #1346 from Storr-co/storage-typings
[typescript] Update storage typings
2018-09-11 10:55:01 +01:00
Tyler Jones
26fd6a8685 [typescript] Update storage typings 2018-09-10 15:14:13 -07:00
Michael Diarmid
02a6bc608d Update stale.yml 2018-09-10 20:42:45 +01:00
Michael Diarmid
217baffe2b Merge pull request #1479 from ecexplorer/master
Guard against NPE in deleteChannelGroup
2018-09-10 20:38:23 +01:00
Matthew Wood
48bf11849f Guard against NPE in deleteChannelGroup
- Fix only necessary in Android
- Only experienced by devices on Oreo or higher
2018-09-10 15:26:58 -04:00
Joel Arvidsson
a272910119 [auth] Support updatePhoneNumber 2018-09-10 15:36:40 +02:00
Michael Diarmid
02dfc7a1f9 Update README.md 2018-09-09 20:36:50 +01:00
Salakar
83a5594c39 [tests] misc deps + scripts 2018-09-09 01:50:26 +01:00
Salakar
621ad6b877 [tests][build] rename babel.config.js -> .babelrc.js to avoid metro bundling issue 2018-09-09 01:48:10 +01:00
Michael Diarmid
bd5f5be70e Merge branch 'master' into detox9-metro-preset 2018-09-09 01:16:28 +01:00
Salakar
f839acad1d [tests] simplify testing project guide and move detox-cli global to be a devDep 2018-09-09 01:11:31 +01:00
Salakar
1a481e2edf remove fbjs peerDep 2018-09-08 23:50:42 +01:00
Salakar
dbe2673bc6 [internals] remove redundant EventEmitter util 2018-09-08 23:49:50 +01:00
Salakar
f5fc374518 [tests][build] remove babel devDeps 2018-09-08 22:57:14 +01:00
Salakar
4ae88e3055 [tests][build] cleanup babel config 2018-09-08 22:53:00 +01:00
Salakar
9aa4de6b1b [tests][build] rename bridge 2018-09-08 22:28:02 +01:00
Salakar
a1b0ca8d11 [tests][build] cleanup metro config 2018-09-08 22:26:11 +01:00
Salakar
4d121036be [tests][build] xcode disable nullability completeness warning - some RN internals missing nullability annotations 2018-09-08 13:57:48 +01:00
Salakar
3bdeb437ec [tests][build] add extraNodeModulesGetter proxy - thanks @titozzz 👍 2018-09-08 13:43:16 +01:00
Salakar
b05d77d91d update podlock 2018-09-08 13:36:06 +01:00
Salakar
cf0af36542 [tests] remove providesModuleNodeModules 2018-09-08 13:27:46 +01:00
Salakar
591b60259d [tests] wip - upgrade tests to detox 9 / babel 7 / rn 57 2018-09-08 12:52:05 +01:00
Salakar
63e1cc638f [tests] wip - upgrade tests to detox 9 / babel 7 / rn 57 2018-09-08 12:50:57 +01:00
Håkon Knutzen
a506d1e5b5 [iOS] disable logging to application console in production (#1310)
* feat: replace NSLog statements with DLog statements

* Ignore me

Testing CI trigger
2018-09-07 18:37:50 +01:00
Michael Diarmid
97f6998776 Merge pull request #1468 from ecexplorer/master
BUGFIX: ReactMethod createChannelGroups() name fix
2018-09-07 16:18:01 +01:00
Michael Diarmid
64088fe9cd Merge pull request #1467 from invertase/codecov
[build] Switch to CodeCov
2018-09-07 16:04:43 +01:00
Matthew Wood
8a26f30a14 BUGFIX: ReactMethod createChannelGroups() name fix 2018-09-07 10:46:17 -04:00
Michael Diarmid
f07ae31b9c Create codecov.yml 2018-09-07 15:18:37 +01:00
Michael Diarmid
de985b6696 [build][ci] update coverage submit script 2018-09-07 14:32:35 +01:00
Michael Diarmid
d4682e1f5d add codecov dev dep 2018-09-07 14:29:27 +01:00
Michael Diarmid
90acbb5ff5 update to detox ^9.0.1 2018-09-06 22:52:24 +01:00
Salakar
6625efd934 [tests] fix nyc instrumentation config 2018-09-04 19:57:22 +01:00
Salakar
6d1416e430 [tests] update firestore tests to read from **/src/** 2018-09-04 19:31:16 +01:00
Salakar
6f3e67b287 [tests][build][ci] import from /src directly for tests - otherwise coverage won't map correctly 2018-09-04 19:26:54 +01:00
Salakar
5822aed1f8 [build][ci] store coverage artifacts 2018-09-04 19:09:41 +01:00