Earlier quoted context omitted.
Sometimes I end up on Bitbucket pages for a repo, and have a hard time locating how I can view the directory tree of the repo. I wouldn't call this "superior." It's not unfixable, but definitely not superior.
Precisely the one reason I can't bother to use it for real: I'd like the source tree to be the default view.
Almost Everything We Do Will Be Open
91–100 of 208 posts
Re: Almost Everything We Do Will Be Open
#92> This software and associated documentation files (the "Software") can only be used with a valid GitLab subscription for the correct number of users. You are free to modify this Software and publish patches. It is forbidden to copy, merge, publish, distribute, sublicense, and/or sell copies of the Software.
Isn't the third line contradicting with the fourth or have I misunderstood?
[0] - https://gitlab.com/gitlab-org/gitlab-ee/blob/master/LICENSE
Re: Almost Everything We Do Will Be Open
#93Earlier quoted context omitted.
It is, we don't intent to be vague about this. I hadn't heard of the term openwashing, but I understand the criticism. See also our license for our proprietary GitLab Enterprise Edition: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/LICENSE And the license for our open source GitLab Community Edition (MIT Expat): https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE
Well, you are. Let me read to you the definition of Open Source: > Open source software is software that can be freely used, changed, and shared (in modified or unmodified form) by anyone.
Y'all need to stop whining about the irrelevant when companies like these are doing literally everything else right. It's pretty damn ungrateful.
Re: Almost Everything We Do Will Be Open
#94How does the licensing works? Can anyone explain me? [0] > This software and associated documentation files (the "Software") can only be used with a valid GitLab subscription for the correct number of users. You are free to modify this Software and publish patches. It is forbidden to copy, merge, publish, distribute, sublicense, and/or sell copies of the Software. Isn't the third line contradicting with the fourth or…
Re: Almost Everything We Do Will Be Open
#95Earlier quoted context omitted.
Not to be rude, but isn't their software open source? Can't you try and patch it yourself?
If I've read his post correctly he's a paying customer. Surely that has to count for something :)
Re: Almost Everything We Do Will Be Open
#96Re: Almost Everything We Do Will Be Open
#97Still using Redmine for self-hosting here, Gitlab is too heavy for small teams. Thought about trying Phabricator but then its various components with strange names stopped me from trying, plus it seems clunky for small team too.
Ideally I'd like to see something like Taiga and Gogs together which I think would absolutely fly.
Re: Almost Everything We Do Will Be Open
#98Re: Almost Everything We Do Will Be Open
#99I apologize in advance for my short sighted question as I don't really know much about gitlab but my question is: does this mean anything for large file support in the community edition? I find it surprising there are no free solutions for large binary files other than perforce. Compared to most tools indie game devs use, perforce is a dinosaur.
I find it surprising there are no free solutions for large binary
files other than perforce.
There's in fact lots of tooling in Mercurial to handle this precise problem, as well as gigantic repos. Mercurial's extensibility with these scaling problems, in fact, is why Facebook has chosen it. If you're not married to git, try checking out Facebook's Mercurial extensions.