summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the is_active parameter to toggle users ability to submituser-account-parityDonald Stufft2013-07-212-0/+21
* Remove the case sensitivity paramter as looksups are now always case insensitiveDonald Stufft2013-07-212-6/+6
* Update store.py to match the Schema used by WarehouseDonald Stufft2013-07-211-49/+170
* 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
| | * record the actual md5sum so that I can test my client against this demo setChristian Theune2013-06-131-1/+1
| | * Be a bit more generous about ignores to support developing on PyPI.Christian Theune2013-06-131-0/+6
| | * Work around a docutils bug.Christian Theune2013-06-131-0/+2
* | | Add more missing filesDonald Stufft2013-06-182-0/+0
* | | Add the testing site imagesDonald Stufft2013-06-183-2/+2
* | | Move all static files into the static/ sub directoryDonald Stufft2013-06-1820-971/+2008
* | | fix a double pathDonald Stufft2013-06-181-1/+1
* | | Fix pygments and docutils to point to the static directory toDonald Stufft2013-06-181-2/+2
* | | Expect the Static files to be on the same domain under /static/Donald Stufft2013-06-181-14/+13
* | | refactor run_simple so it no longer does it's own gzipingDonald Stufft2013-06-181-36/+26
* | | Handle a missing CONTENT_LENGTHDonald Stufft2013-06-171-1/+1
* | | Allow overriding the PyPI config fileDonald Stufft2013-06-171-1/+1
* | | Revert back to the original pypi.wsgiDonald Stufft2013-06-171-27/+4
* | | Use hashlib instead of M2Crpyto for sha1Donald Stufft2013-06-171-4/+4
|/ /