-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process for actually forking and republishing the DevTools Extension? #1
Comments
@markerikson would you also be planning on publishing this fork to the chrome web store? |
Yes, absolutely - we just need to figure out what the right approach is. We may just have to label it as the "OFFICIAL Redux DevTools Extension", or something like that, if we can't somehow take ownership of the published extension. |
To emphasize something: @zalmoxisus has done a fantastic job creating and maintaining the Redux DevTools Extension and related packages so far, and I want to give him all the credit for doing so. Unfortunately, he seems to have almost entirely disappeared from online activity. Looking at his Github graph, I see two days of activity in August, two days back in March, and that's it for 2018. That's not healthy for a widely-used extension. Even if he pops up and says he's about to get involved again, I would still want to go ahead and move the repos into the |
Hi. The best way to take ownership of https://addons.mozilla.org/en-US/firefox/addon/remotedev/ is ask the original owner to sign into https://addons-dev.allizom.org/en-US/developers/ and add you as an owner: Sorry about the confusion. There were problems with some recent versions of the extension and addons.mozilla.org reviewers could not get in touch with the owner after many attempts. We have restored it to a previous version. |
Seems to be the theme :) I mentioned this in Reactiflux a few weeks ago, but IMO the "remotedev" org is more confusing than valuable. It would be nice to continue using the original package, but I think it would be good to publish one with the Redux logo under a "Redux DevTools" org. |
FWIW, NPM has handed over the Dan still has control over the |
Hey guys. Sorry for being out. Let me know what I can help with this. We have a group for Chrome extension publishing, where @jhen0409 and I have access. Didn't look if that's possible for Mozilla too. If you need something asap, you can reach me at zalmoxisus[at]gmail. |
Also we collected $3k in bounties on OC for those who will work on this, I didn't touch any of those. |
@zalmoxisus : hey, great to hear from you! My first immediate request would be for you to merge the PRs listed at zalmoxisus#429 (comment) and republish the FF and Chrome extensions, so we can get the "action stack trace" feature out to everyone ASAP. After that, we can have a more detailed discussion about how to best organize and maintain the extension going forward. |
Firefox extension was reviewed and available now. Also I added access to @jhen0409 there as well, didn't know that's possible (it's easier than using groups for Chrome). Agree that using As for moving/forking the extension here, don't think that helps. As you noticed, most of needed changes are outside. Moving at least 20 repositories related to devtools only to reduxjs organization doesn't seem reasonable. The best solution, especially for new contributors, would be to transform
There are others I could miss or derived like integrations for non-redux apps. About the pr mentioned above, we cannot merge and move it to production as is. I addressed zalmoxisus/redux-devtools-instrument#21 as there we not so much to fix/change, but for zalmoxisus/remotedev-app#43 we need to move it as a separate monitor/repository and fix mentioned issues there. Regarding my github activity, starting from late 2015 till early 2017 you'd hardly find a day not dedicated exclusively to redux-devtools, but life is limited and there's also a lot of other stuff to do) |
It appears that the Redux DevTools Extension for Firefox has disappeared from addons.mozilla.org, which is not cool. We should try to figure out a plan for moving forward with a fork.
The major questions are:
For package names, looks like Dan does own
@redux
on NPM, we just need to get him to give us rights to it.For extension publishing... I have no idea.
Suggestions?
The text was updated successfully, but these errors were encountered: