Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Subject: Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
Date: 2025-06-25 19:59:23
Message-ID: CAGECzQTy42fJBixGG3jKQ7Sk68HVFzXvFYDe+_67gTEUQ7zr2w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 25 Jun 2025 at 20:29, Aleksander Alekseev
<aleksander(at)timescale(dot)com> wrote:
>
> Hi,
>
> > Fourth link down from the top of the link section - "Create a new commitfest entry"
> >
> > Adds it to 19-1; need to move it to Drafts if that is where it belongs.
>
> Found it. It was moved to the "Your personal dashboard" page.
> Previously I used the CF page thus I couldn't find it.

Ugh... Turns out it was a bug, there definitely should be a "New
patch" button on both the 19-1 and on the Drafts page. And there
was... but only if you were logged in as a staff user.

I had changed a field name to from "isopen" to "is_open" and forgot to
change the usage in that template. Very annoying that django templates
not complaining about missing attributes...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikhail Gribkov 2025-06-25 20:07:32 Decompression bug in astreamer_lz4
Previous Message Álvaro Herrera 2025-06-25 18:45:51 Re: pg_dump misses comments on NOT NULL constraints