Add model for package consumption
Add a model for package file consumption.
Make .PKGINFO parsing more robust.
Extend existing code for reading files from a tarfile, which replaces per file code for this.
Improve logging in module and tests.
Relates to #68
Prepares #65 (closed)
Fixes #59 (closed)
Edited by David Runge
Merge request reports
Activity
added cleanup scopeenhancement labels
assigned to @dvzrv
requested review from @anthraxx and @artafinde
added 9 commits
-
e35b5179 - 1 commit from branch
master
- 62ea6a2a - Add fixture for default package
- 0053a0c9 - Raise project specific error on invalid .PKGINFO line
- 2ac1a40d - Ensure that default pkginfo fixtures are valid
- 7a9af15f - Add features to function for reading file from tarfile
- 11cac684 - Add package model for reading
- 9821ce8e - Remove redundant file read functions
- 9850a73c - Export JSON schema for PackageV1 in docs target
- bbf37368 - Add documentation about Package
Toggle commit list-
e35b5179 - 1 commit from branch
added 15 commits
-
bbf37368...82da65e4 - 7 commits from branch
master
- eb6e2139 - Add fixture for default package
- 5334d3db - Raise project specific error on invalid .PKGINFO line
- 0a73d33a - Ensure that default pkginfo fixtures are valid
- f4c80b72 - Add features to function for reading file from tarfile
- 09201f2a - Add package model for reading
- 14e1a29c - Remove redundant file read functions
- 3f643146 - Export JSON schema for PackageV1 in docs target
- 7a6a1d4c - Add documentation about Package
Toggle commit list-
bbf37368...82da65e4 - 7 commits from branch
mentioned in issue #65 (closed)
added 10 commits
-
7a6a1d4c...076990c6 - 2 commits from branch
master
- f5ecfb9e - Add fixture for default package
- 558ceb28 - Raise project specific error on invalid .PKGINFO line
- 01a98076 - Ensure that default pkginfo fixtures are valid
- b73c2911 - Add features to function for reading file from tarfile
- 827271e7 - Add package model for reading
- 6cf45e6a - Remove redundant file read functions
- b57bfe42 - Export JSON schema for PackageV1 in docs target
- 73994273 - Add documentation about Package
Toggle commit list-
7a6a1d4c...076990c6 - 2 commits from branch
added 12 commits
-
73994273...a48b7967 - 4 commits from branch
master
- e1792854 - Add fixture for default package
- f196c53d - Raise project specific error on invalid .PKGINFO line
- eaea5fd4 - Ensure that default pkginfo fixtures are valid
- 16b76ce8 - Add features to function for reading file from tarfile
- 7f93ef4b - Add package model for reading
- d86f8914 - Remove redundant file read functions
- 8fe65fbc - Export JSON schema for PackageV1 in docs target
- caa2b595 - Add documentation about Package
Toggle commit list-
73994273...a48b7967 - 4 commits from branch
added 13 commits
-
caa2b595...b3ffb932 - 5 commits from branch
master
- a82141b3 - Add fixture for default package
- a2774346 - Raise project specific error on invalid .PKGINFO line
- 3fb6b144 - Ensure that default pkginfo fixtures are valid
- b1a0441c - Add features to function for reading file from tarfile
- 3bf0a029 - Add package model for reading
- a0b786a0 - Remove redundant file read functions
- 0495b27c - Export JSON schema for PackageV1 in docs target
- fc714bee - Add documentation about Package
Toggle commit list-
caa2b595...b3ffb932 - 5 commits from branch
Please register or sign in to reply