It's similar to githubs, but it also includes custom weighting on issues. A much better filtering UI. Ways to mass assign/change issues in one go. You can view issues for a full group of projects, not just a single repository, along with being able to have shared milestones across a groups projects. Someone else also mentioned some of the new features such as Issue templating. Right now it's just a single but there are plans for having multiple templates.
The UI is much nicer than gerrit (or at least the gerrit UI I knew from 5-6 years ago not sure if they have changed). It’s more “GitHub”-y. It’s a bit confusing at first but once you get into it it’s pretty damn powerful.
Side note, I honestly seriously think we need much better tooling than just these 2 for code reviews.
I have been using it for a few weeks and really like it actually. It's much better than Github's old notification system, where I would click on something that I couldn't resolve there and then, it would get be marked as seen and I would inevitably forget about it. Now I am in control of what I see as done and I can easily unsubscribe from things I don't care about without unsubscribing from a whole project.
I also don't get on with Gitlab's system at all. Haven't tried git.sr.ht but this new Github design is way better than anything I have used before.
Just had a look, it seems very fresh/undocumented and not up to regular Github standards. I couldn't even find a way to delete the test project I made. I would give it awhile to mature. Right now we just use issues, but we have a small team.
Worked a little with and it looks really nice and promising, but my biggest concern is number of issues on github and that vast majority of commits is done by one person.
Features (from the website, to save you clicking through):
1. Language aware code navigation and search.
2. Source and diff comment for code discussion and comprehension.
3. Rules to protect branches, tags, or files.
4. Intelligent commit query and subscription.
5. Advanced pull request for efficient code review.
6. Sophisticated pull request query and subscription.
7. Custom issue states and fields for flexible workflows.
8. Powerful issue query and subscription.
9. Coherent and self-updating issue boards.
10. Cross references amongst code, issues and builds.
Which are cool advanced features and all, but I don't know how they could compete with GitHub and GitLab ... any features that are useful or which put GH/GL at a disadvantage will simply be cloned by the larger orgs' armies of developers. Features aren't defensible.
I guess it's open source, so the developers get to define success simply as "this exists for me to use, because I want those features" or anything else they want. There's no sign of a for-pay version on their website, so I guess it might not a direct commercial competition to GH/GL. Creators: are you around to tell us what you're doing with OneDev?
It provides mailing lists, forums and isn't locked to a single type of VCS (in fact it doesn't even need a VCS at all, you can just release files - or you can host the VCS elsewhere and use it only for releases as, e.g., Free Pascal is doing with having the code in GitLab but all releases in SourceForge). Also as a user it has reviews and the project pages are not frontloaded with the source code but instead a summary that tells you what the program is, review/scores about it and even provide options to get notified whenever new versions are released. Hell, it even has screenshots.
Of course it all depends on each project to use them and IMO the SourceForge UX is far from ideal (also the pages load slowly), but at least the functionality is there.
My company uses it. Our team is about the same size. I have mixed feelings. It has been useful for things like making sure a new repository is created with all of the CI goodies every project should have. You can also use it to automate things like opening PRs against your gitops repo to get apps deployed from a template.
Creating software templates can be a large investment. It would be great if there was a software template marketplace. The backstage contributors took a stab at this by creating a template repo that has not been updated in about a year. https://github.com/backstage/software-templates
If you do invest in creating a template, be sure to get plenty of stakeholder feedback so the thing you make is something that actually gets used.
What's not to like? Lightweight, multiple interoperable tools (MUAs and editors), no barrier to entry, easy to review and comment. Compared to shitshows like Gerrit and the awful clunky workflow of Github, I'll take an emailed patch every time.
Does it scale to huge patchsets? ... well not so much. However Gerrit is not the answer to that (in fact, no tool I've found provides a good answer).
I don't know, the only problem I found so far is the lack of tag display.
It is a bit harder to install than gitosis, but you also get much more (for example, people can create projects and repos without your help, all the visual stuff, etc..)
Funny thing I sort of judge projects now by being on github and looking at issues and PRs to see quality and health of the project -- I really would like to get a sense of the number of bugs and the issues people are running into while using it.
Thus an independently hosted project like this is thus hard to for me to objectively judge.
I played with it a little bit once for a small personal project. It seems to have all the features you want, but the way you used them never really clicked with me.
Unlike Stash, GitLab, GitHub, Gogs, or others of that nature - though - it expects you to setup your git repositories elsewhere (at least the last time I used it) instead of acting as a receiving host for them (at least the last time I used it - which was a year or two ago at this point).
reply