summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-08Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08Dan McGee
2012-07-08Add tags file (ctags) to .gitignoreDan McGee
2012-07-08Work around bulk_create limitations in sqlite3 in reporeadDan McGee
2012-07-08Make collapseDependsList() a bit smarterDan McGee
2012-07-08mirrorcheck: Don't use bulk_create on sqlite3Dan McGee
2012-07-08reporead: disable FULL synchronous writes for sqlite3Dan McGee
2012-07-08Get multilib package differences query working on sqlite3Dan McGee
2012-07-08Don't include StdDev on sqlite3 mirror status queryDan McGee
2012-07-08Don't log package updates in Python when we have DB trigger supportDan McGee
2012-07-08Add triggers for adding package update rowsDan McGee
2012-07-08Handle HTTPException being thrown in mirrorcheckDan McGee
2012-07-08Use a set instead of list when gathering package IDs to fetchDan McGee
2012-07-05Collapse the dependencies and required by lists when they are longDan McGee
2012-07-05reporead: don't append slash to empty (root) directoryDan McGee
2012-07-05reporead: handle files in root directory properlyDan McGee
2012-07-05reporead: properly handle cases where last_update == files_last_updateDan McGee
2012-07-01Update flag out of date verbiage when orphans are involvedrelease_2012-07-01Dan McGee
2012-07-01Add indexes on 'created' field to several package-related modelsDan McGee
2012-07-01Log package updates during reporead invocationDan McGee
2012-07-01Add new package Update modelDan McGee
2012-07-01Remove no-longer necessary delayed imports of PackageDan McGee
2012-06-20Add a last_modified field to user profilesDan McGee
2012-06-07Use 3 decimal places for showing compression ratioDan McGee
2012-06-07Fix a few minor markup errorsDan McGee
2012-05-20Ensure we use last_modified date from News in headersDan McGee
2012-05-19Add RSS links to /news/ and /packages/ URLsrelease_2012-05-20Dan McGee
2012-05-19reporead: fix copy/paste issueDan McGee
2012-05-18Drop old PackageDepend modelDan McGee
2012-05-18Switch to usage of new Depend objectDan McGee
2012-05-18Migrate package depends data into new modelDan McGee
2012-05-18Add new depends modelDan McGee
2012-05-18mirrors: add an alternate_email columnDan McGee
2012-05-18Issue redirects from non-agnostic to agnostic URLs if unambiguousDan McGee
2012-05-18Link to provides/conflicts/replacements if we can in details templateDan McGee
2012-05-18Add a get_best_satisfier method to RelatedToBaseDan McGee
2012-05-18Simplify get_best_satisfier and get_providersDan McGee
2012-05-18Refactor an abstract base class out of conflicts/provides/replacesDan McGee
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee
2012-05-13Add rsync support to mirrorcheck and other small improvementsDan McGee
2012-05-13Use linebreaksbr filter on log error message textDan McGee
2012-05-13Change mirror log error text to unlimited lengthDan McGee
2012-05-13Don't limit protocols returned by mirror status functionDan McGee
2012-05-12Use python json module directly in place of simplejsonDan McGee
2012-05-12Change to new time access methods in pgpdump codeDan McGee
2012-05-11Update requirements.txtDan McGee
2012-05-05Update SevenL sponsor verbiageDan McGee
2012-05-05Fix suggestion caching again for non-ASCII charactersrelease_2012-05-05Dan McGee
2012-05-04Fix search suggestions for invalid cache keysDan McGee
2012-05-02Add a smart protocol filter to mirrorlist generatorDan McGee
2012-05-02Allow mirrorlist generator pattern to match any protocolDan McGee