|
Prev: Switching between terminals
Next: Truncated queries when select * from pg_stat_activity - wishlist/ feature request
From: Bruce Momjian on 6 Jul 2008 09:44 Dave Page wrote: > On Sun, Jul 6, 2008 at 6:29 AM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: > > Robert Treat <xzilla(a)users.sourceforge.net> writes: > >> Hmm, looks like some of the things I was thinking about have been added > >> recenelt... cool. One question I have still remains though, on the main > >> developer page (http://wiki.postgresql.org/wiki/Development_information) it > >> has a link to the "current commitfest", which points to september's > >> commitfest page. ISTM the current commitfest is July's, since that's the one > >> we're currently working on. > > > > The meaning of "current commitfest" as used on that page is "the place > > you should submit a new patch today". I agree there's a terminological > > problem here, and we need to somehow distinguish that meaning from "the > > commitfest we are currently trying to close out". But you are not > > helping matters by trying to eliminate the distinction. > > Agreed - but Robert does have a point - I know both Greg & I have > resorted to searching to find the in-progress fest page. I'll see if I > can improve the index page a little. Just a personal request, but I would like a permanent URL that points to the in-progress commit page and is only changed when the commit fest of _over_. -- Bruce Momjian <bruce(a)momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: "Brendan Jurd" on 6 Jul 2008 10:58 On Sun, Jul 6, 2008 at 11:44 PM, Bruce Momjian <bruce(a)momjian.us> wrote: > > Just a personal request, but I would like a permanent URL that points to > the in-progress commit page and is only changed when the commit fest of > _over_. > Well, most of the time there isn't any commitfest "in-progress" at all. If you want a permanent redirect, how do you expect it to behave when we are between commitfests? Speaking of the issue of navigating between commitfests, I agree that this could use some love. I mentioned to Alvaro over IM that I was thinking about adding a navigation bar at the bottom of each commitfest. This would show, e.g., for the current July commitfest: << Previous commitfest | Current commitfest | Next commitfest >> 2008-05 2008-07 2008-09 [closed] [current] [open] I'm still pondering a way to add this that would require minimal ongoing maintenance, but I wanted to gauge interest before investing too much more headspace into it. Is this something that you guys would find valuable? Cheers, BJ -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Josh Berkus on 7 Jul 2008 13:33 Brendan, all: > I mentioned to Alvaro over IM that I was thinking about adding a > navigation bar at the bottom of each commitfest. This would show, > e.g., for the current July commitfest: Hmmm. I thought that commitfest-by-wiki was something that we were only doing until we had the technical requirements for tracking commitfests nailed down, and then we were going to write a PHP app. No? --Josh -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Josh Berkus on 7 Jul 2008 13:36 Dave Page wrote: > it concerns me that despite it being day 3 of the July commit fest, > people are still being advised to add new items to the wiki page. > > To make the idea work, we need to stick to the rules we defined when > we came up with the concept - specifically, no new patches once the > fest begins! Where are these rules posted? Personally, *I'm* not clear on them. And I'm supposed to be the coordinator. --Josh -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: "Brendan Jurd" on 7 Jul 2008 13:47
On Tue, Jul 8, 2008 at 3:33 AM, Josh Berkus <josh(a)agliodbs.com> wrote: > Hmmm. I thought that commitfest-by-wiki was something that we were only > doing until we had the technical requirements for tracking commitfests > nailed down, and then we were going to write a PHP app. No? > That sounds good to me, but who knows how long it could take for the requisite nailing down to occur? Management of patches is a contentious issue, and any kind of consensus in this area seems to be elusive. I figure we might as well make the wiki comfortable in the meantime. What I'm saying is, I've got the opportunity and the inclination to make the wiki more usable. If you guys want better navigation, there's a suggestion on the table to improve that. I'm not too worried about the wiki eventually being ditched for something better -- in fact I'm looking forward to it. Cheers, BJ -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |