Fabio Erculiani
6d89177836
[entropy.client] move UGC information storage outside the main entropy lib
2010-01-03 23:18:41 +01:00
Fabio Erculiani
d8cc786858
[entropy.client.interfaces.repository] small & initial refactoring of Repository class
2009-12-31 18:27:11 +01:00
Fabio Erculiani
1597ea2fc4
[equo] some more code cleanup and polishing
2009-12-22 20:29:08 +01:00
Fabio Erculiani
7309d1446d
[entropy*] move sabayonlinux.org domain info to sabayon.org, move more distro specific info to entropy.const
2009-12-21 23:50:31 +01:00
Fabio Erculiani
11f798c23c
[entropy.client] remove get_repository_db_file_checksum, not used anymore
2009-10-10 23:22:28 +02:00
Fabio Erculiani
33c005e668
[entropy] fix common idioms
2009-10-05 14:08:34 +02:00
Fabio Erculiani
e452421c7f
[entropy] fix whitespace after comma
2009-10-05 14:05:32 +02:00
Fabio Erculiani
71825e9c76
[entropy] migrate codebase to Python 2.6 only syntax
2009-09-30 19:53:47 +02:00
Fabio Erculiani
2fc1a5980f
[equo] fix package files header
2009-09-20 14:44:41 +02:00
Fabio Erculiani
7ab37ffe42
[entropy.client] noticeboard methods stabilisation + sulfur feature
...
:: complete noticeboard entropy.client API and methods names
:: add "stfu" feature to Sulfur noticeboard viewer as per Ian Whyman
request
2009-08-25 20:03:48 +02:00
Fabio Erculiani
00c8865e60
[equo] add support for new noticeboard interface and methods
2009-08-24 16:03:24 +02:00
Fabio Erculiani
16961b52fc
[client/text_repositories] fix "equo notice" browser when selecting invalid items
2009-08-05 16:46:24 +02:00
Fabio Erculiani
1759cc70a3
[client.text_repositories] add trailing \n when showing files content using "equo repoinfo"
2009-07-25 18:13:03 +02:00
Fabio Erculiani
4324af788b
entropy.misc.RSS: renamed camelCase methods
2009-05-28 06:35:44 +02:00
Fabio Erculiani
e69164105c
entropy.misc: initial code review and cleanup, rssFeed class renamed to RSS
2009-05-28 06:22:10 +02:00
Fabio Erculiani
bf9ac1a287
entropy.*: move from etpRepositories to SystemSettings['repositories']['available']
2009-04-06 20:35:02 +02:00
Fabio Erculiani
a29421f4d7
entropy.core.SystemSettings: there are some parsers that MUST be run
...
before anything else. So, split the parsing order into two.
entropy.*: move code from etpRepositoriesOrder to SystemSettings['repositories']['order']
2009-04-06 19:20:56 +02:00
lxnay
d7151b6555
Entropy/*:
...
- update module imports to reflect the new entropy package structure
Entropy/Client/Interfaces/Package:
- fixed sources_fetch_step source packages download
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3150 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-11 09:36:47 +00:00
lxnay
83e184fc5e
Entropy/*:
...
- make use of the new entropy package structure
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3123 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:49:55 +00:00
lxnay
715421089b
Entropy/MELTDOWN :-):
...
- entropy modules is now a python package, kept backward compatibility for now
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3121 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-03-08 15:24:30 +00:00
lxnay
4ef1842bdc
Entropy/TODO:
...
- update TODO
Entropy/Equo:
- if no repositories are configured, do not check against removed packages from repo
Entropy/Client:
- when running RepoInterface.sync, OnlineMirrorError exception is no longer raised
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3026 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-02-15 13:25:04 +00:00
lxnay
038c0761bd
Entropy/Equo:
...
- fails on wrong extended parameters (like --as instead of --ask)
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2719 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-12-05 21:33:49 +00:00
lxnay
0378c9c0ca
Entropy/Equo:
...
- add support for notice boards
- add support for installed packages database backup/restore
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2522 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-13 17:14:44 +00:00
lxnay
8b5145bc65
Entropy/EquoInterface/RepositoriesInterface/Equo:
...
- add profile.link to the repoinfo options
- modularize Repositories Interface run_sync() function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1970 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-24 16:59:55 +00:00
lxnay
fcfd42cb0d
Entropy/Equo:
...
- adding functions to equo to show repository's make.conf and package.* files, if available
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1969 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-24 16:54:03 +00:00
lxnay
b6ee2ba025
Entropy:
...
- move etpDatabase to entropy.py and rename it to EntropyDatabaseInterface
- say goodbye to databaseTools
- update other areas accordigly
Equo:
- add i18n support
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1943 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-05-19 14:13:03 +00:00
lxnay
dd59c1b146
Entropy/Equo:
...
- Socket Interface:
- completed termination strings
- completed the basic structure and protocol specifications
- Database backend:
- removed useless indexes
- implemented useful indexes
- improved queries speed (whose make dependencies calculation faster)
- implemented tables automigration to INTEGER PRIMARY KEY AUTOINCREMENT to allow future repositories differential updates
- Entropy as user:
- made equo update possible to be run for users in 'entropy' group, this will allow to have a powerful GUI notification applet
- improved repositories synchronization speed
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1521 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-27 20:06:34 +00:00
(no author)
efe01088e9
Entropy:
...
- goodbye portageTools, welcome SpmInterface
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1496 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-23 11:33:32 +00:00
(no author)
6371385620
- removed debugging output
...
- added the ability to selectively update repositories through equo
- implemented packages.db.mask server side and client side download (will be connected to atomMatch soonly)
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1233 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-02-18 02:29:04 +00:00
(no author)
806c7ece98
- updated TODO
...
- completing the previous commit
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1047 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-15 11:50:06 +00:00
(no author)
c3c7906e0a
- totally rewritten Entropy modules and interface
...
the biggest commit, ever
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@982 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-01-03 17:48:57 +00:00