- 19 Sep, 2022 5 commits
-
-
Baptiste Beauplat authored
To allow re-uploading testing packages without that constraint.
-
Baptiste Beauplat authored
The former has the advantage of being compatible with the current version of celery.
-
Baptiste Beauplat authored
Signed-off-by:
Baptiste Beauplat <lyknode@debian.org> -
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Fixes: #148 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 13 Sep, 2022 3 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
Signed-off-by:
Baptiste Beauplat <lyknode@debian.org> -
Akbarkhon Variskhanov authored
-
- 30 Aug, 2022 1 commit
-
-
Mattia Rizzolo authored
MR: !191
-
- 29 Aug, 2022 3 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
- 21 Aug, 2022 1 commit
-
-
Baptiste Beauplat authored
This a more robust way of handling comments for mask as this work with no comment or multi comments (not that it should happen but it's cleaner anyway)
-
- 18 Aug, 2022 3 commits
-
-
Baptiste Beauplat authored
Signed-off-by:
Baptiste Beauplat <lyknode@debian.org> -
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
- 18 Mar, 2022 4 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
Signed-off-by:
Baptiste Beauplat <lyknode@debian.org> -
Hugh McMaster authored
-
Hugh McMaster authored
-
- 08 Jan, 2022 1 commit
-
-
Mattia Rizzolo authored
MR: !187 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 07 Jan, 2022 19 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
In a class-based view, form_valid is only called when the form has been validated. Moreover, we only call the dispatch parent class if the reset link has been validated. Checking it again in form_valid is not needed.
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
The form is composed of two checkbox which are either absent for False or present with any value for True. It's not possible for it to be not valid. The test is kept here for future needs.
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
Parses arbitrary email format such as Deb822's Maintainer or Changed-By fields (Vincent Time <vtime@example.org>).
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
Allow mapping severity values directly using the dict key since the tag list is (relatively) static and we actually want it to fail on unknown tags.
-
Baptiste Beauplat authored
While this could techincally allow reusing already parsed values for uid, debexpo doesn't call this function twice for the same uid.
-
Baptiste Beauplat authored
Since the pub: + fpr: sequence always appear in that order, once and on top of a gpg with-colons output, the condition will always be true.
-