Jan Kupec [Tue, 22 May 2007 20:54:27 +0000 (20:54 +0000)]
backup
Jan Kupec [Tue, 22 May 2007 20:45:46 +0000 (20:45 +0000)]
products.xml parser complete
Jan Kupec [Tue, 22 May 2007 18:48:46 +0000 (18:48 +0000)]
pattern.xml parser complete. pattern schema changed.
Jan Kupec [Tue, 22 May 2007 18:26:31 +0000 (18:26 +0000)]
feeding rpm:entry kind attribute (default to "package") as 'refers'
argument to cap factory when reading dependencies
Duncan Mac-Vicar P [Tue, 22 May 2007 16:04:40 +0000 (16:04 +0000)]
- class to create resolvables from data, for unit tests.
Duncan Mac-Vicar P [Tue, 22 May 2007 16:04:20 +0000 (16:04 +0000)]
- make FileChecker use exceptions instead of bool
- Move it out of Fetcher
- port..
Michael Andres [Tue, 22 May 2007 13:05:51 +0000 (13:05 +0000)]
Dont ask to "retry downloading" on errors that may occurr on any media. Ask whether to retry.
Duncan Mac-Vicar P [Mon, 21 May 2007 12:24:37 +0000 (12:24 +0000)]
- validate the files on start()
Duncan Mac-Vicar P [Mon, 21 May 2007 11:34:12 +0000 (11:34 +0000)]
- implement signature and checksum checker in
the fetcher layer
also support for any kind of check mechanism.
See fetcher documentation.
Duncan Mac-Vicar P [Mon, 21 May 2007 08:54:26 +0000 (08:54 +0000)]
- implement doesFileExist using the same provideFile workflow
Duncan Mac-Vicar P [Mon, 21 May 2007 08:27:31 +0000 (08:27 +0000)]
hide fetcher implementation in order to operate over jobs
instead of onmedialocations
Jan Kupec [Mon, 21 May 2007 03:06:47 +0000 (03:06 +0000)]
YUMParser moved to zypp2/parser/yum
Jan Kupec [Mon, 21 May 2007 02:54:55 +0000 (02:54 +0000)]
comments
Jan Kupec [Mon, 21 May 2007 02:02:35 +0000 (02:02 +0000)]
- FilelistsFileReader complete
- YUMParser changed to use ResolvableDataConsumer iface instead of
CacheStore
Jan Kupec [Mon, 21 May 2007 00:10:12 +0000 (00:10 +0000)]
loggroup definition moved away from header
Jan Kupec [Mon, 21 May 2007 00:02:32 +0000 (00:02 +0000)]
other.xml.gz file reader complete
Jan Kupec [Sun, 20 May 2007 21:16:18 +0000 (21:16 +0000)]
- PatchFileReader complete
- using data::PackageAtom for /patch/atoms/package/* data for now
Duncan Mac-Vicar P [Fri, 18 May 2007 22:11:01 +0000 (22:11 +0000)]
compile
Duncan Mac-Vicar P [Fri, 18 May 2007 20:35:11 +0000 (20:35 +0000)]
compile
Duncan Mac-Vicar P [Fri, 18 May 2007 20:29:38 +0000 (20:29 +0000)]
compile
Stefan Haas [Fri, 18 May 2007 15:41:54 +0000 (15:41 +0000)]
Parsing pdb in a ZYpp-Pool
Duncan Mac-Vicar P [Fri, 18 May 2007 15:02:46 +0000 (15:02 +0000)]
- some iostream -> iosfwd in headers
- Move code to load dynamic types from cache to its own
class so it can be reused in Resolvable Query
- Introduce a PackageImpl that can be created from data::
- Document and polish RepositoryInfo class
Jan Kupec [Fri, 18 May 2007 10:22:34 +0000 (10:22 +0000)]
backup: reading script data + comments
Jan Kupec [Thu, 17 May 2007 17:04:20 +0000 (17:04 +0000)]
backup
- PatchFileReader almost done (TODO atom pkg-files, script, code review, clean-up/test/docs)
Jan Kupec [Thu, 17 May 2007 13:55:37 +0000 (13:55 +0000)]
- using set<ResObject_Ptr> to store data of atoms
- Added missing IMPL_PTR_TYPE(Atom)
Michael Andres [Wed, 16 May 2007 19:47:19 +0000 (19:47 +0000)]
- Parser update
- added class ZConfig
Duncan Mac-Vicar P [Wed, 16 May 2007 15:31:06 +0000 (15:31 +0000)]
- explicit commit
- start implementing clean catalog.
Duncan Mac-Vicar P [Wed, 16 May 2007 12:20:13 +0000 (12:20 +0000)]
- Fix triggers to autoclean
- dependencies when removing resolvables
- resolvables when removing catalogs
- add indexes to remove catalogs faster
Michael Andres [Wed, 16 May 2007 11:57:02 +0000 (11:57 +0000)]
fix missing return value
Duncan Mac-Vicar P [Wed, 16 May 2007 11:15:06 +0000 (11:15 +0000)]
- Move resource allocation to the implementation
- make commit() explicitely
- add class (not just methods) docu and example
Jan Kupec [Tue, 15 May 2007 19:13:31 +0000 (19:13 +0000)]
backup
- Separated common code from PrimaryFileReader to FileReaderBase for
reuse in PatchfileReader and others. PatchFileReader in progress...
Duncan Mac-Vicar P [Tue, 15 May 2007 16:33:47 +0000 (16:33 +0000)]
- handle all package data, implement all data::
consumer methods.
this is a huge step forward in the cache design!
TODO: save attributes from other resolvable types.
Michael Andres [Tue, 15 May 2007 16:27:04 +0000 (16:27 +0000)]
updated data:: resolvable classes.
Michael Andres [Tue, 15 May 2007 15:23:30 +0000 (15:23 +0000)]
updated data:: resolvable classes.
Michael Andres [Tue, 15 May 2007 12:02:23 +0000 (12:02 +0000)]
cahnges
Michael Andres [Tue, 15 May 2007 11:59:49 +0000 (11:59 +0000)]
fix releaseFile calls passing the local filename as arg.
Michael Andres [Tue, 15 May 2007 11:58:58 +0000 (11:58 +0000)]
remove excess releaseFile call
Michael Andres [Tue, 15 May 2007 10:48:50 +0000 (10:48 +0000)]
immediately report reaching 100%
Duncan Mac-Vicar P [Mon, 14 May 2007 15:59:51 +0000 (15:59 +0000)]
adapt the resolvable query to retrieve text
attributes on demand
Duncan Mac-Vicar P [Mon, 14 May 2007 15:09:58 +0000 (15:09 +0000)]
- API to store text attributes implemented.
next step: implement the querying part
Duncan Mac-Vicar P [Fri, 11 May 2007 16:15:29 +0000 (16:15 +0000)]
- Don't use enums for values anymore. The values are dynamic in the
database.
- Port CachedSource to ths change
- Start implementing the text attributes in the database
Stefan Haas [Fri, 11 May 2007 15:57:14 +0000 (15:57 +0000)]
Loads pdb-entries in Zypp-Pool
Michael Andres [Fri, 11 May 2007 15:48:12 +0000 (15:48 +0000)]
remove obsolete parser stuff
Jan Kupec [Fri, 11 May 2007 14:50:39 +0000 (14:50 +0000)]
using ProgressData to report progress
Michael Andres [Fri, 11 May 2007 14:40:04 +0000 (14:40 +0000)]
Take care default constucted RecordIds have a defined value (i.e. noRecordId).
Jan Kupec [Fri, 11 May 2007 12:52:19 +0000 (12:52 +0000)]
using data::Patch_Ptr instead of a plain pointer in PrimaryFileReader
Stefan Haas [Fri, 11 May 2007 11:52:22 +0000 (11:52 +0000)]
Added devel dir for me
Duncan Mac-Vicar P [Thu, 10 May 2007 16:07:56 +0000 (16:07 +0000)]
add tables to handle all attributes. Will explain in mailing list later
Duncan Mac-Vicar P [Thu, 10 May 2007 16:07:31 +0000 (16:07 +0000)]
weg
Duncan Mac-Vicar P [Thu, 10 May 2007 10:14:50 +0000 (10:14 +0000)]
bye bye. (replaced)
Duncan Mac-Vicar P [Wed, 9 May 2007 16:53:43 +0000 (16:53 +0000)]
changes
Duncan Mac-Vicar P [Wed, 9 May 2007 16:53:26 +0000 (16:53 +0000)]
ups, dont import same key over and over
Duncan Mac-Vicar P [Wed, 9 May 2007 16:44:44 +0000 (16:44 +0000)]
changes
Duncan Mac-Vicar P [Wed, 9 May 2007 16:44:13 +0000 (16:44 +0000)]
Fixed importing of rpm keys, and lot of cleanup to the code.
(#270125)
Michael Andres [Tue, 8 May 2007 18:49:20 +0000 (18:49 +0000)]
backup
Michael Andres [Tue, 8 May 2007 18:48:58 +0000 (18:48 +0000)]
Tagparser backup
Michael Andres [Tue, 8 May 2007 18:47:48 +0000 (18:47 +0000)]
start to review and clean up ResolvableData
Michael Andres [Tue, 8 May 2007 18:45:46 +0000 (18:45 +0000)]
fixed missing return value
Duncan Mac-Vicar P [Tue, 8 May 2007 14:44:44 +0000 (14:44 +0000)]
trying to fix #270125
Import key is terribly broken in 10.2.
Created testcase with lot of scenarios.
Duncan Mac-Vicar P [Tue, 8 May 2007 01:04:16 +0000 (01:04 +0000)]
backup
Duncan Mac-Vicar P [Tue, 8 May 2007 01:01:20 +0000 (01:01 +0000)]
trying to fix key import bug, so lets make test better
Duncan Mac-Vicar P [Mon, 7 May 2007 21:55:17 +0000 (21:55 +0000)]
compile
Michael Andres [Mon, 7 May 2007 21:53:20 +0000 (21:53 +0000)]
Add attribute noreturn to ZYPP_THROW and ZYPP_RETHROW
Michael Andres [Mon, 7 May 2007 15:45:31 +0000 (15:45 +0000)]
(re)fixed lost changes
Duncan Mac-Vicar P [Mon, 7 May 2007 14:54:51 +0000 (14:54 +0000)]
r5206@piscola: dmacvicar | 2007-05-07 16:54:08 +0200
Ini* stuff is what I was looking for
I will add comments support in a near future, but for now this is what I need.
Only todo: add typed lookups:
getBoolEntry, getIntEntry, etc
Duncan Mac-Vicar P [Mon, 7 May 2007 14:54:50 +0000 (14:54 +0000)]
r5205@piscola: dmacvicar | 2007-05-07 15:37:43 +0200
add dumpRegexpResults here
Michael Andres [Mon, 7 May 2007 08:11:25 +0000 (08:11 +0000)]
fixed smart pointer output operator (prints 'NULL' or the object it points to)
Michael Andres [Mon, 7 May 2007 08:10:10 +0000 (08:10 +0000)]
restore original versions
Duncan Mac-Vicar P [Sun, 6 May 2007 17:51:17 +0000 (17:51 +0000)]
compile
Duncan Mac-Vicar P [Sun, 6 May 2007 16:06:01 +0000 (16:06 +0000)]
r5245@piscolita: duncan | 2007-05-06 17:48:39 +0200
more improvements
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:48 +0000 (16:05 +0000)]
r5244@piscolita: duncan | 2007-05-06 17:47:36 +0200
some docs
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:38 +0000 (16:05 +0000)]
r5243@piscolita: duncan | 2007-05-02 19:10:25 +0200
compile new classes and tests
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:33 +0000 (16:05 +0000)]
r5242@piscolita: duncan | 2007-05-02 19:09:44 +0200
this file will be configured by cmake
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:24 +0000 (16:05 +0000)]
r5241@piscolita: duncan | 2007-05-02 19:09:16 +0200
test for IniDict
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:19 +0000 (16:05 +0000)]
r5240@piscolita: duncan | 2007-05-02 19:08:37 +0200
Dictionary wrapper over ini parser, and test
Duncan Mac-Vicar P [Sun, 6 May 2007 16:05:09 +0000 (16:05 +0000)]
r5239@piscolita: duncan | 2007-05-02 19:07:55 +0200
Custom made ini parser, adapt test to compile
Duncan Mac-Vicar P [Sun, 6 May 2007 16:04:58 +0000 (16:04 +0000)]
r5238@piscolita: duncan | 2007-05-02 18:33:19 +0200
- generate genclass script
Duncan Mac-Vicar P [Sun, 6 May 2007 16:04:53 +0000 (16:04 +0000)]
r5237@piscolita: duncan | 2007-05-02 17:38:30 +0200
- make test compile
Duncan Mac-Vicar P [Sun, 6 May 2007 15:59:32 +0000 (15:59 +0000)]
r5232@piscolita: duncan | 2007-05-01 17:51:47 +0200
indent to do a future cleanup
Michael Andres [Sun, 6 May 2007 15:05:10 +0000 (15:05 +0000)]
fixed to use typedefs
Michael Andres [Sun, 6 May 2007 14:52:57 +0000 (14:52 +0000)]
added missing pointer types
Michael Andres [Fri, 4 May 2007 11:22:21 +0000 (11:22 +0000)]
schema and compiler warnings fixed
Michael Andres [Fri, 4 May 2007 10:42:31 +0000 (10:42 +0000)]
add zypp2 autodocs
Michael Andres [Fri, 4 May 2007 10:08:44 +0000 (10:08 +0000)]
- Add missing 'DROP TABLE IF EXISTS' otherwise an existing db can not be used.
Michael Andres [Thu, 3 May 2007 22:31:57 +0000 (22:31 +0000)]
backup
Michael Andres [Thu, 3 May 2007 14:10:00 +0000 (14:10 +0000)]
backup
Michael Andres [Thu, 3 May 2007 13:51:47 +0000 (13:51 +0000)]
enable -Wall -Woverloaded-virtual by default
Michael Andres [Thu, 3 May 2007 13:33:02 +0000 (13:33 +0000)]
docs updated
Michael Andres [Thu, 3 May 2007 13:10:32 +0000 (13:10 +0000)]
- Added UserRequestException: To be thrown on behalf of a user request.
- Make TagParser honor ustr request to abort.
Michael Andres [Wed, 2 May 2007 22:06:35 +0000 (22:06 +0000)]
backup
Michael Andres [Wed, 2 May 2007 17:20:04 +0000 (17:20 +0000)]
susetags parser skeleton
Michael Andres [Wed, 2 May 2007 17:18:55 +0000 (17:18 +0000)]
improve ProgressData
Michael Andres [Mon, 30 Apr 2007 17:02:49 +0000 (17:02 +0000)]
backup bsic tag parser
Jan Kupec [Mon, 30 Apr 2007 16:35:53 +0000 (16:35 +0000)]
backup
- PrimaryFileReader almost complete
- YUMParser will handle all metadata file readers
- YUMResourceType added
- unified namespaces of some readers to zypp::parser::yum
- OtherFileReader and PatchFileReader started
Jan Kupec [Mon, 30 Apr 2007 16:12:27 +0000 (16:12 +0000)]
unused code
Duncan Mac-Vicar P [Sun, 29 Apr 2007 23:01:54 +0000 (23:01 +0000)]
r5186@piscolita: duncan | 2007-04-30 00:59:32 +0200
fix uncimplete commit
Michael Andres [Fri, 27 Apr 2007 22:02:38 +0000 (22:02 +0000)]
disable Repository draft: incomplete checkin does not compile
Duncan Mac-Vicar P [Fri, 27 Apr 2007 16:06:37 +0000 (16:06 +0000)]
r5166@piscola: dmacvicar | 2007-04-27 13:32:22 +0200
source -> repo
r5167@piscola: dmacvicar | 2007-04-27 13:34:02 +0200
source -> repo
r5168@piscola: dmacvicar | 2007-04-27 17:59:33 +0200
end of line
r5171@piscola: dmacvicar | 2007-04-27 18:04:39 +0200
put new classes in piece and make everything compile again.
Michael Andres [Fri, 27 Apr 2007 13:00:56 +0000 (13:00 +0000)]
Made InputStream set no size for compressed files.
Jan Kupec [Fri, 27 Apr 2007 08:46:24 +0000 (08:46 +0000)]
Use std:string instead of zypp::Url for package upstream homepage.
zypp::Url accepts only valid URLs, whereas the upstream URLs may come in
many different forms.