Consolidating to a Monorepo #413
GrocerPublishAgent
announced in
Announcements
Replies: 1 comment 1 reply
-
|
I love this app and use it almost everyday. Thank you so much for making this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
We're consolidating the
serverandclirepositories intoslopus/happy, making it a monorepo that contains the Expo app, server, and CLI.Why?
Sync issues have been the #1 reported problem by far. Having the code split across three repos has made it difficult to keep the sync protocol consistent and even harder to test properly. With everything in one place, we can:
What this means for contributors
Issues from the
slopus/serverandclirepos will be moved toslopus/happy.Open PRs are trickier. I did an octopus merge so the histories of the CLI and server are now part of main on slopus/happy. So cherry pick should work? I'll be migrating them manually, but with limited time after work this will take me through the weekend to migrate all of your 30+ open PRs,.
If you have an open PR on
slopus/happy-serverorslopus/happy-cliand you're able to cherry-pick your changes over toslopus/happy, that would be a huge help. No pressure - I'll get to every PR eventually - but if you have the time, it will speed things up to getting your PR merged.I'm sorry for the extra work this creates for those of you who already put effort into PRs. I wouldn't do this if I didn't think it was necessary to finally nail down the sync issues that have been frustrating everyone.
Thanks for your patience, and thanks again for contributing.
Beta Was this translation helpful? Give feedback.
All reactions