Commit Graph

112 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
(no author)
e5d4c5bd38 adding another error reporting implementation
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1024 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-08 19:05:17 +00:00
(no author)
30e4f758e6 - adding new error reporting handler code
- disabling categories view, since it's not that useful


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1023 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-08 18:16:11 +00:00
(no author)
4e7ebfe412 small fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@803 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-12-05 14:43:20 +00:00
(no author)
797d30babe remove stupid non-free timeoutsocket library
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@659 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-11 19:09:46 +00:00
(no author)
523e9bafeb equo: a lot of new things, break backward compatibility for good
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@604 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-11-03 16:56:47 +00:00
(no author)
74556d96e7 update handlers
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@480 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-09-04 07:53:06 +00:00
lxnay
dca5205022 add error reporting tool
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@429 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-08-09 18:45:46 +00:00
lxnay
656db20d2c a lot of random but big updates
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@320 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-07-20 10:38:38 +00:00
lxnay
2c2fab155c added http php helpers support, md5sum verification for uploaded and downloaded files, a lot of bugfixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@316 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-07-18 17:38:41 +00:00
lxnay
a05b3c4b99 some stupid fixes, move handlers dir to server
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@294 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-15 17:19:20 +00:00
lxnay
9e6f981c72 that's old
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@293 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-15 16:00:05 +00:00
lxnay
67ded696d0 some fixes and updates to support branches
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@290 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-15 11:36:55 +00:00
lxnay
1c2aebb47e added support for .md5 files, some various bug fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@282 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-12 22:26:19 +00:00
lxnay
aef097c0bd some fixes on the multiple primary upload mirrors code
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@281 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-10 16:07:51 +00:00
lxnay
f76a55cbfb some daily fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@273 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-08 13:19:56 +00:00
lxnay
a59691fcdc today's work
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@254 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-01 23:35:41 +00:00
lxnay
b24c33e48f activator sync function written, needs a lot of testing
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@253 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-04-01 14:51:32 +00:00
lxnay
2ecebd67be really improve database support and user-exported functions
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@250 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-31 18:00:11 +00:00
lxnay
8a202fbe55 some more fixes
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@247 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-31 10:21:50 +00:00
lxnay
a8b63adb7f nice improvements in the database management. Tool for creating empty Entropy databases added.
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@244 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-31 08:34:42 +00:00
lxnay
688672a8e0 started to work on database lock management
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@237 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-30 21:27:28 +00:00
lxnay
1abc7ba3aa database sync now is working again
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@231 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-30 07:57:40 +00:00
lxnay
500bd4e42b added database package info dump and inject
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@223 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-29 18:46:21 +00:00
lxnay
91d2c55231 remove generator tool, not used anymore
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@219 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-29 17:23:23 +00:00
lxnay
aaf3d1fc13 more work on the SQLite integration
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@212 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-29 16:54:38 +00:00
lxnay
dfda10a22a completed the Entropy database search function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@211 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-29 09:08:59 +00:00
lxnay
d8ce309573 put the roots for the new SQLite database management
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@210 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-28 23:48:09 +00:00
lxnay
86c7841ff9 preparing the path to SQLite based database migration
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@209 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-28 18:44:23 +00:00
lxnay
661c8706a7 add --force-bump to reagent
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@207 cd1c1023-2f26-0410-ae45-c471fc1f0318
2007-03-28 17:27:04 +00:00