summaryrefslogtreecommitdiff
path: root/store.py
Commit message (Expand)AuthorAgeFilesLines
* Use the right tag prefixDonald Stufft2013-07-251-1/+1
* Use a consistent naming schemeDonald Stufft2013-07-251-2/+6
* Be smarter about what we queueDonald Stufft2013-07-241-2/+5
* Make tags a regular argumentDonald Stufft2013-07-241-1/+1
* Fix a double set()Donald Stufft2013-07-241-1/+1
* Use RQ to handle purging asynchronouslyDonald Stufft2013-07-241-86/+25
* Switch from purging by url to purging by tagDonald Stufft2013-07-241-31/+35
* 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-121-5/+13
* 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
* Handle the case where there is no serial for a packageDonald Stufft2013-06-201-1/+3
* Rename the final missing packagesDonald Stufft2013-06-121-1/+2
* Always invalidate by urlDonald Stufft2013-06-071-34/+29
* Raise in the retry wrapper if we run outDonald Stufft2013-06-051-0/+2
* Fix missing version argumentDonald Stufft2013-06-051-3/+3
* Add missing cursorDonald Stufft2013-06-051-0/+1
* Be smarter abour not doing unneeded retries/double purgesDonald Stufft2013-06-051-5/+4
* Retry the purging of cache from FastlyDonald Stufft2013-06-051-18/+67
* Centralize journaling to ensure invalidation gets calledDonald Stufft2013-06-051-89/+44
* Use older syntaxDonald Stufft2013-06-041-1/+1
* Provide a method to get the latest serial for all packagesDonald Stufft2013-06-041-0/+5
* Include the last serial in a header on the simple pagesDonald Stufft2013-05-311-0/+7
* Update /simple/ during a rename or remove as wellDonald Stufft2013-05-271-0/+2
* Use the full urlDonald Stufft2013-05-271-1/+1
* Ensure we invalid the /simple/ index on a new packageDonald Stufft2013-05-271-0/+2
* PURGE fileurls that have changed as wellDonald Stufft2013-05-271-0/+25
* Include the service id in the urlDonald Stufft2013-05-271-1/+4
* Raise an exception for a bad statusDonald Stufft2013-05-271-1/+2
* Fix for using the proper nameDonald Stufft2013-05-271-1/+1
* Use tilde for the namespacingDonald Stufft2013-05-271-1/+1
* Add cache invalidation to the Fastly CDNDonald Stufft2013-05-271-0/+60
* Look up users case insensitively when registering a new userDonald Stufft2013-05-191-4/+7
* Guard against an error when removing a non existent url_idDonald Stufft2013-05-191-1/+5
* Add a top_packages() api endpoint to the XMRLPC interfaceDonald Stufft2013-05-191-0/+12
* bugfixRichard Jones2013-04-161-1/+1
* even betterRichard Jones2013-03-201-0/+7
* expose a simple mechanism for asking for the recent changesRichard Jones2013-03-201-0/+14
* moarRichard Jones2013-03-191-1/+1
* moarRichard Jones2013-03-191-1/+1
* fixRichard Jones2013-03-191-1/+1
* ugh, ffsRichard Jones2013-03-191-1/+1
* fixRichard Jones2013-03-191-1/+1
* infoRichard Jones2013-03-191-1/+2
* edit all the URLs at once; use a row id to editRichard Jones2013-03-191-6/+13
* reinstate the old None return on no releases even for pypi-externalRichard Jones2013-03-191-14/+17
* Donald's implementation of hosting modeRichard Jones2013-03-191-18/+79
* handle no summary, ughRichard Jones2013-03-041-1/+2
* incorporate defusedxml for XML parsing; limit size of XML-RPC requests handledRichard Jones2013-02-201-4/+3