Log of /udd/src/udd
Directory Listing
Revision
1032 -
Directory Listing
Modified
Sat Aug 9 14:01:47 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Switched quoting to the db-api for packages and sources gatherers
fixed quoting function in aux.py (which hopefully won't be used any longer)
Revision
1029 -
Directory Listing
Modified
Sat Aug 9 01:49:53 2008 UTC
(4 years, 9 months ago)
by
lucas
don't insert bugs with source=null. copy the package value.
Revision
1028 -
Directory Listing
Modified
Sat Aug 9 01:49:48 2008 UTC
(4 years, 9 months ago)
by
he
Make the lintian importer actual do work
Revision
1026 -
Directory Listing
Modified
Sat Aug 9 01:31:01 2008 UTC
(4 years, 9 months ago)
by
he
First draft for a lintian.log UDD import
Revision
1024 -
Directory Listing
Modified
Sat Aug 9 00:26:03 2008 UTC
(4 years, 9 months ago)
by
he
Actually tested and working carnivore importer.
Revision
1023 -
Directory Listing
Modified
Fri Aug 8 23:58:51 2008 UTC
(4 years, 9 months ago)
by
he
First try at a carnivore data importer. God, I do hate python.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Revision
1019 -
Directory Listing
Modified
Fri Aug 8 20:30:55 2008 UTC
(4 years, 9 months ago)
by
lucas
renamed popcon_src_max to popcon_src, realy
Revision
1013 -
Directory Listing
Modified
Fri Aug 8 19:26:25 2008 UTC
(4 years, 9 months ago)
by
lucas
add more columns to the packages table
Revision
1011 -
Directory Listing
Modified
Fri Aug 8 18:53:45 2008 UTC
(4 years, 9 months ago)
by
lucas
added missing fields from Sources
Revision
1008 -
Directory Listing
Modified
Fri Aug 8 18:25:07 2008 UTC
(4 years, 9 months ago)
by
lucas
typo
Revision
1007 -
Directory Listing
Modified
Fri Aug 8 18:24:07 2008 UTC
(4 years, 9 months ago)
by
lucas
import Vcs data as a (type, url, browser) triplet
Revision
999 -
Directory Listing
Modified
Fri Aug 8 13:53:23 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Removed surviving 'next' statement
Revision
998 -
Directory Listing
Modified
Fri Aug 8 13:51:14 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
debian und ubuntu each get a table of its own for packages, sources and popcon
made table names configurable for the above tables
Revision
983 -
Directory Listing
Modified
Sun Aug 3 16:51:14 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Split bugs table into bugs_archived and bugs_unarchived
Created bugs VIEW as union of bugs_archived and bugs_unarchived
Revision
982 -
Directory Listing
Modified
Sun Aug 3 13:10:16 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Fixed bug regarding bugs.source
Revision
973 -
Directory Listing
Modified
Thu Jul 31 15:50:45 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Removed scanning for mtimes: We need to find a way to check for updated packages first, so that we can recalculate the affects_ columns
Revision
972 -
Directory Listing
Modified
Thu Jul 31 15:38:29 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
delete existing entries
Revision
971 -
Directory Listing
Modified
Tue Jul 29 14:01:16 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Now all bugs which are going to be inserted, are deleted prior to that,
not only bugs which are archived/unarchived
Revision
968 -
Directory Listing
Modified
Tue Jul 29 13:06:30 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Added code to import bugs.d.o usertags
Renamed bug_user_tags.bug_user to email
Revision
965 -
Directory Listing
Modified
Mon Jul 28 16:32:56 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Renamed popcon.name to popcon.package
Renamed testing_migrations.package to testing_migrations.source
Revision
958 -
Directory Listing
Modified
Mon Jul 28 14:56:37 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Forgot to remove print statement in popcon_gatherer
Added insts to popcon_src_* views
Revision
957 -
Directory Listing
Modified
Mon Jul 28 14:50:28 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Added insts column to popcon table
Revision
951 -
Directory Listing
Modified
Mon Jul 28 13:23:55 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Add check for illegal characters and skip them
Revision
946 -
Directory Listing
Modified
Sun Jul 27 13:26:34 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
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
Revision
945 -
Directory Listing
Modified
Sun Jul 27 12:53:57 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Added possibility to import archived bugs
renamed bugs.affects_testings to bugs.affects_testing
Revision
943 -
Directory Listing
Modified
Sun Jul 27 11:57:57 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Script doesn't exit now, but returns to dispatcher
Revision
942 -
Directory Listing
Modified
Sun Jul 27 11:38:35 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Added bugs to dispatcher (bugs.debian.org that is)
Moved epoch to timestamp conversion from perl to postgresql
Revision
939 -
Directory Listing
Modified
Sat Jul 26 19:21:15 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
Added code to import upload history
Removed print from bugs gatherer
Revision
936 -
Directory Listing
Modified
Sat Jul 26 13:06:58 2008 UTC
(4 years, 9 months ago)
by
neronus-guest
* Removed bugs gatherer optimization
* Code cleanups
* comments
Revision
931 -
Directory Listing
Modified
Thu Jul 24 20:23:06 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Deleted some now redundant functions/methods
Revision
930 -
Directory Listing
Modified
Thu Jul 24 19:52:26 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
* Only updated bugs are updated in the DB
Revision
929 -
Directory Listing
Modified
Thu Jul 24 16:34:20 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
trivial change in popcon_gatherer.py
added source column to bugs table
Revision
925 -
Directory Listing
Modified
Thu Jul 24 12:28:46 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
* added module init file
* moved statement deallocation in sources_gatherer.py
* the pending status of bugs is read now, too
Revision
922 -
Directory Listing
Modified
Wed Jul 23 14:32:10 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added affects_* to bugs table
Revision
921 -
Directory Listing
Modified
Wed Jul 23 12:09:04 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added found_in and fixed_in and merged_with
Revision
920 -
Directory Listing
Modified
Wed Jul 23 10:33:26 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added fixed_in and found_in versions
Revision
919 -
Directory Listing
Modified
Tue Jul 22 19:03:59 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added tables for bugs.debian.org
Write script to import data from bugs.debian.org. Still incomplete
Revision
916 -
Directory Listing
Modified
Sat Jul 12 17:32:38 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added table and script for testing migrations
Revision
908 -
Directory Listing
Modified
Wed Jul 2 10:52:16 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Rewrote the sources and packages gatherer
Fixed a little bug concerning the output of unknown keys
Revision
904 -
Directory Listing
Modified
Sun Jun 29 11:46:33 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Now existing entries are deleted from the tables
Revision
903 -
Directory Listing
Modified
Sun Jun 29 11:24:35 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
Added possibility to update sources via configuration entry 'update-command', which
then is read from udd-update
Added ubuntu popcon data
modified popcon table to include distribtution
Revision
902 -
Directory Listing
Modified
Sun Jun 29 10:56:23 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
* It is possible to use python modules now instead of executable files
* Modified our three existing gatherers to do so
Revision
901 -
Directory Listing
Added
Sat Jun 28 15:50:00 2008 UTC
(4 years, 10 months ago)
by
neronus-guest
* Startet redesigning packages_gatherer