You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's definitely a good path forwards, I'm not a pronto contributor so this is just a user perspective, but let me add that sparing users the following 8 dependencies which are rather big gems
For that reason, I've put together a branch that's taking a stab at this. Specs are green. After I looked at it again and reviewed some things I'll likely make a pull request out of it. Note though that it's more of an easy route so far, it's not taking gem cutting into consideration.
Hi, I love pronto but I don't want the extra deps. Because:
Is it maybe an idea to split things out? We can choose a migration path like this:
We make a
pronto-core
that includes nothing. only the local runner. This is for people that just want pronto without the gitlab/github integration.We can then make 2 gems one for gitlab, one for GitHub. And we add then as deps to pronto gem.
It would look like this in the end:
Is this maybe a path forwards? Thanks a lot! <3
The text was updated successfully, but these errors were encountered: