A half-assed feature nobody asked for? In my Gitlab?! Unbelievable!! On a serious note, wtf Gitlab? Every once in a while I get an email notification from a feature request I subscribed to (that has been open for years) because yet another large premium customer requests that it be implemented. Gitlabs response is always that they don't have capacity/manpower to implement it, yet they're able to implement crap like t…
Are your features potentially new revenue streams? This is. Or at least they believe it can be.
Gitlab Duo
21–30 of 160 posts
Re: Gitlab Duo
#22Side note: Gitlab is one of the few companies to provide a self hosted version of their VCS.
https://docs.gitlab.com/ee/install/requirements.html
Also gitea is a much more lightweight option and can use sqlite for db. Much easier to deploy on a rpi
Re: Gitlab Duo
#23Meanwhile all of the fancy security features, for which we pay a massive premium as they're only included in the Ultimate tier, are completely broken and I have to keep explaining to my team members why GitLab keeps falsely insisting their merge requests are full of security vulnerabilities.
Re: Gitlab Duo
#24Back to self hosting my code. Side note: Gitlab is one of the few companies to provide a self hosted version of their VCS. https://docs.gitlab.com/ee/install/requirements.html Also gitea is a much more lightweight option and can use sqlite for db. Much easier to deploy on a rpi
Re: Gitlab Duo
#25Re: Gitlab Duo
#26A half-assed feature nobody asked for? In my Gitlab?! Unbelievable!! On a serious note, wtf Gitlab? Every once in a while I get an email notification from a feature request I subscribed to (that has been open for years) because yet another large premium customer requests that it be implemented. Gitlabs response is always that they don't have capacity/manpower to implement it, yet they're able to implement crap like t…
Every company seems to be throwing their backlog away and focusing on adding AI features no one asked for. Could be a lot of opportunity for startups that actually listen to their end users to gain some traction instead of chasing GenAI.
Re: Gitlab Duo
#27> Will my code be used for training AI models?
> GitLab does not train generative AI models based on private (non-public) data. The vendors we work with also do not train models based on private data.
So they will steal your code if it is public, ignoring license. Understood.
Re: Gitlab Duo
#28 // Assign the number 5 to the integer x
int x = 5;Re: Gitlab Duo
#29Back to self hosting my code. Side note: Gitlab is one of the few companies to provide a self hosted version of their VCS. https://docs.gitlab.com/ee/install/requirements.html Also gitea is a much more lightweight option and can use sqlite for db. Much easier to deploy on a rpi
Soft serve is lighter still. https://github.com/charmbracelet/soft-serve
Problem with this is that it’s likely very unfamiliar with most folks. At least with gitea or gl-ce, there’s a familiar interface 99% of developers can use to browse and search code.
Like if I want to share a quick nixOS config, I doubt most people would even be willing to pull the code and only browse via web interface.
Re: Gitlab Duo
#30Back to self hosting my code. Side note: Gitlab is one of the few companies to provide a self hosted version of their VCS. https://docs.gitlab.com/ee/install/requirements.html Also gitea is a much more lightweight option and can use sqlite for db. Much easier to deploy on a rpi