Commit Graph

2438 Commits

Author SHA1 Message Date
Fabio Erculiani
002ad35295 fine tune error reported dest emails 2009-05-31 18:05:46 +02:00
Fabio Erculiani
311615c4ba always make sure that given email is really an email 2009-05-31 17:53:52 +02:00
Fabio Erculiani
0008752785 entropy.client.interfaces.qa: ease code 2009-05-31 17:52:07 +02:00
Fabio Erculiani
dc0a12e234 remove debugging output 2009-05-31 17:51:52 +02:00
Fabio Erculiani
02c898f4f3 entropy.client.services.ugc.commands: eval() is evil() 2009-05-31 17:51:29 +02:00
Fabio Erculiani
d65c147592 for UGC Entropy error report, use zlib 2009-05-31 17:50:15 +02:00
Fabio Erculiani
9e81ab4747 strictly split received strings by white spaces 2009-05-31 17:37:46 +02:00
Fabio Erculiani
dd2f3786bb revert previous commit 2009-05-31 17:35:15 +02:00
Fabio Erculiani
2947b1e653 use Python serializer for error report submission 2009-05-31 17:19:03 +02:00
Fabio Erculiani
9c8495410e for UGC Entropy Error report, use extended dict to xml converstion 2009-05-31 17:14:33 +02:00
Fabio Erculiani
468c485e8a make some basic improvements 2009-05-31 17:02:36 +02:00
Fabio Erculiani
cd1398504d entropy.qa: fix system_version parameter 2009-05-31 17:02:08 +02:00
Fabio Erculiani
17fc769bff enable traceback on ValueError exceptions 2009-05-31 17:01:47 +02:00
Fabio Erculiani
821d1dc998 make UGCErrorReportInterface constructor parameters not mandatory 2009-05-31 16:25:21 +02:00
Fabio Erculiani
dee3e35f4f implement Entropy Error reporting through UGC 2009-05-31 16:15:37 +02:00
Fabio Erculiani
8267090196 ErrorReportInterface, cleanup temp data 2009-05-31 14:49:22 +02:00
Fabio Erculiani
a31a24e5d7 entropy.client.interfaces.repository: fix typo 2009-05-31 11:11:16 +02:00
Fabio Erculiani
0eda043752 entropy.client, EAPI2, on repository update, fetch the light version of the database 2009-05-31 11:05:52 +02:00
Fabio Erculiani
01eb6439e4 entropy.db: create indexes for content table only when possible 2009-05-31 11:05:30 +02:00
Fabio Erculiani
59d444672e fix EAPI2 light database md5 hash creation 2009-05-31 10:49:23 +02:00
Fabio Erculiani
f5ef744df6 add light database file (without content) for upload in EAPI2 2009-05-31 10:16:28 +02:00
Fabio Erculiani
dfd6dd5aff entropy.db: doDatabaseExport, make possible to exclude tables 2009-05-31 10:15:03 +02:00
Fabio Erculiani
ab66d84f67 add new backward compatible EAPI2 constants 2009-05-31 10:08:10 +02:00
Fabio Erculiani
8b52c00a3d entropy.db: fix neededlibraryidpackages sql 2009-05-31 10:05:20 +02:00
Fabio Erculiani
d901f1f667 small code style update 2009-05-31 09:49:52 +02:00
Fabio Erculiani
e64935fbe9 entropy.db: add elfclass column to neededlibraryidpackages, rewrite resolveNeeded() 2009-05-31 09:49:29 +02:00
Fabio Erculiani
b18939cdcf entropy.db: search cache not needed anymore 2009-05-31 09:39:43 +02:00
Fabio Erculiani
80d187c45d EAPI3, when syncing repositories, do not fetch packages' 'content' metadata 2009-05-31 09:32:06 +02:00
Fabio Erculiani
bdd23bee7c EAPI3, add method that returns package metadata without 'content' 2009-05-31 09:31:28 +02:00
Fabio Erculiani
4085cdf162 entropy.client.interfaces.package: use content metadata from package database 2009-05-31 09:12:48 +02:00
Fabio Erculiani
46b49ec151 entropy.client.interfaces.package: remove old workaround for missing ftype 2009-05-31 08:13:27 +02:00
Fabio Erculiani
84c9eab530 fix typo 2009-05-30 23:14:45 +02:00
Fabio Erculiani
cb1ed1bc89 entropy.db: createCountersTable got removed 2009-05-30 23:08:12 +02:00
Fabio Erculiani
c38e9f8cc5 fix typo 2009-05-30 23:05:51 +02:00
Fabio Erculiani
545826ccf8 use new EAPI3 method to retrieve all repository metadata 2009-05-30 23:01:18 +02:00
Fabio Erculiani
47de6575e0 implement EAPI3 method to make possible to retrieve all repository metadata one-shot 2009-05-30 23:00:25 +02:00
Fabio Erculiani
ec1c64e75f entropy.db: new methods clearNeededLibraryIdpackages and setNeededLibraryIdpackages 2009-05-30 22:59:16 +02:00
Fabio Erculiani
30dae279e2 entropy.db: new method retrieveNeededLibraryIdpackages 2009-05-30 22:48:02 +02:00
Fabio Erculiani
beec2ab334 entropy.db: always create licenses_accepted and installedtable tables 2009-05-30 22:00:25 +02:00
Fabio Erculiani
4d8d268b1c entropy.db: categoriesdescription table now mandatory 2009-05-30 21:56:41 +02:00
Fabio Erculiani
e91ec0e6f0 entropy.db: counters table now mandatory 2009-05-30 21:56:10 +02:00
Fabio Erculiani
c35497d7b0 entropy.db: trashedcounters table now mandatory 2009-05-30 21:55:11 +02:00
Fabio Erculiani
e017bc0184 entropy.db: licensedata table now mandatory 2009-05-30 21:54:04 +02:00
Fabio Erculiani
8cdb60bb76 entropy.db: fix regenerateDependsTable 2009-05-30 21:40:27 +02:00
Fabio Erculiani
8088bd06a2 improve counterstable migration handling 2009-05-30 21:38:17 +02:00
Fabio Erculiani
a0dcca94b6 entropy.db: improve dependstable handling 2009-05-30 21:30:57 +02:00
Fabio Erculiani
9fa7908acc entropy.db: fix typos 2009-05-30 21:20:27 +02:00
Fabio Erculiani
bb13d48a4a implement library <=> idpackage match table logic in entropy.server 2009-05-30 21:08:06 +02:00
Fabio Erculiani
4b2ec93bf2 add library <=> idpackage matching table logic 2009-05-30 21:07:40 +02:00
Fabio Erculiani
a041d753c4 entropy.client.interfaces.dep: use new entropy.db.resolveNeeded method 2009-05-29 19:03:20 +02:00