- 01 Sep, 2014 5 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Jakub Klinkovský authored
Signed-off-by:
Jakub Klinkovský <j.l.k@gmx.com> Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 28 Jun, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 11 Jun, 2014 1 commit
-
-
Dan McGee authored
When things blow up in low-level C code, the tuple is sometimes of length one, such as when it contains this error message: _ssl.c:495: The handshake operation timed out Just use the last element of the tuple, which works for all of the cases. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 31 May, 2014 2 commits
-
-
Dan McGee authored
Requested by Florian to make leaving notes on mirrors a bit easier. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 19 May, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 29 Apr, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 22 Apr, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 29 Mar, 2014 3 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This will make it easier in the future to clear out inactive mirrors that haven't been touched in a while. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
-
- 22 Mar, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 09 Mar, 2014 5 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This gets the sorter working correctly again on the developer reports pages where we show file sizes. Apparently the Django filesizeformat tag now uses non-breaking spaces. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 22 Feb, 2014 6 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This code was getting quite unwieldy, and wasn't very modular. Introduce a DeveloperReport class that contains the content for a single report, and utilize it to create our various report metadata and package filtering operations. Utilize these report objects in the reports view, vastly simplifying it. We don't yet dynamically generate the list of reports on the developer index page; that will be coming soon. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
At the request of barthalion. This bumps the report from currently showing 36 packages to 109 packages. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 16 Feb, 2014 1 commit
-
-
Dan McGee authored
Populate the form field with the chosen item before submitting the form. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 07 Feb, 2014 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 02 Feb, 2014 1 commit
-
-
Dan McGee authored
FS#35049. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 27 Jan, 2014 3 commits
-
-
Dan McGee authored
Remove the need to press enter twice when using this typeahead box. Submit the form on enter, regardless of whether an item is selected or not. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
In text blocks that have preformatted code, such as news items, we don't handle the overflow case very well. Let the browser do the job and wrap things if absolutely required. Fixes FS#35649. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 26 Jan, 2014 1 commit
-
-
Dan McGee authored
This reverts commit 8d3a1a1c . Turns out we aren't updating packages quite as often anymore. There are currently 1900+ packages in the repos built more than one year ago. Signed-off-by:
Dan McGee <dan@archlinux.org> Conflicts: devel/views.py
-
- 25 Jan, 2014 1 commit
-
-
Dan McGee authored
This helps when doing the irregular cleanup of these things and making sure a relation has been stale for some time and not just a couple minutes or hours. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 21 Jan, 2014 1 commit
-
-
Dan McGee authored
Changed way back in commit ef9d1c1e , but I didn't update the actual text at the same time. FS#38126. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 11 Jan, 2014 2 commits
-
-
Dan McGee authored
We can use this on both the HTML and JSON views of this data to prevent recomputation for smart clients that respect the modified date header. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
The XML generation underlying our package feeds was doing 1600+ calls to the write() method on the outfile. For some reason, the Python standard library insists on calling flush() after every write, which really makes performance take a nosedive. Wrap the write calls and do them in batches to remove some of the overhead and make feed generation a bit snappier. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 09 Jan, 2014 2 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
This makes entering new releases a bit less cumbersome as we don't really need to enter either the file size or the torrent infohash. Signed-off-by:
Dan McGee <dan@archlinux.org>
-