- 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 9 commits
-
-
Jelle van der Waa authored
Fix a typo in packages/models.py
-
Felix Yan authored
-
Jelle van der Waa authored
Added removed rss
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Change the last_modified check to SQLAlchemy so it works with SQLite too.
-
Jelle van der Waa authored
Add new feeds for newly added packages and packages which where removed from the repository's.
-
Jelle van der Waa authored
Angel resigned as developer.
-
Jelle van der Waa authored
dev-todo-lists: highlight table rows on mouse hover
-
Christian Hesse authored
-
- 07 Jun, 2018 5 commits
-
-
Jelle van der Waa authored
dev-todo-pkglist: highlight table rows on mouse hover
-
Christian Hesse authored
-
Christian Hesse authored
-
Christian Hesse authored
-
Christian Hesse authored
-
- 02 Jun, 2018 1 commit
-
-
Jelle van der Waa authored
-
- 31 May, 2018 2 commits
-
-
Jelle van der Waa authored
Config file for pyup.io
-
pyup-bot authored
-
- 20 May, 2018 2 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Remove the unnecessary lambda check and add more pylint warnings
-
- 19 May, 2018 1 commit
-
-
Jelle van der Waa authored
-