Hacker News new | ask | show | jobs
by sytse 4023 days ago
GitLab CEO here, we're thinking about adding a mirroring feature to GitLab.com where every 15 minutes the repo will be synched. If there are only fast-forward changes these will be applied. Branches that can't be fast forwarded will trigger an error to be displayed in the interface. Would that help you keeping your repo updated?
1 comments

Actually I was going to add gitlab's name here too, but then I figured that'd go off topic. I think gitlab, because of its free CI, is actually even better than bitbucket.
Thanks Sbn, good to hear that. I think Bitbucket connect is very interesting and at GitLab we would like to have something similar. But since it is both used on-premises and as a SaaS this is more difficult. We're thinking about plugins but are afraid the fixed API's will make GitLab hard to refactor. So for now we welcome people contributing Project Services. The downside is that there is no business model for people contributing.
Atlassian employee here.

Stash, the the on premises version of Bitbucket that is also from Atlassian supports plugins and has a marketplace, so you can have plugins both on-premise and SaaS.

I was wondering about this. Are they the same plugins or different ones? Do they use the same api or a different one?