Commit Graph

3693 Commits

Author SHA1 Message Date
Fabio Erculiani 2908295d56 Tagging Entropy version 0.99.34.1 2010-02-11 18:30:40 +01:00
Fabio Erculiani 9da7ad8cdd [tests] db: use mkstemp instead of trying to write to $PWD 2010-02-11 18:30:04 +01:00
Fabio Erculiani 7859f459c1 [entropy.server] when removing SystemSettings plugins, respect insertion order 2010-02-11 18:22:48 +01:00
Fabio Erculiani 3cd03a3cce [entropy.debug] add new module (useful for debugging) with list() implementation 2010-02-11 18:14:21 +01:00
Fabio Erculiani d901eaa5b2 [entropy.server] rewrite destroy(), fix plugins removal code 2010-02-11 18:12:35 +01:00
Fabio Erculiani 14b959a4c6 [entropy.core] EntropyPluginStore: add has_plugin method 2010-02-11 18:11:39 +01:00
Fabio Erculiani c12c72b7ab [entropy.server] when writing fake Entropy Client repo metadata, do not add invalid values 2010-02-11 18:00:32 +01:00
Fabio Erculiani f294c5a16e [entropy.core.settings.base] SystemSettings: improve dict() transparency 2010-02-11 17:50:58 +01:00
Fabio Erculiani 365ee420e7 [tests] improve test_security_set_advisories_cache() test 2010-02-11 16:04:53 +01:00
Fabio Erculiani f9b45e3d4d [entropy.security] improve System class advisories cache handling 2010-02-11 16:04:32 +01:00
Fabio Erculiani 8ef7ec69ec [entropy.security] System: do not use Entropy Client cache bool for determining if using cache 2010-02-11 15:22:44 +01:00
Fabio Erculiani ef28aab380 [entropy.security] fix System.set_advisories_cache() 2010-02-11 15:21:16 +01:00
Fabio Erculiani 52143db75d [entropy.server] filter out mem repos when generating Entropy Client repo order metadata 2010-02-11 15:13:58 +01:00
Fabio Erculiani dc00519711 [entropy.client] remove debugging output 2010-02-11 15:13:08 +01:00
Fabio Erculiani 11539a75f0 [entropy.client] some trivial fixes for unit testing module 2010-02-11 15:11:59 +01:00
Fabio Erculiani b189f219a2 [tests] fix QA test 2010-02-11 14:59:36 +01:00
Fabio Erculiani f6db307633 Tagging Entropy version 0.99.34 2010-02-11 12:09:42 +01:00
Fabio Erculiani 3fe82590a3 [entropy.db] fix a possible undefined reference issue in idpackageValidator 2010-02-10 18:31:36 +01:00
Fabio Erculiani 94fec0d094 [entropy.client.interfaces.dep] remove debugging code 2010-02-10 11:17:01 +01:00
Fabio Erculiani 27bc1da8f8 [entropy.client.interfaces.dep] add calculate_security_updates() 2010-02-10 10:59:43 +01:00
Fabio Erculiani c264871ffc [entropy.security] System.get_advisories_metadata: add use_cache argument 2010-02-10 10:59:18 +01:00
Fabio Erculiani 7620cedfb1 [entropy.client.interfaces.repository] catch EntropyRepository errors on spm sync 2010-02-09 11:02:33 +01:00
Fabio Erculiani e8d22a5070 [entropy.client] fix undefined reference 2010-02-07 08:16:48 +01:00
Fabio Erculiani 03b92f8f31 [entropy.client] fix undefined reference 2010-02-07 08:14:30 +01:00
Fabio Erculiani b21b33c80a [entropy.server] fix function call 2010-02-05 14:38:09 +01:00
Fabio Erculiani 35d9422f1a [entropy.server] when downloading data, make sure download dir exists 2010-02-05 14:31:43 +01:00
Fabio Erculiani e6aa5687cd [entropy.client] fix undefined reference 2010-02-05 14:25:42 +01:00
Fabio Erculiani c0914c6dab [entropy.server] remove unused import 2010-02-05 14:20:57 +01:00
Fabio Erculiani c5dd3a7a49 [entropy.db] remove more evidences of old branch management code 2010-02-05 14:20:12 +01:00
Fabio Erculiani b7951c4f4c [entropy.client] code style update 2010-02-05 14:04:58 +01:00
Fabio Erculiani dd910a73eb [entropy.const] tweak Entropy server installed packages repository id 2010-02-05 14:04:32 +01:00
Fabio Erculiani 1d94eb5542 [entropy.client] remove Entropy Server ugly hacks in atom_match code 2010-02-05 14:04:06 +01:00
Fabio Erculiani 8f0e303b28 [entropy.server] make Entropy Client be able to use Entropy Server repos transparently 2010-02-05 14:03:32 +01:00
Fabio Erculiani d31273ffd8 [entropy.client] move Entropy Package Sets interface to separate class, update API 2010-02-05 11:50:51 +01:00
Fabio Erculiani a1dfa6a810 [entropy.security] general module pre-spring cleanup ;) 2010-02-05 11:01:06 +01:00
Fabio Erculiani db8876237b [entropy.client] make QA and Security interface handling methods private 2010-02-04 20:29:14 +01:00
Fabio Erculiani 004d1055b2 [entropy.db] EntropyRepository: rename retrieveVersionTag to retrieveTag 2010-02-04 20:24:49 +01:00
Fabio Erculiani 708e8ea89d [entropy.exceptions] ditch IncorrectParameter exceptions 2010-02-04 20:14:33 +01:00
Fabio Erculiani b8c9b04083 [entropy.exception] ditch InvalidData exception in favour of AttributeError 2010-02-04 20:04:36 +01:00
Fabio Erculiani f235456707 [entropy.exceptions] ditch InvalidDataType exception in favour of AttributeError 2010-02-04 20:00:29 +01:00
Fabio Erculiani 9756569875 Tagging Entropy version 0.99.33.6 2010-02-04 19:25:49 +01:00
Fabio Erculiani 56e3633361 [entropy.const] move entropy revision to entropy module package 2010-02-04 19:04:06 +01:00
Fabio Erculiani 62a5fb9a06 [tests] improve entropy.system ut: test_security_fetch_advisories 2010-02-04 18:12:05 +01:00
Fabio Erculiani ef09136af7 [entropy.security] System: some cleanup aimed to ease unit tests implementation 2010-02-04 17:46:12 +01:00
Fabio Erculiani 93b052d096 [tests] kill running threads before quitting 2010-02-04 17:45:23 +01:00
Fabio Erculiani ee6da150aa [entropy.spm] fix function call 2010-02-04 00:00:55 +01:00
Fabio Erculiani 23c1de1a55 [entropy.client.interfaces.package] provide pkgpath metadatum in fetch action 2010-02-03 20:54:51 +01:00
Fabio Erculiani e585ade399 [entropy.client.interfaces.Package] cleanup hardcoded download paths, make possible to fetch a pkg to custom directory 2010-02-03 12:54:51 +01:00
Fabio Erculiani 7c7f384d41 [entropy.client] rename some Client methods, uniform to the rest of API 2010-02-03 12:54:14 +01:00
Fabio Erculiani 6c82fa7977 [entropy.const] add repo and revision string prefixes 2010-02-03 09:00:26 +01:00