[gitorious] Re: Activities page not updating

2010-08-25 Thread Trevor
We worked this out, it was an issue with ActiveMQ. On Aug 24, 2:57 pm, Trevor wrote: > Just noticed :) There have been no updates on the Activities page > since an upgrade about a month ago. All other feeds working as > expected. I've tried restarting poller, activemq, etc to no avail. > What els

Re: [gitorious] HTTP vs HTTPS trouble

2010-08-25 Thread Benjamin Podszun
Okay, I feel really embarrassed. SslRequirement.disable_ssl_check = true was not part of production environment. Last time I checked that, I grepped and didn't check the filename - it comes enabled in the development environment. So, for reference: If you don't use the setting above, the plugin

Re: [gitorious] HTTP vs HTTPS trouble

2010-08-25 Thread Benjamin Podszun
ARGH! Is vendor/plugins/ssl_requirement/lib/ssl_requirement.rb private def ensure_proper_protocol return true if SslRequirement.disable_ssl_check? return true if ssl_allowed? if ssl_required? && !request.ssl? redirect_to "https://"; + (ssl_host || request.host) +

Re: [gitorious] HTTP vs HTTPS trouble

2010-08-25 Thread Benjamin Podszun
On Wed, Aug 25, 2010 at 12:52 PM, Marius Mårnes Mathiesen < marius.mathie...@gmail.com> wrote: > On Tue, Aug 24, 2010 at 12:34 PM, Benjamin Podszun < > benjamin.pods...@gmail.com> wrote: > >> Headers: >> >> bpods...@gitorious:/$ curl -k -I --anyauth -u domain\\benjamin.podszun >> https://10.10.10.

Re: [gitorious] HTTP vs HTTPS trouble

2010-08-25 Thread Marius Mårnes Mathiesen
On Tue, Aug 24, 2010 at 12:34 PM, Benjamin Podszun < benjamin.pods...@gmail.com> wrote: > Headers: > > bpods...@gitorious:/$ curl -k -I --anyauth -u domain\\benjamin.podszun > https://10.10.10.67 > Ah, a hunch: would you try connecting with the host name entered in gitorious.yml - which should be

[gitorious] Рщц How to make "merge request" for l arge repository?

2010-08-25 Thread edo1
I make clone of http://gitorious.org/linux-on-via-vt8500/vt8500-kernel project. Now I press "request merge" and get error: This Git object is too large to be displayed in the browser Consider cloning the repository locally and look at the object thereThis Git object is too large to be displayed in

[gitorious] cannot edit wiki pages?

2010-08-25 Thread Trevor
We'd like to start using the wiki feature in our private install, but for some reason the links to edit pages are missing. We can create pages, just not edit them. Looks like there should be a "Edit page, History, Pages Index" links, but they are missing completely. How do I get them back? Cheers,

[gitorious] Activities page not updating

2010-08-25 Thread Trevor
Just noticed :) There have been no updates on the Activities page since an upgrade about a month ago. All other feeds working as expected. I've tried restarting poller, activemq, etc to no avail. What else can I kick to refresh this? Cheers, Trevor -- To post to this group, send email to gitorio