Live data from Hacker News

GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

about.gitlab.com

101–110 of 128 posts

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#101

Awesome! Really awesome features. Time to persuade my boss to move to Gitlab now. Just need some data on the latency and reliability. so far, I only found https://status.gitlab.com/ . need some historical data now.

http://stats.pingdom.com/81vpf8jyr1h9/1902794 shows it for the last 7 days. If you want to have higher uptime also consider https://githost.io/ that we run.

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#102
post #52

GitLab's been going at it for quite a while now, congrats for another awesome release! And keep up the great work guys, it's much appreciated!

Thanks aban! Any feedback?

You guys are awesome!

For my 2¢, it would be really great to see some "official" love for Haskell at GitLab :) E.g. having Haskell tools installed on shared runners would be pretty nice!

I'm also curious to know the state of functional programming at GitLab. I know you guys mostly do Ruby, but would you be open to employees using functional languages or frameworks for work? (e.g. Elm, Elixir, Haskell and other exciting functional stuff)

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#105

Is it a matter of taste or Github's UI indeed looks more professional than Gitlab's one? I've tried to switch from GH to GL hosted for my personal projects multiple times and no luck. I like the fact that Gitlab is open-source and it has a lot of features but I still don't feel comfortable using it. Any opinions and preferences on GH's UI vs. GL's UI?

[deleted]

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#106
post #18

I have yet to understand where this kanban board stuff makes sense. Apparently, the Agile philosophy [0] introduced this to the software development world. Most implementations (Gitlab, Wekan) seem to miss central features (limits, cycle time stats). I guess those boards serve as a issue tracker extension for short term development? How does that improve the process? Why do you need that on top of an issue tracker? R…

The visualization and instant-modification of kanban boards is really appealing from a task/issue management perspective. It shouldn't replace issue tracking, it can serve as a frontend to portions of it.

And prioritization, Cards get ordered by priority instead of 100 items all market "urgent, fix yesterday".

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#107
post #62

With both GitHub and gitlab, I wish there was more work in making it easy to create pull requests without having to click around on a website. I'll often check out software, notice something small that I can easily fix, and spend 5 minutes fixing and testing it. But then I have to spend another 5 minutes going on GitHub, forking the repository to my profile, going back into my shell, changing the URL for origin, push…

Depending how small the fix is, you can edit a file in any project right from the GitLab interface, and a fork and merge request will be created automatically in the background! The only thing left to do is to remove the fork after the MR has been accepted.

This doesn't really help for anything except for content editing (e.g., markdown). Consider the above example: the original poster now has all these files they've changed on disk. The best case scenario now involves opening all those files up one by one and pasting them into the browser's textarea. (Can you change multiple files this way and wrap it up into a single atomic commit? Whatever the case, this actually results in a lot more pointy-clicky, not less.)

A patch is a unit of change. Historically, that's the type of unit that the open source world has operated with. The only reason we're having this conversation right now is because GitHub decided to build on top of pull requests instead of patches for lock-in reasons. GitLab has no such motivations, so it's silly to continue following them, especially since Git has had native support for patches from the beginning.

Just support patches already.

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#108
This is awesome. Is it possible to have a central set of issues per group? Many (real-world) projects have issues that span across multiple (GitLab) projects. I guess one could create an "empty" project for issues, but this is hacky. Thanks again.

Re: GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

#110

This is awesome. Is it possible to have a central set of issues per group? Many (real-world) projects have issues that span across multiple (GitLab) projects. I guess one could create an "empty" project for issues, but this is hacky. Thanks again.

+1
Post reply on HN