Thread: CommitFest 2009-09: Now In Progress

CommitFest 2009-09: Now In Progress

From
Robert Haas
Date:
commitfest.postgresql.org is updated, please submit new patches at
https://commitfest.postgresql.org/action/commitfest_view/open

Initial reviewing assignments have been sent to -rrreviewers.  If you
didn't get one due to an oversight on my part, please drop me a note!

Thanks,

...Robert

[P.S. I learned my lesson - last CF the equivalent email said that the
CF was "closed", which of course was not what I meant at all.]


Re: CommitFest 2009-09: Now In Progress

From
Tom Lane
Date:
Robert Haas <robertmhaas@gmail.com> writes:
> commitfest.postgresql.org is updated, please submit new patches at
> https://commitfest.postgresql.org/action/commitfest_view/open

Anyone else finding that logging in at commitfest.postgresql.org fails?
I get

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@postgresql.org and inform them of the time the error occurred, and
anythingyou might have done that may have caused the error.
 

More information about this error may be available in the server error
log.

        regards, tom lane


Re: CommitFest 2009-09: Now In Progress

From
Stephen Frost
Date:
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > commitfest.postgresql.org is updated, please submit new patches at
> > https://commitfest.postgresql.org/action/commitfest_view/open
>
> Anyone else finding that logging in at commitfest.postgresql.org fails?
> I get
>
> Internal Server Error

Yes.  The auth server appears to be down (wwwmaster).  Much discussion
has ensued on IRC, but none of us are admins. :/
Stephen

Re: CommitFest 2009-09: Now In Progress

From
Robert Haas
Date:
On Mon, Sep 14, 2009 at 9:30 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> commitfest.postgresql.org is updated, please submit new patches at
>> https://commitfest.postgresql.org/action/commitfest_view/open
>
> Anyone else finding that logging in at commitfest.postgresql.org fails?
> I get
>
> Internal Server Error
>
> The server encountered an internal error or misconfiguration and was unable to complete your request.
>
> Please contact the server administrator, webmaster@postgresql.org and inform them of the time the error occurred, and
anythingyou might have done that may have caused the error.
 
>
> More information about this error may be available in the server error
> log.

Yep, we were just discussing on IRC.  It seems wwwmaster.postgreql.org
is down (unpingable).  If you were already logged in, you could work
just fine, but you can't get logged in, because there's no way to
authenticate you.  (You know all those people trying to impersonate
Tom Lane....)

...Robert


Re: CommitFest 2009-09: Now In Progress

From
Tom Lane
Date:
Robert Haas <robertmhaas@gmail.com> writes:
> Yep, we were just discussing on IRC.  It seems wwwmaster.postgreql.org
> is down (unpingable).

Looks like someone fixed it.
        regards, tom lane


Re: CommitFest 2009-09: Now In Progress

From
Peter Eisentraut
Date:
On mån, 2009-09-14 at 21:14 -0400, Robert Haas wrote:
> [P.S. I learned my lesson - last CF the equivalent email said that the
> CF was "closed", which of course was not what I meant at all.]

Yeah, except is it just me or is this "open" terminology equally weird?
Isn't the 2009-09 fest the one that is open right now?




Re: CommitFest 2009-09: Now In Progress

From
Stefan Kaltenbrunner
Date:
Stephen Frost wrote:
> * Tom Lane (tgl@sss.pgh.pa.us) wrote:
>> Robert Haas <robertmhaas@gmail.com> writes:
>>> commitfest.postgresql.org is updated, please submit new patches at
>>> https://commitfest.postgresql.org/action/commitfest_view/open
>> Anyone else finding that logging in at commitfest.postgresql.org fails?
>> I get
>>
>> Internal Server Error
> 
> Yes.  The auth server appears to be down (wwwmaster).  Much discussion
> has ensued on IRC, but none of us are admins. :/

being an admin only helps so much - especially if it's the network that 
breaks down and not something on the server...


Stefan


Re: CommitFest 2009-09: Now In Progress

From
Stefan Kaltenbrunner
Date:
Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Yep, we were just discussing on IRC.  It seems wwwmaster.postgreql.org
>> is down (unpingable).
> 
> Looks like someone fixed it.

Yeah we major network breakdown starting at ~02:29 CEST which got fixed 
at ~04:00 CEST.


Stefan



Re: CommitFest 2009-09: Now In Progress

From
Robert Haas
Date:
On Tue, Sep 15, 2009 at 1:36 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> On mån, 2009-09-14 at 21:14 -0400, Robert Haas wrote:
>> [P.S. I learned my lesson - last CF the equivalent email said that the
>> CF was "closed", which of course was not what I meant at all.]
>
> Yeah, except is it just me or is this "open" terminology equally weird?
> Isn't the 2009-09 fest the one that is open right now?

I can't win.

I believe the terminology we've been using, at least for the past year
since I've been involved, is as follows:

Open = open to new patches
In Progress = working on reviewing and committing patches, no longer
open to new patches
Closed = all patches have been dealt with

So, no, 2009-09 was open yesterday.  Now it's in progress, and 2009-11 is open.

...Robert


Re: CommitFest 2009-09: Now In Progress

From
Brendan Jurd
Date:
2009/9/15 Robert Haas <robertmhaas@gmail.com>:
> I believe the terminology we've been using, at least for the past year
> since I've been involved, is as follows:
>
> Open = open to new patches
> In Progress = working on reviewing and committing patches, no longer
> open to new patches
> Closed = all patches have been dealt with
>
> So, no, 2009-09 was open yesterday.  Now it's in progress, and 2009-11 is open.

Yeah, that's what we've been using to date, but I do agree with Stefan
that it's a bit confusing.  I think part of the problem is that "open"
and "closed" are normally opposites, but in our case they are talking
about different things.

Perhaps we should move to something like:

Accepting contributions  =>  Under review  =>  Complete.

Cheers,
BJ


Re: CommitFest 2009-09: Now In Progress

From
Andrew Dunstan
Date:

Brendan Jurd wrote:
> Perhaps we should move to something like:
>
> Accepting contributions  =>  Under review  =>  Complete.
>
>
>   

I say paint the bikeshed yellow!

(h/t Dimitri)

cheers

andrew


Re: CommitFest 2009-09: Now In Progress

From
Robert Haas
Date:
On Tue, Sep 15, 2009 at 10:08 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
> Brendan Jurd wrote:
>>
>> Perhaps we should move to something like:
>>
>> Accepting contributions  =>  Under review  =>  Complete.
> I say paint the bikeshed yellow!
>
> (h/t Dimitri)

-1.  Yellow bikesheds are sometimes mistaken for giant bees that have
lost their black stripes.   Blue is much preferable.

I realized, too, that we have a handy paragraph of text that explains
all this and provides useful links.  You can find it at:

https://commitfest.postgresql.org/

:-)

...Robert