summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest
AgeCommit message (Collapse)Author
2025-01-11Revert "Include patch id in commitfest page"HEADmasterMagnus Hagander
This reverts commit eee60a5332ac0745071086477ff4e189b080d3ab. Discussion: https://postgr.es/m/ff9d7921-f4e3-498a-9dba-ddd28fdb359f%40eisentraut.org
2025-01-10Include patch id in commitfest pageJelte Fennema-Nio
Clicking the patch header would sort by the patch ID, but that ID would not actually be visible. Effectively resulting in random ordering for the user, so let's just show the ID.
2024-12-10DOn't crash on very long annotationsMagnus Hagander
When a very long annotation is posted, we would crash if it's shorter than 500 characters, but the length of the *log* message became longer than 500. To handle this, shorten the text in the log message if it's too long.
2024-09-24Minor pycodestyle updatesMagnus Hagander
2024-09-24Allow searching by email Message-IDJelte Fennema-Nio
2024-09-24Redirect straight to patch if search finds only oneJelte Fennema-Nio
2024-09-24Add search bar to search page, so you can search againJelte Fennema-Nio
2024-09-24Add instructions to checkout latest CFbot patchsetJelte Fennema-Nio
2024-09-24Add extra links to the patch pageJelte Fennema-Nio
2024-09-24Make homepage more usefulJelte Fennema-Nio
A long list of ancient commitfests isn't super useful. This puts a few links at the top of the page that cover the most common usages of the commitfest app.
2024-08-05Don't crash on invalid target versionsMagnus Hagander
2024-08-05Add missing newline, breaking pycodestyleMagnus Hagander
2024-08-02Add a stable URL for a patch that redirects to latest cfJelte Fennema-Nio
Links to patches get outdated ever time we move it to new commitfest.
2024-08-02Add /current link that links to either /inprogress or /openJelte Fennema-Nio
2024-08-02Redirect /open fullyJelte Fennema-Nio
Now it forwards everything after the slash so that links like the following work: /open/new/ /open?author=-3
2023-06-07Don't crash on missing parameterMagnus Hagander
2023-04-12Change static->media and stop using collectstaticMagnus Hagander
This changes both the storage location of the files and the URL. This aligns it up with how (almost) all our other django apps work, so good for consistency.
2023-02-21Http404 is an exception to raise, not a class to returnMagnus Hagander
2023-02-21Restrict user search/import to cf adminsMagnus Hagander
All users can still enumerate local users, but the functionality to search the central database is restricted to admins only. Reported by Benjamin Flesch
2021-12-12Update for django 3.2 compatibilityMagnus Hagander
2021-11-25Silence pep8 warningsMagnus Hagander
2021-11-25Replace django-selectable with selectizeMagnus Hagander
django-selectable is no longer maintained, and will cause issues in newer versions of django. selectize is what we use in the pgeu-system codebase today, so copy the handling over from there.
2021-10-04Properly allow moving of WoA patches to next CFMagnus Hagander
The previous commit removed the refusal, but missed adding the allwing..
2021-10-04Allow moving of Waiting On Author patches to next CFMagnus Hagander
Discussion: https://postgr.es/m/20211001173131.GA13090@ahch-to
2020-12-08Properly escape list of messages when creating a new entryMagnus Hagander
This has been broken since day 1... oops. Noted by Vik Fearing
2020-12-08Remove unused importMagnus Hagander
2020-08-11Move handling of secondary email addresses upstreamMagnus Hagander
Since the upstream main website now handles secondary email addresses, centralize the handling to there. This removes the local handling completely, except that we store them in the database. The new push-changes API ensures that they are kept in sync with upstream.
2020-04-01Updates for django 2.2Magnus Hagander
2020-04-01Set on_delete=models.CASCADE on all relationsMagnus Hagander
2020-03-24Update favicon to match the main website, per Peter Eisentraut.Jonathan S. Katz
2019-03-27Remove reundant role attributeDaniel Gustafsson
2019-02-28Don't include "target version" on new patch formMagnus Hagander
2019-02-27Remove trailing slashes from message-id URLsPeter Eisentraut
This avoids useless redirects.
2019-02-10Change backgroud color of target version labelMagnus Hagander
Per request
2019-02-06Another markup fixDaniel Gustafsson
2019-02-06Fix markupDaniel Gustafsson
2019-02-06Add index to patchhistory.dateMagnus Hagander
2019-02-06Fix activity feed queriesMagnus Hagander
These clearly had little to do with reality since they would return duplicate entries if a patch was in more than one cf..
2019-02-06Add a field to each patch for target versionMagnus Hagander
This is particularly interesting towards the end of a cycle where it can be used to flag patches that are not intended for the current version but still needs review.
2019-02-06Update migrations for py3 unicodeMagnus Hagander
Need to change old migrations not to indicate we need new ones.
2019-02-06Fix class property reference for py3Magnus Hagander
2019-02-06Unicode fixes for python 3Magnus Hagander
2019-02-06Fix imports and exceptions for Python3Magnus Hagander
2019-02-06Fixes for pep8 compatibilityMagnus Hagander
2019-02-05Convert all spaces to tabsMagnus Hagander
2019-02-05Switch to using requests for archives APIMagnus Hagander
This should fix some unicode issues
2018-12-26Change sort order for reviewers/authors in filter dropdownMagnus Hagander
Previously it was sorted by last name, which did not always make sense. Canged to sort by first name, which hopefully makes more sense. Per request from Alvaro Herrera and others.
2018-12-23Add "withdrawn" commitfest statusMagnus Hagander
By popular (?) request
2018-12-23Merge old model changes that never made it into migrationsMagnus Hagander
2018-11-26Clarify some buttonsAndreas Scherbaum
Add some longer texts to indicate what's really hiding behind buttons.