summaryrefslogtreecommitdiffstats
path: root/feeds.py
AgeCommit message (Expand)AuthorFilesLines
2014-01-11Speed up feeds generation by batching writesDan McGee1-3/+32
2014-01-09Remove remaining references to release file_size fieldDan McGee1-1/+4
2013-07-13Move simple feeds templates directly into feed classesDan McGee1-2/+6
2013-01-19Add basic release list and details viewsDan McGee1-4/+1
2013-01-19Add more metadata to releng Release modelDan McGee1-1/+3
2013-01-19Initial cut of a Releases RSS feedDan McGee1-0/+43
2013-01-13Add __name__ attribute to class-based Feeds viewsrelease_2013-01-13Dan McGee1-0/+4
2012-11-06Remove explicit timezone handling from feedsDan McGee1-3/+2
2012-11-06Make guid feeds helper a @staticfunctionDan McGee1-9/+12
2012-07-31feeds: add all arches for repo feedDan McGee1-1/+3
2012-07-31Update several bits and pieces for staging packagesDan McGee1-2/+5
2012-05-20Ensure we use last_modified date from News in headersDan McGee1-2/+2
2012-03-23Use python hashlib directlyDan McGee1-3/+3
2011-06-15Refactor common select_related into manager methodDan McGee1-1/+1
2011-04-07Consolidate caching black magicDan McGee1-39/+5
2011-04-07Use UTC datetime objects everywhereDan McGee1-18/+4
2011-04-07Add a horrible hack to allow feed guid value to not be a permalinkDan McGee1-0/+23
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee1-0/+14
2011-02-15Use date from model in news feedDan McGee1-4/+5
2010-11-27Fix feeds for case-sensitive databasesDan McGee1-1/+1
2010-10-13Connect post_save signals where they will always be triggeredDan McGee1-23/+2
2010-10-08Fix potential race conditions in cachingDan McGee1-14/+14
2010-10-07Ensure last modified times use UTCDan McGee1-0/+16
2010-10-07Store package feed last modified date in memcachedDan McGee1-9/+28
2010-10-07Store latest news date in memcachedDan McGee1-2/+23
2010-10-07Factor out common last modified code for news feedDan McGee1-7/+12
2010-09-14Improve request handling for feeds that haven't changedDan McGee1-0/+37
2010-09-08Use arch.agnostic flag everywhereDan McGee1-2/+2
2010-09-08Move news model to an appropriate placeDan McGee1-1/+3
2010-08-28PyLint suggested cleanupsDan McGee1-2/+1
2010-08-27Remove an unnecessary iexactDan McGee1-1/+1
2010-06-08Update feeds to new 1.2 frameworkDan McGee1-11/+11
2010-05-04feeds: move link from method to attributeDan McGee1-3/+2
2010-02-10Remove archweb prefix from all importsDan McGee1-1/+1
2010-02-04feeds: add per arch, per repo feed abilityDan McGee1-9/+51
2010-01-31Make the feed titles more descriptiveDan McGee1-5/+4
2010-01-31Use select_related() to make a few more places more performantDan McGee1-2/+2
2009-11-09added feeds from archweb_pubIsmael Carnales1-0/+36
2007-12-30Removed feeds from devsiteeliott1-35/+0
2007-12-29Massive retab fest.eliott1-0/+2
2007-12-22renamed importseliott1-2/+2
2007-11-17Stupid change.eliott1-1/+1
2007-11-06Retab.eliott1-16/+16
2007-11-06Fix bug FS#8417eliott1-0/+4
2007-11-03Initial import for public release...eliott1-0/+29