- 23 Sep, 2018 1 commit
-
-
Jelle van der Waa authored
django is now called python2-django.
-
- 08 Sep, 2018 2 commits
-
-
Jelle van der Waa authored
Clean up models on tearDown.
-
Jelle van der Waa authored
-
- 12 Aug, 2018 10 commits
-
-
Jelle van der Waa authored
Tests extended
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
The view which used get_differences_info was removed in 373a426c but didn't clean up the utility functions.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
The signoff report command was removed in 32e3c6f9 but the template file was kept while it should have been removed.
-
- 11 Aug, 2018 3 commits
-
-
Jelle van der Waa authored
todolists: sort todolist on incomplete status
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- 01 Aug, 2018 1 commit
-
-
Jelle van der Waa authored
-
- 31 Jul, 2018 1 commit
-
-
Jelle van der Waa authored
readme: replace build status badge with new travis-ci.com
-
- 30 Jul, 2018 1 commit
-
-
Levente Polyak authored
The old is obsolete and migrated to travis-ci.com
-
- 29 Jul, 2018 3 commits
-
-
Jelle van der Waa authored
Cleanup
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- 23 Jul, 2018 1 commit
-
-
Jelle van der Waa authored
Mirrorlog cleanup
-
- 22 Jul, 2018 3 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
MirrorLog entries are not cleaned up by default and will clog the database. The django settings now defines a retention period in days for how long to keep mirror logs, on every mirrorcheck run older logs will be removed from the database.
-
Jelle van der Waa authored
-
- 19 Jul, 2018 1 commit
-
-
Closes: #112
-
- 13 Jul, 2018 3 commits
-
-
Previously the search that had a space in it yields no results if the match is not exact e.g. ``archlinux keyring`` yields no results even though there is a package ``archlinux-keyring``. This patch modifies the query to search for ``archlinux AND keyring``, both for package names and package descriptions. This leads to more search results.
-
Jelle van der Waa authored
devel: reporead remove old flagrequests
-
Jelle van der Waa authored
When updating a package in our repository remove any old 'flagged out of date' requests.
-
- 06 Jul, 2018 2 commits
-
-
Jelle van der Waa authored
todolists: Add json endpoint for todo detail view
-
Jelle van der Waa authored
Add a /todo/$name/json endpoint which returns the json for a todo list item.
-
- 17 Jun, 2018 2 commits
-
-
Jelle van der Waa authored
test: use response.json()
-
Jelle van der Waa authored
Instead of importing json and loading the response.content using json.loads use Django's response.json() method.
-
- 16 Jun, 2018 2 commits
-
-
Jelle van der Waa authored
releng: remove old fixtures and add missing migration
-
Jelle van der Waa authored
Add missing migration which removes the old releng models and remove the old json fixtures.
-
- 09 Jun, 2018 2 commits
-
-
Jelle van der Waa authored
models.py: correct a typo
-
Felix Yan authored
-
- 08 Jun, 2018 2 commits
-
-
Jelle van der Waa authored
Fix a typo in packages/models.py
-
Felix Yan authored
-