Thread: Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
From
Jelte Fennema-Nio
Date:
On Mon, 16 Jun 2025 at 14:47, Jelte Fennema-Nio <postgres@jeltef.nl> wrote: > > The new PG19 development cycle is starting soon. So that seemed like a > good excuse to make some big improvements to the commitfest app. These changes have now been deployed to production. Please report any problems, either as a reply or as a github issue.
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
From
Aleksander Alekseev
Date:
Hi, > > The new PG19 development cycle is starting soon. So that seemed like a > > good excuse to make some big improvements to the commitfest app. > > These changes have now been deployed to production. Please report any > problems, either as a reply or as a github issue. Firstly, many thanks for working on this. I don't see a button that would allow me to add a patch to PG19-1 (2025-07-01 - 2025-07-31). I tried to log out and log in but it didn't change anything. Is it a bug or do I miss something? -- Best regards, Aleksander Alekseev
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
From
"David G. Johnston"
Date:
On Wed, Jun 25, 2025 at 10:56 AM Aleksander Alekseev <aleksander@timescale.com> wrote:
Hi,
> > The new PG19 development cycle is starting soon. So that seemed like a
> > good excuse to make some big improvements to the commitfest app.
>
> These changes have now been deployed to production. Please report any
> problems, either as a reply or as a github issue.
Firstly, many thanks for working on this.
I don't see a button that would allow me to add a patch to PG19-1
(2025-07-01 - 2025-07-31). I tried to log out and log in but it didn't
change anything. Is it a bug or do I miss something?
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.
David J.
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
From
Aleksander Alekseev
Date:
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. Many thanks. -- Best regards, Aleksander Alekseev
Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
From
Jelte Fennema-Nio
Date:
On Wed, 25 Jun 2025 at 20:29, Aleksander Alekseev <aleksander@timescale.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...