Commit Graph

3233 Commits

Author SHA1 Message Date
Fabio Erculiani
c4d848cd7c [entropy.transceivers] fix bug in EntropyTransceiver's SSH URI handler 2009-11-29 22:00:24 +01:00
Fabio Erculiani
02a6d2e77c [entropy.client] fix another typo 2009-11-28 23:53:05 +01:00
Fabio Erculiani
f4aca2e8f4 [entropy.spm] fix typos around 2009-11-28 23:49:42 +01:00
Fabio Erculiani
a67fb78b3f [entropy.fetchers] with lame HTTP servers, download percentage can overflow due to invalid size information provided 2009-11-28 14:45:40 +01:00
Fabio Erculiani
24e2d7289c [entropy.client.interfaces.repository] more code cleanup 2009-11-27 14:11:27 +01:00
Fabio Erculiani
49067be2a6 [entropy.client.interfaces.repository] code style update and cleanup 2009-11-27 14:07:25 +01:00
Fabio Erculiani
860cca6c79 [entropy.client.interfaces.repository] several updates
:: removed deprecated repository file downloads (meta package contains
   everything already)
:: improved meta package sync and unpack (remove files no longer
   provided by repository)
:: reduce the usage of etpConst['spm']
:: misc code cleanup
2009-11-27 13:50:26 +01:00
Fabio Erculiani
be0ce63a7b [entropy.client] improve performance of EAPI3 repository sync 2009-11-27 12:43:33 +01:00
Fabio Erculiani
d26f1955dc [entropy.transceivers/entropy.fetchers] split entropy.transceivers (add entropy.fetchers), make EntropyTransceiver URI handlers use EntropyPluginFactory (thus add pluggable URI handlers support) 2009-11-26 20:11:45 +01:00
Fabio Erculiani
70848afb62 [entropy.server] add server-side support for post repository update script 2009-11-26 18:58:20 +01:00
Fabio Erculiani
1254d127bd [entropy.client] add client-side support for post repository update script 2009-11-26 18:55:34 +01:00
Fabio Erculiani
853b40d93c [entropy.const] add post repository update script metadata support 2009-11-26 18:54:01 +01:00
Fabio Erculiani
7e92c3b47b [entropy.db] explicitly state that unicode string is required in docstring 2009-11-26 18:53:20 +01:00
Fabio Erculiani
96bf45bc8d [entropy.transceivers] EntropySshUriHandler: make __test_connection a bit more reliable 2009-11-26 17:15:27 +01:00
Fabio Erculiani
d040b455a8 [entropy.server] move Source Package Manager related logic and methods to entropy.spm (bump plugin API) 2009-11-23 20:24:54 +01:00
Fabio Erculiani
39588a640d [entropy.server] remove quickpkg method, Spm().generate_package() can be used instead 2009-11-23 20:12:24 +01:00
Fabio Erculiani
0aef0d2da7 [entropy.services/reagent] use Spm directly when quickpkging 2009-11-23 20:11:56 +01:00
Fabio Erculiani
8ec75cdd5d [entropy.client] code style update 2009-11-23 18:22:02 +01:00
Fabio Erculiani
60b4bff014 [entropy.client/entropy.server] remove treeupdates stuff from entropy.const 2009-11-23 18:21:06 +01:00
Fabio Erculiani
6a3d11939a [entropy.server] fix typo in dependencies test QA check 2009-11-22 15:31:36 +01:00
Fabio Erculiani
6836ab3154 [entropy.client.interfaces.trigger] add etpUi['mute'] support to env-update 2009-11-22 13:00:20 +01:00
Fabio Erculiani
5b8b403c05 [entropy.const] make possible to set etpUi['mute'] through env var ETP_MUTE and etpUi['debug'] through ETP_DEBUG 2009-11-22 12:59:23 +01:00
Fabio Erculiani
da2955a032 [entropy.server] implement the "base server-side repository" concept and use it to improve deptest QA checks 2009-11-21 13:54:17 +01:00
Fabio Erculiani
94867af2fe [entropy.server] remove etpConst['officialserverrepositoryid'] and handlers support (there is ssh URI support now) 2009-11-21 13:41:38 +01:00
Fabio Erculiani
bdc8563740 [entropy.db] make use of the new SpmPlugin.resolve_package_uid() method and remove Spm logic from EntropyRepository 2009-11-20 19:48:09 +01:00
Fabio Erculiani
f351f14276 [entropy.spm] fix typo 2009-11-20 19:47:31 +01:00
Fabio Erculiani
c3ed8628af [entropy.spm] SpmPlugin: add (and implement) resolve_package_uid method, bump API version 2009-11-20 19:37:24 +01:00
Fabio Erculiani
f1399edefe [entropy.exceptions] add generic exception EntropyRepositoryError 2009-11-20 19:15:17 +01:00
Fabio Erculiani
61af0b1db8 [entropy.db] split out entropy.db module into package 2009-11-20 18:52:37 +01:00
Fabio Erculiani
dc5184c5bc [entropy.client] make possible to disable extra package hash checks by user 2009-11-19 20:11:49 +01:00
Fabio Erculiani
50f27c5403 [entropy.transceivers] fix EntropySshUriHandler.get_uri_name 2009-11-19 19:20:57 +01:00
Fabio Erculiani
7af52c3445 [entropy.transceivers] improve ssh and ftp URI parsers 2009-11-19 19:18:28 +01:00
Fabio Erculiani
581a641865 [entropy.transceivers] tweak EntropySshUriHandler._parse_progress_line() 2009-11-19 18:59:11 +01:00
Fabio Erculiani
092d05a195 [entropy.db] optimize _doesTableExist 2009-11-19 16:50:34 +01:00
Fabio Erculiani
629a6452f9 [entropy.db] do not fix provided_libs metadata during class init, do it only on-demand 2009-11-19 16:38:30 +01:00
Fabio Erculiani
e27e8ec316 [entropy.db] fix typo 2009-11-19 13:37:42 +01:00
Fabio Erculiani
0ce72cdc8e [entropy.transceivers] module cleanup 2009-11-19 13:36:56 +01:00
Fabio Erculiani
cfa3d0fe46 [entropy.transceivers] *Fetcher classes: use timeout setting from SystemSettings 2009-11-19 13:36:10 +01:00
Fabio Erculiani
68a7ff8489 [entropy.client] implement download timeout setting through repositories.conf 2009-11-19 13:35:28 +01:00
Fabio Erculiani
a7c30af287 [entropy.client.interfaces.client] fix small typo 2009-11-19 13:34:45 +01:00
Fabio Erculiani
31e4db17d9 [entropy.transceivers] implement EntropySshUriHandler (add SSH txc support to Entropy Server) 2009-11-18 19:50:10 +01:00
Fabio Erculiani
b97e4b65e5 [entropy.transceivers] some bugfixes for the FTP UriHandler plugin 2009-11-18 19:49:43 +01:00
Fabio Erculiani
b78a2e34a3 [entropy.server.transceivers] fix two regressions (md5 check on remove and slowness) 2009-11-17 18:27:49 +01:00
Fabio Erculiani
998c7fd44e [unittest] fix test_ftp_urihandler path 2009-11-16 23:20:23 +01:00
Fabio Erculiani
2ded195e2d [entropy.server.transceivers] remove debugging output 2009-11-16 23:20:00 +01:00
Fabio Erculiani
c481fa794a [entropy.transceivers] fix MultipleUrlFetcher transfer speed inaccuracy 2009-11-16 23:17:25 +01:00
Fabio Erculiani
3261d88100 [entropy.transceivers] fix some UrlFetcher && MultipleUrlFetcher issues 2009-11-16 22:55:57 +01:00
Fabio Erculiani
5abe6a6bb3 [entropy.transceivers] fix undefined variable issue 2009-11-16 22:06:56 +01:00
Fabio Erculiani
dcce796b7b [entropy.transceivers] force progress update at the end of tx/rx 2009-11-16 18:33:48 +01:00
Fabio Erculiani
a2cbe9fe83 [entropy.transceivers] improve progress update techniques 2009-11-16 18:21:09 +01:00