Earlier quoted context omitted.
Same here. Gitlab is soooo extremely slow. Even on their own site many pages take several seconds to load. And no one really seems to care. Gogs is a great relief.
Tried both Gogs and Gitlab at work. Gogs is faster, but Gitlab has most features and the best chance of being introduced. Also, we are happily using Mattermost, which is created by the same people. Gollum also looks like a solid choice of Wiki. Also note that the latest version of GitLab is a lot faster than it used to be.
Gogs – Go Git Service
111–120 of 186 posts
Re: Gogs – Go Git Service
#112We downloaded and installed Gogs, Gitlab, and Bitbucket. I liked Gogs the best, but Gitlab seemed more enterprise-y, and Bitbucket had an issue we could never figure out. We're trying to replace TFS, so we'll probably end up with Gitlab. But since I was the one doing the installing, I sure wish we'd go with Gogs. It was 5 minutes from start to finish.
What can we improve in GitLab to make it better? Did the install take too long? Did you try our Omnibus packages or a source install?
Re: Gogs – Go Git Service
#113Earlier quoted context omitted.
Pre-merging when you look at the merge request is an interesting idea. Technically that will work but it will add complexity and use more resources. Feel free to make a feature request for it. At this point I think there is lower hanging fruit we can pick to improve performance.
I wouldn't prioritize it if I were you either ;)
Re: Gogs – Go Git Service
#114Is there any Gogs.com hosted version?
- they only accept free projects
- they're still using a very old version of Gogs
Re: Gogs – Go Git Service
#115Earlier quoted context omitted.
They should. Github obviously spent countless hours perfecting their UI. Other apps shouldn't be allowed to copy it. (I have no affiliation with Github, other than that I'm a developer and respect the hard work they've put into their product.)
Does the argument really change if they spent a weekend on the UI?
Re: Gogs – Go Git Service
#116Earlier quoted context omitted.
What do you mean by managing dependencies? You upgrade to an OpenSSL version that fixes hash X and be done with it? I don't understand your point.
Can't upgrade if the fix was dropping the hash because it's fundamentally flawed.
Re: Gogs – Go Git Service
#117Earlier quoted context omitted.
What can we improve in GitLab to make it better? Did the install take too long? Did you try our Omnibus packages or a source install?
I'd like to run Gitlab on FreeBSD and never could get it working. So for my side work projects where all the hosting is on FreeBSD I'm using Gogs. A port would fix that.
We would love to support it officially but we do need customers to express the same. We're currently talking to a client that might make this happen, so I'm hopeful.
Re: Gogs – Go Git Service
#118> How to use downloads? > 1. Extract the archive. > 2. cd into the directory just created. > 3. Execute ./gogs web and you’re done. Can't beat the simplicity of running Go applications. It's funny because running a compiled binary is so incredibly basic to computing, and yet 90% of the time installing a new shiny toy in a server involves dealing with 342525 dependencies, half of which broke because god knows what dep…
... as long as you downloaded the right binary.
Re: Gogs – Go Git Service
#119Earlier quoted context omitted.
A lot of Java software is "(1) download the jar file, (2) java -jar thefile.jar". Agree it's good for the user, but when people talk about distributing a statically-linked program the "what about security updates" question invariably comes up.
It is still easier with static compiles if you ask me: "Make sure you're running Gogs 1.64.2 or above" "Make sure you're running Gogs 1.64.2, OpenSSL 1.2e, libcrypt 3.73, leftpad 2.0..." Especially when the deployment of said binaries doesn't involve anything installed on the host OS.
You'd be surprised how many users have no idea whether they are running the 32bit or 64bit version of their OS. For them, running a Go binary will be anything but easy.
Re: Gogs – Go Git Service
#120Is there any Gogs.com hosted version?