RECOVERY: whimsy.apache.org (whimsy.apache.org (https)) is back up!

2016-03-13 Thread Ping My Box
Hello, The https service at whimsy.apache.org (whimsy.apache.org (https)) seems to be back in working order again. With regards, Ping My Box - https://www.pingmybox.com/

Re: Collate Minutes cannot find ASF::Podling

2016-03-13 Thread Sam Ruby
On Sun, Mar 13, 2016 at 9:43 PM, sebb wrote: > The collate_minutes job is failing with: > > collate_minutes.rb:61:in `': uninitialized constant ASF::Podling > (NameError) > > *** Exception NameError : collate_minutes.rb:61:in `' > uninitialized constant ASF::Podling *** > > I don't get that proble

Collate Minutes cannot find ASF::Podling

2016-03-13 Thread sebb
The collate_minutes job is failing with: collate_minutes.rb:61:in `': uninitialized constant ASF::Podling (NameError) *** Exception NameError : collate_minutes.rb:61:in `' uninitialized constant ASF::Podling *** I don't get that problem when running it in a command shell. The podlings code was

Re: Access to whimsy http logs?

2016-03-13 Thread Sam Ruby
On Sun, Mar 13, 2016 at 11:48 AM, sebb wrote: > It would be very useful to have access to the Whimsy error log when > app errors occur. > > Probably also the access log. > > Since the log may contain relatively private info, this should > probably be restricted to members, in which case I think it

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread Sam Ruby
On Sun, Mar 13, 2016 at 10:36 AM, sebb wrote: > On 13 March 2016 at 14:16, sebb wrote: >> On 13 March 2016 at 14:09, Sam Ruby wrote: >>> On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley wrote: - if person.asf_member? + if person.asf_member? # TODO is this the correct c

ALERT: whimsy.apache.org (whimsy.apache.org (https)) is DOWN!

2016-03-13 Thread Ping My Box
Hello, The https service at whimsy.apache.org (whimsy.apache.org (https)) has been reported as down by our monitoring system: Component: response Error code: Internal Server Error or equivalent bad message received: HTTP/1.1 400 board_minutes "Exception NameError" Debug output: -- [Sun

Access to whimsy http logs?

2016-03-13 Thread sebb
It would be very useful to have access to the Whimsy error log when app errors occur. Probably also the access log. Since the log may contain relatively private info, this should probably be restricted to members, in which case I think it can be achieved by using a suitable symlink under one of t

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread sebb
On 13 March 2016 at 14:16, sebb wrote: > On 13 March 2016 at 14:09, Sam Ruby wrote: >> On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley wrote: >>> >>> - if person.asf_member? >>> + if person.asf_member? # TODO is this the correct check? it includes >>> people in members unix group >>

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread sebb
On 13 March 2016 at 14:09, Sam Ruby wrote: > On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley wrote: >> >> - if person.asf_member? >> + if person.asf_member? # TODO is this the correct check? it includes >> people in members unix group >> member[:info] = person.members_txt >

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread Sam Ruby
On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley wrote: > > - if person.asf_member? > + if person.asf_member? # TODO is this the correct check? it includes > people in members unix group > member[:info] = person.members_txt In this particular case, I think so. It will only i