| /[collab-qa]/udd/udd/bugs_gatherer.pl |
Parent Directory
|
Revision Log
| Sticky Revision: |
import bugs_blocks/blockedby info
tons of minor UDD stuff
also deal with src:foo in bugs_packages table
handle bugs without submitter
split emails in the bugs and archived_bugs table. based on a patch by Olivier Berger.
analyze before commit in bugs
add ANALYZE at the end of all importers to teach pgsql some stats about the data we just imported
fix paths
added forwarded and done to bugs table
pass the db port when connecting.
bug_presence: use reference to @arch array
added list of arches to bug_presence. doesn't work, but I'll fix it
also delete old bugs
added bugs_packages table
copy the mechanism in pkgreport.cgi to the the bin->src mapping
add some debugging output to compare the result of binarytosource and getpkgsrc
Fill in the affects_experimental field in the bugs tables.
Make all inserts reference the fields they want to insert into.
bugs import cleanup
added foreign keys, adapted import scripts to allow to use them. DB udd on udd.debian.net was updated manually.
drop schemas, code for drop/setup/schema
move udd/* up one dir. makes more sense.
We don't need no timing - so we switch it off
Added command 'tables' which returns the tables used by the given source
some curlies were missing :)
Removed double quouting
s/my/our/ for specific lines
Added global variable to main()
Decentralized setup and drop scheme bugs_gatherer.pl now has prepared SQL statements for archived bugs, affects_* is now false
use dbh-do instead of dbh->prepare->execute ; added option to only import some bugs (easier to test)
bugs_gatherer: improved DELETEs, added timing
read_usertags was deprecated, using Debbugs::User->new now (which is pretty well hidden)
rename bugs_unarchived to bugs, bugs to bugs_both
don't insert bugs with source=null. copy the package value.
Removed surviving 'next' statement
Split bugs table into bugs_archived and bugs_unarchived Created bugs VIEW as union of bugs_archived and bugs_unarchived
Fixed bug regarding bugs.source
Removed scanning for mtimes: We need to find a way to check for updated packages first, so that we can recalculate the affects_ columns
Now all bugs which are going to be inserted, are deleted prior to that, not only bugs which are archived/unarchived
Added code to import bugs.d.o usertags Renamed bug_user_tags.bug_user to email
Added NOTES files, which should contain various notes for UDD Modified DELETE statments for bugs_gatherer, so that only the correct entries are delted, and not everything
Added possibility to import archived bugs renamed bugs.affects_testings to bugs.affects_testing
Added bugs to dispatcher (bugs.debian.org that is) Moved epoch to timestamp conversion from perl to postgresql
Added code to import upload history Removed print from bugs gatherer
* Removed bugs gatherer optimization * Code cleanups * comments
* Only updated bugs are updated in the DB
trivial change in popcon_gatherer.py added source column to bugs table
* added module init file * moved statement deallocation in sources_gatherer.py * the pending status of bugs is read now, too
Added affects_* to bugs table
Added found_in and fixed_in and merged_with
Added fixed_in and found_in versions
Added tables for bugs.debian.org Write script to import data from bugs.debian.org. Still incomplete
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |