GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
21–30 of 49 posts
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#22Another release we're very proud of. Much of the work this release we spent on improving our idea to production flow and demos [0], things that'll trickly in over the coming releases. We're also focusing on some longer-term improvements in UX [1], and are happy to ship some nice iterations with issue boards and merge conflict resolution. Lastly, we're slowly building up review apps, which allow you to see/play with/t…
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#23Does this release also support rendering Jupyter notebooks like github does?
I'm actually not sure if we do. Can you share me a link to an example? Seems like something very GitLab-esque to support.
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#24And squash merge is still an ee-only (paid-only) feature ¯\_(ツ)_/¯
I do not understand the appeal of squashed merges. The only pro i know of is the ease of reverting a merge. On the cons side: you obfuscate an entire branch into a single commit, effectively making git-bisect useless. Furthermore, if multiple people collaborate on a branch, all code blames to one person, quite literally rewriting the code history.
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#25And squash merge is still an ee-only (paid-only) feature ¯\_(ツ)_/¯
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#26Does this release also support rendering Jupyter notebooks like github does?
I'm actually not sure if we do. Can you share me a link to an example? Seems like something very GitLab-esque to support.
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#27Speaking of UX, would you consider improving the look of Markdown rendered text (usually README.md ) in the repo browser? On GitHub they look great and it's a pleasure reading Markdown formatted text there. In GitLab it's however not very appealing. Headers, spacing between them and paragraphs doesn't look very good IMO. Coming from a previous job where we used GitHub and TeamCity, something I miss with GitLab is the…
I find the whole design of GitLab not appealing to my eye. The recent redesign was a step in the right direction but I am still missing visible separators (e.g. boxes, lines, colored background) between/around areas for example on the page of an issue.
I'm much more happy with Gitlab's UI now that I've spent a lot of time with it. At least I don't fight with the interface after becoming familiar with it (it's no iTunes).
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#28Does this release also support rendering Jupyter notebooks like github does?
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#29And squash merge is still an ee-only (paid-only) feature ¯\_(ツ)_/¯
I do not understand the appeal of squashed merges. The only pro i know of is the ease of reverting a merge. On the cons side: you obfuscate an entire branch into a single commit, effectively making git-bisect useless. Furthermore, if multiple people collaborate on a branch, all code blames to one person, quite literally rewriting the code history.
Re: GitLab 8.13 Released with Multiple Issue Boards and Merge Conflict Editor
#30And squash merge is still an ee-only (paid-only) feature ¯\_(ツ)_/¯
What does this actually mean? Does their UI just fall apart if you force push after squashing in git rebase -i?