summaryrefslogtreecommitdiff
path: root/feeds.py
AgeCommit message (Expand)Author
2015-04-15Merge tag 'release_2014-10-28' into archweb-genericLuke Shumaker
2015-04-13Merge tag 'release_2014-10-20' into archweb-genericLuke Shumaker
2014-10-26Add last modified date to releasesDan McGee
2014-10-26Double batch size in BatchWritesWrapperDan McGee
2014-10-26Kill now unneeded workaround for Django issue #9800Dan McGee
2014-10-26Remove Etag header from feedsDan McGee
2014-10-19Remove usage of templates for RSS feedsDan McGee
2014-10-19Simplify last modified and etags processing for feedsDan McGee
2014-05-25Merge tag 'release_2014-03-22' into archweb-genericLuke Shumaker
2014-01-11Speed up feeds generation by batching writesDan McGee
2014-01-09Remove remaining references to release file_size fieldDan McGee
2013-07-14Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-07-13Move simple feeds templates directly into feed classesDan McGee
2013-04-21catch a few more instances of archlinuxLuke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-03-27Pull references to Arch Linux in code into BRANDING_ variables in settingsLuke Shumaker
2013-01-19Add basic release list and details viewsDan McGee
2013-01-19Add more metadata to releng Release modelDan McGee
2013-01-19Initial cut of a Releases RSS feedDan McGee
2013-01-13Add __name__ attribute to class-based Feeds viewsrelease_2013-01-13Dan McGee
2012-11-06Remove explicit timezone handling from feedsDan McGee
2012-11-06Make guid feeds helper a @staticfunctionDan McGee
2012-07-31feeds: add all arches for repo feedDan McGee
2012-07-31Update several bits and pieces for staging packagesDan McGee
2012-05-20Ensure we use last_modified date from News in headersDan McGee
2012-03-23Use python hashlib directlyDan McGee
2011-06-15Refactor common select_related into manager methodDan McGee
2011-04-07Consolidate caching black magicDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-04-07Add a horrible hack to allow feed guid value to not be a permalinkDan McGee
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee
2011-02-15Use date from model in news feedDan McGee
2010-11-27Fix feeds for case-sensitive databasesDan McGee
2010-10-13Connect post_save signals where they will always be triggeredDan McGee
2010-10-08Fix potential race conditions in cachingDan McGee
2010-10-07Ensure last modified times use UTCDan McGee
2010-10-07Store package feed last modified date in memcachedDan McGee
2010-10-07Store latest news date in memcachedDan McGee
2010-10-07Factor out common last modified code for news feedDan McGee
2010-09-14Improve request handling for feeds that haven't changedDan McGee
2010-09-08Use arch.agnostic flag everywhereDan McGee
2010-09-08Move news model to an appropriate placeDan McGee
2010-08-28PyLint suggested cleanupsDan McGee
2010-08-27Remove an unnecessary iexactDan McGee
2010-06-08Update feeds to new 1.2 frameworkDan McGee
2010-05-04feeds: move link from method to attributeDan McGee
2010-02-10Remove archweb prefix from all importsDan McGee
2010-02-04feeds: add per arch, per repo feed abilityDan McGee
2010-01-31Make the feed titles more descriptiveDan McGee
2010-01-31Use select_related() to make a few more places more performantDan McGee