Commit Graph

21 Commits

Author SHA1 Message Date
lxnay
4bf56a99c3 Entropy/TODO:
- update TODO
Entropy/entropyConstants:
- say goodbye to etpRSSMessages
- other cosmetical fixes
Entropy/EquoInterface:
- close LogFile instance's file on instance delete
- wipe os.system() calls
- rewrite get_meant_packages() to use SOUNDEX features of SQLITE3
- replace old and slow filterSatisfiedDependencies with get_unsatisfied_dependencies, which is faster and more reliable (added NEEDED check by default)
- improve speed of generate_dependency_tree
- improve speed of get_required_packages
- fix get_world_update_cache_hash()
- improve speed of retrieveInstallQueue
- make __unpack_package reporting the right error on uncompressTarBz2 if this crashes
- remove Python 2.4/2.5 workarounds since they are not needed anymore, being entropyTools.uncompressTarBz2 fixed forever (handling UTF-8 filenames correctly)
- adjust __move_image_to_system for the changes above
- __move_image_to_system, if an error is caught on shutil.move, do not crash but report it to user instead
Entropy/TriggerInterface:
- replace os.system() with subprocess.call()
- remove unused nspluginwrapper trigger
Entropy/ErrorReportInterface:
- add locale output
- get the full content of ps auxf, not just the first 80 chars
- update handler accordingly (handlers/)
Entropy/LogFile:
- close log file on object deletion
Entropy:
- import subprocess by default
Entropy/EntropyDatabaseInterface:
- remove etpRSSMessages and use a ServerInterface variable instead
- add new method getVersioningData, useful to speed up other Entropy areas
- improving speed of other functions adding more one-liners conditionals
- add new method retrieveNeededRaw, useful to speed up other Entropy areas
- improve speed of retrieveDependenciesList, everything can be done at SQL level
- new method searchSimilarPackages that uses SOUNDEX to retrieve similar package/atom names
- improve speed of listAllCategories
- shrink databaseStructureUpdates
- remove old and dusted method
- improve speed of doDatabaseImport
- improve speed of database_checksum
- group multiple .cursor.execute using .cursor.executescript
- improve speed of __filterSlotTagUse
Entropy/entropyTools:
- improve speed and reliability of uncompressTarBz2


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2818 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-12-30 18:43:16 +00:00
lxnay
c1fa091774 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1758 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:24:40 +00:00
lxnay
e77d7267b4 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1757 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:17:59 +00:00
lxnay
dde6fb0b76 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1756 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:16:05 +00:00
lxnay
0f037d91ec testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1755 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:14:49 +00:00
lxnay
e03a081665 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1754 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:13:15 +00:00
lxnay
efeb7aa3f3 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1753 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 10:11:04 +00:00
lxnay
12cecc7380 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1752 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:53:49 +00:00
lxnay
5903007796 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1751 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:52:22 +00:00
lxnay
b12e8aef8d testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1750 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:50:13 +00:00
lxnay
5eca235345 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1749 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:32:57 +00:00
lxnay
78cb3525b4 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1748 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:25:18 +00:00
lxnay
e8021bbe00 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1747 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:24:08 +00:00
lxnay
49171a1224 testing reporting handler
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1746 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:21:12 +00:00
lxnay
62e0add66a change e-mail
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1745 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:10:22 +00:00
lxnay
c0529e8f90 Entropy/ServerInterface:
- output colouring cleanup
- changed SecurityInterface __get_advisories_metadata() to get_advisories_metadata()
Entropy:
- testing new report handler
- added missing GLSA icon


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1744 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-04-15 09:00:38 +00:00
(no author)
6ad06eda65 Entropy:
- add /etc/sabayon-release content to error reports


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1488 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-18 12:13:45 +00:00
(no author)
a0969ba84d improve error reporting data
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1279 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-22 23:29:08 +00:00
(no author)
4aaad41b59 add brief description field to equo error reporting interface
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1200 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-13 14:18:00 +00:00
(no author)
ca55d97378 - added more info to equo reports
- misc bug fixes

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1117 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-02 15:39:36 +00:00
(no author)
d36cd5273e - new POST based error reporting handler
- created ErrorReportInterface class
- updated code to use ErrorReportInterface


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1025 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-08 20:02:42 +00:00