Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jhen0409/react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
https://github.com/jhen0409/react-native-debugger

Change product name of root packagr.json for dev mode

split electron settings between dev and prod mode

e62097d289129e7ac5acf67b8c98730d84b47bc1 authored over 7 years ago by Jhen <[email protected]>
docs(redux-devtools-integration.md): More description for MobX links

8db1fb4a1379f02a9ef28958f4414da966bc0d86 authored over 7 years ago by Jhen <[email protected]>
docs(react-devtools-integration.md): More explain how it works

5db576ad26391aaf1336197eddd850c123a08648 authored over 7 years ago by Jhen <[email protected]>
docs(getting-started.md): Update react-native-windows link

545b44c73d85792c3eb3f8d498e04062d2e5fee1 authored over 7 years ago by Jhen <[email protected]>
docs: Add other doc links for each doc

19bc78f857f91e23250704c13d11756c4104908c authored over 7 years ago by Jhen <[email protected]>
docs(getting-started.md): Clear to explain getting started steps

456650289c6c97544dbedf715a86932ac26f999a authored over 7 years ago by Jhen <[email protected]>
Fix show/hide react panel makes server start listening even if no worker running

90e44bfc55999b88bf463554251148ce01519573 authored over 7 years ago by Jhen <[email protected]>
Ignore `__RND_INTERVAL__` logging on MessageQueue.spy (#140)

* Ignore `__RND_INTERVAL__` logging on MessageQueue.spy

* Wrap spy function if it already set...

8803f029828bccc13ea3fd9ac4734936db83ed67 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
v0.7.7

97ab2697ec888066708d4b1727008ced2b4f2040 authored over 7 years ago by Jhen <[email protected]>
Update dependencies, include Electron 1.7.7

bb8a831efada426b4d20023586ca3f65975f738d authored over 7 years ago by Jhen <[email protected]>
Avoid call `SetEscapeTouchBarItem` native method

related to #81, this is temporarily and uncertainty because the original issue cannot reproduce....

898341d2807d379644fdfb561263a66d88edccf5 authored over 7 years ago by Jhen <[email protected]>
Catch certificate-error in favor of Network Inspect feature

fix #137

595dbe4368941c7c51f293d1afd5a40797b683cd authored over 7 years ago by Jhen <[email protected]>
Update ISSUE_TEMPLATE.md

19312dfb4c98cc9e2a22d32782df1c3133b790b9 authored over 7 years ago by Jhen <[email protected]>
Clear to explain React Inspector server listening error

94ec449252c5221dfe63940889f45c0322d4c30d authored over 7 years ago by Jhen <[email protected]>
Use portscanner.findAPortNotInUse instead of get-port

just reduce dependency

957d5a4e57aa8ef04243e8a76122879f32b45b6a authored over 7 years ago by Jhen <[email protected]>
Should ensure cleared timeout if called preconnect twice

d2c56b10fc7c005ba154a65cef23546ff53d0d8a authored over 7 years ago by Jhen <[email protected]>
Use shelljs for postinstall script (#136)

5a70dab063646e958d98e4bcc90d12ae66a807b1 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Run electron postinstall on AppVeyor

9f7ecd77584332a40ff17b47f92c5442ffd3e138 authored over 7 years ago by Jhen <[email protected]>
Don't enable caching for CI

Electron install are randomly incorrect

54f21eccbc0e3abb77d4150798d2fe183eb213bf authored over 7 years ago by Jhen <[email protected]>
Ignore scripts for yarn on AppVeyor

8be78681e690d94a091a713b366366c5651de17f authored over 7 years ago by Jhen <[email protected]>
Analyze renderer bundle

f3b39ad6523833bae4cf9e0638c00c8ca046da81 authored over 7 years ago by Jhen <[email protected]>
Avoid socketcluster-client included in bundle

c9e4f21e59a335f24ae0c82e288a64b612a2f44f authored over 7 years ago by Jhen <[email protected]>
Examples: Upgrade CRNA to latest version

e4b56e40cce686e4ae17a90fe7b8f850967dbd85 authored over 7 years ago by Jhen <[email protected]>
Use WebSocket from browser instead of `ws` (#133)

* Use WebSocket from browser instead of `ws`

* Remove unnecessary babel externals

* Should...

93e82ef1c48e046c6711411fe7450b9a31caab64 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Add warning if XHR have been replaced before enable Network Inspect (#131)

* Add documentation link for Network Inspect log

* Add warning if XHR have been replaced befo...

0b9d26ba6601b0692ba8dae26aad3468870d2c44 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Don't persist network inspect enable in local storage (#128)

d4385eb3ca941812bf9bb34d22965d00e8c23be7 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Fix ReactInspector server opened if panel is hidden

follow up of https://github.com/jhen0409/react-native-debugger/commit/c84349ca3d65b643d04944ec81...

0954f1d6ff15c936d262cac4b2c8c823fced4195 authored over 7 years ago by Jhen <[email protected]>
v0.7.6

8d199caf3530bad392e0cbbef1be48f97a64c16a authored over 7 years ago by Jhen <[email protected]>
Mention `react-native-devsettings-android` in docs/debugger-integration.md

2abb143008fb393e183b2ad89222860e6df790f2 authored over 7 years ago by Jhen <[email protected]>
Fix prev worker check on ReactInspector

5cb5ed65459915a5eaca2e6f3509e30c042d0626 authored over 7 years ago by Jhen <[email protected]>
Open / Close server when react panel opened / hidden

closes #125

c84349ca3d65b643d04944ec817d59eebf53adab authored over 7 years ago by Jhen <[email protected]>
Show `How to use it with real device?` info on ReactInspector first render

5e17d036769f73ef970fd948b29d697851617d1d authored over 7 years ago by Jhen <[email protected]>
Don't close `resources` tab (Application) of devtools

context: https://github.com/jhen0409/react-native-debugger/pull/122#issuecomment-324427253

e03d8011d77dd5855856305d89b02a29cbc42724 authored over 7 years ago by Jhen <[email protected]>
Fix get showDevMenu on worker

69323a05a489948089a3eb8f6962757b0ddcab5c authored over 7 years ago by Jhen <[email protected]>
Fix link of readme

41a069f8ab084590189933c5f93b25a769d892d9 authored over 7 years ago by Jhen <[email protected]>
Update README.md

5c01a71e9de2b7c4a375c5c9bcc5d45292c31087 authored over 7 years ago by Jhen <[email protected]>
Add `Change theme of Chrome DevTools with React DevTools together` section in `docs/react-devtools-integration.md`

b87510474fafb16b5e7657bdb71e4c05d39bd3f8 authored over 7 years ago by Jhen <[email protected]>
Select `RNDebuggerWorker.js` context on RN app load

7b162beb75f21b3864bd10f4e197301ff5c92803 authored over 7 years ago by Jhen <[email protected]>
v0.7.5

3270d1bca991dd988996b38a857649d2e7875efb authored over 7 years ago by Jhen <[email protected]>
Update dependencies

9585eb104dc88476904792998a68cd27f72b5807 authored over 7 years ago by Jhen <[email protected]>
Update screenshot

de53b57e30aa0c30f5989c7b0a814bc491146aea authored over 7 years ago by Jhen <[email protected]>
Clear network logs on RN app reload (#123)

ad7102a9449b66a35cd5a52f9541c2eb660e89f2 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Remove unnecessary devtools tabs on devtools-opened (#122)

* Remove unecessary devtools tabs on devtools-opened

* Avoid global definition

* Call `rem...

48a148fcabe928b6e24621fad47eb0c7a8f8936b authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Add support open file in editor by click source links of console log (#121)

* Inject script to devtools webContents

* Receive message by devtools helper

* Request `/o...

4727ea7288052acfd9d8aa57c0f69fb5afec7879 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
v0.7.4

f692fe583651373588592d6ca12ec2b69fa81eb1 authored over 7 years ago by Jhen <[email protected]>
Update depencencies

dfb3cb617dd4b53ae100085240904a489d0db4f5 authored over 7 years ago by Jhen <[email protected]>
Fix problem of cannot set forbidden header names of web if enabled network inspect (#118)

* Fix problem of cannot set forbidden header names of web if enabled network inspect

* Update...

96ef740661ea96ec3ebdac3685ee2f1ff716f22a authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Fix linter errors

441de8e599e0f7d70a7da2b90929d74c8526cf9f authored over 7 years ago by Bernd Schrooten <[email protected]>
Remove bookkeeping of active windows

149cc340ebc37c6b0eda8facea8ba3ea864bd808 authored over 7 years ago by Bernd Schrooten <[email protected]>
Add toggle in menu for device sync

e467db6b88485c401caafa280bdd4be8dbf1f7f3 authored over 7 years ago by Bernd Schrooten <[email protected]>
Add sync function to sync actions between connected devices

1ad4afe4554734fe000c470113930819cd9e11b0 authored over 7 years ago by Bernd Schrooten <[email protected]>
Update docs/debugger-integration.md

Add tip for how to set `Origin` header if `Network Inspect` enabled

41c08ae5a5c1922cd62a656cb8ee9181e5f3cc45 authored over 7 years ago by Jhen <[email protected]>
Fix typo (#113)

f125a8adaf50702507a25eabbec122409d77f257 authored over 7 years ago by ᴙɘɘᴙgYmɘᴙɘj <[email protected]>
Fix dev menu methods for old RN versions

fix 5e06895

ed6b2d116bcf46d960c8688df42af2e3f58b5b3e authored over 7 years ago by Jhen <[email protected]>
Add `[iOS] Debugger can't load bundle when I use real device` troubleshooting

d1324794e98ad490fba7df034c0d575b20c9a290 authored over 7 years ago by Jhen <[email protected]>
Add `[iOS only] Force your app on debug mode` tip in debugger-integration.md

d9578ba96d7ecee8da3cade10283b8351a395a27 authored over 7 years ago by Jhen <[email protected]>
Add `Show Developer Menu` in context menu

5e068958c0b29498d50880981ea37760763d690b authored over 7 years ago by Jhen <[email protected]>
Add missing sourceMap option for UglifyJSPlugin

6f16f9fd6c75e1ca23e4cc39001df77ea8b6763a authored over 7 years ago by Jhen <[email protected]>
[NPM package] v0.3.12

76f82da804f5e69fe78d633d3048ded1ec893343 authored over 7 years ago by Jhen <[email protected]>
[NPM package] Fix log if set port success for Linux / Windows

related to #111

59cdb319bd5aa97d7143ab5d588a3e6e7cef5c9f authored over 7 years ago by Jhen <[email protected]>
Update docs

09f846e7c6d3c7f3246547fc3d455248e3343424 authored over 7 years ago by Jhen <[email protected]>
v0.7.3

e5e97621415d5cc4d0b8d5c08b40a4f22393e5b3 authored over 7 years ago by Jhen <[email protected]>
Test auto update feed

2441b3d1579cb66ff2a004a91c5a96ae8d13d37a authored over 7 years ago by Jhen <[email protected]>
Remove global vars of devMenu methods in worker

ddc3f8955474b6b6d6765ecced1626e534ef606c authored over 7 years ago by Jhen <[email protected]>
Update dependencies

c22bb136d902e9826ff75c4e0638cdd1fe506bc3 authored over 7 years ago by Jhen <[email protected]>
Add `Zoom` application menu items, and persist zoom level of window

closes #109

40b8445d79dbc00e40d634a4234740415ed77a91 authored over 7 years ago by Jhen <[email protected]>
Change font size of redux-devtools container

this will affect log-monitor & chart-monitor,
make it same with redux-devtools-extension

6ee60cb3420e9fa8552e5c2ad3cfec1658fb4800 authored over 7 years ago by Jhen <[email protected]>
Fix `Toggle DevTools` menu item accelerator for Linux / Windows

4d6301ed309008471fe0e68ecac50af376abd86c authored over 7 years ago by Jhen <[email protected]>
Update docs/contributing.md

bef09f24048283396d8660d4c7376e6774e91dea authored over 7 years ago by Jhen <[email protected]>
Update issue template

99fdd4b56eb5f3bd5f0fecec01741ca6f60fc43f authored over 7 years ago by Jhen <[email protected]>
Catch clearAsyncStorage error

636c445b552e01172ad9a3d944c37b4e6026fe1a authored over 7 years ago by Jhen <[email protected]>
Handle `new-window-for-tab` event for macOS

514f9cc007f2b935468863776687fdc0f689a118 authored over 7 years ago by Jhen <[email protected]>
v0.7.2

69bcea3ee683a065df11fbbc1264a17c65d64451 authored over 7 years ago by Jhen <[email protected]>
Update README.md of examples & CRNA version [skip ci]

dee5bae32ecc395dac817475b48d27534f60a253 authored over 7 years ago by Jhen <[email protected]>
Migrate from babili to uglify-es for production build (#103)

* Migrate from babili to uglify-es

* Remove osx_image: xcode6.4 in travis config

8d62705c93684e0af68d2d3f2f4561ef34d71102 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
[CI] Install yarn by brew and apt (#106)

* [CI] Install yarn by homebrew

* [CI] Install yarn by apt for linux

720781921afc67a4ee01fe080377242c7c11c7d5 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Update debugger-integration.md (#104)

db0ecf0318244746ab26f8989ff55a37d06d1756 authored over 7 years ago by Orta <[email protected]>
Use icon instead of text for macOS Touch Bar (#98)

* Use icon instead of text for Macbook Touch Bar

* Add electron-rebuild to postinstall script...

4ad9feeb2d8d27db97c3147f0cf114c58b97b71c authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Add `Clear AsyncStorage` item in context menu (#99)

* Add `Clear AsyncStorage` item in context menu

* Update docs/debugger-integration.md

* [E...

7ed66084877bdb66bf58e707fc31a158e7c69814 authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Update debugger worker from RN upstream (#97)

4f0e86ca6b1ca66230f498ee3dcf3b9eae2eb28f authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Add `Toggle Developer Tools` item to context menu

5725877d9f4f32773ae24a60c83d4ad5f562d9c0 authored over 7 years ago by Jhen <[email protected]>
Fix problem of window list doesn't show on dock menu

1e41aad094ed59908d4ca364d3f7130891dd23f8 authored over 7 years ago by Jhen <[email protected]>
Update debugger-integration.md

406d133bda13d2bf592ba6718b11195802e30621 authored over 7 years ago by Jhen <[email protected]>
Update docs/react-devtools-integration.md

* `Inspect elements` section
* Remove the statement about JSX source plugin, it's already includ...

0f6019116d37a6441a81c55882fff4633d68ce58 authored over 7 years ago by Jhen <[email protected]>
Make `Debugger` -> `Stay in Front` value of app menu depends on window

fix #88

60037e5f7d742202026b77098aa91f1441f050bc authored over 7 years ago by Jhen <[email protected]>
Update dependencies

fb11e72b56aadc38ffe606a2ed1e8383f9f71e08 authored over 7 years ago by Jhen <[email protected]>
Refactor worker imports

ca5ab0bbe6dddb3a6686553d42720279dff1ccee authored over 7 years ago by Jhen <[email protected]>
Run rndebugger extra script only if importScripts not error

this also revert https://github.com/jhen0409/react-native-debugger/commit/12246be2a75bf8619d77b2...

0972c41d69e031b5a7e61f4ec3497a54c511cb9e authored over 7 years ago by Jhen <[email protected]>
v0.7.1

4467974f3b99f95f8ae3c35b52529aa4f9cb70de authored over 7 years ago by Jhen <[email protected]>
Use yarn instead of npm for CI (#93)

* Use yarn instead of npm for CI

keep using yarn.lock on CI

* Install yarn on travis build...

b4e703ba90e094493eb394352996a05f6830aeda authored over 7 years ago by Jhen-Jie Hong <[email protected]>
Update dependencies

889e7c6790bfb282edd512caf878677e3293a77d authored over 7 years ago by Jhen <[email protected]>
Attempting check until `window` is available on Debugger worker

fix #91

12246be2a75bf8619d77b2fd245d1ce128b53105 authored over 7 years ago by Jhen <[email protected]>
Add missing /usr/local/bin for production

for ensure launchEditor of react-devtools works (atom, code)

289efab9ce880a24e99e9895ff7ccc05c195bea1 authored over 7 years ago by Jhen <[email protected]>
Handle lstatSync error for set-debugger-loc request

e44f7ea4b9b27ca794424c879ce5c4ab831c056c authored over 7 years ago by Jhen <[email protected]>
Support projectRoots param for set-debugger-loc request

related to #73, this is implementation for app part

3f278cebf8dc532d15e5e28a3950a86e743aded5 authored over 7 years ago by Jhen <[email protected]>
E2E test: Fix mobx test

c98539196177c73a99937e88ebdd781012f79431 authored over 7 years ago by Jhen <[email protected]>
E2E test: Refactor test fixture code

526539acf93e5d20e4bd1935b8f5447fb20b9c5a authored over 7 years ago by Jhen <[email protected]>
E2E test: Set mainFields for test fixture config

let it such as react-native (no `module` currently)

a02761b6d637b2001831a7eb17ba292cf5891243 authored over 7 years ago by Jhen <[email protected]>
E2E test: avoid call console.clear on main window

eb9df7f43708c5fa846ad8c78d94f14a0020e726 authored over 7 years ago by Jhen <[email protected]>
Set browser name to react-devtools

enable an option `RNDebugger DevTools` for auto chanage devtools matched theme

9b9cfac05922328f4701a41cdf93c49ad41dc9fd authored over 7 years ago by Jhen <[email protected]>