Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-06 | drop a bunch of unusued imports | Dusty Phillips | 1 | -4/+2 | |
2008-09-13 | fix bug with packages being orphaned | Dusty Phillips | 1 | -4/+8 | |
2008-09-13 | add some extra debugging output | Dusty Phillips | 1 | -3/+6 | |
2008-09-13 | add a threshold check to reporead to try to catch the orphaning packages error | Dusty Phillips | 1 | -0/+15 | |
2008-08-21 | Fix for FS#10881 - URL missing in some packages. | eliott | 1 | -0/+1 | |
This patch adds URL to the fields to be updated on package update. Path is a fix for the following scenario: - a package is added at one point. - later a url is changed or added. - when the package is updated, the following fields are updated: pkgver, pkgrel, pkgdesc, needupdate, last_update There was an original assumption, that some fields were very seldom changed, and it would not have make sense from a performance standpoint to update the fields that never changed, since the update mechanism was written using the django orm..which is 'chatty'. NOTE: It is rather pointless to do a compare to test if the field has changed. It is more performant to simply update the field regardless. | |||||
2008-07-06 | minor refactor to available_arches | Dusty Phillips | 1 | -4/+4 | |
2008-06-30 | fix depends bug in reporead | Dusty Phillips | 1 | -1/+1 | |
2008-05-23 | Updates for deployment. | eliott | 1 | -0/+3 | |
- Fix for reporead when description is empty. - Fix for settings.py. Middleware wasn't found (changed import name) - Clarity change for dashboard. | |||||
2008-04-18 | fix for dep vercmp | eliott | 1 | -1/+1 | |
2008-04-17 | Added some more debug logging. | eliott | 1 | -1/+6 | |
2008-04-17 | Added a test for what is effectively packages with super long descriptions. | eliott | 1 | -0/+4 | |
Chop so we don't throw mysql errors when we try to commit. | |||||
2008-04-10 | Changed to arches and repos in the db. | eliott | 1 | -7/+8 | |
Added them to the django admin interface as well. | |||||
2008-04-06 | added stanza at top | eliott | 1 | -0/+1 | |
2008-04-06 | small fix to arch verification | eliott | 1 | -2/+2 | |
2008-04-06 | changes to try shoehorning multiarch in | eliott | 1 | -7/+27 | |
2008-03-23 | moving the reporead parser utility into the archweb_dev root. | eliott | 1 | -0/+327 | |
reporead uses the same model files, and needs access to the db anyway. | |||||
2007-12-29 | removed helper script | eliott | 1 | -6/+0 | |
2007-11-03 | Initial import for public release... | eliott | 2 | -0/+20 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |