Rocket.Chat.ReactNative/app/reducers
IlarionHalushka 59a71ffaef [CHORE] Bugsnag logging setup (#1145)
* initial bugsnag setup

* upload sourcemaps to bugsnag during ios-build job

* fix: spacing in config.yml

* add yarn global add react-native

* add separate step: Upload sourcemaps to Bugsnag

* add brew install watchman

* install react-native-cli, remove install watchman

* upload source maps for android build

* add yarn add global react-native react-native-cli for android-build ci job

* add working_directory to android-build

* install npm i -g react-native react-native-cli

* add Install Node step to android-build job

* export path to node to bash_profile

* add step Install React Native CLI to android build job

* use yarn generate-source-maps in ci; exchange firebase log -> bugsnag log

* implement send(toggle) crash reports button

* move BUGSNAG_API_KEY to config file; remove generated source maps files

* unlink bugsnag

* add ios/Pods files connected to Bugsnag; fix ci android build job

* export firebase analytics also from /utils/log

* use `log(e)` instead of `log(error)`

* API Key changes

* pod install

* Fix iOS build

* Simulate error

* lint

* Add navigation

* Use projectRoot

* Revert project root

* - Don't run on forks
- Upload dSYMs

* Remove error sim

* Remove automatic dSYMs upload

* Remove fastlane-plugin-bugsnag
2019-08-23 10:18:47 -03:00
..
app.js Switch to react-navigation (#687) 2019-03-12 13:23:06 -03:00
connect.js [FIX] SDK issues (#621) 2019-02-12 14:14:11 -02:00
crashReport.js [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
createChannel.js Update navigation library (#501) 2018-10-23 18:39:48 -03:00
index.js [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
initialState.js Load settings to redux and allow login via LDAP and CROWD 2017-08-13 20:02:46 -03:00
login.js [NEW] Custom OAuth (#1093) 2019-08-07 11:36:53 -03:00
markdown.js [IMPROVEMENT] Add toggle markdown to settings (#907) 2019-05-21 09:12:15 -03:00
messages.js [FIX] Threads (#838) 2019-04-24 15:36:29 -03:00
notification.js [NEW] In-app notification (#964) 2019-06-10 13:23:19 -03:00
reducers.js [WIP] Abstract database calls (#157) 2017-12-27 13:22:06 -02:00
rooms.js [FIX] SDK issues (#621) 2019-02-12 14:14:11 -02:00
rootReducer.js get message saga 2017-08-17 03:28:41 -03:00
selectedUsers.js Beta (#265) 2018-04-24 17:08:17 -03:00
server.js [FIX] Cancel ongoing tasks on server change (#984) 2019-06-17 10:57:07 -03:00
share.js [FIX] Share Extension issues (#1064) 2019-07-29 13:33:28 -03:00
sortPreferences.js Use Rest API calls (#558) 2018-12-05 18:52:08 -02:00