Fabio Erculiani
16961b52fc
[client/text_repositories] fix "equo notice" browser when selecting invalid items
2009-08-05 16:46:24 +02:00
Fabio Erculiani
5c9b32a0b4
[conf] update sabayonlinux.org repo download URLs in repositories.conf
2009-08-05 16:46:24 +02:00
Fabio Erculiani
a32fd79f37
[entropy.const] make ETP_ARCH_CONST smarter
2009-08-05 16:46:24 +02:00
Fabio Erculiani
202a418a58
[entropy.dump] handle AttributeError exception on loadobj()
2009-08-05 16:46:24 +02:00
Fabio Erculiani
1dc3351dee
[entropy.client.interfaces.dep] when client db is not available do not raise exceptions on calculate_available_packages
2009-08-05 16:46:24 +02:00
Daniel Halens Rodríguez
73df65b56a
[translations] update Portuguese translation and add Lucas Azevedo to translators credits
2009-08-04 17:19:15 +01:00
Fabio Erculiani
bc4fcc8a39
[entropy.db] remove ServiceInterface argument from constructor, not needed anymore
2009-08-04 08:22:01 +02:00
Fabio Erculiani
9ea147d0db
[entropy.db] API docs + addPackage() API changes
...
:: add more reviewed API documentation
:: addPackage() now does not do anything else but adding packages
to repository, which is the intended original behaviour.
2009-08-03 23:10:59 +02:00
Fabio Erculiani
f861532fd2
[entropy.db/entropy.server] reduce the usage of ServerInterface in EntropyRepository
...
ServerInterface instance variable inside entropy.db.EntropyRepository
will be soon dropped thanks to new code pushed during last months.
It was just a ugly hack to avoid using Singletons, which are now
the way to go.
Moreover, this commit improves per-repository RSS handling.
2009-08-03 13:09:33 +02:00
Fabio Erculiani
4acb81f808
[entropy.db] make use of the new entropy.spm features (esp. singleton)
2009-08-03 12:38:53 +02:00
Fabio Erculiani
406e26582f
[entropy.spm] major module updates
...
:: Entropy Spm plugins are now singletons and must subclass SpmPlugin
:: added convenience function to return the currently configured Spm instance
2009-08-03 12:37:26 +02:00
Fabio Erculiani
e9f47ee6fd
[entropy.client.interfaces] add missing import statements
2009-08-03 12:36:58 +02:00
Fabio Erculiani
24f14b9b63
[entropy.db/entropy.server] move runTreeUpdatesQuickpkgAction to entropy.server
2009-08-03 12:16:23 +02:00
Fabio Erculiani
10b89e9d5b
[entropy.db] move client-related package name/slot updates to entropy.client
2009-08-02 18:49:37 +02:00
Fabio Erculiani
dbaf9b0b0a
[entropy.client.interfaces.cache] when changing repositories order, always drop all cache
2009-08-02 16:48:05 +02:00
Fabio Erculiani
2f1b271e14
[todo] update TODO
2009-08-01 23:05:31 +02:00
Fabio Erculiani
eed80c0907
[entropy.services.interfaces] fix DEBUG bool
2009-08-01 22:54:49 +02:00
Fabio Erculiani
ec89edf36a
[entropy.services.interfaces] reduce logging messages when debug mode is disable
2009-08-01 22:51:42 +02:00
Fabio Erculiani
ffe7a7cb89
[entropy.services.ugc.interfaces] improve SSL exceptions handling and make sure to use a blocking socket
2009-08-01 22:41:36 +02:00
Fabio Erculiani
c91aa3fa86
[entropy.services.interfaces] force SSL socket to blocking (mode)
2009-08-01 22:36:41 +02:00
Fabio Erculiani
2508fcbcf6
[entropy.services.interfaces] do not handle SSL WantX509LookupError the same way of WantReadError
2009-08-01 19:20:49 +02:00
Fabio Erculiani
197df19d66
[entropy.services.interfaces] properly handle SSL exceptions on write
2009-08-01 19:10:46 +02:00
Fabio Erculiani
a266d20021
[entropy.services.interfaces] typo fixes on SSL and exception handling
2009-08-01 19:02:24 +02:00
Fabio Erculiani
8ac46be460
[entropy.services.*] fix SSL timing handling when sending huge amount of data
2009-08-01 18:55:51 +02:00
Fabio Erculiani
925e974c63
[entropy.services.interfaces] add future-proof SSL socket polling handler
2009-08-01 18:50:03 +02:00
Fabio Erculiani
8c02947a82
[entropy.exceptions] add TimeoutError exception
2009-08-01 18:48:42 +02:00
Fabio Erculiani
6b998c3883
[services] listen on all the available interfaces when running service-test-daemon
2009-08-01 18:06:51 +02:00
Fabio Erculiani
6926d8813a
[entropy.transceivers] make pylint happy when dealing with UrlFetcher class from MultipleUrlFetcher
2009-08-01 00:38:11 +02:00
Fabio Erculiani
ee3259768b
[todo] update TODO
2009-08-01 00:22:12 +02:00
Fabio Erculiani
bd895cc139
[entropy.db/entropy.server/entropy.tools] several code moves
...
:: entropy.tools: split md5sum_directory into two, adding md5obj_directory
which returns an hashlib.md5() instance
:: entropy.db: move serverUpdatePackagesData to entropy.server
:: entropy.server: receive entropy.db's serverUpdatePackagesData, created
repository_packages_spm_sync method
2009-08-01 00:19:59 +02:00
Fabio Erculiani
ae8c3dd0db
[entropy.i18n] make pylint happy, assign gettext.gettext to _()
2009-08-01 00:18:44 +02:00
Fabio Erculiani
98689fbec3
[entropy.qa] improve test_shared_objects() by adding self directory ELF linking test
2009-08-01 00:16:58 +02:00
Fabio Erculiani
7baf48b10c
[entropy.client] when installing a package, also show its description
2009-07-31 22:53:36 +02:00
Fabio Erculiani
0a6b6a9ded
[entropy.services.ugc.interfaces] fix wrong SQL query in search_keyword_items
2009-07-31 18:26:56 +02:00
Fabio Erculiani
214ab95ef1
[todo] update TODO
2009-07-31 14:14:46 +02:00
Fabio Erculiani
7387f84c46
[server/scripts] add misc scripts useful for server-side maintenance
2009-07-31 14:14:46 +02:00
Fabio Erculiani
fba1650155
[server] remove old stuff
2009-07-31 14:14:46 +02:00
rogerc
d078aef8de
update Catalan translation
2009-07-31 09:26:10 +00:00
Fabio Erculiani
d78cfe7585
[magneto] make magneto executable working and fix glade path for gtk
0.98.0.2
2009-07-30 18:57:19 +02:00
Fabio Erculiani
aaab9b7090
[entropy.services.ugc.interfaces] fix buggy SQL query in search_iddoc_item
2009-07-30 11:28:19 +02:00
Fabio Erculiani
18a2ee88a0
[magneto] fix magneto executable
0.98.0.1
2009-07-30 11:04:40 +02:00
Fabio Erculiani
745c036ab1
[magneto] fix Makefile magneto-loader-install target
2009-07-30 00:03:36 +02:00
Fabio Erculiani
e5264d5e41
[translations] update Italian translation
0.98
2009-07-29 23:12:57 +02:00
Fabio Erculiani
79276e9079
[translations] update translations
2009-07-29 23:09:26 +02:00
Fabio Erculiani
46bb0a21b8
[todo] update TODO
2009-07-29 23:08:55 +02:00
Fabio Erculiani
2750db2372
[entropy.server.interfaces.mirrors] fix syntax
2009-07-28 16:30:38 +02:00
Fabio Erculiani
835564714d
[entropy.server.interfaces.mirrors] properly handle ftp connection when done
2009-07-28 16:29:39 +02:00
Fabio Erculiani
8faafff956
[entropy.db] fix getIDPackageFromDownload, missing JOIN between tables
2009-07-28 16:22:51 +02:00
Fabio Erculiani
790c9d84dd
[entropy.server.interfaces.mirrors] add more type casting to fix output functions
2009-07-28 15:16:45 +02:00
Fabio Erculiani
55e2b72bb0
[entropy.server.interfaces.mirrors] add type casting
2009-07-28 15:13:14 +02:00