The Bitbucket UI is a mess. * It takes over your native browsers find feature. * It's javascript heavy and has multiple panes that scroll, collapse, and expand. * Viewing diffs requires you to click each file that changed (unlike every other diff/code browser I've used where it has one long page with all the changes)
Scaling in Bitbucket Cloud: new features and reliability numbers
21–30 of 42 posts
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#22I've used and loved bitbucket for years for private project hosting, but for the occasion where I need to put more devs on a particular project I'm not sure why I would pay for it now over using gitlab for free. It might be different if it was 5 users per project for free, but 5 collaborators across all of my projects is just too limiting - especially when I can get everything bb has and more from gitlab. At the same…
Have you noticed any drawbacks to using Gitlab over Bitbucket/Github?
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#23Earlier quoted context omitted.
Have you noticed any drawbacks to using Gitlab over Bitbucket/Github?
Not OP, but as a majority user of Gitlab the only downside is integrations. By that I specifically mean Codeship. It's just not considered a first class citizen to some yet, which is unfortunate.
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#24The Bitbucket UI is a mess. * It takes over your native browsers find feature. * It's javascript heavy and has multiple panes that scroll, collapse, and expand. * Viewing diffs requires you to click each file that changed (unlike every other diff/code browser I've used where it has one long page with all the changes)
I actually prefer bitbucket cloud to github. The pull request workflow in particular is a lot cleaner. Currently ditching both for gitlab tho.
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#25Earlier quoted context omitted.
Have you noticed any drawbacks to using Gitlab over Bitbucket/Github?
Not OP, but as a majority user of Gitlab the only downside is integrations. By that I specifically mean Codeship. It's just not considered a first class citizen to some yet, which is unfortunate.
In the meantime, is there anything that we can improve in GitLab CI to make your switch possible?
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#26The Bitbucket UI is a mess. * It takes over your native browsers find feature. * It's javascript heavy and has multiple panes that scroll, collapse, and expand. * Viewing diffs requires you to click each file that changed (unlike every other diff/code browser I've used where it has one long page with all the changes)
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#27Earlier quoted context omitted.
Not OP, but as a majority user of Gitlab the only downside is integrations. By that I specifically mean Codeship. It's just not considered a first class citizen to some yet, which is unfortunate.
For us at Codeship, it has nothing to do with not taking GitLab seriously, not treating them as first-class citizen, etc. We'll add GitLab support, hopefully, sooner than later. There are simply other feature requests that are more important for existing customers that are already using Codeship.
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#28Earlier quoted context omitted.
Not OP, but as a majority user of Gitlab the only downside is integrations. By that I specifically mean Codeship. It's just not considered a first class citizen to some yet, which is unfortunate.
Codeship support might happen, see https://news.ycombinator.com/item?id=12697135 In the meantime, is there anything that we can improve in GitLab CI to make your switch possible?
Appreciate the response either way.
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#29The Bitbucket UI has improved over time but my real annoyance is the "Recent Activity" list is not wide enough and is not very configurable (ie filtering).
Also Bitbucket has sort of forgotten its Mercurial roots. Many Mercurial features have been added but it appears the Bitbucket UI does not show these features (for example Mercurial tracks moved files but Bitbucket does not show this).
The pipeline looks interesting but it is just a little too late for us since we are so heavily invested in Jenkins + Bash and will probably use Jenkins pipeline (Groovy) in the future. And if we do more opensource stuff it will probably be on Github so we will continue to use Travis. Also in all honesty I'm fairly sick of the whole YAML configure the world explosion... I actually miss XML but would prefer a scripting language over YAML (then again maybe I'm the only one who hates YAML).
Finally why is the Bitbucket blog so darn slow?
(I added this critique because I saw a Bitbucket PM floating around here).
Re: Scaling in Bitbucket Cloud: new features and reliability numbers
#30Earlier quoted context omitted.
Codeship support might happen, see https://news.ycombinator.com/item?id=12697135 In the meantime, is there anything that we can improve in GitLab CI to make your switch possible?
To be completely honest - probably nothing. This is a legacy issue on our end, not yours. I haven't even taken the time to explore migrating our GH/Codeship builds to GL CI. We essentially mirror our repos amongst both offerings at the moment, running builds via Codeship until either they support GL and we can drop GH, or we get the time to spend on a proper Codeship => GH CI migration and we can drop Codeship. Anyon…