[gitorious] Gitorious Versioning

2012-08-01 Thread dpwrussell
I see that there is the concept of versioning for some time now in Gitorious, but all the installation instructions I have seen involve a checkout from mainline (If versioning is active I'd have expected a checkout of a certain version branch). I've spent ages looking, but I can't find out

Re: [gitorious] Re: LDAP Authentication

2012-08-01 Thread Kevin Pelletier
Hi Marius, Thanks for the quick reply. Indeed, it didn't work. I checked it out, but still I'm having the same error message. This is what I did : git checkout features/ldap_authorization RAILS_ENV=production bundle exec script/test_ldap_connection pelletierk ** Not there yet.

Re: [gitorious] Re: LDAP Authentication

2012-08-01 Thread Kevin Pelletier
This is my authentication.yml production: disable_default: true methods: - adapter: Gitorious::Authentication::LDAPAuthentication host: 192.168.4.22 port: 389 base_dn: DC=lan,DC=lexum,DC=pri login_attribute: uid encryption: none

[gitorious] New rake tasks for diagnostics backup

2012-08-01 Thread Thomas Kjeldahl Nilsson
Hello, just thought I'd give a heads-up on two small additions in mainline. Feedback merge requests are very welcome on both, I'll probably iterate on both of them a bit. 1) CLI diagnostics rake tasks Earlier this spring we added a web diagnostics page to make it easier to find problems

Re: [gitorious] Adding functionality to repository creation

2012-08-01 Thread Rachel Harris
Thanks. This is exactly where I thought it should be. My main issue was that the changes I made there didn't appear to be executing. Eventually I figured out that I needed to restart the stompserver to get the changes to take effect. On Tuesday, July 31, 2012 10:59:48 PM UTC-7, Marius MÃ¥rnes

Re: [gitorious] Gitorious Versioning

2012-08-01 Thread Ken Dreyer
On Wed, Aug 1, 2012 at 4:17 AM, dpwrussell r...@dpwrussell.com wrote: I see that there is the concept of versioning for some time now in Gitorious, but all the installation instructions I have seen involve a checkout from mainline (If versioning is active I'd have expected a checkout of a