RPC failed HTTP code 417

2014-06-10 Thread matteo piazza
push of a project trough http fails If I push just a file of small change everything is fine but with a large number of objects the push fails. I have already tried with git config --global http.postBuffer 524288000 I not able to find any log useful to debug the issue. root@asterisk-cen-1

Re: RPC failed HTTP code 417

2014-06-10 Thread Sytse Sijbrandij
Please have a look at client_max_body_size in the Nginx config https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab#L30 On Tue, Jun 10, 2014 at 10:13 AM, matteo piazza wrote: > push of a project trough http fails > > > If I push just a file of small change everything is fine

Re: How to update project size?

2014-06-10 Thread Sytse Sijbrandij
Do the files show in the viewer? On Mon, Jun 9, 2014 at 9:38 PM, Marcel Steves wrote: > Hello, > > I have imported all my projects to GitLab, but it show the project size as > 0.0 mb. > How can I update that value? > > Cheers, > > Marcel > > -- > You received this message because you are subscrib

Re: GitHub authentication doesn't work on gitlab.com

2014-06-10 Thread Sytse Sijbrandij
Maybe your username is already taken, error messages for this have to be improved. Consider opening an account manually. On Mon, Jun 9, 2014 at 8:01 PM, Marcel Steves wrote: > Hello everyone, > > I have just noticed that the GitHub authentication doesn't work for me on > gitlab.com. > Is there a

Re: GitLab CE and MySQL

2014-06-10 Thread Sytse Sijbrandij
Thanks for posting. We're only adding it to EE for business reasons (we hope most people insisting on MySQL are organizations that can pay for the enterprise version). This is the only way in which we're currently trying to make money off our packaging efforts with Omnibus. On Fri, Jun 6, 2014 at

Re: RPC failed HTTP code 417

2014-06-10 Thread matteo piazza
on client side git config http.postBuffer 524288000 on server side /opt/gitlab/embedded/conf/nginx.conf client_max_body_size 1G; /etc/gitlab/gitlab.rb #buffer gitlab_rails['git_max_size'] = 524288000 gitlab_rails['git_timeout'] = 300 still the same issue. On Tuesday, 10 June 2014 11:06:53 UT

Re: GitHub authentication doesn't work on gitlab.com

2014-06-10 Thread Marcel Steves
I don't know, could be possible. I get the message "There's no such user!". Furthermore it would be better to have an interface asking the user for a new username. Am Dienstag, 10. Juni 2014 11:08:46 UTC+2 schrieb Sytse Sijbrandij: > > Maybe your username is already taken, error messages for thi

Re: How to update project size?

2014-06-10 Thread Marcel Steves
If you mean the "Files" tab, yes there are files shown. Is there a background job doing the calculation? Am Dienstag, 10. Juni 2014 11:07:20 UTC+2 schrieb Sytse Sijbrandij: > > Do the files show in the viewer? > > On Mon, Jun 9, 2014 at 9:38 PM, Marcel Steves > wrote: > > Hello, > > > > I hav

Re: GitLab CE and MySQL

2014-06-10 Thread Marcel Steves
Hum, I am sorry. In this case please remove my message. I am working in the open source business and there is no much money available at the beginning of each project. Am Dienstag, 10. Juni 2014 11:13:23 UTC+2 schrieb Sytse Sijbrandij: > > Thanks for posting. We're only adding it to EE for busin

Re: GitHub authentication doesn't work on gitlab.com

2014-06-10 Thread Sytse Sijbrandij
Oops, this was our mistake: https://twitter.com/gitlabstatus/status/476344952306552832 Omniauth (Twitter, Google, GitHub) sign-up for new users was accidentally disabled since Monday last week. It is now on again. On Tue, Jun 10, 2014 at 11:58 AM, Marcel Steves wrote: > I don't know, could be pos

Re: GitLab CE and MySQL

2014-06-10 Thread Sytse Sijbrandij
Hi Marcel, no problem that you are sharing your solution, you are free and welcome to do so. I just wanted to give some background after you indicated you: "would be happy if it can be added to the CE packages too". On Tue, Jun 10, 2014 at 12:02 PM, Marcel Steves wrote: > Hum, I am sorry. In t

Authored by unknown

2014-06-10 Thread Grzegorz Kapcia
I just installed GitLab and everything seems to work fine except one thing. When I commit something it shows in dashboard as "Authored by unknown". I'm using LDAP authorization. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from th

Feedback to feedback.gitlab.com (Login via OAuth or similar)

2014-06-10 Thread Marcel Steves
Hello, it would be good to have another discussion platform to be allowed to authenticate via OAuth like GitHub or similar. The best way would be the possibility to use the GitLab account itself. Cheers, Marcel -- You received this message because you are subscribed to the Google Groups "Git

Re: Authored by unknown

2014-06-10 Thread Sytse Sijbrandij
Please check that your git email and GitLab email match. On Tue, Jun 10, 2014 at 3:34 PM, Grzegorz Kapcia wrote: > I just installed GitLab and everything seems to work fine except one thing. > > When I commit something it shows in dashboard as "Authored by unknown". > > I'm using LDAP authorizati

Re: How to update project size?

2014-06-10 Thread Sytse Sijbrandij
Maybe, I'm not sure. On Tue, Jun 10, 2014 at 12:01 PM, Marcel Steves wrote: > If you mean the "Files" tab, yes there are files shown. > Is there a background job doing the calculation? > > Am Dienstag, 10. Juni 2014 11:07:20 UTC+2 schrieb Sytse Sijbrandij: >> >> Do the files show in the viewer? >

Re: How to update project size?

2014-06-10 Thread Marcel Steves
For such cases the documentation is very tiny. I would like to debug or investigate it, but I haven't so much knowledge about your complete application, yet. Am Dienstag, 10. Juni 2014 18:37:01 UTC+2 schrieb Sytse Sijbrandij: > > Maybe, I'm not sure. > > On Tue, Jun 10, 2014 at 12:01 PM, Marcel

How can I enable hooks on Gitlab?

2014-06-10 Thread Code
I setup a new Gitlab on CentOs on /opt/gitlab-6.9.2-0/apps/gitlab/ and created a new repository under continuous-delivery group. The full path is /opt/gitlab-6.9.2-0/apps/gitlab/gitlab-satellites/continuous-delivery/cd-test. There is only one file under this path which is README.txt. What I t