summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the right tag prefixDonald Stufft2013-07-251-1/+1
* Use a consistent naming schemeDonald Stufft2013-07-252-3/+7
* document how to restart PyPIDonald Stufft2013-07-251-0/+11
* Use a surrogate key on the simple indexDonald Stufft2013-07-251-1/+1
* Increase the count so we don't spin foreverDonald Stufft2013-07-251-0/+2
* Temporarily remove the status checkDonald Stufft2013-07-251-10/+10
* Send errors from the RQ worker to SentryDonald Stufft2013-07-241-1/+11
* Be smarter about what we queueDonald Stufft2013-07-241-2/+5
* Make the worker script executableDonald Stufft2013-07-241-0/+0
* Add a script to enable configuring the workerDonald Stufft2013-07-241-0/+29
* Handle the case where there is no QueueDonald Stufft2013-07-241-3/+4
* Use rq.Queue not QueueDonald Stufft2013-07-241-1/+1
* Make tags a regular argumentDonald Stufft2013-07-242-2/+2
* Fix a double set()Donald Stufft2013-07-241-1/+1
* Use RQ to handle purging asynchronouslyDonald Stufft2013-07-243-87/+71
* Switch from purging by url to purging by tagDonald Stufft2013-07-241-31/+35
* Send the Surrogate Key header with Package DownloadsDonald Stufft2013-07-241-0/+3
* actually fixRichard Jones2013-07-121-1/+1
* fixRichard Jones2013-07-121-1/+1
* a few places where user-supplied username should be matched without case-sens...Richard Jones2013-07-122-8/+16
* support _ and - in platform tagsDonald Stufft2013-07-061-1/+1
* Disallow Non windows binary wheelsDonald Stufft2013-07-061-0/+15
* Make sure to purge the serversig as well as the simpleDonald Stufft2013-07-041-7/+8
* Be more rboust about how we handle purge errorsDonald Stufft2013-07-041-7/+22
* Increase the cache time to a dayDonald Stufft2013-07-041-2/+2
* Let the Fastly default happenDonald Stufft2013-07-041-2/+4
* Enable the weekly download counterDonald Stufft2013-07-031-2/+2
* Fix the bug tracker linkDonald Stufft2013-07-011-1/+1
* Add a script to migrate PyPI hosting modesDonald Stufft2013-07-012-1210/+1274
* Use the proper keysDonald Stufft2013-06-281-2/+2
* Show download countsDonald Stufft2013-06-271-1/+1
* Be more explicit about what the download numbers are forDonald Stufft2013-06-271-1/+1
* Fix the search keyDonald Stufft2013-06-261-1/+1
* Enable (hidden) download countsDonald Stufft2013-06-265-1/+59
* Fix commiting and closing the db transactionDonald Stufft2013-06-261-2/+2
* Fix shebang lineDonald Stufft2013-06-261-1/+1
* Add a script that processes stats from RedisDonald Stufft2013-06-261-0/+62
* Log duplicate line messageDonald Stufft2013-06-261-0/+3
* Make executableDonald Stufft2013-06-261-0/+0
* Add a script to parse incoming CDN log entriesDonald Stufft2013-06-261-0/+74
* Only cache pages for 15 minutesDonald Stufft2013-06-241-1/+1
* Make a CacheControlMiddleware that adds Cache-Control directivesDonald Stufft2013-06-221-0/+23
* Revert and unneeded changeDonald Stufft2013-06-201-2/+3
* Allow a configurable raw package prefixDonald Stufft2013-06-203-1/+3
* Handle the case where there is no serial for a packageDonald Stufft2013-06-202-4/+6
* Merged in ctheune/pypi-fix-mirroring (pull request #1)Donald Stufft2013-06-204-6/+52
|\
| * Update comment on how to configure nginx.Christian Theune2013-06-131-4/+6
| * Automated merge with https://bitbucket.org/ctheune/pypi-fix-mirroringChristian Theune2013-06-134-6/+50
| |\
| | * Add a handler for the /packages URLs so that we can uses nginx' static fileChristian Theune2013-06-131-4/+40
| | * Allow serving the packages from the standalone wsgi application.Christian Theune2013-06-131-1/+1