summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Implement cleaning up older log entries in mirrorcheckJelle van der Waa3-2/+69
2018-07-22QuerySet is an iterable, remove unrequired list(urls)Jelle van der Waa1-1/+1
2018-06-17test: use response.json()Jelle van der Waa3-13/+7
2018-05-19Replace deprecated method warn() with warning()Frank Vanderham1-2/+2
2018-05-07Merge pull request #105 from kyrias/mirror-list-tierjelle van der Waa3-1/+17
2018-05-05mirrors: Add basic status code test for /mirrorlist/tierJohannes Löthberg1-0/+10
2018-05-05mirrors: Allow listing mirrors in only a specific tierJohannes Löthberg2-1/+7
2018-04-22mirrorlist: Complete /all/https success test caseGenki Sky1-6/+10
2018-04-22mirrorlist: Accept GET parameters as filtersGenki Sky3-8/+22
2018-04-08Update urls.py to non relative importsJelle van der Waa1-1/+1
2018-04-08Change urls.py from patterns to list of url()Johannes Löthberg2-19/+19
2018-04-08mirrorresolv: update to Djang 1.10Jelle van der Waa1-3/+3
2018-04-08mirrorcheck: Update to Django 1.10Jelle van der Waa1-10/+16
2018-04-08Stop using deprecated SubFieldBaseJelle van der Waa1-1/+3
2018-04-08request.REQUEST is removed in django 1.9Jelle van der Waa1-1/+1
2018-03-26mirrors: Add tests for mirror detail urlsJelle van der Waa1-0/+39
2018-03-26mirrors: remove duplicate testJelle van der Waa1-4/+0
2018-03-26mirrors: Test mirror status with tier specifiedJelle van der Waa1-0/+20
2018-03-23FS#50516: mirrors: Extend /mirrors/status/json/ (#91)jelle van der Waa1-0/+2
2018-02-18Merge pull request #85 from kyrias/json-mirror-url-activejelle van der Waa1-1/+1
2018-02-18mirrors/views/api: Add URL active statusJohannes Löthberg1-1/+1
2018-01-29More code refactoring / tests (#79)jelle van der Waa2-1/+13
2018-01-22Mirror tests (#78)release_2018-01-22jelle van der Waa8-105/+242
2018-01-04Add more basic url tests (#76)jelle van der Waa1-0/+43
2018-01-02mirrors/views/api: Fix mirrors.change_mirror perm typo (#74)Johannes Löthberg1-1/+1
2017-12-29Add mirror detail URLs to JSON output (#71)Johannes Löthberg2-1/+12
2017-12-28Require mirror.change_mirror perm to see emailsJohannes Löthberg1-1/+1
2017-12-28Add admin emails to the mirror status JSON output when logged inJohannes Löthberg1-0/+3
2017-07-11mirrors.tests: redo relative importJelle van der Waa1-1/+1
2017-06-11mirrors: tests: Fix faulty testJelle van der Waa1-1/+1
2017-05-28mirrorresolv: Make exception Python 3 friendlyJelle van der Waa1-2/+2
2017-05-22mirrors: add simple test for mirror statsJelle van der Waa1-0/+62
2017-05-02Remove the last piece of django-jinja existanceJelle van der Waa1-53/+0
2017-02-22Fix empty mirror list when mirror status is usedFlorian Pritz1-1/+2
2017-02-17Remove scored based mirrorlist sortingFlorian Pritz1-2/+3
2016-08-01mirrors: api: Add ISOs information to JSON outputrelease_2016-08-01Johannes Löthberg1-0/+1
2015-06-18Handle Django's level 3 verbosity properlyDan McGee2-2/+2
2015-06-18Catch SSL CertificateErrors and log themDan McGee1-0/+5
2015-06-18Silence DNS errors we see too often in productionDan McGee1-0/+5
2015-02-26Fix URL precedence due to /json/ and mirror name overlapDan McGee1-12/+12
2015-02-26Include error message in JSON detail responseDan McGee1-1/+3
2015-02-26Break out mirror JSON API viewsDan McGee3-103/+114
2015-02-26Break out mirrorlist viewsDan McGee3-123/+131
2015-02-26Pylint suggested cleanupsDan McGee2-6/+5
2015-02-26Move mirrors views into subdirectoryDan McGee1-2/+2
2015-02-26Add details links to third mirror status tableDan McGee2-5/+6
2014-12-11Don't blow up if lastsync file wasn't correctly fetchedDan McGee1-3/+6
2014-11-08Remove percentage filter from Django templates filtersrelease_2014-11-08Dan McGee1-7/+0
2014-11-08Make delay a property, not a functionDan McGee1-0/+1
2014-11-08Convert mirror status tables to Jinja2Dan McGee1-0/+22