Earlier quoted context omitted.
I do wonder what your comment has to do with the freaking topic.
I clicked on the title of this post which links to gitlab repository page. And I was frustrated with the UI while trying to find out more about this project.
Gitter is open source
91–100 of 176 posts
Re: Gitter is open source
#92Earlier quoted context omitted.
They also have horrible android client and you have to pay for mobile notifications. I ended up using matrix/riot instead. Much better clients and grows nicely.
Hi omnimus, thanks for the mention. Mattermost has a brand new, open source Android client in beta written in React Native used by thousands of testers: https://play.google.com/store/apps/details?id=com.mattermost... It's greatly improved from the original version and official release is this month. Mattermost mobile notifications aren't a commercial feature, they are just off by default due to privacy (push notifica…
Re: Gitter is open source
#93Earlier quoted context omitted.
Hi, co-founder of Gitter here. Gitter is not intended to be a replacement for Mattermost, Slack or other team collaboration tools. We see Gitter as a community instead. As such, we're not expecting to see a huge uptake of on-site installations, so the list of required services (es, neo etc) is big compared to other products focused on on-prem. We're hoping that our users will contribute to the main site, Gitter.im. O…
What would be the hardware requirements to run gitter for a couple of hundred accounts?
Re: Gitter is open source
#94Earlier quoted context omitted.
This is actually the first real project I've come across that uses neo4j - thank you for pointing that out. Given the requirements, I actually think this project looks rather clean between the docker-compose-file and the npm dependencies. I very much doubt it can compete with Mattermost or Rocket.chat for self-host for small organizations - but I'm really happy to see this thing open sourced! I much prefer it to be o…
(Gitter Co-founder here) Unfortunately our neo4j setup as it stands really doesn't scale. At an application-level we're built error-handling to gracefully handle the frequent outages we experience running it. These are probably our fault, rather than a failing in the product, but I've wanted to replace the current neo4j-based suggestion algo with a new one that uses batching/clustering for a while. As soon as I get a…
Additionally, Neo4j does support clustering with their Enterprise edition. It also has much better tooling (better metrics/logging, backups, etc.). It is AGPL licensed, so there's no reason not to use it really.
Re: Gitter is open source
#95Earlier quoted context omitted.
Hiya, Anything specific about the UI you'd suggest changing? We'd love to hear your feedback so we can improve. Feel free to suggest improvements in https://gitlab.com/gitlab-org/gitlab-ce/issues
I agree with commenter. My particular problems (not all about UI). - Submenu is so gray its hardly visible (the one showing files, commits etc) - Pipeline interface is horrible. If job is manual it cant be executed from the job page or repeated with latest code without resurfing trough menu. - Project builds can not be deleted in bulk without using API - Public projest are basically hidden, I have to explain to every…
The submenu is going away. We have done extensive testing on our navigation and are making significant improvements. Take a look at the issue, I would love to know your thoughts:
https://gitlab.com/gitlab-org/gitlab-ce/issues/32794
We have a few issues to address improving the pipelines interface, take a look or create issues with your suggestions on how we can make the UI better for you.
Re: Gitter is open source
#96Asking users to run mongo, es, neo4j, and redis is a tall order. Mattermost just needs (AFAIK) a relational database. Also, less relevant but the Gitlab UI has far too much wasted whitespace. Like 85% of the page is navigation. I like open source competitors to incumbents but maybe just copy Github here - no one is gonna say anything.
Re: Gitter is open source
#97Earlier quoted context omitted.
Interesting (and rude). I think it's much better than any other group chat app. Especially for groups organised around code projects.
I was talking about GitLab, not Gitter. Yes it's rude, but I want to love GitLab - it's amazing. However I just can't bring myself over with this UI. It's just too bad and too unintuitive. Also slow.
Re: Gitter is open source
#98Earlier quoted context omitted.
You say that as if it's a good thing...
IRC is not going anywhere but projects like neovim use gitter primarily while IRC is linked using a bot. They view the IRC chat in gitter. Dunno if Gitter is better than IRC as I have only used for help and support (for me) but Gitter was far easier to use than IRC. Just Login and start chatting. I don't think IRC is going anywhere either... We just have alternatives to freenode now in Gitter
Re: Gitter is open source
#99I absolutely LOVE gitter and am floored and enthralled to hear this news. Congrats team!
Re: Gitter is open source
#100Earlier quoted context omitted.
> Asking users to run mongo, es, neo4j, and redis is a tall order. Not really. Why? Reddit is opensource but it'd damn hard to setup correctly and start your own instance.
Just because Reddit does it rather badly does not mean that other OSS projects shouldn't try to do better.
What about other OSS project? It's also not easy to make Linux from scratch. Being OSS doesn't mean it will be single click to run your instance.