[gitorious] Create team permission.

2013-02-19 Thread vburak
Is there possibility to allow creation of Teams only for administrators but 
not for everyone?  

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[gitorious] Re: How can I add a project to my watchlist/favorites?

2013-02-15 Thread vburak
same issue, there is no button, to add project to favorite list.

On Thursday, May 24, 2012 11:44:48 AM UTC+3, Jose wrote:
>
> I had a project in my favorites watchlist. Accidentaly I clicked on 
> Unwatch option. 
>
> How can I add the project back to my favorites watchlist? 
>
> Thank you, 
>  Jose 
>

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [gitorious] cannot annotate code in merge request

2013-02-08 Thread vburak
Are there any workaround about this? we can`t comment big patches.

On Saturday, July 31, 2010 1:22:05 AM UTC+3, Peter Kjellerstedt wrote:
>
> > -Original Message-
> > From: gito...@googlegroups.com 
> > [mailto:gito...@googlegroups.com ] On Behalf Of max
> > Sent: den 28 juli 2010 09:36
> > To: Gitorious
> > Subject: [gitorious] cannot annotate code in merge request
> >
> > Hi,
> >
> > For some reason, on some merge requests, I cannot annotate code.
> > Usually, I can click on a line of code in the diff and make a comment,
> > but this doesn't work in some merge requests.
> >
> > Is this expected/known/etc? Any 'solution'?
> >
> > Max.
>
> If the patch is too big then the option to comment on the code
> is disabled. There ought to have been some visual indication
> when this happens...
>
> //Peter
>
>

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[gitorious] Mail request inline commenting fails in with huge diffs.

2013-02-08 Thread vburak
We can`t add inline comments if the diff is very big in merge 
request(button to add comment are not appeared in line number section).
With small diffs everything works fine.
First we were receiving following error: MemCacheError (Value too large, 
memcached can only store 1MB of data per key): Value too large, memcached 
can only store 1MB of data per key).
This message was fixed with tuning of Memcashed, however, issue is still 
persists.
We've tried to switch off Memcache and store cache on disk, it didn`t help 
too.
We`ve noticed that cashes of failing diffs are quite huge, that can be the 
reason of the issue:

#du -sh /opt/gitorious/public/cache/cache_git/
1.7M 
/opt/gitorious/public/cache/cache_git/merge_request_diff_v1_44dbba214688e1e7d5173c934b304cf21851aed7_1427e58d6bf1e6bde11b40ceda02d57ec162b2ba.cache
1.7M 
/opt/gitorious/public/cache/cache_git/merge_request_diff_v1_44dbba214688e1e7d5173c934b304cf21851aed7_30e44ff10a613f6ad540c035239889996ea963e6.cache
1.7M 
/opt/gitorious/public/cache/cache_git/merge_request_diff_v1_44dbba214688e1e7d5173c934b304cf21851aed7_59085c1adf9216c4841c20d1f91ce1be25d455f1.cache
1.3M 
/opt/gitorious/public/cache/cache_git/merge_request_diff_v1_44dbba214688e1e7d5173c934b304cf21851aed7.cache

please, adivce.

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [gitorious] ldap groups plus gitorious teams

2013-01-16 Thread vburak
hi,
i've enabled ldap authorization, and now can see "Ldap group names" box. 
But it seems like groups are not checked using my ldap server, so i can 
create team with any ldap group as a member. 
But even if I add group that exists on my ldap server, it still have 0 
members in it. Please, advice how i can debug this issue, there is nothing 
in logs. 
 

On Friday, December 14, 2012 1:32:35 PM UTC+2, DanSab wrote:
>
> Thank you, Marius. It is working well now.
>
> четверг, 13 декабря 2012 г., 17:47:29 UTC+4 пользователь Marius Mårnes 
> Mathiesen написал:
>>
>> On Thu, Dec 13, 2012 at 03:55:56AM -0800, DanSab wrote: 
>> > Very strange. I reinstalled gitorious from scratch and got the same 
>> > results - ldap authentication is working but there is no ldap 
>> > functionality on create team page.  May be I should change something 
>> > else that was not mentioned in post on 
>> > blog.gitorious.org<
>> http://blog.gitorious.org/2012/10/25/ldap-authorization-lands-in-gitorious-mainline/>
>>  
>>
>>
>>
>> Hi, 
>> It appears there's a typo in the gitorious.sample.yml file :-( You 
>> should try entering: 
>>
>> use_ldap_authorization: true 
>>
>> in config/gitorious.yml. The sample file says 
>> "use_ldap_for_authorization", which is a bug which we have fixed in 
>> the rails3 branch due to be merged into next in a couple of days. 
>>
>> Try changing that and see if it helps. 
>>
>> Cheers, 
>> - Marius 
>>
>

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] Re: Authorization issue. (creating team does not check ldap groups)

2013-01-15 Thread vburak
are there any ideas how can i investigate this issue?
There is nothing in logs. Ldap authentication works fine.

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] Re: ldap teams / groups

2013-01-14 Thread vburak
fixed by adding bind_user credentials

On Tuesday, January 8, 2013 12:48:09 PM UTC+2, marc...@gmail.com wrote:
>
> Im getting this error trying to create teams with LDAP authentication:
> Also trying to check my profile in every user while the LDAP 
> authentication is 'true'
>
> ActionView::TemplateError (Unable to connect to the LDAP server on 
> X:389. Are you sure the LDAP server is running?) on line #139 of 
> app/views/users/show.html.erb:
> 136:   
> 137: <%= 
> image_tag(group.avatar.url(:thumb), :alt => "Avatar", :width => "16") 
> %> <%= link_to h(group.name), group_path(group) -%>
> 138:   <% end -%>
> 139:   <% end unless Team.for_user(@user).blank? -%>
> 140:   
> 141:   
> 142: 
>
> lib/gitorious/authorization/ldap/connection.rb:36:in `bind_as'
> app/models/ldap_group.rb:121:in `ldap_group_names_for_user'
> app/models/ldap_group.rb:224:in `groups_for_user'
> app/models/finders/ldap_group_finder.rb:57:in `for_user'
> app/models/team.rb:66:in `send'
>
>

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] Authorization issue. (creating team does not check ldap groups)

2013-01-14 Thread vburak
Hi,
When i create team and set some LDAP group, it does not check if group 
exists on my ldap server or not.
Also, even if i set right LDAP group dn, it shows that there is 0 members.
Please, advice.

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


[gitorious] Re: ldap teams / groups

2013-01-14 Thread vburak
same issue. have you found any workaround to solve this?

On Tuesday, January 8, 2013 12:48:09 PM UTC+2, marc...@gmail.com wrote:
>
> Im getting this error trying to create teams with LDAP authentication:
> Also trying to check my profile in every user while the LDAP 
> authentication is 'true'
>
> ActionView::TemplateError (Unable to connect to the LDAP server on 
> X:389. Are you sure the LDAP server is running?) on line #139 of 
> app/views/users/show.html.erb:
> 136:   
> 137: <%= 
> image_tag(group.avatar.url(:thumb), :alt => "Avatar", :width => "16") 
> %> <%= link_to h(group.name), group_path(group) -%>
> 138:   <% end -%>
> 139:   <% end unless Team.for_user(@user).blank? -%>
> 140:   
> 141:   
> 142: 
>
> lib/gitorious/authorization/ldap/connection.rb:36:in `bind_as'
> app/models/ldap_group.rb:121:in `ldap_group_names_for_user'
> app/models/ldap_group.rb:224:in `groups_for_user'
> app/models/finders/ldap_group_finder.rb:57:in `for_user'
> app/models/team.rb:66:in `send'
>
>

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com