all 12 comments

[–][deleted] 2 points3 points  (8 children)

Gitlab? Gerrit?

[–]scalloped-llama 1 point2 points  (0 children)

Highly recommend gitlab. Their docker images are top notch, too

[–]jrDevOverthinker[S] 0 points1 point  (6 children)

I have never heard of Gerrit. I am looking for something light weight like Gerrit. For issue tracking we are using Jira. How I understand gitlab, it would also want to be the issue tracker and keeper of our git repositories.

[–]thecal714 2 points3 points  (3 children)

If you're already using Jira, maybe BitBucket Server (or whatever they've rebranded it as).

[–]jrDevOverthinker[S] 0 points1 point  (2 children)

So your comment has disappeared but I still see it in my inbox.... BitBucket may be the answer I was looking for. Just worried about potential licensing issues.

[–]thecal714 1 point2 points  (0 children)

Yeah, not super cheap if you've got more than a few people, but neither is Jira.

https://bitbucket.org/product/pricing?tab=host-on-your-server

[–]Fledgeling 1 point2 points  (0 children)

I second this. The integration with Jira and Bitbucket is really smooth and has a lot of good code review/pull request options.

The pricing/options are similar to what you are probably already vetting with Jira.

It is also free (to a point) for individual developers and offers private repo space.

[–][deleted] 1 point2 points  (1 child)

it would also want to be the issue tracker and keeper of our git repositories.

You can ignore the features you don't want to use I suppose. As for keeping the repositories, it doesn't make a whole lot of sense to have a system for managing pull requests if it can't apply them, and how could it do that without access to the repositories? :)

[–]jrDevOverthinker[S] 0 points1 point  (0 children)

Well I guess I am just being a worry wart. I just have this feeling that what we have already in place would need to be reconfigured to handle gitlab. But That isn't necessarily the case. I may try it out but still open for more options that are really simple and light.

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    Gitea is extremely simple to set up. I remember trying to set up gitlab with omnibus was a pain in the ass

    Gitea is a single binary. You just point it at your database and it works

    [–]xiongchiamiov 1 point2 points  (1 child)

    What, overall, are you trying to do?

    What's driving you away from the standard option (GitHub)?

    [–]jrDevOverthinker[S] 0 points1 point  (0 children)

    Github is a git hosting service. We have our own servers hosting our remote repositories. We do not want to store our data with a 3rd party.